.wp-block-button__link {
  background-color: #C41230;
  color: #FFFFFF;
  border-radius: 0;
}
.wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotateZ(45deg) scale(80%);
  cursor: pointer;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: #C41230;
  border-radius: 0;
}

.has-miamired-color {
  color: #C41230;
}

.has-miamired-background-color {
  background-color: #C41230;
}

.has-accentred-color {
  color: #AD102A;
}

.has-accentred-background-color {
  background-color: #AD102A;
}

.has-darktan-color {
  color: #CCCAB8;
}

.has-darktan-background-color {
  background-color: #CCCAB8;
}

.has-lighttna-color {
  color: #EDECE2;
}

.has-lighttna-background-color {
  background-color: #EDECE2;
}

.has-gold-color {
  color: #EFDB72;
}

.has-gold-background-color {
  background-color: #EFDB72;
}

.has-warmwhite-color {
  color: #FAF9F7;
}

.has-warmwhite-background-color {
  background-color: #FAF9F7;
}

* {
  box-sizing: border-box;
}

h1, h2, h3 {
  font-family: freight-text-pro, Georgia, serif;
}

h4, h5, h6 {
  font-family: proxima-nova, Arial, sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-family: proxima-nova, Arial, sans-serif;
  font-size: 18px;
  line-height: 150%;
  margin: 10px 0;
}

a {
  font-family: proxima-nova, Arial, sans-serif;
  font-size: 18px;
  color: #C41230;
  border-bottom: 0px;
  text-decoration: none;
}
a:hover {
  border-bottom: 0px;
  text-decoration: underline;
}

blockquote {
  border-left: 6px solid #CCCAB8;
  padding: 5px 1.5rem;
}
blockquote p {
  font-family: freight-text-pro, Georgia, serif;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

header, footer {
  flex-grow: 0;
}

main {
  width: 100%;
  flex-grow: 1 !important;
}

.m-flex-h {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.m-flex-v {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.m-container {
  width: 80% !important;
  max-width: 960px !important;
  margin: 0 auto !important;
}

.one-column {
  width: 100%;
  margin: 2rem 0 0 0;
}

.two-columns {
  width: 100%;
  margin: 2rem 0 0 0;
  display: flex;
  flex-direction: column;
}
.two-columns .two-column-left {
  flex-basis: 100%;
}
.two-columns .two-column-right {
  flex-basis: 100%;
}

.page-content {
  margin: 1rem 0;
  padding: 0;
}

body {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
body header {
  flex-grow: 0;
}
body .site-title-container {
  flex-grow: 0;
}
body nav {
  flex-grow: 0;
}
body main {
  flex-grow: 1;
}
body footer {
  flex-grow: 0;
}

header {
  background-color: #C41230;
  padding: 12px 0 10px 0;
  z-index: 99;
}
header .button-skip-content {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
header .button-skip-content:focus {
  clip: auto;
  background-color: #fff;
  color: #c41230;
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  line-height: 22px;
  outline: 2px dotted #c41230;
  outline-offset: 4px;
  outline-offset: -3px;
  overflow: visible;
  padding: 14px 18px;
  visibility: visible;
  width: auto;
  z-index: 999;
  top: 0;
}
header .miami-logo-container {
  flex: 70%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .miami-logo-container .miami-logo {
  width: 100px;
}
header .miami-nav-container {
  flex: 30%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .miami-nav-container .miami-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .miami-nav-container .miami-nav ul {
  display: none;
}
header .miami-nav-container .miami-nav .search-icon {
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: none;
  border: 2px dotted transparent;
  width: 30px;
  height: 30px;
}
header .miami-nav-container .miami-nav .search-icon .fa-search, header .miami-nav-container .miami-nav .search-icon .fa-times {
  color: #FFFFFF;
  font-size: 18px;
}
header .miami-nav-container .miami-nav .search-icon .fa-times {
  display: none;
}
header .miami-nav-container .miami-nav .nav-icon {
  margin-left: 22px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .miami-nav-container .miami-nav .nav-icon .fa-bars {
  color: #FFFFFF;
  font-size: 26px;
}

.add-border {
  border: 2px dotted #fff !important;
}

.header-search-form {
  display: none;
  background-color: #FAF9F7;
  position: absolute;
  top: 50px;
  z-index: 100;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.header-search-form form#searchform-header {
  flex: 100%;
  display: block;
}
.header-search-form form#searchform-header div {
  width: 80%;
  margin: auto;
  padding: 3rem 0;
  max-width: 960px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-search-form form#searchform-header div #searchinput-header {
  flex: 60%;
  height: 2rem;
  border-radius: 0;
  border: 1px solid #7E6D57;
  font-family: proxima-nova, Arial, sans-serif;
  font-size: 18px;
}
.header-search-form form#searchform-header div #clear-search-field-header {
  position: relative;
  right: 30px;
  border: none;
  background-color: transparent;
  font-size: 18px;
}
.header-search-form form#searchform-header div #searchsubmit-header {
  font-family: proxima-nova, Arial, sans-serif;
  font-size: 18px;
  flex: 10%;
  height: 2rem;
  background-color: #C41230;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  cursor: pointer;
  margin-left: 0.5rem;
  padding: 5px;
}

.site-title-container {
  width: 100%;
  background-color: #EDECE2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.site-title-container .site-logo {
  display: none;
}
.site-title-container .site-name {
  flex: 90%;
  padding-right: 10px;
}
.site-title-container .site-name a:hover {
  text-decoration: none;
}
.site-title-container .site-name a h1 {
  font-family: "gotham narrow", proxima-nova, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin: 12px 0;
  color: #000000;
}
.site-title-container .site-desc {
  display: none;
}
.site-title-container .nav-icon {
  flex: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: none;
  border: none;
}
.site-title-container .nav-icon .fa-bars {
  color: #000000;
  font-size: 18px;
}

.primary-nav {
  display: none;
  padding: 2rem 0;
  background-color: #FAF9F7;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  overflow: scroll;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.primary-nav .m-container {
  display: flex;
  flex-direction: column;
}
.primary-nav .m-container .close-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.primary-nav .m-container .close-container .close-nav {
  background-color: #C41230;
  border: none;
}
.primary-nav .m-container .close-container .close-nav .fa-times {
  color: #FFFFFF;
  font-size: 22px;
  padding: 8px 12px;
}
.primary-nav .m-container ul {
  margin: 0;
  padding: 0;
}
.primary-nav .m-container ul li {
  list-style: none;
  border-bottom: 1px solid #CCCAB8;
  padding: 0 2rem 0 1rem;
}
.primary-nav .m-container ul li a {
  font-size: 22px;
  padding: 10px 0;
  display: block;
}
.primary-nav .m-container ul li a:hover {
  text-decoration: none;
}
.primary-nav .m-container ul li.menu-item-has-children {
  list-style: none;
  position: relative;
}
.primary-nav .m-container ul li.menu-item-has-children::before {
  position: absolute;
  right: 15px;
  top: 20px;
  color: #C41230;
  float: right;
  z-index: 99;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotateZ(45deg) scale(80%);
  cursor: pointer;
  transform: translateY(-50%) rotate(135deg) scale(80%);
}
.primary-nav .m-container ul li.menu-item-has-children a {
  width: 80%;
}
.primary-nav .m-container ul li.menu-item-has-children ul.sub-menu {
  border-top: 1px solid #CCCAB8;
  margin-left: 1rem;
  flex-direction: column;
  height: 0;
  opacity: 0;
}
.primary-nav .m-container ul li.menu-item-has-children ul.sub-menu li {
  padding: 0 1rem;
}
.primary-nav .m-container ul li.menu-item-has-children ul.sub-menu li:last-child {
  border-bottom: none;
}

.arrow-up {
  transform: translateY(-50%) rotate(315deg) scale(80%);
}

.display-sub-menu {
  opacity: 1 !important;
  height: auto !important;
}

.heading-title {
  margin: 0 0 1rem 0;
}

.heading-featuredimg {
  width: 100%;
  height: 200px;
  margin: 0 0 1rem 0;
}
.heading-featuredimg img {
  width: 100%;
  height: 100%;
}

.heading-categories {
  margin: 0 0 1rem 0;
}
.heading-categories ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.heading-categories ul li {
  list-style: none;
  display: flex;
}
.heading-categories ul li a {
  font-size: 14px;
  background-color: #C41230;
  color: #FFFFFF;
  margin: 0 10px 0 0;
  padding: 2px 8px;
  text-transform: uppercase;
}

.heading-date {
  margin: 0 0 1rem 0;
}
.heading-date .post {
  color: #7E6D57;
  font-family: proxima-nova, Arial, sans-serif;
  font-size: 18px;
}

.heading-tag {
  margin: 2rem 0 1rem 0;
}
.heading-tag .post {
  font-size: 22px;
  font-family: proxima-nova, Arial, sans-serif;
}
.heading-tag .post a {
  font-size: 22px;
  color: #C41230;
}

.sidebar {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sidebar ul.menu {
  padding: 0;
  margin: 0 0 2rem 0;
}
.sidebar ul.menu li {
  list-style: none;
  margin: 12px 0;
  color: #C41230;
}
.sidebar ul.menu li a {
  font-size: 18px;
  font-weight: 600;
}
.sidebar ul.menu li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotateZ(45deg) scale(80%);
  cursor: pointer;
}
.sidebar .wp-block-group {
  margin-bottom: 1.6rem;
}
.sidebar .wp-block-group ul, .sidebar .wp-block-group ol {
  padding: 0;
}
.sidebar .wp-block-group ul li, .sidebar .wp-block-group ol li {
  list-style-position: inside;
  list-style-type: none;
  margin-bottom: 1rem;
}

.billboard {
  width: 100%;
  height: auto;
  margin: 0 0 1rem 0;
}
.billboard .featured-illustration {
  width: 100%;
  height: auto;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/illustration-duotone-red.png);
  background-position: center;
  background-size: cover;
}
.billboard .featured-illustration .featured-title {
  color: #FFFFFF;
  padding: 10% 0;
}
.billboard .featured-illustration .featured-title h2 {
  font-family: proxima-nova, Arial, sans-serif;
  text-align: unset;
}
.billboard .featured-diagonal {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.billboard .featured-diagonal .dia-block {
  width: 100%;
  min-height: 200px;
  padding: 10% 0 5% 0;
  margin-top: -40px;
  background-image: url(../images/diagonal-v.png);
  background-size: cover;
  display: flex;
  align-items: center;
  z-index: 9;
}
.billboard .featured-diagonal .dia-block .dia-title-mobile {
  width: 80%;
  margin: auto;
  color: #FFFFFF;
}
.billboard .featured-diagonal .img-block {
  width: 100%;
  height: 220px;
  background-size: cover;
}
.billboard .dia-title-container {
  display: none;
}

main ul li, main ol li {
  font-size: 18px;
  font-family: proxima-nova, Arial, sans-serif;
  margin: 0 0 10px 0;
}
main ul li strong, main ol li strong {
  font-size: 18px;
  font-family: proxima-nova, Arial, sans-serif;
}

.single-post .single-post-related {
  margin-top: 3rem;
}
.single-post .single-post-related .related-articles {
  border-bottom: 2px solid #EDECE2;
}
.single-post .single-post-related .related-articles p {
  font-family: freight-text-pro, Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
  color: #CCCAB8;
  margin: 0;
  padding: 0;
}
.single-post .single-post-related .pre-next-posts {
  margin: 0.5rem 0 1rem 0;
  display: flex;
  flex-direction: column;
}
.single-post .single-post-related .pre-next-posts .pre-post, .single-post .single-post-related .pre-next-posts .next-post {
  flex-basis: 40%;
  color: #C41230;
  font-size: 1.3rem;
  margin: 0 0 2rem 0;
}
.single-post .single-post-related .pre-next-posts .pre-post a, .single-post .single-post-related .pre-next-posts .next-post a {
  color: #C41230;
  font-family: freight-text-pro, Georgia, serif;
  text-decoration: none;
}
.single-post .single-post-related .pre-next-posts .pre-post a:hover, .single-post .single-post-related .pre-next-posts .next-post a:hover {
  text-decoration: underline;
}
.single-post .single-post-related .pre-next-posts .next-post {
  display: flex;
  justify-content: flex-end;
}
.single-post .post-comments {
  margin-top: 4rem;
  border-bottom: 1px solid #EDECE2;
}
.single-post .post-comments form {
  background-color: #EDECE2;
  padding: 5%;
}
.single-post .post-comments form .comment-notes {
  font-family: freight-text-pro, Georgia, serif;
  color: #303030;
}
.single-post .post-comments form .comment-form-comment, .single-post .post-comments form .comment-form-author, .single-post .post-comments form .comment-form-email, .single-post .post-comments form .comment-form-url {
  display: flex;
  flex-direction: column;
}
.single-post .post-comments form .comment-form-comment label, .single-post .post-comments form .comment-form-author label, .single-post .post-comments form .comment-form-email label, .single-post .post-comments form .comment-form-url label {
  margin-bottom: 0;
}
.single-post .post-comments form .comment-form-comment textarea, .single-post .post-comments form .comment-form-comment input, .single-post .post-comments form .comment-form-author textarea, .single-post .post-comments form .comment-form-author input, .single-post .post-comments form .comment-form-email textarea, .single-post .post-comments form .comment-form-email input, .single-post .post-comments form .comment-form-url textarea, .single-post .post-comments form .comment-form-url input {
  border: 1px solid #CCCAB8;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.single-post .post-comments form .comment-form-comment input, .single-post .post-comments form .comment-form-author input, .single-post .post-comments form .comment-form-email input, .single-post .post-comments form .comment-form-url input {
  height: 36px;
}
.single-post .post-comments form p.form-submit {
  text-align: right;
  margin: 1rem 0;
}
.single-post .post-comments form p.form-submit input {
  width: 100%;
  font-size: 22px;
  background-color: #C41230;
  color: #FFFFFF;
  border: 2px solid #C41230;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
}
.single-post .post-comments .comment {
  margin: 1rem 0 0 3rem;
  padding: 1rem 0 0 0;
  border-top: 1px solid #EDECE2;
}
.single-post .post-comments .comment p {
  clear: both;
  font-size: 1rem;
  margin: 0 0 0 45px;
  background-color: #FFFFFF;
  padding: 1rem;
}
.single-post .post-comments .comment-author.vcard {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
}
.single-post .post-comments .comment-author.vcard img {
  border-radius: 50%;
  border: 1px solid #CCC;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.single-post .post-comments .comment-author.vcard cite {
  font-size: 1.15rem;
  margin: 0 5px 0 0;
}
.single-post .post-comments .comment-meta.commentmetadata {
  width: 50%;
  text-align: right;
  float: right;
}
.single-post .post-comments .comment-meta.commentmetadata a {
  color: #808080;
  font-size: 14px;
}
.single-post .post-comments .reply {
  text-align: right;
}
.single-post .post-comments .reply a {
  background-color: #FFFFFF;
  border: 2px solid #C41230;
  padding: 0.3rem 1.6rem;
  display: inline-block;
  color: #C41230;
  text-decoration: none;
}
.single-post .post-comments .reply a:hover {
  background-color: #C41230;
  color: #FFFFFF;
}
.single-post .post-comments .depth-1 {
  margin: 1rem auto;
}

.post-archive-container .post-archive {
  display: flex;
  margin: 0 0 1rem 0;
  padding: 1rem 0;
  border-bottom: 1px solid #EDECE2;
}
.post-archive-container .post-archive .post-archive-thumb {
  display: none;
}
.post-archive-container .post-archive .post-archive-excerpt {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.post-archive-container .post-archive .post-archive-excerpt .post-meta {
  margin: 0 0 10px 0;
}
.post-archive-container .post-archive .post-archive-excerpt .post-meta .meta-category {
  margin: 0 0 10px 0;
}
.post-archive-container .post-archive .post-archive-excerpt .post-meta .meta-category ul.post-categories {
  display: flex;
  margin: 0;
  padding: 0;
}
.post-archive-container .post-archive .post-archive-excerpt .post-meta .meta-category ul.post-categories li {
  list-style: none;
  display: flex;
}
.post-archive-container .post-archive .post-archive-excerpt .post-meta .meta-category ul.post-categories li a {
  font-size: 14px;
  background-color: #C41230;
  color: #FFFFFF;
  margin: 0 10px 0 0;
  padding: 2px 8px;
  text-transform: uppercase;
}
.post-archive-container .post-archive .post-archive-excerpt .post-meta .meta-title {
  margin: 0 0 10px 0;
}
.post-archive-container .post-archive .post-archive-excerpt .post-meta .meta-title a {
  color: #000000;
  font-weight: 600;
  font-family: freight-text-pro, Georgia, serif;
  font-size: 26px;
  font-weight: 600;
}
.post-archive-container .post-archive .post-archive-excerpt .post-meta .meta-date {
  font-size: 18px;
  color: #303030;
  color: #7E6D57;
  font-family: proxima-nova, Arial, sans-serif;
}
.post-archive-container .post-archive .post-archive-excerpt .post-meta .meta-date .split {
  margin: 0 5px;
  font-weight: 800;
}
.post-archive-container .post-archive .post-archive-excerpt .post-excerpt {
  margin: 0 0 10px 0;
}
.post-archive-container .post-archive .post-archive-excerpt .post-excerpt p {
  margin: 0 0 10px 0;
}
.post-archive-container .post-archive .post-archive-excerpt .post-excerpt .post-read-more {
  color: #AD102A;
  font-size: 18px;
}
.post-archive-container .post-archive .post-archive-excerpt .post-excerpt .post-read-more:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
.post-archive-container .post-archive .post-archive-excerpt .post-excerpt .post-read-more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotateZ(45deg) scale(80%);
  cursor: pointer;
}

.post-archive-pagination {
  display: flex;
  justify-content: center;
}
.post-archive-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-archive-pagination .nav-links .page-numbers {
  font-size: 18px;
  font-family: proxima-nova, Arial, sans-serif;
  padding: 5px;
  margin: 5px;
  color: #303030;
}
.post-archive-pagination .nav-links .page-numbers.current {
  background-color: #EDECE2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-weight: 600;
  color: #7E6D57;
}

.post-cat-title-description {
  border-bottom: 2px solid #EDECE2;
  margin: 0 0 2rem 0;
  padding: 0 0 1rem 0;
}
.post-cat-title-description .post-cat-title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
}
.post-cat-title-description .post-cat-title h2 {
  color: #C41230;
}

.content-search-form {
  width: 100%;
  margin: 0 0 2rem 0;
}
.content-search-form .search-form {
  width: 100%;
  font-size: 18px;
  margin: 0 0 2rem 0;
}
.content-search-form .search-form #searchform div {
  display: flex;
  justify-content: space-between;
}
.content-search-form .search-form #searchform div #searchinput {
  width: 75%;
  margin: 0;
  padding: 0 10px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #7E6D57;
  font-size: 18px;
}
.content-search-form .search-form #searchform div #clear-search-field {
  position: relative;
  right: 30px;
  border: none;
  background-color: transparent;
  font-size: 18px;
  height: 100%;
  top: 8px;
}
.content-search-form .search-form #searchform div #searchsubmit {
  width: 25%;
  margin: 0;
  height: 40px;
  border-radius: 0;
  border: 1px solid #C41230;
  background-color: #C41230;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
}
.content-search-form .search-heading {
  width: 100%;
  margin: 0 0 2rem 0;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.content-search-form .search-heading .search-result {
  color: #C41230;
  font-size: 26px;
  font-family: freight-text-pro, Georgia, serif;
  margin: 0 0 0 10px;
}

.search-content {
  margin: 0 0 2rem 0;
}

.search-no-result {
  font-size: 26px;
  margin: 0 0 2rem 0;
  font-family: proxima-nova, Arial, sans-serif;
  color: #C41230;
}

.error-container .page-not-found {
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 2rem 0;
  font-family: proxima-nova, Arial, sans-serif;
  color: #C41230;
}
.error-container .error-text, .error-container .return-home {
  font-family: proxima-nova, Arial, sans-serif;
  font-size: 18px;
}
.error-container .return-home {
  margin: 3rem 0 1rem 0;
  font-weight: 600;
}
.error-container .return-home a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotateZ(45deg) scale(80%);
  cursor: pointer;
}

footer {
  margin: 2rem 0 0 0;
}
footer .back-to-top {
  display: none;
  position: fixed;
  right: 5%;
  bottom: 5%;
  opacity: 0.9;
}
footer .back-to-top a {
  background-color: #EDECE2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
footer .back-to-top a:hover {
  text-decoration: none;
}
footer .back-to-top a .fa-angle-double-up {
  color: #303030;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-sketch {
  background-image: url(../images/illustration-duotone-red.png);
  background-size: cover;
  background-position: center;
  padding: 2rem 0;
}
footer .footer-sketch .m-container {
  display: flex;
  flex-direction: column;
}
footer .footer-sketch .m-container .footer-miami-container {
  flex: 100%;
}
footer .footer-sketch .m-container .footer-miami-container .footer-miami-logo a {
  display: inline-block;
  height: auto;
}
footer .footer-sketch .m-container .footer-miami-container .footer-miami-info ul {
  margin: 0;
  padding: 0;
}
footer .footer-sketch .m-container .footer-miami-container .footer-miami-info ul li {
  list-style: none;
  margin: 10px 0;
}
footer .footer-sketch .m-container .footer-miami-container .footer-miami-info ul li a {
  color: #FFFFFF;
  text-transform: uppercase;
}
footer .footer-sketch .m-container .footer-blog-container {
  flex: 100%;
}
footer .footer-sketch .m-container .footer-blog-container .footer-dynamic {
  color: #FFFFFF;
}
footer .footer-sketch .m-container .footer-blog-container .footer-dynamic a {
  color: #FFFFFF;
}
footer .footer-legallist-container {
  background-color: #AD102A;
  padding: 1rem 0;
}
footer .footer-legallist-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-legallist-container ul li {
  list-style: none;
  margin: 5px 10px 5px 0;
}
footer .footer-legallist-container ul li a {
  color: #FFFFFF;
  font-size: 14px;
}
footer .footer-copyright-container {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  color: #FFFFFF;
  font-size: 14px;
}
footer .footer-copyright-container #copyright {
  text-align: center;
}

@media only screen and (min-width: 600px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  .one-column {
    width: 100%;
    margin: 3rem 0 0 0;
  }
  .two-columns {
    width: 100%;
    margin: 2rem 0 0 0;
    display: flex;
    flex-direction: row;
  }
  .two-columns .two-column-left {
    flex-basis: 70%;
  }
  .two-columns .two-column-right {
    flex-basis: 30%;
  }
  header .miami-logo-container {
    flex: 30%;
  }
  header .miami-nav-container {
    flex: 70%;
  }
  header .miami-nav-container .miami-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
  }
  header .miami-nav-container .miami-nav ul li {
    list-style: none;
    padding: 0 0 0 10px;
  }
  header .miami-nav-container .miami-nav ul li a {
    color: #FFFFFF;
    padding: 2px 2px;
  }
  header .miami-nav-container .miami-nav ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid;
  }
  .header-search-form {
    display: none;
    background-color: #FAF9F7;
    position: absolute;
    top: 50px;
    z-index: 100;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .header-search-form form {
    flex: 100%;
    display: block;
  }
  .header-search-form form div {
    width: 80%;
    margin: auto;
    padding: 3rem 0;
    max-width: 960px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-search-form form div input#s {
    flex: 60%;
    height: 2rem;
    border-radius: 0;
    border: 1px solid #7E6D57;
    font-family: proxima-nova, Arial, sans-serif;
    font-size: 18px;
  }
  .header-search-form form div input#searchsubmit {
    font-family: proxima-nova, Arial, sans-serif;
    font-size: 18px;
    flex: 10%;
    height: 2rem;
    background-color: #C41230;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    cursor: pointer;
    margin-left: 0.5rem;
    padding: 5px;
  }
  .site-title-container {
    background-color: #AD102A;
    justify-content: flex-start;
    box-shadow: none;
  }
  .site-title-container .site-logo {
    display: flex;
  }
  .site-title-container .site-logo a {
    display: flex;
    align-items: flex-end;
  }
  .site-title-container .site-logo a img {
    width: auto;
    max-height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 8px 1rem 8px 0;
  }
  .site-title-container .site-name {
    display: flex;
    flex: unset;
  }
  .site-title-container .site-name a {
    display: flex;
    align-items: flex-end;
  }
  .site-title-container .site-name a h1 {
    color: #FFFFFF;
  }
  .site-title-container .site-desc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 1rem;
  }
  .site-title-container .site-desc h2 {
    font-family: freight-text-pro, Georgia, serif;
    font-size: 16px;
    font-weight: 200;
    margin: 12px 0;
    font-style: italic;
    color: #FFFFFF;
  }
  .site-title-container .nav-icon {
    display: none;
  }
  .primary-nav {
    position: sticky;
    top: 0;
    display: flex;
    background-color: #EDECE2;
    height: unset;
    padding: 0;
    overflow: unset;
    z-index: 98;
  }
  .primary-nav .m-container {
    display: flex;
    flex-direction: column;
  }
  .primary-nav .m-container .close-container {
    display: none;
  }
  .primary-nav .m-container ul {
    display: flex;
  }
  .primary-nav .m-container ul li {
    border-bottom: none;
    padding: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
  }
  .primary-nav .m-container ul li a {
    font-size: 18px;
    padding: 14px 6px 8px 6px;
    display: flex;
    align-items: center;
    color: #303030;
    border-bottom: 4px solid #EDECE2;
  }
  .primary-nav .m-container ul li a:hover {
    border-bottom: 4px solid #CCCAB8;
  }
  .primary-nav .m-container ul li.current-menu-item a {
    border-bottom: 4px solid #CCCAB8 !important;
  }
  .primary-nav .m-container ul li.menu-item-has-children::before {
    color: #303030;
    right: 5px;
    top: 50%;
  }
  .primary-nav .m-container ul li.menu-item-has-children a {
    width: unset;
    padding: 14px 20px 8px 6px;
  }
  .primary-nav .m-container ul li.menu-item-has-children ul.sub-menu {
    display: flex;
    min-width: 200px;
    background-color: #FAF9F7;
    margin: 0;
    padding: 5px 10px 0 10px;
    width: 100%;
    position: absolute;
    top: -1000%;
    opacity: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .primary-nav .m-container ul li.menu-item-has-children ul.sub-menu li {
    margin: 0;
    padding: 0;
  }
  .primary-nav .m-container ul li.menu-item-has-children ul.sub-menu li a {
    width: 100%;
    padding: 12px;
    border-bottom: none;
  }
  .primary-nav .m-container ul li.menu-item-has-children ul.sub-menu li a:hover {
    text-decoration: underline;
  }
  .display-sub-menu {
    opacity: 1 !important;
    top: 100% !important;
  }
  .heading-featuredimg {
    width: 100%;
    height: 420px;
    margin: 0 0 2rem 0;
  }
  .sidebar {
    margin: 1rem 0 0 3rem;
  }
  .billboard {
    width: 100%;
    height: 450px;
    position: relative;
    margin: 0 0 1rem 0;
  }
  .billboard .featured-illustration {
    height: 100%;
  }
  .billboard .featured-illustration .featured-title {
    padding: 5% 0;
  }
  .billboard .featured-illustration .featured-title h2 {
    text-align: center;
  }
  .billboard .featured-diagonal {
    flex-direction: row;
    min-height: 450px;
  }
  .billboard .featured-diagonal .dia-block {
    width: 65%;
    height: auto;
    margin-right: -15%;
    background-image: url(../images/diagonal-h.png);
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
    z-index: 9;
  }
  .billboard .featured-diagonal .dia-block .dia-title-mobile {
    display: none;
  }
  .billboard .featured-diagonal .img-block {
    width: 55%;
    height: auto;
    background-size: cover;
    background-position: center;
  }
  .billboard .dia-title-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .billboard .dia-title-container .dia-title-desktop {
    display: flex;
    color: #FFFFFF;
  }
  .billboard .dia-title-container .dia-title-desktop h2 {
    margin-right: 50%;
  }
  .single-post .single-post-related .pre-next-posts {
    margin: 0.5rem 0 1rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .single-post .post-comments form p.form-submit input {
    width: unset;
  }
  .single-post .post-comments .comment {
    margin: 1rem 0 0 3rem;
    padding: 1rem 0 0 0;
    border-top: 1px solid #EDECE2;
  }
  .single-post .post-comments .comment p {
    clear: both;
    font-size: 1rem;
    margin: 0 0 0 45px;
    background-color: #FFFFFF;
    padding: 1rem;
  }
  .single-post .post-comments .comment-author.vcard {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
  }
  .single-post .post-comments .comment-author.vcard img {
    border-radius: 50%;
    border: 1px solid #CCC;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }
  .single-post .post-comments .comment-author.vcard cite {
    font-size: 1.15rem;
    margin: 0 5px 0 0;
  }
  .single-post .post-comments .comment-meta.commentmetadata {
    width: 50%;
    text-align: right;
    float: right;
  }
  .single-post .post-comments .comment-meta.commentmetadata a {
    color: #808080;
    font-size: 14px;
  }
  .single-post .post-comments .reply {
    text-align: right;
  }
  .single-post .post-comments .reply a {
    background-color: #FFFFFF;
    border: 2px solid #C41230;
    padding: 0.3rem 1.6rem;
    display: inline-block;
    color: #C41230;
    text-decoration: none;
  }
  .single-post .post-comments .reply a:hover {
    background-color: #C41230;
    color: #FFFFFF;
  }
  .single-post .post-comments .depth-1 {
    margin: 1rem auto;
  }
  .single-post .comment-author.vcard img {
    width: 40px;
    height: 40px;
  }
  .single-post .comment-author.vcard cite {
    font-size: 1.15rem;
  }
  .post-archive-container .post-archive {
    display: flex;
    margin: 0 0 1rem 0;
    padding: 1rem 0;
    border-bottom: 1px solid #EDECE2;
  }
  .post-archive-container .post-archive .post-archive-thumb {
    display: flex;
    flex-basis: 25%;
    margin-right: 1rem;
  }
  .post-archive-container .post-archive .post-archive-thumb img {
    width: 200px;
    height: 200px;
  }
  .post-archive-container .post-archive .post-archive-excerpt {
    flex-basis: 70%;
  }
  .error-container .page-not-found {
    font-size: 36px;
  }
  footer {
    margin: 3rem 0 0 0;
  }
  footer .footer-sketch .m-container {
    display: flex;
    flex-direction: row;
  }
  footer .footer-sketch .m-container .footer-miami-container {
    display: flex;
    flex-direction: column;
    flex: 50%;
  }
  footer .footer-sketch .m-container .footer-miami-container .footer-miami-logo {
    margin-bottom: 1rem;
  }
  footer .footer-sketch .m-container .footer-blog-container {
    flex: 50%;
  }
  footer .footer-legallist-container {
    background-color: #AD102A;
    padding: 1rem 0;
  }
  footer .footer-legallist-container ul {
    justify-content: center;
  }
  footer .footer-legallist-container ul li {
    margin: 5px 16px;
  }
}/*# sourceMappingURL=miami-classic.css.map */