/**
 *  Theme Name: Easy Chicken Recipes
 *  Theme URI: https://www.oncecoupled.com
 *
 *  Description: Custom Genesis child theme. Made with love!
 *  Tags: custom-made, genesis, child-theme
 *
 *  Author: Once Coupled
 *  Author URI: https://www.oncecoupled.com
 *
 *  Version: 1.0.0
 *  Template: genesis
 *  Template Version: 3.0.2
 *
 *  Text Domain: once-coupled-easy-chicken-recipes
 *  License: All rights reserved.
 *
 *  Notes: primarily color, font, & layout changes to
 *  elements common to *most* of our themes. #4
 */

/* ================================
[ Common ]
================================ */

/* ---------- [ Table of Contents ] ---------- */

/**
 * Notes
 * - TOC (you are here)
 *
 * Navigation
 * - Nav: Footer
 * - Nav: Header
 * - Nav: Primary
 * - Nav: Privacy
 *
 * Containers
 *
 * Sections
 * - Header
 * - Before Header
 * - Site Footer
 *
 * Content
 * - Author Box
 * - Breadcrumbs
 * - Titles
 * - Entries
 */

/* ================================
[ Navigation ]
================================ */

/* ---------- [ Nav: Footer ] ---------- */

.nav-footer .menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

@media screen and (min-width: 1024px) {
  .nav-footer .menu {
    display: block;
    text-align: left;
    margin: 4px 0 0;
  }
}

.nav-footer .menu-item {
  flex: 1;
  margin: 0 4px 8px;
  flex-basis: calc(50% - 8px);
}

@media screen and (min-width: 768px) {
  .nav-footer .menu-item {
    flex-basis: calc(16.66% - 8px);
  }
}

@media screen and (min-width: 1024px) {
  .nav-footer .menu-item {
    margin-right: 12px;
  }
}

.nav-footer .menu-item a {
  display: block;
  color: #fff;
  background: #42424a;
  border-radius: 8px;
  font-weight: 700;
  font-size: 19px;
  padding: 15px 8px;
}

@media screen and (min-width: 1024px) {
  .nav-footer .menu-item a {
    background: none;
    border-radius: 0;
    font-size: 13px;
    padding: 0;
  }
}

/* ---------- [ Nav: Header ] ---------- */

.nav-header {
	display: none;
}

@media screen and (min-width: 1024px) {
  .nav-header {
	display: block;
    font-size: 11px;
    margin-right: 14px;
  }

  .nav-header .menu-item a {
    padding: 25px 4px 8px 7px;
    line-height: 15px;
  }
}

/* ---------- [ Nav: Primary ] ---------- */

.nav-primary {
  position: fixed;
  z-index: 99999;
  top: 75px;
  left: 0;
  width: 100%;
  display: none;
  overflow-y: scroll;
  max-height: calc(100vh - 75px); /* height of sticky header */
  background: #ffb200;
}

.admin-bar .nav-primary {
  /* height of admin bar (46px) + sticky header + sticky bar */
  top: 121px;
  height: calc(100% - 121px);
}

@media screen and (min-width: 783px) {
  .admin-bar .nav-primary {
    /* height of admin bar (32px) + sticky header + sticky bar */
    top: 107px;
    height: calc(100% - 107px);
  }
}

@media screen and (min-width: 1024px) {
  .nav-primary,
  .admin-bar .nav-primary {
    top: auto;
    height: auto;
  }

  .nav-primary {
    position: relative;
    z-index: auto;
    left: auto;
    width: 100%;
    display: block;
    overflow: visible;
    background: transparent;
    margin-top: -60px;
    min-height: 68px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1023px) {
  .nav-primary .wrap {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .nav-primary > .wrap {
    padding-left: 310px;
  }
}

.nav-primary > .wrap,
.nav-primary .menu {
  height: 100%;
}

.nav-primary .menu {
  display: flex;
  flex-direction: column;
  padding-bottom: 43px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu {
    clear: none;
    position: relative;
    z-index: 9999; /* lowered due to slickstream */
    display: flex;
    flex-direction: row;
    padding-bottom: 0;
  }
}

/* [ Primary Nav - Menu Items ] */

.nav-primary .menu-item,
.mobile-nav-container .menu-item {
  display: block;
  border-top: 1px solid #e8a200;
  font-weight: 700;
  font-size: 16px;
  font-family: Verdana, sans-serif;
}

.mobile-nav-container {
  border-bottom: 1px solid #e8a200;
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu-item {
    display: inline-block;
    border: 0;
    flex: 1 1 auto;
    text-align: center;
    font-size: 14px;
  }
}

.nav-primary .social-container {
  padding: 4px 11px 21px;
}

@media screen and (min-width: 1024px) {
  .nav-primary .mobile-nav-container,
  .nav-primary .social-container,
  .nav-primary .cta-mobile,
  .nav-primary .mobile-hot-now-container {
    display: none;
  }
}

.nav-primary .menu-item.emphasis + .social-container {
  border-top: 0;
  padding-top: 0;
}

.nav-primary .menu > .menu-item:last-of-type {
  border-bottom: 1px solid #b1cad6;
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu > .menu-item:last-of-type {
    border-bottom: 0;
  }
}

.nav-primary .menu-item a,
.mobile-nav-container .menu-item a {
  color: #000;
  display: block;
  padding: 18px 48px 18px 24px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu-item a {
    font-family: Verdana, sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #000;
    min-height: auto;
    padding: 8px 12px;
  }

  .nav-primary .menu-item a:hover {
    text-decoration: none;
  }

  .nav-primary .menu > .menu-item > a {
    font-size: 17px;
  }

  /* add overline */
  .nav-primary .menu > .menu-item:not(:first-of-type) > a {
    display: inline-block;
  }

  .nav-primary .menu > .menu-item:not(:first-of-type) > a::before {
    background-color: #e52427;
    content: '';
    height: 2px;
    position: absolute;
    top: 0;
    left: 12px;
    transform: scaleX(0);
    transition: all 250ms ease;
    width: calc(100% - 24px);
  }

  .nav-primary .menu > .menu-item:not(:first-of-type) > a:hover::before {
    transform: scaleX(1);
  }
  /* end overline */

  .nav-primary .menu > .menu-item:first-of-type > a {
    border: 2px solid #ffb200;
    border-radius: 24px;
    padding: 8px 11px;
  }

  .nav-primary .menu > .menu-item:first-of-type > a:hover {
    background-color: #ffb200;
  }

  .nav-primary .menu > .menu-item:hover > a {
    opacity: 1;
    color: #42424a;
  }
}

.mobile-hot-now-container .menu {
  display: block;
  padding: 0px 10px 4px;
}

@media screen and (min-width: 1024px) {
  .mobile-hot-now-container .menu {
    display: none;
  }
}

.mobile-hot-now-container .menu-item {
  border-top: 0px;
  display: inline-block;
  margin-bottom: 6px;
}

.mobile-hot-now-container .menu-item a {
  font-size: 11px;
  color: #fff;
  background-color: #000;
  padding: 8px 14px 7px;
}

@media screen and (min-width: 1024px) {
  .sticky-nav .nav-primary .search-form {
    display: block;
    max-width: 200px;
    margin-left: 9px;
  }
}

.nav-primary .search-form {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sticky-nav .nav-primary .search-form {
    display: block;
    border-left: 1px solid #fff;
  }
}

/* [ Primary Nav - Sub-menu ] */

.nav-primary .sub-menu-toggle {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 11px;
  right: 16px;
  padding: 0;
  background: transparent;
  color: #000;
}

@media screen and (min-width: 1024px) {
  .nav-primary .sub-menu-toggle {
    top: 5px;
    right: -5px;
    color: #000;
  }
}

.nav-primary .sub-menu-toggle .icon-chevron::before {
  margin: 0;
}

.nav-primary .sub-menu .sub-menu-toggle {
  height: 21px;
  top: 0;
}

.nav-primary .sub-menu {
  display: none;
  background: #ffc43c;
}

@media screen and (min-width: 1024px) {
  .nav-primary .sub-menu {
    background: #42424a;
  }

  .sticky-nav .nav-primary .sub-menu {
    background: #fff;
    border-left: 3px solid #ffb200;
  }
}

.nav-primary .sub-menu .menu-item {
  border-color: #ffba48;
}

@media screen and (min-width: 1024px) {
  .nav-primary .menu > .menu-item > .sub-menu {
    /* first sub-menu only */
    top: 39px; /* height of menu item */
  }
}

.nav-primary .sub-menu a {
  padding: 16px 48px 16px 40px;
  text-transform: none;
  letter-spacing: 0;
  min-height: 36px;
}

@media screen and (min-width: 1024px) {
  .nav-primary .sub-menu a {
    font-size: 11px;
    min-height: auto;
  }

  .nav-primary .menu .sub-menu a {
    padding: 9px 12px 8px;
  }

  .nav-primary .menu > .menu-item > .sub-menu .menu-item:first-of-type > a {
    padding-top: 12px;
  }

  .nav-primary .menu > .menu-item > .sub-menu .menu-item:last-of-type > a {
    padding-bottom: 12px;
  }

  .nav-primary .sub-menu .sub-menu {
    background: #434858;
  }
}

.nav-primary .sub-menu .sub-menu a {
  padding-left: 60px;
}

@media screen and (min-width: 1024px) {
  .nav-primary .sub-menu .sub-menu a {
    padding-left: 12px;
  }
}

/* ---------- [ Nav: Privacy ] ---------- */

.nav-privacy .menu {
  text-align: center;
}

.nav-privacy .menu-item a {
  padding: 8px;
  color: #fff;
}

.nav-privacy .menu > .menu-item:first-of-type a {
  padding-left: 0;
}

.nav-privacy .menu > .menu-item:last-of-type a {
  padding-right: 0;
}

/* ================================
[ Containers ]
================================ */

body {
  margin-top: 60px;
}

@media screen and (min-width: 1024px) {
  body {
    margin-top: 0 !important;
  }
}

.archive .content-sidebar-wrap {
  margin-top: 12px;
}

@media screen and (min-width: 1024px) {
  .archive .content-sidebar-wrap {
    margin-top: 36px;
  }
}

/* ================================
[ Sections ]
================================ */

/* ---------- [ Header ] ---------- */

.site-header {
  position: fixed;
  top: 28px;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  height: 47px; /* helps with JS consistency */
  z-index: 99999999;
}

@media screen and (min-width: 1024px) {
  .site-header {
    position: relative;
    height: auto !important; /* to overwrite inline styles added by js, if the user resizes their browser */
    overflow: visible;
    background: transparent;
    color: #000;
    top: -11px;
    z-index: 999;
  }
}

.admin-bar .site-header {
  top: 74px;
}

@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .admin-bar .site-header {
    top: 0;
  }
}

.site-header > .wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .site-header > .wrap {
    height: auto;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .site-header > .wrap {
    max-width: 100%; /* remove padding so we can get the spacing pixel perfect (add space left of logo, but not right of search toggle, which has built-in padding) */
  }
}

/* [ Logo ] */

.title-area {
  display: inline-block;
  width: 71%;
}

@media screen and (min-width: 1024px) {
  .title-area {
    display: block;
    width: 254px;
    height: 91px;
    position: relative;
    float: left;
  }

  .title-area .site-title {
    height: 100%;
  }
}

.title-area .site-title a {
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 267px;
  height: 47px;
  background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/logo.svg) no-repeat left center;
  background-size: 100%;
  text-indent: -9999px;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

@media screen and (min-width: 1024px) {
  .title-area .site-title a {
    color: #000;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/logo-desktop.svg) no-repeat center;
    background-size: contain;
  }
}

.site-description {
  text-indent: -9999px;
  margin: 0;
  height: 0;
}

/* [ Search ] */

#header-search {
  position: absolute;
  top: 42px;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 9;
}

@media screen and (min-width: 1024px) {
  #header-search {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #header-search .search-form {
    max-width: 90%;
    margin-left: 5%;
  }
}

/* [ Toggles ] */

.site-header .generic-toggle {
  float: left;
  width: 12.8%;
  height: 47px;
}

.site-header .search-toggle {
  float: right;
}

.site-header .search-toggle .screen-reader-text {
  color: #fff;
}

/* ---------- [ Before Header ] ---------- */

.before-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}

.admin-bar .before-header {
  top: 46px;
}

@media screen and (min-width: 783px){
  .admin-bar .before-header {
    top: 32px;
  }
}

@media screen and (min-width: 1024px){
  .before-header,
  .admin-bar .before-header {
    position: relative;
	top: 0;
  }
}

@media screen and (max-width: 1023px){
  .before-header .wrap {
    max-width: 100%;
  }
}

.before-header .cta-desktop-header,
.before-header .social {
  display: none;
}

#menu-primary .cta .small {
  font-size: 12px;
  font-style: italic;
}

@media screen and (min-width: 1024px) {
  .before-header .nav-header,
  .before-header .social,
  .before-header .cta {
    float: right;
  }

  .before-header .social {
    padding: 23px 10px 0px 0px;
  }

  .before-header .cta {
    font-size: 9px;
    padding: 10px 18px 5px;
    line-height: 16px;
    float: right;
    color: #fff;
    background-color: #496cab;
    width: 164px;
    text-align: center;
    font-weight: 700;
    font-family: Verdana, sans-serif;
    position: relative;
    transition: 100ms;
  }

  .before-header .cta .emphasis {
    font-size: 12px;
    display: block;
  }

  .before-header .cta:hover .emphasis {
    text-decoration: underline;
  }

  .before-header .cta .small {
    font-size: 8px;
    display: block;
    font-style: italic;
  }

  .before-header .cta:hover {
    opacity: 1;
    background-color: #365896;
    text-decoration: none;
  }

  .before-header .cta-desktop-header,
  .before-header .social {
    display: block;
  }

  .before-header .cta-desktop-header:after {
    content: '';
    width: 100%;
    height: 12px;
    border-top: solid 12px #496cab;
    border-left: solid 82px transparent;
    border-right: solid 83px transparent;
    position: absolute;
    bottom: -12px;
    left: 0px;
    z-index: 999999999;
  }

  .before-header .cta-desktop-header:hover:after {
    border-top: solid 12px #365896;
    text-decoration: none;
  }
}

/* Before header mobile CTA */

@media screen and (min-width: 1024px) {
  .before-header .cta-header-mobile.visible-on-mobile {
    display: none;
  }
}

.before-header .cta-header-mobile {
  background-color: #ffb200;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 700;
  height: 28px;
  line-height: 1.5;
  padding: 5px 8px;
  text-align: center;
}

/* ---------- [ Site Footer ] ---------- */

.footer-bottom {
  color: #fff;
  background: #000;
  font-weight: 700;
  font-size: 13px;
  font-family: Verdana, sans-serif;
  text-align: center;
  padding: 30px 22px 27px;
}

@media screen and (min-width: 1024px) {
  .footer-bottom {
    font-size: 10px;
    padding: 13px;
  }

  .footer-bottom > .wrap {
    display: flex;
    justify-content: space-between;
  }

  .footer-bottom .footer-nav {
    flex-basis: 30%;
  }

  .footer-bottom .footer-text {
    flex-basis: 56%;
    text-align: right;
  }
}

.footer-bottom .footer-text {
  font-weight: normal;
}

.footer-bottom .footer-credits {
  margin-top: 5px;
}

@media screen and (min-width: 1024px) {
  .footer-bottom .footer-credits {
    margin-top: 0px;
  }
}

.footer-bottom .social .social-icon {
  color: #fff;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 13px;
}

.footer-bottom .social {
  display: none;
}

@media screen and (min-width: 1024px) {
  .footer-bottom .social {
    display: block;
    margin-top: 3px;
  }
}

.footer-credits .copyright {
  display: block;
  margin: 0 0 2px;
}

@media screen and (min-width: 1024px) {
  .footer-credits .copyright {
    margin-bottom: 0;
  }

  .footer-credits .nav-privacy {
    margin: 0 12px;
  }

  .footer-credits,
  .footer-credits .copyright,
  .footer-credits .nav-privacy {
    display: inline-block;
  }
}

/* ================================
[ Content ]
================================ */

/* ---------- [ Author Box ] ---------- */

.author-box {
  background: #faf7f1;
  padding: 20px 16px 16px;
  font-size: 13px;
  text-align: center;
  margin: 28px 0;
}

@media screen and (min-width: 768px) {
  .author-box {
    padding: 32px 24px 24px 144px;
    font-size: 15px;
    text-align: left;
    position: relative;
    margin: 28px 0;
    min-height: 158px;
  }
}

.author-box a {
  text-decoration: none;
}

.author-box .author-box-content a {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .author-box .author-box-content a:hover {
    background: transparent;
    text-decoration: none;
  }
}

.author-box .avatar {
  display: block;
}

.author-box .avatar,
.avatars-disabled .author-box::before {
  margin: 0 auto 12px;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .author-box .avatar,
  .avatars-disabled .author-box::before {
    position: absolute;
    top: 32px;
    left: 24px;
    margin-bottom: 0;
  }
}

.avatars-disabled .author-box::before {
  content: '';
  width: 100px;
  height: 100px;
  background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/author-box-avatar.jpg) no-repeat center;
  background-size: 100px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .avatars-disabled .author-box::before {
    background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/author-box-avatar@2x.jpg);
  }
}

.author-box .avatar {
  float: none;
}

.author-box-title {
  font-family: Verdana, sans-serif;
  font-size: 22px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .author-box-title a:hover {
    background: transparent;
    text-decoration: underline;
  }
}

/* ---------- [ Breadcrumbs ] ---------- */

.breadcrumb,
.breadcrumb a {
  font-weight: 500;
  letter-spacing: 0em;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .breadcrumb,
  .breadcrumb a {
    text-align: left;
  }
}

.single .breadcrumb {
  margin-right: 80px;
}

@media screen and (min-width: 1024px) {
  .single .breadcrumb {
    margin-right: 100px;
  }
}

.breadcrumb .breadcrumb-link {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .breadcrumb .breadcrumb-link {
    color: #343434;
  }
}

.breadcrumb .breadcrumb-separator {
  font-size: 12px;
  margin: 0 6px 0 0;
  position: relative;
  top: -1px;
}

.archive-nav .breadcrumb,
.archive-nav .breadcrumb a {
  color: #666;
}

@media screen and (min-width: 1024px) {
  .archive-nav .breadcrumb,
  .archive-nav .breadcrumb a {
    color: #adadad;
  }
  .archive-nav .breadcrumb a:hover {
    color: #fff;
  }
}

/* ---------- [ Titles ] ---------- */

.archive-title,
h1.entry-title,
.section-title,
.widget-title {
  margin: 0 0 8px;
  line-height: 1;
}

.archive-title,
h1.entry-title {
  text-align: center;
  font-size: 28px;
}

@media screen and (min-width: 1024px) {
  .archive-title,
  h1.entry-title {
    font-size: 32px;
  }
}

.archive-title {
  color: #000;
  font-size: 28px;
}

@media screen and (min-width: 1024px) {
  .archive-title {
    text-align: left;
    color: #ffb200;
    font-size: 32px;
  }
}

.archive-nav a {
  color: #939393;
}

@media screen and (min-width: 1024px) {
  .archive-nav a:hover {
    opacity: 1;
  }
}

.archive .archive-nav a {
  color: inherit;
}

.archive-recipe-link {
  text-align: center;
}

.archive-recipe-link.visible-on-mobile {
  margin: 0px 10px;
}

.archive .archive-recipe-link a,
.blog .archive-recipe-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
  font-family: Verdana, sans-serif;
  border-radius: 6px;
  padding: 8px 16px;
  background-color: #4e4e4e;
  color: #fff;
  line-height: 1;
  min-height: 44px;
  margin-top: 16px;
}

.blog .archive-recipe-link a {
  background-color: #fff;
  border: 3px solid #ffb200;
  color: #000;
  padding: 5px 13px;
}

@media screen and (min-width: 1024px) {
  .archive .archive-recipe-link a,
  .blog .archive-recipe-link a {
    font-size: 16px;
    color: #ffb200;
    background-color: transparent;
    border: 1px solid #fff;
    min-height: initial;
    margin-top: 0;
    padding: 8px 16px;
  }

  .archive .archive-recipe-link a:hover,
  .blog .archive-recipe-link a:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
    text-decoration: none;
  }
}

.archive-recipe-link .icon-font {
  color: #ffb200;
  font-size: 22px;
}

h1.entry-title {
  margin: 0 0 8px;
  text-align: left;
}

.widget-title,
.widget .section-title {
  color: #343434;
  margin-bottom: 12px;
  text-align: left;
}

.post-listing .content .entry-title,
.featured-posts .entry-title {
  margin: 0;
  float: left;
}

.post-listing .content .entry-title-link,
.featured-posts .entry-title-link {
  display: block;
  font-size: 18px;
  text-align: center;
  position: relative;
  padding: 10px;
  font-family: Verdana, sans-serif;
}

@media screen and (min-width: 1024px) {
  .post-listing .content .entry-title-link,
  .featured-posts .entry-title-link {
    font-size: 18px;
    padding: 15px;
  }

  .post-listing .content .entry-title-link:hover,
  .featured-posts .entry-title-link:hover {
    opacity: 1;
  }
}

.featured-posts .entry-title-link {
  font-size: 16px;
}

/* ---------- [ Entries ] ---------- */

.post-listing .content .entry,
.featured-posts .entry {
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .post-listing .content .entry,
  .featured-posts .entry {
    margin-bottom: 15px;
  }
}

.post-listing #genesis-content > div.entry {
  width: 100%; /* flexbox fix for when no posts are found (otherwise container would be 'article') */
}

.post-listing .content .entry-image,
.featured-posts .entry-image {
  display: block;
}
