/*
Theme Name: McCann Tech Theme - VegKitchen Modification
Author: Stephen Lane-Walsh & Allen Jezouit
Author URI: http://berkshiredirect.com
*/

@import url(http://fonts.googleapis.com/css?family=Cutive:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);


/* ===== CSS Reset ===== */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
del {
  color: #333;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
  margin-bottom: 1.714285714rem;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: smaller;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}


/* ===== General Styles ===== */


body,
html {
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
body {
  font-size: 0.9em;
  line-height: 1.4em;
  color: #3c3c3c;
  background: url(/wp-content/uploads/2014/02/background-texture.jpg) top left repeat;
}
a:link,
a:visited,
a:active {
  color: #630460;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignright {
  float:right;
  margin:0 0 1em 1em
}
img.alignleft {
  float:left;
  margin:0 1em 1em 0
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
a img.alignright {
  float:right;
  margin:0 0 1em 1em
}
a img.alignleft {
  float:left;
  margin:0 1em 1em 0
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.breadcrumbs {
  padding-bottom: 1em;
}
p {
  line-height: 1.5em;
  margin: 1em 0;
}
ul,
ol {
  margin: 1em 0;
  padding-left: 2em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul li {
  margin-bottom: 0.5em;
  line-height: 1.25em;
}
.center {
  text-align: center;
}
.wp-caption {
  max-width: 100%;
  overflow: hidden;
  height: auto;
  clear: both;
  text-align: center;
  margin: 1em auto;
}
.wp-caption.center {
  text-align: center;
  margin: 0 auto;
}
.wp-caption img {
  width: 100%;
  height: auto;
}
.wp-caption p.wp-caption-text {
  font-size: .75em;
  line-height: 1em;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cutive', serif;
}
h1,
h2,
h3 {
  font-size: 2em;
  margin: 1em 0 1em 0;
  padding: 0;
  line-height: 1em;
  font-weight: 500;
}
h1 {
  width: 100%;
  clear: both;
}
h1,
h3 {
  color: #345c1b;
}
h2 {
  color: #bf1e09;
}
h4,
h5,
h6 {
  font-size: 1.5em;
  margin: 1em 0 1em 0;
  padding: 0;
  line-height: 1em;
  font-weight: 300;
}
h4 {
  width: 100%;
  clear: both;
}
h4,
h6 {
  color: #345c1b;
}
h5 {
  color: #bf1e09;
}
h2.comments-title {
  color: #345c1b;
}

/* ===== Clear Fix ===== */
/*.clearfix {
  width: 100%;
  clear: both;
  height: 0;
}*/

/* ===== Container Columns and Rows ===== */

.container {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.left {
  width: 62%;
  float: left;
  margin: 0 3% 0 0;
}
.right {
  width: 35%;
  float: left;
  margin: 0;
}

/* ===== Header ===== */

header {
  max-width: 1080px;
  width: 100%;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.nav {
  padding: 0 1em 0 1em;
  font-size: 1em;
  text-transform: uppercase;
}
.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav ul li a {
  display: block;
  float: left;
  margin: 0;
  padding: 1em 0.5em 1em 0.5em;
  text-decoration: none;
}
.above a {
  color: #4b0049;
}
.above a:hover {
  color: #345c1b;
  text-decoration: underline;
}
.below a {
  color: #345c1b;
}
.below a:hover {
  color: #bf1e09;
  text-decoration: underline;
}
#mobile-nav {
  width: 80%;
  float: left;
  margin: 0 10% 0 10%;
}
#logo {
  width: 45%;
  float: left;
  display: table-cell;
  vertical-align: middle;
  margin-left: 0;
}
#logo img {
  width: 100%;
  height: auto;
}
#social {
  width: 45%;
  float: right;
  display: table-cell;
  vertical-align: middle;
  margin-right: 5%;
  margin-top: 0.75em;
}
.social-row {
  float: right;
  clear: right;
}


/* ===== HOME PAGE LAYOUTS ===== */
.content {
  width: 86%;
  height: auto;
  margin: 0 0 1em 0;
  padding: 2em 7% 1em 7%;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.content p a {
  color: #008000;
  font-weight: 500;
  font-style: italic;
}
.content h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: 1.4em;
}
.content h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  line-height: 1.4em;
  color: #630460;
}
.content ul li a {
  color: #345c1b;
}
.content img {
  max-width: 90%;
  height: auto;
  margin: 1em 0 1em 0;
}
.post-meta {
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
  color: #a1a1a1;
  margin: 1em 0 1em 0;
  width: 100%;
  clear: both;
}
.post-meta-bottom {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #a1a1a1;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 0.5em 0 0.5em 0;
  margin: 0.5em 0 2em 0;
  width: 100%;
  clear: both;
}
.paginate {
  width: 100%;
  clear: both;
  padding-bottom: 1em;
}
.paginate-left {
  width: 45%;
  float: left;
  text-align: left;
}
.paginate-right {
  width: 45%;
  float: right;
  text-align: right;
}
.sharing {
  width: 100%;
  clear: both;
  display: inline-block;
  vertical-align: top;
}
.sharing-left {
  display: block;
  width: 70%;
  float: left;
  padding: 0;
  margin: 0;
}
.sharing-right {
  display: block;
  width: 30%;
  float: right;
  text-align: right;
  padding: 0;
  margin: 0;
}
.ziplist {
  float: right;
  margin: 0;
  padding: 0;
}
a.ziplist-button.add-recipe.small {
  margin: 0;
  padding: 0;
}
a.ziplist-button.add-recipe.small img {
  margin: 0!important;
  padding: 0!important;
}
.post-thumb {
  width: 100%;
  clear: both;
  float: left;
  height: auto;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.post-thumb img {
  min-width: 100%;
  height: auto;
}
.archive-thumb {
  width: 40%;
  float: right;
  height: auto;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  margin: 0 0 1em 1em;
}
.archive-thumb img {
  min-width: 100%;
  height: auto;
}

/* ===== SINGLE.PHP and PAGE.PHP ===== */
.recent-posts h3 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.recent-post {
  float: left;
  width: 30%;
  margin-right: 3%;
}
.recent-post p {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  line-height: 1em;
  color: #a1a1a1;
}
.content .avatar img {
  display: none;
}
.shortcode-author-avatars div.author-list .user {
  width: 45%;
  margin-right: 3%;
  text-align: left;
}


/* ===== ARCHIVE.PHP ===== */





/* ===== SIDEBAR RIGHT ===== */
.sidebar {
  width: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 1em;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.sidebar h3 {
  font-size: 1em;
  margin: 0 0 1em 0;
}
.email {
  margin-bottom: 1em;
}
.widget {
  margin-bottom: 1em;
clear: both;
display: block;
}



/* ===== Footer ===== */


footer {
  max-width: 960px;
  min-height: 3em;
  width: 100%;
  display: block;
  height: auto;
  margin: 1em 0 1em 0;
  padding: 0;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.footer a {
  color: #bf1e09;
}
.footer a:hover {
  color: #345c1b;
  text-decoration: underline;
}
.below-footer {
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0 1em 0 0;
}

/* ===== Comments ===== */
h3#reply-title.comment-reply-title {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
p.logged-in-as {
  display: none;
}
p.form-allowed-tags {
  display: none;
}
p.comment-form-comment label {
  vertical-align: top;
}
p.form-submit input {
  float: right;
}

/* ===== Mobile Setup ===== */

@media screen and (min-width: 320px) and (max-width: 767px) {
/*  body {
    background: #ffffff;
  }*/

 .nav  ul li
{
	float:left;
}
.nav ul li a {
 	float:none;
     
}

.nav.above ul  li a {
   padding:0.5em;
}

.nav.above ul  li
{
clear:both;
}
header,  footer  {
 	 margin: 0 5% 1em; width:90%;
}

footer {
	margin-top:1em;
}
footer .nav ul li a {
	padding:0.5em;
}
.nav.below
{
	margin-top:14px;
	margin-bottom:14px;
}

.nav ul li a
{
	padding:0.5em;
}

 /* div.nav.above,
  div.nav.below,
  div.nav.footer {
    display: none;
  }
*/
  .left {
    width: 100%;
    clear: both;
  }
  .right {
    display: none;
  }
  .content {
    margin: 0;
    margin: 0 5%;
    width: 76%;
/*    background: none;*/
   /* -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;*/
  }
  .post-thumb {
    margin: 0;
  }
  #logo {
    width: 100%;
    float: left;
    clear: both;
    display: table-cell;
    vertical-align: middle;
    margin: 1em 0 1em 0;
  }
  #logo img {
    width: 100%;
    height: auto;
  }
  #social {
    width: 90%;
    float: left;
    clear: both;
    display: table-cell;
    vertical-align: middle;
    margin: 1em 5% 1em 5%;
  }
  .social-row {
    width: 180px;
    float: right;
  }
  .social-row img {
    width: 30%;
    height: auto;
    float: left;
    margin-right: 3%;
  }
  .below-footer {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 0.75em;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px) {


header,  footer  {
  margin: 0 5% 1em; width:90%;
}
  body {
    background: #ffffff;
  }
  /*div.nav.above,
  div.nav.below,
  div.nav.footer {
    display: none;
  }*/
  .left {
    width: 100%;
    clear: both;
  }
  .right {
    display: none;
  }
  .content {
    width: 90%;
    margin: 0;
    padding: 0 5% 0 5%;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .post-thumb {
    margin: 0;
  }
  #logo {
    width: 40%;
    float: left;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }
  #logo img {
    width: 100%;
    height: auto;
  }
  #social {
    width: 59%;
    float: right;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }
  .social-row {
    width: 40%;
    float: right;
  }
  .social-row img {
    width: 25%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-top: 1em;
  }
  .below-footer {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 0.75em;
  }
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
  #mobile-nav {
    display: none;
  }
  
}

@media screen and (min-width: 1280px) and (max-width: 1599px) {
  #mobile-nav {
    display: none;
  }
  
}

@media screen and (min-width: 1600px) {
  #mobile-nav {
    display: none;
  }
  
}
.content p a,
.content ul li a,
.content ol li a {
	color: #008000;
	font-weight: 700;
}
.more-link {
	font-weight: 300!important;
}
.recent-post{
  min-height: 176px;
}