/*
Theme Name: Tasty Kitchen Blog Child
Theme URI:
Description: Custom WordPress theme for Tasty Kitchen blog. Child theme of Tasty Kitchen v2.
Author: Crowd Favorite
Version: 2.0
Template: tastykitchen-v2
*/
.category-half, .post-date, .view-controls .browse-by, .view-controls .select, .browse-thumb {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.category-half {
  background-color: #fff;
  border: 1px solid #efeeed;
  padding: 3px; }

.post {
  position: relative; }

.author-avatar {
  float: left;
  height: 60px;
  position: relative;
  width: 60px;
  z-index: 10; }
  .author-avatar .avatar {
    background-color: #fff;
    height: 100%;
    margin-top: 0;
    width: 100%; }
    .lt-ie8 .author-avatar .avatar {
      height: 50px;
      width: 50px; }
  @media (max-width: 480px) {
    .author-avatar {
      display: none; } }

.post-title {
  border-bottom: 1px solid #c8e0e7;
  color: #b52025;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 23px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 9px 0 6px;
  padding: 0 60px 4px;
  position: relative;
  z-index: 5; }
  .post-title a {
    color: #b52025; }
  .tr-coretext .post-title {
    font-family: Inika, Georgia, "Times New Roman", Times, serif; }
  @media (max-width: 480px) {
    .post-title {
      font-size: 14px;
      margin: 0 9px 0 0;
      padding: 0 50px 4px 0; } }

.posted-by {
  font-size: 12px;
  margin: 0;
  padding-top: 4px;
  padding-left: 67px;
  position: relative;
  z-index: 5; }
  @media (max-width: 480px) {
    .posted-by {
      padding-left: 0; } }

.post-date {
  background: #fff;
  border: 1px solid #efeeed;
  color: #4c9395;
  float: right;
  margin: -7px 0 0;
  padding: 3px;
  position: relative;
  text-align: center;
  width: 60px;
  z-index: 8; }
  @media (max-width: 480px) {
    .post-date {
      width: 50px; } }
  .post-date p {
    background-color: #ecf4f6;
    font: 13px Inika, Georgia, "Times New Roman", Times, serif;
    line-height: 16px;
    margin: 0;
    padding: 3px 6px; }
    .post-date p span {
      border-bottom: 1px solid #c8d7df;
      border-top: 1px solid #c8d7df;
      display: block;
      font-family: "Times New Roman", Times, serif;
      font-size: 21px;
      line-height: 25px;
      padding: 0; }
      @media (max-width: 480px) {
        .post-date p span {
          font-size: 16px;
          line-height: 20px; } }
  .post-date strong {
    font-size: 12px;
    text-transform: uppercase; }

.post-entry {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  margin: 35px 0 0;
  margin: 25px 0 0;
  width: 100%; }
  .post-entry img,
  .post-entry p img {
    background: #fff;
    border: 1px solid #efeeed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto !important;
    padding: 3px;
    width: 100% !important; }
  .post-entry .recipe-details img,
  .post-entry .recipe-details p img {
    width: auto !important; }
  .post-entry .recipe-details .post-ratings-image {
    margin-right: 1px !important;
    width: 12px !important; }

.post-ratings .post-ratings-image {
  border: 0;
  margin: 0;
  padding: 0; }

.post-footer .share {
  padding: 0 0 2px; }

.scroller {
  background: #edf9f9;
  margin-bottom: 15px;
  padding: 14px 12px 0 0;
  position: relative; }

.scroller-title {
  color: #b52025;
  font: 28px "Rochester";
  left: -10px;
  margin: 0;
  position: absolute;
  -webkit-transform: rotate(347deg);
  -moz-transform: rotate(347deg);
  -o-transform: rotate(347deg);
  transform: rotate(347deg);
  top: -10px; }

.scroller-item {
  display: inline;
  float: left;
  margin-left: 11px;
  position: relative; }

.scroller-item img.wp-post-image {
  background: #fff;
  border: 1px solid #efeeed;
  padding: 3px; }

.scroller-item a,
.scroller-item a:hover {
  display: block;
  text-decoration: none; }
  .oldie .scroller-item a, .oldie
  .scroller-item a:hover {
    height: 80px;
    width: 117px; }

.scroller-item a span {
  background: #c3eaea;
  border: 2px solid #51c3c2;
  top: -10px;
  color: #5f6161;
  display: none;
  font-size: 11px;
  left: -10px;
  padding: 5px 10px;
  position: absolute;
  width: 100px;
  z-index: 20; }

.scroller-item a span strong {
  color: #b52025;
  display: block;
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 2px; }

.scroller-item a:hover span {
  display: block; }

.well-ad {
  background: #efefef url(assets/img/bg-well-ad.jpg?v=20131121) no-repeat 10px 0;
  height: 291px;
  margin: 5px 0 20px;
  padding: 36px 0 0 184px;
  width: 492px; }
  @media (max-width: 648px) {
    .well-ad {
      background-position: center top;
      padding: 36px 0 0 10px;
      width: 310px; } }

/** Landing Page Toggle View
 -------------------------------------------------- */
.view-controls {
  background-color: #fdfbd9;
  font-family: Raleway, Helvetica, Arial, sans-serif;
  font-size: 12px; }
  .view-controls ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0; }
    .view-controls ul li {
      display: inline-block; }
  .view-controls .browse-by {
    height: 42px;
    line-height: 42px;
    padding-left: 10px; }
    .view-controls .browse-by li a,
    .view-controls .browse-by strong {
      color: #b52025; }
    .view-controls .browse-by li {
      margin: 0 10px; }
  .view-controls .browse-display {
    float: right; }
    .view-controls .browse-display ul {
      display: block;
      width: 126px; }
    .view-controls .browse-display li {
      display: block;
      float: left; }
  .view-controls .excerpt-display-icon {
    background: url(assets/img/sprite-toggle-buttons.png?v=20131121) no-repeat 8px 12px;
    display: block;
    height: 42px;
    overflow: hidden;
    text-indent: -10000px;
    width: 42px; }
    .view-controls .excerpt-display-icon.toggled {
      background-color: #fcefba; }
  .view-controls .excerpt-display-short {
    background-position: -50px 12px; }
  .view-controls .excerpt-display-thumbnails {
    background-position: -109px 12px; }
  .view-controls .select {
    float: right;
    padding: 10px; }
    .view-controls .select select {
      height: 23px;
      padding: 3px 8px; }

.post-thumbnail {
  float: left;
  margin-top: 10px;
  width: 35%; }
  @media (max-width: 480px) {
    .post-thumbnail {
      float: none;
      width: 50%; } }
  @media (max-width: 320px) {
    .post-thumbnail {
      width: 100%; } }

.post-excerpt-info {
  float: left;
  margin-left: 3%;
  margin-top: 10px;
  width: 62%; }
  .post-excerpt-info p {
    margin-top: 0; }
  @media (max-width: 480px) {
    .post-excerpt-info {
      float: none;
      margin-left: 0;
      width: 100%; } }

.browse-excerpt {
  margin: 20px 0 60px; }

.browse-thumb {
  background: #fff;
  border: 1px solid #efeeed;
  height: auto;
  padding: 3px; }

.post-meta {
  border-bottom: 1px solid #efeeed;
  border-top: 1px solid #efeeed;
  margin-top: 20px;
  padding: 5px 5px 6px; }
  .post-meta .permalink,
  .post-meta .comments {
    display: block;
    float: left; }
  .post-meta .permalink {
    line-height: 36px;
    margin-right: 30px; }
  .post-meta .comments {
    color: #6e5c3a;
    font: 20px "Rochester";
    margin-top: 2px;
    text-transform: lowercase; }
  .post-meta .share {
    color: #6e5c3a;
    float: right;
    font: 20px "Rochester";
    padding-top: 2px;
    text-align: right;
    text-transform: lowercase; }
    .post-meta .share a {
      margin-left: 5px;
      margin-right: 0; }

.type-post {
  -webkit-box-shadow: inset 0 0 3px #e0e0e0;
  -moz-box-shadow: inset 0 0 3px #e0e0e0;
  box-shadow: inset 0 0 3px #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px; }

/** Mini Post View
 -------------------------------------------------- */
.mini-posts {
  clear: both;
  margin-top: 20px;
  margin-bottom: 0; }

.half-post {
  float: left;
  margin: 0;
  position: relative;
  width: 44%;
  margin-right: 2%;
  margin-bottom: 10%; }
  .half-post h4 {
    margin: 0;
    padding: 0 0 0 130px; }
  .half-post p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
    padding: 0 0 0 130px; }

.category-half {
  height: auto;
  left: 0;
  position: absolute;
  top: 3px;
  width: 119px; }

.half-post-date {
  margin: 4px 0;
  padding: 0 0 0 130px; }

.clr {
  clear: both;
  height: 0px;
  overflow: hidden; }

/** Thumbnail View
 -------------------------------------------------- */
.thumb-items {
  clear: both;
  margin: 20px 0; }
  .thumb-items .scroller-item {
    margin-bottom: 15px;
    margin-left: 15px; }

/** Category Landing Pagination
 --------------------------------------------------- */
.archive-nav {
  border-bottom: 1px solid #efeeed;
  border-top: 1px solid #efeeed;
  clear: both;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 5px 0; }

.blog-prev-link,
.blog-next-link {
  background: url("/wp-content/themes/tastykitchen-blog/assets/img/blog-pag-arrows.png?ver=1.0") no-repeat 0 0;
  color: #6e5c3a;
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  width: 75px;
  margin: 10px 0; }
  .blog-prev-link:hover,
  .blog-next-link:hover {
    color: #51c3c2;
    text-decoration: none; }

.blog-next-link {
  background-position: 0 -30px;
  float: right;
  padding: 0 0 0 8px;
  width: 82px; }

.pagination {
  margin: 10px 0; }
  .pagination a {
    background-color: #fcf7ed;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 9px; }

/** Comments Pagination
 --------------------------------------------------- */
.paged-comments .page-numbers.current {
  background: #9D6034;
  color: #FFF; }

.paged-comments a.page-numbers {
  background: #F4EDDD;
  color: #9D6034; }

/*# sourceMappingURL=style.css.map */
