/*!Theme Name: Run Eat Repeat
Theme URI: http://www.runeatrepeat.co.uk/
Description: Custom wordpress theme for Run Eat Repeat
Version: 1.0
Author: Jonny Wicks
Author URI: http://www.thrive-creative.co.uk
Tags: TMP
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.25em; }

p {
  margin-bottom: 1em; }

a {
  color: #f4cc00;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.leftBar,
.mainContent,
.navContent,
.rightBar {
  float: left; }

.mainContent,
.navContent {
  width: 100%; }

.leftBar,
.rightBar {
  width: 230px; }

.btn {
  background: #f4cc00;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  width: 100px;
  text-decoration: none; }
  .btn:hover {
    background-color: #e5bf00; }

.btn-a {
  text-decoration: none; }

.desktop {
  display: none; }

.rightBar,
.leftBar {
  display: none; }

.mobileBar {
  clear: both; }
  .mobileBar .box {
    text-align: center; }
    .mobileBar .box h1 {
      margin-bottom: 1rem;
      text-transform: uppercase; }
    .mobileBar .box .btn {
      margin: 0 auto; }
  .mobileBar .twitter {
    background-color: #eeeeee;
    padding: 2rem; }
  .mobileBar .subscribe {
    background-color: #373737;
    padding: 2rem;
    color: #fff; }
    .mobileBar .subscribe input {
      max-width: 50%;
      margin: 1rem 0;
      text-align: center; }
  .mobileBar .instagram {
    background-color: #eeeeee;
    padding: 2rem; }

header {
  width: 100%;
  background-size: cover;
  min-height: 300px; }
  header .headerimg {
    width: 100%;
    background-size: cover;
    position: absolute;
    height: 100%;
    max-height: 400px;
    background-position: center; }
  header .quickSocial {
    background-color: #f4cc00;
    position: relative;
    width: 55px;
    float: right;
    text-align: center;
    padding: 5px 0;
    z-index: 4; }
    header .quickSocial img {
      width: 30px;
      padding: 5px; }
  header .headerWrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 330px;
    position: relative;
    z-index: 2; }
  header .mobileLogo {
    float: left;
    height: 70px; }
  header .mobileWrapNav {
    background-color: #373737; }
  header .mobileNav {
    float: right;
    width: 50%;
    text-align: right; }
    header .mobileNav #hamburger {
      position: absolute;
      top: 35px;
      right: 1rem;
      margin-top: -12px;
      cursor: pointer; }
  header .mobileDropdown {
    clear: both;
    background-color: #373737;
    width: 100%;
    display: none;
    border-top: 1px solid #eeeeee;
    margin-bottom: 2rem; }
    header .mobileDropdown ul li {
      list-style-type: none;
      margin: 0;
      padding: 0;
      line-height: initial;
      text-align: center;
      padding: .5rem;
      display: block; }
      header .mobileDropdown ul li:after {
        content: ''; }
      header .mobileDropdown ul li a {
        color: #f4cc00;
        text-decoration: none;
        text-transform: uppercase; }
      header .mobileDropdown ul li ul {
        display: none; }
  header .mobileSubNav {
    background-color: #eee;
    color: #373737;
    min-height: 70px;
    text-align: right; }
    header .mobileSubNav #subArrow {
      position: relative;
      top: 35px;
      margin-top: -12px;
      cursor: pointer;
      right: 1rem;
      width: 30px; }
    header .mobileSubNav .subPage {
      width: auto;
      float: left;
      text-align: left;
      height: 70px;
      line-height: 70px;
      position: absolute;
      margin-left: 1rem;
      font-weight: bold;
      font-size: 16px; }
    header .mobileSubNav ul.subPages {
      padding: 5px 10px;
      display: none;
      margin-top: 40px; }
      header .mobileSubNav ul.subPages li {
        list-style-type: none;
        display: block;
        text-align: center; }
        header .mobileSubNav ul.subPages li a {
          color: #373737;
          font-weight: bold;
          padding: 8px 10px;
          display: inline-block; }

.headerBar {
  line-height: 70px;
  background-color: #373737;
  position: relative; }
  .headerBar p.blogTitle {
    padding: 0 0 0 1rem;
    color: #fff; }
    .headerBar p.blogTitle span {
      color: #f4cc00; }
  .headerBar .leftBar {
    height: 70px; }
  .headerBar .search {
    background-color: #f4cc00;
    height: 70px;
    background-image: url("images/search.png");
    background-size: 32px;
    background-position: 1rem center;
    background-repeat: no-repeat; }
    .headerBar .search input {
      padding: 10px 0;
      margin: 0 auto;
      border: none;
      background: rgba(255, 255, 255, 0.5);
      outline: none;
      margin-bottom: 0;
      font-size: 1rem;
      width: 70%;
      color: #373737;
      margin-left: 3.5rem;
      border-radius: 5px; }
    .headerBar .search input[type="submit"] {
      display: none; }
  .headerBar ul li {
    display: inline-block;
    color: #f4cc00; }
    .headerBar ul li:after {
      content: ' / ';
      padding: 0 .5rem; }
    .headerBar ul li:last-child:after {
      content: ''; }
    .headerBar ul li a {
      color: #f4cc00;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px; }
    .headerBar ul li.current_page_item > a {
      color: #fff; }

.contentWrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  clear: both; }
  .contentWrapper .rightBar {
    background: #eeeeee; }
  .contentWrapper .leftBar,
  .contentWrapper .rightBar {
    min-height: 400px; }
    .contentWrapper .leftBar .box,
    .contentWrapper .rightBar .box {
      padding: 1rem; }
      .contentWrapper .leftBar .box:first-of-type,
      .contentWrapper .rightBar .box:first-of-type {
        padding-top: 2rem; }
      .contentWrapper .leftBar .box h1,
      .contentWrapper .rightBar .box h1 {
        text-transform: uppercase;
        color: #373737;
        font-size: 13px;
        margin-bottom: 1em; }
      .contentWrapper .leftBar .box p,
      .contentWrapper .rightBar .box p {
        margin-bottom: 1em; }
      .contentWrapper .leftBar .box .title,
      .contentWrapper .rightBar .box .title {
        text-transform: uppercase; }
      .contentWrapper .leftBar .box input,
      .contentWrapper .rightBar .box input {
        outline: none;
        margin-bottom: 1em; }
    .contentWrapper .leftBar hr,
    .contentWrapper .rightBar hr {
      width: 188px;
      margin: 0 auto;
      border: 0;
      height: 1px;
      border-top: 1px solid #ccc; }

.mainContent,
.navContent {
  padding: 0 1rem; }
  .mainContent .content,
  .navContent .content {
    margin-top: 1rem; }
    .mainContent .content img,
    .navContent .content img {
      max-width: 100%; }
    .mainContent .content h1,
    .mainContent .content h2,
    .mainContent .content h3,
    .navContent .content h1,
    .navContent .content h2,
    .navContent .content h3 {
      margin-top: 1rem; }
    .mainContent .content h1,
    .navContent .content h1 {
      font-size: 25px;
      color: #373737;
      line-height: 1.2em;
      padding-bottom: .25em; }
    .mainContent .content h2,
    .navContent .content h2 {
      font-size: 22px;
      color: #373737;
      line-height: 1.2em;
      padding-bottom: .25em; }
    .mainContent .content h3,
    .navContent .content h3 {
      font-size: 20px;
      color: #373737;
      line-height: 1.2em;
      padding-bottom: .25em; }
    .mainContent .content h4,
    .navContent .content h4 {
      font-size: 17px;
      font-weight: bold; }
    .mainContent .content h5,
    .navContent .content h5 {
      font-size: 14px;
      font-weight: bold; }
    .mainContent .content .alignright,
    .navContent .content .alignright {
      float: right;
      margin-left: 1rem;
      margin-bottom: 1rem; }
    .mainContent .content img,
    .navContent .content img {
      max-width: 100%; }
    .mainContent .content strong,
    .navContent .content strong {
      font-weight: bold; }
    .mainContent .content i,
    .navContent .content i {
      font-style: italic; }
    .mainContent .content .alignleft,
    .navContent .content .alignleft {
      float: left;
      margin-right: 1rem;
      margin-bottom: 1rem; }
    .mainContent .content ul,
    .navContent .content ul {
      margin-left: 1rem; }
      .mainContent .content ul li,
      .navContent .content ul li {
        list-style-type: disc; }
    .mainContent .content ol li,
    .navContent .content ol li {
      list-style-type: decimal;
      margin-left: 1rem; }
  .mainContent h1,
  .navContent h1 {
    font-size: 25px;
    color: #373737;
    line-height: 1em;
    padding-bottom: .25em; }
    .mainContent h1 a,
    .navContent h1 a {
      color: #373737; }
  .mainContent .featuredImage,
  .navContent .featuredImage {
    height: 150px;
    width: 150px;
    margin-bottom: 10px; }

.blogPost {
  border-bottom: 1px solid #eee;
  margin-bottom: 3rem; }
  .blogPost .featuredimg-container {
    width: 150px;
    height: 150px;
    overflow: hidden; }
  .blogPost h1,
  .blogPost h2,
  .blogPost h3 {
    margin-top: 1rem; }
  .blogPost h1 {
    font-size: 25px;
    color: #373737;
    line-height: 1.2em;
    padding-bottom: .25em; }
  .blogPost h2 {
    font-size: 22px;
    color: #373737;
    line-height: 1.2em;
    padding-bottom: .25em; }
  .blogPost h3 {
    font-size: 20px;
    color: #373737;
    line-height: 1.2em;
    padding-bottom: .25em; }
  .blogPost h4 {
    font-size: 17px;
    font-weight: bold; }
  .blogPost h5 {
    font-size: 14px;
    font-weight: bold; }
  .blogPost .alignright {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem; }
  .blogPost img {
    max-width: 100%; }
  .blogPost strong {
    font-weight: bold; }
  .blogPost i {
    font-style: italic; }
  .blogPost .alignleft {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem; }
  .blogPost:first-of-type {
    margin-top: 3rem; }
  .blogPost a {
    color: #f4cc00;
    text-decoration: none; }
  .blogPost div.date,
  .blogPost div.comments {
    display: inline-block;
    padding: .5em 0; }
  .blogPost div.comments {
    padding-left: 1em; }
    .blogPost div.comments a {
      color: #eeeeee; }
      .blogPost div.comments a:hover {
        color: #373737; }
  .blogPost h1 {
    font-size: 25px;
    color: #373737;
    line-height: 1em;
    padding-bottom: .25em; }
    .blogPost h1 a {
      color: #373737; }
  .blogPost .featuredImage {
    width: 150px;
    height: 150px; }
  .blogPost .clock,
  .blogPost .bubble {
    padding-right: 3px; }
  .blogPost .date {
    color: #eeeeee; }

.social-share {
  margin: 20px 0; }

#respond {
  background: #eeeeee;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem; }
  #respond #reply-title {
    font-weight: bold; }
  #respond label {
    display: block; }
  #respond .required {
    color: #f4cc00; }
  #respond #reply-title a,
  #respond .logged-in-as a {
    font-weight: bold;
    text-decoration: none;
    color: #373737; }
    #respond #reply-title a:hover,
    #respond .logged-in-as a:hover {
      text-decoration: underline; }

.comment.list {
  margin-bottom: 1rem; }
  .comment.list .comment {
    background: #eeeeee;
    padding: 1rem;
    border-top: 2px solid #f4cc00;
    margin-top: 1rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    .comment.list .comment:nth-child(even) {
      background: #eeeeee; }
      .comment.list .comment:nth-child(even) .comment {
        background-color: #fafafa; }
    .comment.list .comment:nth-child(odd) {
      background-color: #fafafa; }
      .comment.list .comment:nth-child(odd) .comment {
        background-color: #eeeeee; }
    .comment.list .comment a {
      color: #373737;
      text-decoration: none; }
      .comment.list .comment a:hover {
        text-decoration: underline; }
    .comment.list .comment .comment-meta {
      margin: 1rem 0; }
    .comment.list .comment .reply {
      font-weight: bold; }
    .comment.list .comment .comment {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }

.follow ul li {
  list-style-type: none;
  padding: 0.25em 0; }
  .follow ul li a {
    color: #f4cc00;
    text-decoration: none; }

.twitter .tweetWrap {
  background-image: url("images/twitter.png");
  background-size: 24px;
  background-repeat: no-repeat;
  margin-bottom: 1em; }
.twitter .tweet {
  padding: 0 0 0 30px; }
  .twitter .tweet a {
    color: #f4cc00; }
    .twitter .tweet a:hover {
      color: #373737; }
.twitter .tweetDate {
  padding: 0 0 0 30px;
  color: #f4cc00; }

.subscribe input {
  width: 100%;
  padding: .75em; }
.subscribe input[type="submit"] {
  background: #f4cc00;
  height: 35px;
  text-align: center;
  color: #fff;
  width: 100px;
  text-decoration: none;
  border: none;
  line-height: 1;
  font-size: 14px; }
  .subscribe input[type="submit"]:hover {
    background: #e5bf00;
    cursor: pointer; }

.latestPosts {
  padding: 1rem 0; }
  .latestPosts .recentPost {
    margin: 1rem 0; }
  .latestPosts a {
    text-decoration: none;
    color: #373737; }
    .latestPosts a:hover {
      text-decoration: underline; }
  .latestPosts .date {
    color: #f4cc00; }

.archive > ul li,
.categories > ul li {
  margin-bottom: .5em;
  list-style: disc;
  list-style-position: inside; }

.archive a, .archive a:visited {
  color: #373737;
  text-decoration: none; }
  .archive a:hover, .archive a:visited:hover {
    text-decoration: underline; }

.categories .cat-item a {
  color: #373737;
  text-decoration: none; }
  .categories .cat-item a:hover {
    text-decoration: underline; }

footer {
  width: 100%;
  background-color: #373737;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: table; }
  footer span.eat {
    color: #f4cc00; }
  footer .social,
  footer .textLogo {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 1rem;
    text-align: left; }
  footer .social {
    text-align: right; }
    footer .social a img {
      width: 24px;
      padding: 0 0.1rem;
      border: none; }

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  display: none;
  border: 0;
  margin: 0; }

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  display: none;
  border: 0;
  margin: 0; }

div.wpcf7-mail-sent-ok:before, div.wpcf7-validation-errors:before {
  font: 26px/30px dashicons;
  margin-right: 16px;
  vertical-align: middle; }

@media only screen and (min-width: 768px) {
  .mobileBar {
    display: none; }

  .mobileLogo {
    display: none; }

  .desktop {
    display: none; }

  .smallDesktop {
    display: block; }
    .smallDesktop .search {
      background-color: #f4cc00;
      min-height: 50px;
      background-image: url("http://runeatrepeat.co.uk.gridhosted.co.uk/wp-content/themes/runeatrepeat/images/search.png");
      background-size: 32px;
      background-position: 1rem center;
      background-repeat: no-repeat; }
      .smallDesktop .search input {
        margin: 0 auto;
        border: none;
        background-color: rgba(255, 255, 255, 0.5);
        outline: none;
        margin-bottom: 0;
        font-size: 1rem;
        width: 70%;
        margin-left: 3.5rem;
        color: #373737;
        padding: 10px 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-borer-radius: 5px;
        margin-top: 5px; }
      .smallDesktop .search input[type=submit] {
        display: none; }

  .leftBar {
    width: 25%;
    display: block; }

  .mainContent,
  .navContent {
    width: 100%;
    max-width: 75%; }

  .rightBar {
    display: none; } }
@media only screen and (min-width: 960px) {
  .desktop {
    display: block; }

  .mobileLogo {
    display: none; }

  .mobileWrapNav {
    display: none; }

  .mobileSubNav {
    display: none; }

  .smallDesktop {
    display: block; }
    .smallDesktop .search input {
      margin: 0 auto;
      border: none;
      background: rgba(255, 255, 255, 0.5);
      outline: none;
      margin-bottom: 0;
      font-size: 1rem;
      width: 70%;
      color: #373737;
      margin-left: 3.5rem;
      border-radius: 5px; }
    .smallDesktop .search input[type="submit"] {
      display: none; }

  .headerBar ul li:after {
    padding: 0 .65rem; }

  .leftBar {
    width: 20%; }

  .mainContent,
  .navContent {
    width: 77%; }

  .rightBar {
    display: none; }

  ul.menu li {
    display: inline-block;
    color: #f4cc00; }
    ul.menu li:after {
      content: ' / ';
      padding: 0 .5rem; }
    ul.menu li:last-child:after {
      content: ''; }
    ul.menu li a {
      color: #f4cc00;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px; }
      ul.menu li a:hover {
        color: #fff; }
    ul.menu li.current_page_item > a {
      color: #fff; }
    ul.menu li:hover ul.sub-menu {
      display: block; }

  ul.sub-menu {
    display: none;
    position: absolute;
    margin-top: -3px;
    margin-left: -10px; }
    ul.sub-menu li {
      display: block;
      clear: both;
      background-color: #373737;
      line-height: 1; }
      ul.sub-menu li:after {
        content: '';
        padding: 0; }
      ul.sub-menu li a {
        padding: 10px;
        display: block; }
        ul.sub-menu li a:hover {
          color: #fff; } }
@media only screen and (min-width: 1200px) {
  .smallDesktop {
    display: none; }

  .leftBar,
  .mainContent,
  .navContent,
  .rightBar {
    float: left; }

  .mainContent,
  .navContent {
    width: 740px; }

  .leftBar,
  .rightBar {
    width: 230px;
    display: block; }

  .btn {
    background: #f4cc00;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    width: 100px;
    text-decoration: none; }
    .btn:hover {
      background-color: #e5bf00; }

  .btn-a {
    text-decoration: none; }

  header {
    min-height: 400px;
    max-height: 400px;
    position: relative; }
    header .quickSocial {
      background-color: #f4cc00;
      position: relative;
      width: 55px;
      float: right;
      text-align: center;
      padding: 5px 0; }
      header .quickSocial img {
        width: 30px;
        padding: 5px; }
    header .headerWrapper {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding-top: 330px;
      position: relative; }

  .headerBar {
    height: 70px;
    line-height: 70px;
    background-color: #373737; }
    .headerBar p.blogTitle {
      padding: 0 0 0 1rem;
      color: #fff;
      margin-bottom: 0; }
      .headerBar p.blogTitle span {
        color: #f4cc00; }
    .headerBar .search {
      background-color: #f4cc00;
      height: 70px; }
      .headerBar .search input {
        margin: 0 auto;
        border: none;
        background: rgba(255, 255, 255, 0.5);
        outline: none;
        margin-bottom: 0;
        font-size: 1rem;
        width: 70%;
        color: #373737;
        margin-left: 3.5rem;
        border-radius: 5px; }
      .headerBar .search input[type="submit"] {
        display: none; }
    .headerBar ul.menu li {
      display: inline-block;
      color: #f4cc00; }
      .headerBar ul.menu li:after {
        content: ' / ';
        padding: 0 .5rem; }
      .headerBar ul.menu li:last-child:after {
        content: ''; }
      .headerBar ul.menu li a {
        color: #f4cc00;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px; }
        .headerBar ul.menu li a:hover {
          color: #fff; }
      .headerBar ul.menu li.current_page_item > a {
        color: #fff; }
      .headerBar ul.menu li:hover ul.sub-menu {
        display: block; }
    .headerBar ul.sub-menu {
      display: none;
      position: absolute;
      margin-top: -3px;
      margin-left: -10px; }
      .headerBar ul.sub-menu li {
        display: block;
        clear: both;
        background-color: #373737;
        line-height: 1; }
        .headerBar ul.sub-menu li:after {
          content: '';
          padding: 0; }
        .headerBar ul.sub-menu li a {
          padding: 10px;
          display: block; }
          .headerBar ul.sub-menu li a:hover {
            color: #fff; }

  .contentWrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    clear: both; }
    .contentWrapper .rightBar {
      background: #eeeeee; }
    .contentWrapper .leftBar,
    .contentWrapper .rightBar {
      min-height: 400px; }
      .contentWrapper .leftBar .box,
      .contentWrapper .rightBar .box {
        padding: 1rem; }
        .contentWrapper .leftBar .box:first-of-type,
        .contentWrapper .rightBar .box:first-of-type {
          padding-top: 2rem; }
        .contentWrapper .leftBar .box h1,
        .contentWrapper .rightBar .box h1 {
          text-transform: uppercase;
          color: #373737;
          font-size: 13px;
          margin-bottom: 1em; }
        .contentWrapper .leftBar .box p,
        .contentWrapper .rightBar .box p {
          margin-bottom: 1em; }
        .contentWrapper .leftBar .box .title,
        .contentWrapper .rightBar .box .title {
          text-transform: uppercase; }
        .contentWrapper .leftBar .box input,
        .contentWrapper .rightBar .box input {
          outline: none;
          margin-bottom: 1em; }
      .contentWrapper .leftBar hr,
      .contentWrapper .rightBar hr {
        width: 188px;
        margin: 0 auto;
        border: 0;
        height: 1px;
        border-top: 1px solid #ccc; }

  .mainContent {
    padding: 0 1rem; }

  .blogPost a {
    color: #f4cc00;
    text-decoration: none; }
  .blogPost div.date,
  .blogPost div.comments {
    display: inline-block;
    padding: .5em 0; }
  .blogPost div.comments {
    padding-left: 1em; }
    .blogPost div.comments a {
      color: #eeeeee; }
  .blogPost h1 {
    font-size: 25px;
    color: #373737;
    line-height: 1em; }
    .blogPost h1 a {
      color: #373737; }
  .blogPost .clock,
  .blogPost .bubble {
    padding-right: 3px; }
  .blogPost .date {
    color: #eeeeee; }

  .twitter .tweetWrap {
    background-image: url("images/twitter.png");
    background-size: 24px;
    background-repeat: no-repeat; }
  .twitter .tweet {
    padding: 0 0 0 30px; }
    .twitter .tweet a {
      color: #f4cc00; }
      .twitter .tweet a:hover {
        color: #373737; }
  .twitter .tweetDate {
    padding: 0 0 0 30px;
    color: #f4cc00; }

  .subscribe input {
    width: 100%;
    padding: .75em; }

  .latestPosts {
    padding: 1rem 0; }
    .latestPosts .recentPost {
      margin: 1rem 0; }
    .latestPosts a {
      text-decoration: none;
      color: #373737; }
      .latestPosts a:hover {
        text-decoration: underline; }
    .latestPosts .date {
      color: #f4cc00; }

  .archive > li,
  .categories > li {
    margin-bottom: .5em; }

  .archive a, .archive a:visited {
    color: #373737;
    text-decoration: none; }
    .archive a:hover, .archive a:visited:hover {
      text-decoration: underline; }

  .categories .cat-item a {
    color: #373737;
    text-decoration: none; }
    .categories .cat-item a:hover {
      text-decoration: underline; }

  footer {
    width: 100%;
    background-color: #373737;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: table; }
    footer span.eat {
      color: #f4cc00; }
    footer .social,
    footer .textLogo {
      height: 50px;
      display: table-cell;
      vertical-align: middle;
      padding: 0 1rem;
      text-align: left; }
    footer .social {
      text-align: right; }
      footer .social a img {
        width: 24px;
        padding: 0 0.1rem;
        border: none; } }
