@media (min-width: 768px) {
	body {
		background-image:url(/images/background.jpg);
	}
	.card-last {
		height: 455px !important;
	}
}

@media (max-width: 600px) {
    #cookie-consent-bar {
        font-size: 12px;
        padding: 10px 15px;
    }

    #cookie-consent-bar button {
        padding: 6px 12px;
        font-size: 12px;
    }
}

body {
    font-family: nunito,sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #3d455c;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-repeat: repeat;
    /* background-repeat: no-repeat; */
    /* background-repeat: repeat-y; */
    /* background-size: cover; */
    /* background-size: 100%; */
    position: relative;
}

h1,h2,h3,h4,h5,h6 {
    font-family: nunito sans,sans-serif;
    font-weight: 700;
    color: #212631;
    margin: 0 0 15px
}

h1 {
    font-size: 34px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 23px
}

h4 {
    font-size: 16px
}

a {
    /* font-weight: 600; */
    color: #212631;
    text-decoration: none;
}

a:hover,a:focus {
    color: #212631;
    /* text-decoration: underline; */
    outline: none
}

p {
    margin: 0 0 20px;
}

p.ppost {
    text-indent: 20px;
}

ul,ol {
    margin: 0;
    padding: 0;
    list-style: none
}
div.container {
    background-color: #f5c3b5ed !important;
}
.pt-7 {
    padding-top: 4rem!important;
}

.label {
    background-color: #ff8700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 5px 3px 6px;
    margin-right: 0px;
    font-weight: 600;
    border-radius: 2px;
    color: #fff;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
}
.label:hover, .label:focus {
    text-decoration: none !important;
    opacity: .9 !important;
    background-color: #ff4100 !important;
    color: #fff;
}
/* card ----------------------------------------------------------------------*/
.card {
	background-color: #ffffffeb !important;
}
.card-meta {
	padding-left: 0.5rem;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 0.5rem;
}
.card-meta .card-category {
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 5px 3px 6px;
    margin-right: 0px;
    font-weight: 600;
    border-radius: 2px;
    color: #fff;
    background-color: #212631;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.card-meta .card-category:hover,.card-meta .card-category:focus {
    text-decoration: none !important;
    opacity: .9  !important;
	background-color: #ff4100 !important;
}
.card-gg:hover {
	background-color: antiquewhite;
}

.card-meta .card-category.cat-1 {
    background-color: #4bb92f
}

.card-meta .card-category.cat-2 {
    background-color: #ff8700;
}

.card-meta .card-category.cat-3 {
    background-color: #8d00ff
}

.card-meta .card-category.cat-4 {
    background-color: #0078ff
}

.card-meta .card-date {
    /* font-size: 13px; */
    /* font-weight: 600; */
	float: right;
    /* padding-top: 3px; */
    /* padding-bottom: 3px; */
}

.card-img-top:hover {
    opacity: 0.9;
}


/* navbar ----------------------------------------------------- */
nav.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
	background-color: #f5c3b5 !important;
}
nav.navbar.fixed-top {
	height: 50px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav-link {
	font-weight: 600;
	color: black;
}

/* Custom button styles */
.btn {
    border-radius: 25px;
    padding: 8px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #ff8700;
    border-color: #ff8700;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #ff4100 !important;
    border-color: #ff4100 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 135, 0, 0.3);
}

.btn-outline-secondary {
    border-color: #ff8700;
    color: #ff8700;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active {
    background-color: #ff8700 !important;
    border-color: #ff8700 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 135, 0, 0.3);
}

/* Pagination buttons */
.pagination .page-link {
    color: #ff8700;
    border-radius: 5px;
    margin: 0 3px;
    border: 1px solid #ff8700;
    transition: all 0.3s ease;
}

.pagination li:first-child .page-link {
    margin-right: 15px;
}

.pagination li:last-child .page-link {
    margin-left: 15px;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    background-color: #ff4100 !important;
    border-color: #ff4100 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 65, 0, 0.3);
}

.pagination .active .page-link {
    background-color: #ff8700 !important;
    border-color: #ff8700 !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(255, 135, 0, 0.3);
}

/* widgets --------------------------------------------- */
.aside-widget {
    margin-bottom: 40px;
}
.category-widget ul {
    padding: 0px;
}
.category-widget ul li {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #eceef2;
}

.category-widget ul li+li {
    margin-top: 10px
}

.category-widget ul li>a {
    display: block;
    -webkit-transition: .2s color;
    transition: .2s color
}

.category-widget ul li>a>span {
    float: right;
    color: #fff;
    background-color: #212631;
    padding: 0 5px;
    font-weight: 600;
    border-radius: 2px
}

.category-widget ul li>a.cat-1>span {
    background-color: #4bb92f
}

.category-widget ul li>a.cat-2>span {
    background-color: #ff8700
}

.category-widget ul li>a.cat-3>span {
    background-color: #8d00ff
}

.category-widget ul li>a.cat-4>span {
    background-color: #0078ff
}

.category-widget ul li>a:hover,.category-widget ul li>a:focus {
    text-decoration: none
}

.category-widget ul li>a.cat-1:hover,
.category-widget ul li>a.cat-1:focus {
    color: #4bb92f;
    font-weight: 700;
}

.category-widget ul li>a.cat-2:hover,.category-widget ul li>a.cat-2:focus {
    color: #ff8700
}

.category-widget ul li>a.cat-3:hover,.category-widget ul li>a.cat-3:focus {
    color: #0078ff
}

.category-widget ul li>a.cat-4:hover,.category-widget ul li>a.cat-4:focus {
    color: #8d00ff
}

/* section --------------------------------------------- */
.section {
    padding-top: 0px;
}

.section.section-grey {
    background-color: #fbfbfd;
    border-bottom: 1px solid #eceef2;
    border-top: 1px solid #eceef2
}

.section .section-title {
    margin-bottom: 15px
}

.section .section-title h2 {
    text-transform: capitalize;
    font-size: 28px
}

.section-row {
    margin-bottom: 40px
}


/* bio ------------------------------------------------- */
.bio img {
	/* 92 x 92 */
    border: 4px solid #fff;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
    max-width: 100px;
    margin-top: -4em;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
}
.bio {
    padding: 15px;
    /* background: #fff; */
    border: 1px solid #e6e6e6;
    font-weight: 400;
    border-radius: 5px;
}
.bio h2 {
    font-size: 20px;
}
.p-2 {
    padding: 0.5rem !important;
}
.sidebar-box {
    margin-top: 3em;
    font-size: 15px;
    /* width: 100%; */
    float: left;
    /* background: #fff; */
}
.sidebar-box *:last-child {
    margin-bottom: 0;
}

/* Footer social link */
a[aria-label="Facebook"] {
    display: inline-flex;
    align-items: center;
    color: #3b5998;
    text-decoration: none;
    transition: all 0.3s ease;
}

a[aria-label="Facebook"]:hover {
    transform: translateY(-2px);
}

.fa-facebook-official.social-link {
    font-size: 24px;
    margin-right: 5px;
}

span.social-link {
    font-size: 20px;
}

.bio-social a {
    display: inline-flex;
    align-items: center;
    gap: 4px; /* разстояние между иконата и текста */
    text-decoration: none;
    font-size: 15px;
}

/* Error page styles */
.error-container {
    padding: 40px 0;
}

.error-content {
    max-width: 600px;
    margin: 0 auto;
}

.error-icon {
    font-size: 64px;
    color: #ff4100;
}

.error-title {
    color: #333;
    font-size: 32px;
}

.error-message {
    color: #666;
    font-size: 18px;
    line-height: 1.6;
}

.error-actions {
    margin-top: 30px;
}

.error-actions .btn {
    padding: 12px 30px;
}

.error-actions .fa {
    margin-right: 8px;
}

#cookie-consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.95);
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
    font-family: sans-serif;
    font-size: 14px;
}

#cookie-consent-bar button {
    margin-left: 10px;
    padding: 8px 16px;
    background: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.savet {
    background-color: #4bb92f;
    border-radius: 25px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 5px 3px 6px;
    margin-right: 5px;
    font-weight: 600;
    color: #fff;
}

.vnimanie {
    background-color: #ff2c00;
    border-radius: 25px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 5px 3px 6px;
    margin-right: 5px;
    font-weight: 600;
    color: #fff;
}
.nosearch {
    color: #ff2c00;
    font-weight: bold;
}

.recipe-steps {
  -margin: 20px auto;
  font-family: sans-serif;
}

.step {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background: #f1bcad;
  border-radius: 8px;
  padding: 3px;
}

.step i {
  font-size: 15px;
  color: #ff7043;
  margin-right: 10px;
  width: 24px;
  text-align: center;
}

.step-text {
  flex: 10;
}