/*
Theme Name: Armira Theme
Theme URI: https://armira.com
Author: Armira Web Team
Description: Armira Life Theme
Version: 1.0
*/


/* ============  SOME USEFUL CSS SNIPPETS YOU MIGHT NEED ============ */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Sofia+Sans+Semi+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Eagle+Lake&display=swap');

:root {
    --e-global-color-primary: #E7717D;
    --e-global-color-secondary: #F9E5E4;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #BD444D;
    --e-global-color-dark: var(--e-global-color-dark);
    --e-global-typography-primary-font-family: "Sofia Sans Semi Condensed";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Sofia Sans Semi Condensed";
    --e-global-typography-secondary-font-weight: 300;
    --e-global-typography-text-font-family: "Sofia Sans Semi Condensed";
    --e-global-typography-text-font-weight: 300;
    --e-global-typography-accent-font-family: "Sofia Sans Semi Condensed";
    --e-global-typography-accent-font-weight: 500;
    font-family: "Sofia Sans Semi Condensed", Sans-serif;
}
 
/* ============  WRITE YOUR PROJECT CODE BELOW ============ */

body {
    font-family: "Sofia Sans Semi Condensed", sans-serif;
    font-weight: 300;
}

header {
    color: #fff;
}

a {
    color: var(--e-global-color-accent);
    text-decoration: none;
    transition: all .15s;
}

a:hover {
    opacity: 0.7;
}

.widget_block {
    width: 100%;
}

.widget_block h2 {
    font-size: 1.8rem;
}

.home-page-front {
    background-image: url('images/bg-slider.jpg');
    background-size: cover;
    background-position-y: -320px;
/*    height: 50vh;*/
}

.page-title {
    color: #fff;
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 1;
    margin: 18px 0;
}

.blog-content {
    font-size: 1.3rem;
}

.blog-content .step{
    font-size: 2.3rem;
    padding: 30px;
}

.blog-categories {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.blog-categories li {
        display: inline-block;
        margin-left: 25px;
        background-color: var(--e-global-color-primary);
        padding: 10px 25px;
}

.blog-categories li a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.blog-categories li a .blog-category-count {
    font-weight: normal;
    font-size: 14px;
}


.blog .home-page-front {
    background-position-y: -320px;
    height: 70vh;
}

.blog-sidebar {
    background-color: #fff;
    border-radius: 5px;
}

.random-posts h3 {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.single-post-info {
    color: #797777;
    padding: 25px 0;
    font-size: 1rem;
}

.single-post-info a,
.random-post a,
.wp-block-tag-cloud a {
    color: #797777;
    font-size: 1rem;
}

#container-content-single h1 {
    margin-bottom: 35px;
}

.single-post-info i {
    color: var(--e-global-color-primary);
}

.blog-main-img {
    height: 500px;
}

span.separator {
    padding: 0 10px;
}

ul.random-posts {
  list-style: none;
  padding-left: 1.5em;
}

ul.random-posts li {
  position: relative;
  padding-left: 1.5em;
}

ul.random-posts li::before {
  content: "\f043"; /* кодът за FontAwesome "drop" икона */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #b5651d; /* кафеникаво като тахан */
  font-size: 1em;
  transform: rotate(5deg);
  transform-origin: center;
}

a.tag-cloud-link {
    border: 1px solid #797777;
    padding: 1px 10px;
    margin: 5px;
}

a.tag-cloud-link:hover {
    color:#fff;
    background-color: var(--e-global-color-accent);
}

body.blog {
    background-image: url('images/bg-light-yellow.jpg');
}


body.single-post #theme-main h1 {
    color: #000000;
    text-align: left;
    font-size: 3.8rem;
}


body.single-post .entry-categories {
    text-align: center;
    margin-bottom: 20px;
}

body.single-post .entry-categories-inner {
    display: inline-block;
}

.recipe-main-img {
    border-radius: 10px;
}

body.single-post #theme-main .single-recipe h1 {
    font-size: 2.5rem;
    font-weight: 400;
}

ul.comment-list, ul.children {
    list-style: none;
}

ul.comment-list, ul.children {
    padding-left: 4rem;
}


ul.comment-list li{
    border-bottom: 1px solid #E4E4E7;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

#comment {
    width: 100%;
    border-color: #E4E4E7;
    padding: 20px;
}


.comments-area #submit {
    background-color: var(--e-global-color-accent);
    color: #fff;
    font-weight: normal;
    border-color: transparent;
    transition: all .3s;
}

.comments-area #submit:hover {
    opacity: 0.8;
}

.comment-author-avatar {
    text-align: center;
}

.comment-author-avatar img {
    border-radius: 100%;
}

.comment-datetime {
    color: #A1A1AA;
    font-size: 1rem;
}

.comment-content {
    padding: 20px 0;
}

#commentform input#author, #commentform input#email {
    width: 100%;
    border: 1px solid #E4E4E7;
    padding: 5px;
}

.comment-form-author, .comment-form-email {
    display: inline-block;
    width: 49.6%;
}

.recipe-main-info {
    padding: 35px;
    background-color: #F4F4F5;
}

.recipe-info-value {
    font-weight: 400;
    font-size: 1.2rem;
}

.recipe-info-title {
    font-weight: 400;
    color: #A1A1AA;
}

 .recipe-main-info i {
    padding: 10px;
    padding-left: 0;
    color: #A1A1AA;
}

footer {
    background-image: url('images/bg-footer.jpg');
    background-size: cover;
    height: 640px;
    background-position-y: 100%;
    color:#fff;
    margin-top: 260px;
}

footer .footer-menu-title {
    text-transform: uppercase;
    color: #AFD274;
    padding-bottom: 15px;
}

footer li {
    list-style: none;
    padding-bottom: 5px;
}

footer ul {
    padding-left: 0;
}

footer .footer-col-1 {
    padding-right: 60px;
}

footer .footer-copyright {
    padding-top: 15px;
    color: #AFD274;
}

.float-footer {
    height: 380px;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: -210px;
    margin-bottom: 50px;
}

.float-footer-left {
    height: 100%;
    background-image: url('images/bg-green.jpg');
}

.float-footer-right {
    height: 100%;
    background-image: url('images/bg-newsletter.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.float-footer h3 {
    text-align: center;
    font-weight: 100;
    font-size: 52px;
    margin-bottom: 35px;
    margin-top: 10px;
}

.float-footer li {
    padding-bottom: 10px;
}

.float-footer li .dashicons {
    margin-right: 10px;
}

.float-footer .dashicons.dashicons-facebook {
    background-color: #3b5998;
}

.float-footer .dashicons.dashicons-youtube {
    background-color: #cd201f;
}

.float-footer .dashicons, 
.float-footer .dashicons-before:before {
    color: #AFD274;
}

.footer-social-buttons {
    margin-top: 50px;
    text-align: center;
}

.footer-social-buttons .dashicons {
    color:#fff;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: relative;
}

.footer-social-buttons .dashicons:before {
    position: absolute;
    font-size: 26px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.float-footer .float-footer-right h3 {
    text-align: left;
    color: #AFD274;
    font-size: 32px;
    font-weight: 800;
    margin-top: 25px;
    margin-bottom: 10px;
}

.float-footer .float-footer-right {
    color: #615151;
}

.float-footer .float-footer-right ul {
    margin-top: 10px;
}

.float-footer .float-footer-right li {
    padding-bottom: 0;
}

.float-footer .float-footer-right li:before {
    font-family: dashicons;
    content: "\f147";
    vertical-align: middle;
    font-size: 24px;
    color: #AFD274;
    line-height: 1;
}

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
}


#wrapper-navbar {
    padding: 10px 0;
    height: 160px;
    display: flex;
    align-items: center;
}

#wrapper-navbar > .container {
    width: 100%;
}

header .nav-link {
    color: #FCFCFC;
    font-weight: 700;
    margin-right: 20px;
}


.dropdown {
    display: inline-block;
}

.dropdown .dropdown-menu {
    right: -100%;
    width: 200px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.user-menu a{
    font-weight: normal;
    text-align: center;
    color: var(--e-global-color-dark);
}

#menu-ecommerce li:last-child a {
    margin-right: 0;
}

.navbar-nav .nav-link:hover, 
.navbar-nav .nav-link:focus, 
.navbar-nav .nav-link.active {
    color: #AFD274;
}

.navbar-brand {
    font-size: 54px;
    line-height: 1;
}

#top-description {
    font-size: 18px;
}

#logo-tagline-wrap {
    text-align: center;
    font-family: "Eagle Lake", serif;
}


#wrapper-topbar {
    padding-top: 20px;
}

#wrapper-topbar i {
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
}

.wrapper-topbar .dashicons-facebook {
    margin-right: 0;
}

#wrapper-topbar .topbar-cart,
#wrapper-topbar .email-top-bar {
    color: #fff;
    font-weight: 700;
}

.header-cart {
    position: relative;
}

.total-items {
    color:#fff;
    background-color: #d9534f;
    font-weight: 700;
    position: absolute;
    left: 28px;
    bottom: 13px;
    padding: 3px;
    border-radius: 100%;
    height: 17px;
    width: 17px;
    display: inline-block;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
}


/* Begin WooCommerce Styles*/

.woocommerce-page div.product div.images {
    width: 100%;
}

.product-sku {
    float: left;
    color:  #959F90;
    margin-right: 15px;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 0;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 0.3em 4px 0 0;
}

.woocommerce-product-rating a {
    color: var(--e-global-color-dark);
}

.woocommerce .star-rating span::before {
    color: #F8B600;
}

.woocommerce .star-rating::before {
    color: #d0d0d1;
}

.woocommerce div.product div.summary {
    width: 100%;
}

.product-left-col {
    position: relative;
    padding-right: 50px;
}

.product-right-col {
    border-left: 1px solid #e7e7e7;
    padding-left: 50px;
}

.flex-viewport {
    border: 1px solid #e7e7e7;
}

.woocommerce div.woocommerce ul.products li.product span.onsale {
    background-color: var(--e-global-color-accent);
    color: #fff;
    border-radius: 0;
    padding: 0;
    line-height: 1.5;
    min-height: auto;
    min-width: 70px;
    padding-top: 3px;
    left:auto;
    right: 3%;
    top:30px;
}

body.woocommerce .woocommerce-breadcrumb a {
    font-weight: bold;
    color: #afd274;
}

#woocommerce-wrapper {
    padding-top: 15px;
    background-color: #fff;
}

.product-prices {
    margin: 15px 0;
}

.product-prices .product-regular-price-onsale {
    color: var(--e-global-color-dark);
    text-decoration: line-through;
    line-height: 1;
}

.product-prices .product-sale-price {
    color:  var(--e-global-color-accent)!important;
    font-weight: 900;
    font-size: 28px;
}

.mini-cart img.attachment-woocommerce_thumbnail {
    height: auto;
    max-width: 100%;
}

.mini-cart h5 {
    font-size: 16px;
    font-weight: bold;
}

.mini-cart .offcanvas-header {
    font-size: 22px;
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
}

.mini-cart .offcanvas-title {
    font-size: 22px;
}

.mini-cart .offcanvas-title i {
    margin-right: 14px;
}

.mini-cart .offcanvas-header {
    font-size: 28px;
}

.mini-cart .product-prices {
    margin: 5px 0;
}

.mini-cart .product-prices .product-sale-price,
.mini-cart .product-prices .product-regular-price {
    font-size: 16px;
    font-weight: normal;
}

.mini-cart .product-regular-price-onsale {
    font-size: 14px;
}

div.mini-cart  .quantity .qty {
    height: 1.5em;
    width: 1.5em;
    text-align: center;
    border: none;
}

.mini-cart div.quantity {
    height: 2em;
}

.mini-cart span.change_cart_qty_plus, 
.mini-cart span.change_cart_qty_minus {
    cursor: pointer;
    padding: 5px;
    color: var(--e-global-color-accent);;
}

#billing_country_field {
    display: none;
}

.mini-cart .checkout-btn {
    background-color: var(--e-global-color-accent);
    width: 100%;
    border:none;
}

.mini-cart .checkout-btn:hover {
    opacity: 0.8;
}

.mini-cart .checkout-btn:active {
    background-color: var(--e-global-color-accent);
}

.remove-from-cart-btn {
    color :#7d7d7d;
}

.product-prices .product-regular-price {
    color: var(--e-global-color-dark);
    font-weight: 900;
    font-size: 28px;
}



.offcanvas-footer {
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.woocommerce .woocommerce-ordering select.orderby {
    border: 1px solid #e7e7e7;
    padding: 15px 25px;
    font-weight: 300;

    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23AFD274' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 2rem !important;
}

.products-section {
    width: 100%;
}

.woocommerce ul.products li.product {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% / 4);
    flex-direction: column;
    padding: 25px;
    border: 1px solid #e7e7e7;
    margin: -1px 0 0 -1px;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}
 
.woocommerce ul.products li.product .product-img-wrap {
    height: 230px;
    margin-top: 15px;
    text-align: center;
}
 
.woocommerce ul.products li.product:hover {
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.25);
    border-color: #fff;
}

ul.products li.product a {
    text-decoration: none;
}

.woocommerce ul.products li.product img.main-img {
    width: auto;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 15px;
}

ul.products li.product .product-title-wrap {
    height: 90px;
}

ul.products li.product .product-title-wrap h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
}

ul.products li.product .product-short-description {
    color: #000;
    line-height: 1;
    height: 48px;
    overflow: hidden;
}


ul.products li.product .add_to_cart_button {
    margin-top: auto;
}

.woocommerce ul.products li.product .price {
    font-size: 18px;
    font-weight: bold;
    color: #515151;
    position: relative;
    z-index: 9999;
}

.woocommerce ul.products li.product.sale .price del{
    color: #000;
    font-size: 13px;
}

.woocommerce ul.products .product.sale .price ins{
    color: #BD444D;
    text-decoration: none;
}

.woocommerce ul.products li.product span.onsale {
    top: 15em;
    left:1em;
    z-index: 7;
    border-radius: 10%;
    margin: 5px;
    background-color: #BD444D;
    line-height: normal;
    min-height: auto;
    font-size: 1.1em;
}



.woocommerce div.product div.images .flex-control-thumbs li {
    height: 120px;
    width: 20%;
    padding: 10px 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li:first-child {
    padding-left: 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
    padding-right: 0px;
}

.woocommerce ul.products li.product:hover .product-list-addtocart {
    opacity: 1;
    z-index: 999;
}

.single-product .change_qty_plus, 
.single-product .change_qty_minus {
    padding: 15px;
}

.single-product.woocommerce .quantity {
    height: 3.5em;
}

.single-product .change_qty_plus, 
.single-product .change_qty_minus {
    padding: 15px;
    margin: 0;
}

.change_qty_plus, .change_qty_minus {
    display: inline-block;
    cursor: pointer;
    color: var(--e-global-color-accent);
}

.single-product.woocommerce div.product form.cart button {
    height: 3.5em;
    width: 17em;
    border-radius: 3px;
}

.product-list-addtocart {
    position: absolute;
    height: 80px;
    display: flex;
    background: #fff;
    left: -1px;
    right: 0;
    box-shadow: 0 15px 30px 0 rgba(0,0,0,0.25);
    padding: 25px;
    opacity: 0;
    align-items: center;
    transition: opacity .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.product-list-addtocart:before {
    content: "";
    position: absolute;
    display: block;
    width: auto;
    height: 35px;
    background: #fff;
    left: 0;
    top: -25px;
    right: 0;
}

.woocommerce #respond input#submit:not(.alt), 
.woocommerce a.button:not(.alt), 
.woocommerce button.button:not(.alt), 
.woocommerce input.button:not(.alt) {
    padding: .375rem .75rem;
    font-weight: 700!important;
    line-height: 1.5;
    border: none;
    font-weight: 400;
    box-shadow: none;
    color: #515151;
    background: #e9e6ed; 
}

.woocommerce #respond input#submit:not(.alt):hover, 
.woocommerce a.button:not(.alt):hover, 
.woocommerce button.button:not(.alt):hover, 
.woocommerce input.button:not(.alt):hover {
    color: #515151 !important;
    background-color: #c9c7cb;
}

.woocommerce div.product form.cart {
     margin-bottom: 0; 
     margin: 0 auto;
}

.woocommerce div.product form.cart button {
    background-color: #8B5E3C;
    color: #fff;
    height: 3em;
    width: 15em;
    margin-bottom: 20px;

}

.woocommerce div.product form.cart button:hover{
     background-color: #8b5e3cc7;
}

.quantity {
    border: 1px solid #e7e7e7;
    height: 2.8em;
}

.cart_item td.product-quantity .quantity {
    width: 130px;
}

.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 200px;
}

.woocommerce .quantity .qty {
    height: 2.7em;
    width: 2em;
    border: none;
}

.change_qty_plus, .change_qty_minus {
      display: inline-block;
      cursor: pointer;
      color: var(--e-global-color-accent);
      padding: 5px;
      margin: 0 5px;
    }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cp-attr-container {
    position: absolute;
    top: 15px;
    left: var(--ppHorizontalSpacing);
    z-index: 10;
    font-size: 0;
}

.cp-attr {
    margin-bottom: 8px;
    position: relative;
}

.cp-attr-title {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: 700;
    border-radius: 100px;
    background: #809941;
    color: #fff;
    padding: 11px 18px 0 52px;
    white-space: nowrap;
    cursor: default;
    display: none;
}

.cp-attr:hover .cp-attr-title {
    display: block;
}

.cp-attr-image {
    background: #fff;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 100px;
}

.woocommerce .product .cp-attr-container img {
    width: 42px;
    position: relative;
    z-index: 1;
}


/* Firefox */
.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}


.woocommerce-pagination {
    margin-top: 80px;
}


.woocommerce nav.woocommerce-pagination ul li,
nav.pagination .page-numbers {
    border-right: 1px solid #cfc8d8;
    padding: 0;
    margin: 0;
    float: left;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span,
nav.pagination .page-numbers {
    display: inline-block;
    color:#515151;
    font-size: 1.3em;
    width: 50px;
}

.woocommerce nav.woocommerce-pagination ul li:last-child,
nav.pagination .page-numbers:last-child {
    border-right: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
nav.pagination a.page-numbers:focus,
nav.pagination a.page-numbers:hover,
nav.pagination span.current {
    background: var(--e-global-color-accent);
    color: #fff;
}

.woocommerce .product .flex-viewport {
    height: 500px!important;
}

.woocommerce .product .flex-viewport img {
    height: 500px!important;
    width: auto!important;
    margin: 0 auto;
}

.form-control, .widget_categories select, .widget_archive select {
     display: inline-block; 
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


body.single-product #theme-main h1 {
    color: var(--e-global-color-dark);
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
}


.woocommerce div.product p.price {
    color: var(--e-global-color-dark);
    font-size: 2.25em;
    font-weight: bold;
    margin-top: 20px;
}

.product_meta {
    color: var(--e-global-color-dark);
}

.product_meta a {
    color: #8b5e3c;
}

.nutritional-value .row {
    height: 40px;
}

.product-order-info {
    margin-bottom: 25px;
} 

.order-info-icon {
    text-align: center;
}

.order-info-icon span {
    height: 57px;
    font-size: 56px;
    color: var(--e-global-color-dark);
}


.order-info-col {
    border-right: 1px solid #e7e7e7;
    padding-right: 15px; /* Adjust as needed */
    margin-right: 15px; /* Adjust as needed */
}


.order-info-col:last-child {
    border-right: none;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.custom-product-description {
    border-top: 1px solid #e7e7e7;
    margin-top: 25px;
    padding-top: 30px;
}


.woocommerce-Reviews {
    background: #ededed;
    border-top: 1px solid #e7e7e7;
    padding-left: 50px;
    padding-top: 50px;
    margin-left: -50px;
}

.comment-reply-title {
    font-size: 22px;
    font-size: 26px;
    font-weight: bold;
}

.woocommerce .star-rating {
    float: left;
    margin-right: 15px;
}

.woocommerce-review__author {
    font-weight: bold;
}

/* End WooCommerce Styles*/


/* Blog Start */

.featured-post-block {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
    box-shadow: #00000024 10px 10px 21px;
}

.main-featured-article-img {
    height: 400px;
    overflow: hidden;
}

.main-featured-article-img img {
    width: 100%;
    border-radius: 5px;
}

.main-featured-article-content {
    padding-top: 20px;
}

#theme-main h1 {
    color: #fff;
    font-size: 3.8rem;
}


.featured-post {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.featured-post-img {
  display: flex;
  justify-content: center;
  align-items: start;
  min-width: 200px;
}

.featured-post-content {
    flex-grow: 1;
}

.featured-post-img img {
    border-radius: 5px;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.featured-post-content h3,
.album .card h3 a {
    font-size: 1.25rem;
    color: #0b4b2d;
    font-weight: 700;
}

.album .card h3 {
    line-height: 1;
}

.featured-post-block h2 {
    margin: 30px;
    font-size: 2rem;
    color: #6f4605;
    font-weight: 700;
}

.album .card {
    height: 450px;
    overflow: hidden;
    border: none;
    background: transparent;
    transition: all .5s;
}

.album .card:hover {
    background-color: #fff;
    box-shadow: #00000024 10px 10px 21px;
}

.card-body {
    padding-left: 40px;
}

.card .card-img {
    height: 250px;
    overflow: hidden;
}

.page-link.active, .active>.page-link {
    background-color: var(--e-global-color-accent);
    border-color: #cfc8d8;
    border-top: none;
    border-bottom: none;
}


.breadcrumbs {
  font-size: 14px;
  color:#fff;
}
.breadcrumbs a {
  text-decoration: none;
  color: var(--e-global-color-accent);
}

.breadcrumbs-delimiter {
    margin: 0 5px;
}

/* End Blog */