/*
Theme Name: New Zealand Meat | Recipes
Theme URI: newzealmeats.com
Description: Recipes
Version: 3.3.1
Author: - Reid Boudreau - 
Author URI: 


*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
html,
body {
  height: 100%;
  width: 100%;
}


.blog-grid-h3 {
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 1.4;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Open Sans", Arial, sans-serif;
}
.blog-grid-h3 a{
color: #555;
}

.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
}

.into-lead {
	padding-right:10px;
} 
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
}
.lead img {
	display: none;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.btn-group-lg>.btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
}

.sort-btn {
    background-color: transparent;
    border: 1px solid #b2ac76;
    /* color: #fff; */
}

.dropdown-menu.sort-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 17px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

/* Nav Bar */

.navbar-toggle {
  margin-right:30px;
}

.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.navbar-brand {
    width: 150px !important;
}

.navbar-default .navbar-header .navbar-brand {
  color: #928e66;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: url('http://newzealmeats.com/blog/wp-content/uploads/2017/08/nzm_logo.png') no-repeat;
  background-size:100%;
  margin-top:5px;
  text-indent:-9999px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #928e66;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #928e66 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {

  .navbar-nav {
    float: right;
    margin: 0;
}
  .navbar-default {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: rgba(255, 255, 255, 0.98);
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #928e66;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #928e66;
  }
}

/* Footer */

footer.nb-footer {
    background: #262E36;
    border-top: 4px solid #928E66;
    }
footer.nb-footer .about {
    background-image: url(http://www.newzealmeats.com/test_960640see/img/sprite.png);
    background-position: -160px -354px;
    width: 150px;
    height: 67px;
    vertical-align: middle;
    font-size: 0;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px; 
    }
footer.nb-footer .about p {
    font-size: 13px;
    color: #999;
    margin-top: 30px; 
    }
footer.nb-footer .about .social-media {
    margin-top: 15px; 
    }
.social-media ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* border-radius: 50%; */
    font-size: 18px;
    color: #ffffff;
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
     }
footer.nb-footer .about .social-media ul li a:hover {
    background: #b78c33;
    color: #fff;
    border-color: #b78c33; 
    }
footer.nb-footer .footer-info-single {
    margin-top: 30px;
     }
footer.nb-footer .footer-info-single .title {
    color: #aaa;
    text-transform: uppercase;
    font-size: 12px; 
    }
footer.nb-footer .footer-info-single ul li a {
    display: block;
    color: #fff;
    padding: 2px 0;
     }
footer.nb-footer .footer-info-single ul li a:hover {
    color: #928e66;
    text-decoration:none; 
    }
footer.nb-footer .footer-info-single p {
    font-size: 13px;
    line-height: 20px;
    color: #aaa;
     }
footer.nb-footer .copyright {
    margin-top: 15px;
    background: #1f252b;
    padding: 7px 0;
    color: #999;
     }
footer.nb-footer .copyright p {
    margin: 0;
    padding: 0; 
    }
.form-control {
    background-color: #384551 !important;
    border: none !important;
    border-radius:0;    
}

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }

.ico-facebook{
    background-image: url(http://newzealmeats.com/test_960640see/img/sprite.png);
    background-position:-7px -381px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    }

.ico-twitter{
    background-image: url(http://newzealmeats.com/test_960640see/img/sprite.png);
    background-position: -57px -381px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    }

.ico-instagram{
    background-image: url(http://newzealmeats.com/test_960640see/img/sprite.png);
    background-position: -106px -381px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    }
    
    .social-media ul.list-inline a:hover {
    opacity: .8;
}


.recipe-hero{
    background-image: url('https://unsplash.it/1000/500?image=674');
    background-size: cover;
}

.btn-primary {
    color: #ffffff;
    background-color: #696e72;
    border: none;
    border-radius: 0 !important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #928e66;
    border-color: #928e66;
}

/* search */

.search-form {
    position: absolute;
    
}

.search-field {
    background-color: transparent !important;
    background-image: url(http://www.newzealmeats.com/test_960640see/recipe/wp-content/uploads/2016/09/searchicon.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none !important;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}

input#s {
    color: #cfcfcf;
}

.search-field:focus {
    background-color: #fff;
    border: 2px solid black;
    cursor: text;
    outline: 0;
    width: 230px;
}

.search-submit {
  display: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

/* Recipe Styles */

.recipe-post-single-instruction:nth-child(odd) {
    background: rgba(140, 136, 101, 0.36);
}
.recipe-post-single-instruction {
    color: #3f3d3b;
    padding: 25px 30px;
    overflow: hidden;
    }

    .recipe-post-single-instruction-text {
    overflow: hidden;
}

.recipe-post-single-heading, .blog-post-single-heading {
    margin: 0;
    padding: 0;
    color: #303030;
    border-bottom: 2px solid #928e66;
    font-size: 1.75rem;
    font-weight: 600;
    font-family: inherit, sans-serif;
    letter-spacing: 2px;
    line-height: 1.75rem;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-bottom: 15px;
}

.recipe-post-single-instruction-num {
    display: block;
    float: left;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background: #928e66;
    color: #fff;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 900;
    margin-right: 20px;
}

#main article img {
    margin-bottom: 25px;
}

#main article {
    padding: 0 10px 0px!important;
}

@media (min-width: 768px){
#main article {
    min-height: 450px;
}
}

ul.recipe-post-single-ingredient {
    list-style: none;
    padding-left: 15px;
}

ul.recipe-post-single-ingredient li {
    font-weight: 500;
    font-family: sans-serif;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

ul.recipe-post-single-ingredient li:before {    
    font-family: 'FontAwesome';
    content: '\f054';
    margin:0 5px 0 -15px;
    font-size: 1.2rem;
}

p.summary {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2.5rem;
}

@media (min-width: 992px){
p.summary {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 3rem;
    margin: 50px 25px;
}
}

 li.multiRecipe {
    background-color: #eaeaea;
    padding: 5px;
    margin-left: -20px;
    margin-top: 30px;
}

li.multiRecipe:before {
    display: none;
}

.servings {
    float: right;
    color: #fff;
    background-color: #928e66;
    padding: 8px 10px;
}

.widgettitle {
    margin: 0;
    padding: 0;
    color: #303030;
    border-bottom: 2px solid #928e66;
    font-size: 1.75rem;
    font-weight: 600;
    font-family: inherit, sans-serif;
    letter-spacing: 2px;
    line-height: 1.75rem;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-top: 30px;
    padding-bottom: 15px;
}

.question {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2rem;
}

.inset {
  padding: 0px 25px 0px 0px;
}

/* Pagination */

 li.next a:hover:before
{
display: none;
}


