/* Typographic imports */
@import url(http://fonts.googleapis.com/css?family=News Cycle);
@import url(http://fonts.googleapis.com/css?family=Questrial);

/* Typography settings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'News Cycle', serif !important;
  color: #33CCCC !important;
}

body {
  font-family: 'Questrial', sans-serif;
  font-weight: 200;
  background-color: #FAFFCF;
  background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%), linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%), linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%), linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
  background-size: 13px, 29px, 37px, 53px;
}

/* Main display setups */
body.custom-background {
  background-size: cover;
}

.site-container {
  box-shadow: 0 0 3px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.8);
}

/* Header */
.menu-primary .search-form {
  width: 160px;
  margin: -1px 8px 1px 0;
}

/* Homepage */
.home-top #featured-post-4 .aligncenter {
text-align: center;
}

.home-middle .entry-title a {
  min-height: 68px;
  display: block;
}

.blog-in-link {
  display: block;
  width: 100%;
  color: #FFF;
  background-color: #33CCCC;
  border: 2px solid #33CCCC;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-in-link:hover {
  color: #33CCCC;
  background-color: #FFF;
}

/* Sidebar and footers */
.sidebar .user-profile .alignright {
  margin-left: 0px;
  max-width: 130px;
}

.site-footer p {
  font-size: 13px;
}

.footer-widgets {
  background: #33CCCC;
}

.footer-widgets-1, .footer-widgets-2 {
  width: 47%;
}

.footer-widgets-2 {
  float: right;
}

.footer-widgets-1 .search-form input {
  font-size: 20px;
  font-family: 'News Cycle', serif;
  color: #33CCCC !important;
  padding: 10px 20px;
  max-width: 398px;
  margin-top: 10px;
}

/* Recipe Index */
.recipes-top .search-form input {
  height: 37px;
}

.FeaturedImageCat {
  margin: 0 0 30px;
}

.FeaturedImageTax--anchor {
  text-decoration: none;
}

/* Contact page */
.wpcf7-submit {
  width: 100% !important;
  padding: 12px;
  font-size: 18px !important;
}

/* Side sharer */
.side-share {
  position: fixed;
  left: 0;
  top: 200px;
}

.side-share .shareaholic-share-buttons-container li.shareaholic-share-button {
  padding: 0px !important;
}

.side-share .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
  margin: 0px !important;
}

/* Nav */
.genesis-nav-menu {
  background-color: #33CCCC;
  border-bottom: none;
  border-top: none;
}

.nav-primary {
  position: relative;
}

.nav-primary:before {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 0;
  left: -48px;
  top: 0px;
  border-width: 26px 26px;
  border-style: solid;
  border-color: #33CCCC #33CCCC #33CCCC transparent;
}

.nav-primary:after {
  content: ' ';
  position: absolute;
  width: 1px;
  height: 0;
  right: -48px;
  top: 0px;
  border-width: 26px 26px;
  border-style: solid;
  border-color: #33CCCC transparent #33CCCC #33CCCC;
}

.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu a:hover {
  background-color: #FFF !important;
  color: #33CCCC !important;
}

.genesis-nav-menu a {
  color: #FFF;
}

.genesis-nav-menu .sub-menu a {
  color: #FFF !important;
  background-color: #33CCCC !important;
}

.genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #33CCCC;
}

#menu-footer-nav li {
  display: inline;
  padding: 10px 18px;
}

#menu-footer-nav li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  padding: 10px 18px;
}

#menu-footer-nav li a:hover {
  color: #33CCCC;
  background-color: #FFF;
}

#menu-footer-nav {
  text-align: center;
}

.footer-widgets-1 #nav_menu-2 {
  margin-top: 22px;
}

/* Sitewide stylings */
a.more-link, .more-from-category a {
  background: #33CCCC;
  color: #FFF;
  border: 2px solid #33CCCC;
}

a.more-link:hover, .more-from-category a:hover {
  background: #FFF;
  color: #33CCCC;
}

.page .entry-meta {
  display: none;
}

.enews-widget input[type="submit"], .button, .button-secondary, button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #33CCCC;
  color: #FFF;
  border: 2px solid #33CCCC;
}

.enews-widget input:hover[type="submit"], .button:hover, .button-secondary:hover, button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"] {
  background: #FFF;
  color: #33CCCC;
}

.form-allowed-tags {
  display: none;
}

.home-top h1.entry-title, .entry-title a, .home-middle h1.entry-title {
  color: #33CCCC;
}

::-webkit-input-placeholder {
   color: 33CCCC;
}

:-moz-placeholder { /* Firefox 18- */
   color: 33CCCC;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: 33CCCC;  
}

:-ms-input-placeholder {  
   color: #33CCCC;  
}

.pagination {
    text-align: center;
}

.pagination li, .pagination-next, .pagination-previous {
  border: 2px solid #33CCCC !important;
  background-color: #33CCCC;
}

.pagination-next a, .pagination-previous a, .pagination a, .pagination-omission {
  color: #FFF;
}

.pagination li:hover, .pagination-next:hover, .pagination-previous:hover {
  background-color: #FFF;
}

.pagination-omission:hover {
  background-color: #33CCCC !important;
}

.pagination li:hover a, .pagination-next:hover a, .pagination-previous:hover a {
  color: #33CCCC !important;
}

.pagination .active {
  background-color: #FFF;
}

.pagination .active a {
  color: #33CCCC !important;
}

.adjacent-entry-pagination .pagination-previous, .adjacent-entry-pagination .pagination-next {
  color: #FFF;
  padding: 2px 6px;
  margin-bottom: 10px;
}

.adjacent-entry-pagination .pagination-previous:hover, .adjacent-entry-pagination .pagination-next:hover {
  color: #33CCCC;
}

@media screen and (max-width: 1139px) {
  .search-form input {
    height: 27px;
  }
  
  .nav-primary:before, .nav-primary:after {
    display: none;
  }
  
  .sidebar .user-profile .alignright {
  max-width: initial;
  }
  
  #menu-footer-nav li {
  display: list-item;
  padding: 6px 8px;
  }
  
  .footer-widgets-1 .search-form input {
  margin-top: 0px;
  }
}

@media screen and (max-width: 1062px) and (min-width: 1024px) {
  .side-share {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sidebar-primary {
    margin-top: 30px;
  }
}

@media screen and (max-width: 784px) {
  .side-share {
    display: none;
  }
}

@media screen and (max-width: 729px) {
  .FeaturedImageTax--item {
    width: 50% !important;
  }
  
  .FeaturedImageTax > div:nth-child(4), .FeaturedImageTax > div:nth-child(8), .FeaturedImageTax > div:nth-child(12), .FeaturedImageTax > div:nth-child(16), .FeaturedImageTax > div:nth-child(20), .FeaturedImageTax > div:nth-child(24), .FeaturedImageTax > div:nth-child(28), .FeaturedImageTax > div:nth-child(32), .FeaturedImageTax > div:nth-child(36), .FeaturedImageTax > div:nth-child(38), .FeaturedImageTax > div:nth-child(42), .FeaturedImageTax > div:nth-child(44), .FeaturedImageTax > div:nth-child(48) {
    clear: none !important;
    display: none;
  }
}

@media screen and (max-width: 621px) {
.footer-widgets-1, .footer-widgets-2 {
    width: 100%;
  }

  .FeaturedImageCat {
  min-height: 65px;
  }
}

@media screen and (max-width: 604px) {
  .archive-pagination a {
    letter-spacing: 0px;
    font-size: 10px;
  }
}

@media screen and (max-width: 461px) {
 .pagination ul li {
    line-height: 39px;
  }
  
  .archive-pagination a {
    letter-spacing: 2px;
    font-size: initial;
  }
}

@media screen and (max-width: 459px) {
  .header-image .site-header {
  background-size: contain !important;
  }
}

@media screen and (max-width: 420px) {
    .FeaturedImageTax--item {
    width: 100% !important;
  }
}

@media screen and (max-width: 375px) {
    .archive-pagination a {
    letter-spacing: 0px;
    font-size: 10px;
  }
}