body {
    color: #444;
    font-family: 'Open Sans', "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    line-height: 18px;
    background: #fff;
}

.navbar{
  position: relative;
}

header{
  padding-top: 40px;
}

.resize{
  height: 40px;
  background: #666;
  width: 100%;
  position: absolute;
  top:0;
  left:0;
}

.resize-inner{
  position: absolute;
  top:10px;;
  left:50%;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  margin-left: -79px;
}
.resize-inner:before, .resize-inner:after{
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 7px;
}

.resize-inner:before{
  left:0;
  transform: rotate(-135deg);
}

.resize-inner:after{
  right:0;
  transform: rotate(45deg);
}


a {
    color: #ff9c00;
}
a:hover {
    color: #666;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

::-webkit-input-placeholder {/* WebKit browsers */
    color: #ccc !important;
}
:-moz-placeholder {/* Mozilla Firefox 4 to 18 */
    color: #ccc !important;
    opacity: 1;
}
::-moz-placeholder {/* Mozilla Firefox 19+ */
    color: #ccc !important;
    opacity: 1;
}
:-ms-input-placeholder {/* Internet Explorer 10+ */
    color: #ccc !important;
}
.navbar-fixed-top{position: relative; margin-bottom:0;}

.navbar .btn-navbar {
    font-size: 18px;
    margin-top: 15px;
    margin-right: 15px;
    background: #ff8533;
}

.navigation{margin:0 0 -7px 0; padding:0; float:left;}
.navigation li{
    margin:0;
    padding:0;
    list-style: none;
    float:left;
    margin-left: 30px;
    line-height: 1.2;
    font-size: 18px;
 }

.logo{
    padding: 5px 17px 0 17px;
    margin-top: -5px;
    margin-left: -5px;
    display: inline-block;
}

.logo img {
    width: 180px;

}

h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

#inner_items {
    height: 100%;
    position: relative;
    margin: 5px auto 0 auto;

}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner{
    padding: 5px;
    background: transparent;
}

.sidebar {
    padding-top: 45px;
    display: none;
}

.wrapper {
    position: relative;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner{

}

#main {


    padding: 5px 10px 20px 10px;

    overflow: hidden;
    background: #f6f6f6;
    // border-top: 1px solid #ccc;
  //   border-right: 1px solid #eee;
}

#items {
    margin: 0 auto;

}

#items .item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff;
    //border-radius: 4px 4px 4px 4px;
    // box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 1px rgba(0, 0, 0, 0.1), 0 3px 1px rgba(0, 0, 0, 0.05);
    width: 270px;
    margin: 10px;
    float: left;

    border-radius: 5px;
    overflow: hidden;

}

#items .item .item-content {
    padding: 20px 20px 20px 20px;
}

#items .item .picture .description p {
    margin-bottom: 7px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
        line-height: 1.4;

}

#items .item .meta span {
    font-size: 12px !important;
    line-height: 16px !important;
    margin-right: 10px;
}

#items .item .picture {
    display: block;
    position: relative;
    z-index: 5;
  //  border-top: 1px solid #bbb;
    border-radius: 4px 4px 4px 4px;
}

#items .item .picture a.image {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
}

#items .item .picture img {
    border-radius: 2px 2px 0px 0px;
    height: auto;
    position: relative;
    width: 100%;
    z-index: -1;
}

.social-share {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #fff;
}

.title-box {

    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.6);
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.title-box h4 {
    font-weight: normal;
    padding: 0 10px;
    margin: 5px 0 0;
}

.title-box .rating {
    color: #FFD203;
    padding: 0 10px 2px 10px;
}

.title-box .rating .empty {
    color: #bbb;
}

.meta {
    color: #a7a7a7;
}

.meta a:hover {
    color: #a7a7a7;
}

.meta .chef {
    display: block;
    margin-bottom: 6px;
}

a.image:hover .title-box {
    background: transparent;
}

#items .item .picture a.image:hover {
    cursor: pointer;
}

a.image:hover {
    background: rgba(0,0,0,0.3);
}

.social-share {
    display: none;
}

.social-share i {
    color: #666;
    background: rgba(255,255,255,0.8);
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    width: 32px;
    display: inline-block !important;
    border-radius: 4px;
    padding-top: 2px;
    border: 1px solid #666;
}

.social-share i:hover {
    background: #fff;
}

.icon-facebook:hover {
    color: #3A5795;
}
.icon-twitter:hover {
    color: #52A7E7;
}
.icon-pinterest:hover {
    color: #CD222A;
}
.icon-envelope-alt:hover {
    color: #333;
}

a.image:hover .social-share {
    display: block;
}

.picture img {
    height: auto;
    width: 100%;
}


.navbar-fixed-top .navbar-inner {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 66px;
    border:0;
}

.sidebar {
    color: #aaa;
    font-size: 14px;
}



.search-box.page-search{
    margin:10px  101px 5px 10px;
    position: relative;
}

.search-box.page-search #recipe-search{
    width: 100%;
    margin-bottom:0;
}

.search-box.page-search button{
left: auto;
right: -91px;
top: 0;
position: absolute;
}

.sidebar-ads-1 a:hover {
    color: #aaa;
}

.ads-label {
    padding: 0 18px 15px 7px;
}

.ads-label a {
    float: right;
}

#recipe-search {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 320px;
    padding: 7px;
    border-color: #aaa;
}

.search-box button {
    line-height: 31px;
    position: relative;
    top: -5px;
    left: -5px;
    height: 36px;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #ff8533;
    border: 1px solid #ff8533;
}

.sidebar-ads-1 {
    margin-left: -5px;
}

.sidebar-ads-1 .ad-box {
    margin-left: 7px;
    display: inline-block;
}

.text-link {
    text-align: center;
    padding: 10px;
    font-size: 12px;
}

.nav-open-close{display:none;}

/* RESPONSIVE CSS
 -------------------------------------------------- */

@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
    }

}

@media (min-width: 800px) {

.nav-open-close{display:inline-block;}
.navbar .btn-navbar{display:none;}
.logo{
    background: #f6f6f6;
    padding: 5px 17px 5px 17px;
}


}

@media (min-width: 980px) {



}



@media (min-width: 979px) {

    #main {
        margin-right: 450px;
        border-top-right-radius: 8px;
    }

    .sidebar {
        position: absolute;
        right: 0;
        width: 430px;
        height: 100%;
        z-index: 20;
        display: block;
        top: 67px;
    }

    .search-box.page-search{display:none;}




}
