/*
Theme Name: Foodie Child Theme
Description: This is the Foodie child theme created for the Genesis Framework.
Author: Shay Bocks
Author URI: http://www.shaybocks.com/
Version: 2.0
Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Template: genesis
Template Version: 2.0.1
License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php
*/

.ck_form.ck_minimal {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  clear: none!important;
  color: #666;
  font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  overflow: hidden;
  text-align: right;
}
.ck_form.ck_minimal.ck_horizontal {
  background: none!important;
  border: none!important;
}
.ck_form.ck_minimal .ck_form_fields {
 padding: 0!important;
}
.ck_form_title {
  display: none!important;
}
.ck_description {
  display: none!important;
}
.ck_guarantee {
  display: none!important;
}
#header-newsletter .ck_form.ck_minimal {
    width: auto !important;
}
 @media screen and (max-width: 768px) and (min-width:1024px) and (orientation:portrait) {
  #header-newsletter .ck_form.ck_minimal {
  width: 36%;
}
}
.get_head > p {
  color: #0a8f1b;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: sans-serif;
  letter-spacing: 0.1rem;
}
#featured-post-24 .post em, #featured-post-24 .post p { 
    color: #000 !important;
}
.search .size-full { display: none !important; }
.home-top .featuredpost .post img { width: 90% !important; }