html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

ol {
    counter-reset: item;
    list-style-type:none;
}

ol li { 
    position: relative;
}

ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: bold;
    position: absolute;
    left: -16px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.agro-wrap {
	background-color: #2d2723;
}

.agro-wrap nav {
    background: #f4e9cb;
    color: #000;
}

.agro-wrap nav li a {
    color: #000;
	opacity: 0.5;
	font-weight: bold;
	font-size: 16px;
	transition: 0.5s;
}

.agro-wrap nav li a:hover {
    background-color: #f4e9cb;
	opacity: 1;
}

.first-wrapper {
	padding: 150px 0;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.first-wrapper > div > div {
    flex-basis.: 50%;
}

.first-holder {

}

.first-wrapper > div {
    display: flex;
    justify-content: space-between;
}

.first-holder > .title {
	color: white;
	font-weight: bold;
	font-size: 62px;
}

.first-holder > .text {
	color: white;
	font-size: 22px;
	margin-top: 10px;
}

.second-holder {
    
	padding: 30px;
}

.second-holder:hover {
	background-color: #f4e9cb;
}	

.category-holder>a {
	color: white;
	font-weight: bold;
	font-size: 22px;
	padding: 5px;
	transition: 0.5s;
}

.category-holder>a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

.recipes-container {
	background-color: #2d2723;
}

.reviews-wrapper {
    /* background-image: url('/img/reviews_bg_pattern.jpg'); */
    background-image: url('/img/reviews_left.png'), url('/img/reviews_right.png');
    background-size: 20%;
    background-position: 0 0, 100% 0;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.reviews-wrapper .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-wrapper .create-review-button {
    font-weight: 500;
}

.reviews-wrapper .reviews-holder {
    border-top: 1px solid #f5f5f5;
    margin-top: 20px;
}

.reviews-wrapper .reviews-holder .reviews-item {
    border-bottom: 1px solid #f5f5f5;
    padding: 28px 0;
}

.reviews-wrapper .reviews-holder .reviews-item .item-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: -2px;
    color: #222;
}

.reviews-wrapper .reviews-holder .reviews-item .item-date {
    font-size: 13px;
    margin-bottom: 19px;
}

.reviews-wrapper .reviews-holder .reviews-item .item-text {
    font-size: 16px;
    color: #222;
}

.uk-container-small {
    max-width: 850px;
}

.custom-modal .custom-button {
    background-color: green;
}

.custom-modal h2 {
    font-weight: 500;
    text-align: center;
}

.custom-modal .control-label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.alert-success.alert {
    position: fixed;
    left: 50%;
    top: 88px;
    z-index: 10;
    font-size: 16px;
    padding-right: 60px;
    padding-left: 25px;
    transform: translateX(-50%);
}

.alert-success.alert button {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: rgb(91 185 53);
    border-radius: 50%;
    outline: none;
}

.reviews-header {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding: 2px 25px;
}

.reviews-header .logo-container-reviews img {
    height: 80px;
}

.reviews-header .right-side-container {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 8px;
    transition: .3s;
    color: #333;
    text-decoration: none;
    font-size: 18px;
}

.reviews-header .right-side-container:hover {
    /* background: rgba(0,0,0,0.05); */
    background: rgb(134 189 0 / 31%);
}

.reviews-header .right-side-container span {
    font-weight: 500;
}

.reviews-header .right-side-container img {
    width: 25px;
    margin-right: 16px;
    transform: rotate(180deg);
}

@media (max-width: 425px) {
    .reviews-wrapper {
        background-size: 50%;
    }
    
    .reviews-wrapper .top-row {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .reviews-wrapper .top-row > *:not(:last-child) {
        margin-bottom: 20px;
    }
}