  /* 
 Theme Name:   InstantPot
 Theme URI:    
 Description:  
 Author:       True Course
 Author URI:   
 Template:     enfold
 Version:      1.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins');

/* grid css */
.postgrid .item .image img {min-height:100%;min-width:100%;}
.postgrid .item .content .title {line-height:1em;font-size:13px;}
.postgrid .image-overlay-inside {display:none;}
.single-recipe .blog-categories {display:none!important;}
#searchform {margin-bottom:5px!important;}

#recipefilter {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;box-sizing: border-box;}
#recipefilter .placeholder {width:20%;padding-right:10px;}
#recipefilter .placeholder:nth-child(5) input {width:auto;float:right;margin-left:15px;}
#recipefilter select option {font-size:0.8em;}
#recipefilter input::placeholder {color:#ccc!important;}

aside form select {margin-bottom:5px!important;}
aside form br {display:none;}

.tax-header {background-color:#ff0000;padding:55px 0 55px 0;}
.tax-header h1 {color:#fff;font-family: 'Poppins', sans-serif;font-weight: 600;font-style: normal; font-size: 48px;  text-transform: none; line-height: 64px; letter-spacing: -2px;}

.copyright img {height:10px;margin-left:10px;}

/* related posts */
.related_posts .related_entries_container .av_one_eighth  {width:25%!important;height:auto;padding-right:10px;margin-bottom:10px;}
.related_posts .related_entries_container .av_one_eighth img {min-width: 100%;min-height: 100%;}
.related_posts .related_entries_container .av_one_eighth {overflow:hidden;}
.related_posts .related_entries_container a, .related_posts .related_entries_container span {height:100%;}

/* recipe page */
/*.recipe-img {overflow:hidden;}
.recipe-img img {margin-top:-50%!important;}*/

.author-box {border-top: 1px solid rgb(235, 232, 226);padding: 20px;text-align:center;}
.author-box .image img {width:200px;height: auto; }
.wpurp-recipe-author {}
.wpurp-recipe-image {}
.author-box .wpurp-recipe-author {color: #eb2d37 !important;}

/* author page */
.author-data {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.author-data .image {width:20%;text-align:center;}
.author-data .image img {width: 200px; height: 200px;}
.author-data .info {width:80%;text-align: center;}


@media only screen and (max-width : 979px) {
  .postgrid .items .item {width:33%;height:250px;}
  .postgrid .items .item .image {height:220px;}
  .related_posts .related_entries_container .av_one_eighth  {width:33%!important;height:120px;}
}

@media only screen and (max-width : 768px) {
  .postgrid .items .item .image {height:190px;}
  #recipefilter .placeholder {width:100%;}	
  .related_posts .related_entries_container .av_one_eighth  {width:50%!important;height:120px;}
}

@media only screen and (max-width : 480px) {
   	.postgrid .items .item {width:100%;height:auto;}
    .postgrid .items .item .image {height:auto;}
	.postgrid .item .content .title {font-size:20px;}
    .related_posts .related_entries_container .av_one_eighth  {width:100%!important;height:auto;}
}

/* Social media icons */
.social-icons {
  text-align: center;
  margin-bottom: 0px;
}
.social-icons li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
}
.social-icons li a {
  border-bottom: none;
}
.social-icons li img {
  width:30px;
  height:30px;
  margin-right: 20px;
}

.website a{
  text-align: center;
  margin: auto;
  display: block;
}
/* Author Books Image Links*/
.otherBooks a{
  width:25%;
  float:left;
  padding-right: 10px;
  padding-bottom: 10px;
}
.related_posts{
  padding:20px!important;
}
.otherBooks{
  padding:20px;
}
