/* Style ( default color ) #A3B745 #DCE2C0 ------------------------------------
-----------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

pre {
  border: 1px solid #eae9e9;
  background-color: #fff;
}

input[type="email"],
input[type="number"],
input[type="search"],
textarea,
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  border: 2px solid #d5d6d8;
  color: #333;
}

/*-----------------------------------------------------------------------------
----------------------------- 1 - Layout --------------------------------------
-----------------------------------------------------------------------------*/

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #a3b745;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/* -- Header -- */

html body {
  color: #080e14;
  background-color: #f5f5f5;
}

header {
  background: #000;
}

/* - Layout content - */

.wrap-fullwidth-bg,
.single-fw-bg {
  background-color: #fff;
}

.wrap-modules {
  background-color: #fafafa;
}

/* .page-content */

.single-content {
  background-color: #fff;
}

/*-----------------------------------------------------------------------------
----------------------------- 2 - Header --------------------------------------
-----------------------------------------------------------------------------*/

/* -- Popular Words -- */

.top-navigation {
  background-color: #fff;
}

.popular-words strong {
  background-color: #a3b745;
  color: #fff;
}

.popular-words a {
  color: #000;
}

.popular-words a:hover {
  color: #a3b745;
}

.popular-words span {
  color: #a3b745;
}

/* -- Top Authors -- */

ul.list-authors li span {
  color: #a3b745;
}

/* -- Search Header (menu) -- */

.searchform2 .buttonicon {
  background-color: #fff;
  color: #fff;
}

.searchform2 .search-field {
  background-color: #fff;
  border: 1px solid #4f8000;
  border-left-color: #4f8000;
  color: #fff !important;
}

header .searchform2 ::placeholder {
  color: #fff !important;
  opacity: 0.5;
}

header .searchform2 :-ms-input-placeholder {
  color: #fff !important;
}

header .searchform2 ::-ms-input-placeholder {
  color: #fff !important;
}

/* -- Top social icons -- */

.top-social a {
  color: #a3b745;
}

/* -- Top Header Menu -- */

ul.ant-responsive-menu li.current_page_item > a,
ul.ant-responsive-menu li.current-menu-ancestor > a,
ul.ant-responsive-menu li.current-menu-item > a,
ul.ant-responsive-menu li.current-menu-parent > a {
  color: #a3b745;
}

ul.ant-responsive-menu li.current_page_item > a > .arrow:before,
ul.ant-responsive-menu li.current-menu-ancestor > a > .arrow:before,
ul.ant-responsive-menu li.current-menu-item > a > .arrow:before,
ul.ant-responsive-menu li.current-menu-parent > a > .arrow:before {
  color: #a3b745;
}

#respMenu li ul.sub-menu li.current_page_item a,
#respMenu li ul.sub-menu li.current-menu-ancestor a,
#respMenu li ul.sub-menu li.current-menu-item a,
#respMenu li ul.sub-menu li.current-menu-parent a,
#respMenu li ul.sub-menu,
#respMenu li ul.sub-menu a,
#respMenu li ul.sub-menu li {
  background-color: #ffffff !important;
}

ul.ant-responsive-menu li.current-menu-item > a i {
  color: #fff;
}

/*Top level menu link items style*/

.ant-responsive-menu li a span {
  background-color: #ffd700;
  color: #000;
}

.ant-responsive-menu {
  background-color: #000;
}

.ant-responsive-menu > li > a > .arrow:before,
.ant-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
  color: #a3b745 !important;
}

.ant-responsive-menu li i {
  color: #a3b745;
}

.ant-responsive-menu li a {
  color: #000;
}

.ant-responsive-menu li a:hover {
  color: #000 !important;
  background: #000;
  text-decoration: none !important;
}

.ant-responsive-menu li:hover a {
  color: #000 !important;
  background-color: #fff;
  text-decoration: none !important;
  border-radius: 3px;
}

.ant-responsive-menu li ul li a {
  color: #000;
}

.ant-responsive-menu li ul li ul li a {
  color: #000;
}

/*1st sub level menu*/

.ant-responsive-menu li ul {
  background-color: #fff;
}

.ant-responsive-menu li ul li ul {
  background-color: #fff;
}

.ant-responsive-menu li ul li {
  background-color: #fff;
}

/* Sub level menu links style */

.ant-responsive-menu li ul li:hover {
  color: #000 !important;
}

.ant-responsive-menu li ul li a:hover {
  opacity: 0.5;
  color: #000000 !important;
}

/* -- Responsive Menu Styles -- */

@media screen and (max-width: 980px) {
  ul.ant-responsive-menu li.current_page_item > a,
  ul.ant-responsive-menu li.current-menu-ancestor > a,
  ul.ant-responsive-menu li.current-menu-item > a,
  ul.ant-responsive-menu li.current-menu-parent > a,
  ul.ant-responsive-menu li ul li.current_page_item > a,
  ul.ant-responsive-menu li ul li.current-menu-ancestor > a,
  ul.ant-responsive-menu li ul li.current-menu-item > a,
  ul.ant-responsive-menu li ul li.current-menu-parent > a,
  .ant-responsive-menu li a:hover,
  .ant-responsive-menu li:hover a {
    background: transparent;
    color: #000 !important;
  }
  .ant-responsive-menu {
    background: #000;
    -moz-box-shadow: 0 0 0 #999 !important;
  }
  .ant-responsive-menu li ul li ul {
    background-color: #000;
  }
  .ant-responsive-menu li ul li {
    background: #000;
  }
  .ant-responsive-menu li ul li ul li ul {
    background: #000;
  }
  .ant-responsive-menu li ul li ul li {
    background: #000;
  }
  .ant-responsive-menu li ul.sub-menu li a {
    border-bottom: 1px solid #111;
    color: #000 !important;
  }
  .ant-responsive-menu li ul li:hover {
    color: #000 !important;
  }
  .ant-responsive-menu li ul li:hover a {
    background-color: #000 !important;
    color: #000 !important;
  }
  .ant-responsive-menu li ul {
    border: 1px solid #000;
    background-color: #000 !important;
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0);
  }
  .ant-responsive-menu > li {
    border-bottom: 1px solid #111;
  }
  .ant-responsive-menu li ul li a:hover {
    background-color: #000 !important;
    color: #000 !important;
  }
  .ant-responsive-menu > li > a {
    color: #000 !important;
  }
  #respMenu li ul.sub-menu li.current_page_item a,
  #respMenu li ul.sub-menu li.current-menu-ancestor a,
  #respMenu li ul.sub-menu li.current-menu-item a,
  #respMenu li ul.sub-menu li.current-menu-parent a,
  #respMenu li ul.sub-menu,
  #respMenu li ul.sub-menu a,
  #respMenu li ul.sub-menu li {
    background-color: #ffffff !important;
  }
}

/* -- Drop Down Categories -- */

ul#myDropdown li {
  color: #a3b745;
}

.dropdown {
  border-bottom: 4px solid #dce2c0;
}

.dropdown-content {
  border: 4px solid #dce2c0;
  border-top: none;
}

/* -- Login & Register -- */

.lrm-nice-checkbox__label input:checked ~ .lrm-nice-checkbox__indicator,
.lrm-form a.button,
.lrm-form button,
.lrm-form button[type="submit"],
.lrm-form #buddypress input[type="submit"],
.lrm-form input[type="submit"] {
  background: #a3b745 !important;
  border-color: #a3b745 !important;
}

/*-----------------------------------------------------------------------------
----------------------------- 3 - Home Content --------------------------------
-----------------------------------------------------------------------------*/

/* ##### Featured Slider home ##### 
################################## */
#featured-slider {
  background-color: #fff;
}

#featured-slider .content h3 {
  color: #222;
}

#featured-slider .content a h3 {
  color: #222;
}

#featured-slider .content a:hover {
  color: #fff !important;
}

.owl-prev,
.owl-next {
  background-color: #fff;
}

.owl-prev i,
.owl-next i {
  color: #222;
}

/* ##### Big Search ##### 
######################### */

.front-overlay-wrap h1 {
  color: #fff;
}

/* -- Sub Header Search -- */

.front-overlay-content .searchform2 .buttonicon {
  background-color: #a3b745;
  color: #fff !important;
}

.front-overlay-content .searchform2 .search-field {
  background-color: #fff;
  color: #000 !important;
}

/* -- Categories in 4 columns -- */

ul.cat-4cols li a {
  color: #fff;
}

ul.cat-4cols li {
  color: #fff;
}

ul.big-list li div.qefood-date i {
  color: #a3b745;
}

ul.big-list-black li div.qefood-date i {
  color: #a3b745;
}

/* - Categories ribbon - */

.article-category a {
  color: #fff !important;
  background-color: #a3b745;
}

/* -- Blog Style -- */

ul.grid_list li {
  background-color: #fff;
}

ul.grid_list li h2 {
  color: #000 !important;
}

ul.grid_list li div.qefood-date i {
  color: #a3b745;
}

/* -- learn-more / read-more button -- */

.learn-more .circle {
  background: #a3b745;
}

/* -- Big Search -- */

.front-overlay-wrap h1 span {
  background-image: linear-gradient(
    transparent 60%,
    #a3b745 85%,
    transparent 85%,
    transparent 100%
  );
}

/* - Posts icon comments- */

.grid-comm i {
  color: #a3b745;
}

/* -- Sticky Posts style -- */

ul.grid_list li.sticky {
  background-color: rgba(163, 183, 69, 0.1) !important;
}

ul.grid_list li.sticky:nth-child(2) {
  background-color: rgba(255, 215, 0, 0.1) !important;
}

/* -- Icons -- */

ul.meta-icons-home li.trending-lm {
  background-color: #000;
}

ul.meta-icons-home li.sticky-lm {
  background-color: #000;
}

.sticky-lm .tooltiptext {
  background-color: #000;
}

.sticky-lm .tooltiptext::after {
  border-color: transparent transparent #000 transparent;
}

/* -- Modern Boxes -- */

ul.modern-boxes div.topicname a {
  background-color: #fff;
  color: #000;
}

ul.modern-boxes li:hover div.topicname a {
  background-color: #000;
  color: #a3b745;
}

/* -- Default pagination -- */

.defaultpag a {
  background-color: #dce2c0;
  color: #000 !important;
}

/* -- Title Module Widget -- */

.menu--adsila .menu__item:nth-child(odd) .menu__item-name::before,
.menu--adsila .menu__item:nth-child(odd) .menu__item-label::before {
  background: #a3b745;
}

.menu--adsila .menu__item:nth-child(odd),
.menu--adsila .menu__item:nth-child(odd):focus {
  color: #000 !important;
}

.menu__item a {
  color: #000;
}

.menu__item a:hover {
  color: #000 !important;
}

/* Qefood Recipe Style */

.qefood-note ul li a i {
  color: #a3b745;
}

.qefood-note ul li a:hover {
  color: #a3b745;
}

.qefood-note ul li:before {
  color: #a3b745;
}

/* -- Ranting bottom single -- */

.bottom-rating input.wp-block-button__link {
  background-color: #a3b745;
  color: #fff;
}

/*-----------------------------------------------------------------------------
----------------------------- 4 - Entry Content -------------------------------
-----------------------------------------------------------------------------*/

/* -- not-found -- */

.not-found .searchform2 {
  border: 5px solid #f5f5f5;
  border-radius: 5px;
}

.not-found .searchform2 .buttonicon {
  background-color: #f5f5f5;
  color: #a3b745;
  border-radius: 0px;
}

.not-found .searchform2 .search-field {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

/* -- ribbons middle categories - */

.single-category a {
  background-color: #a3b745;
}

.entry-top .single-category a {
  color: #fff !important;
}

/* - Top entry - */

ul.meta-entry-top li span.updated i {
  color: #a3b745;
}

/* -- Related articles single - */

.single-related {
  background-color: #f5f5f5;
}

.prev-articles .one_half_last {
  background-color: #a3b745;
}

/* -- Page / Article Title -- */

h1.article-title {
  color: #000;
}

h1.page-title {
  color: #000;
}

/* -- Tags Articles -- */

.ct-size a {
  background-color: #eeeeee;
  color: #999;
}

.ct-size a:hover {
  background-color: #a3b745;
  color: #fff;
}

/* -- Prev and Next articles --*/

.prev-articles {
}

/* -- blockquote -- */

blockquote {
  background: #fafafa;
  border-left: 10px solid #a3b745;
}

blockquote p {
  color: #777;
}

blockquote:before {
  color: #a3b745;
}

/* -- Entry content style -- */

.entry p a {
  color: #a3b745;
}

.entry p a:hover {
  color: #000 !important;
}

/* -- Responsive Images -- */

.wp-caption-text {
  color: #888;
}

.entry .wp-caption-text a {
  color: #000 !important;
}

.wp-caption-text a:hover {
  color: #000 !important;
}

/* -- Pagination entry articles -- */

.my-paginated-posts span {
  background-color: #a3b745;
  color: #000 !important;
}

.my-paginated-posts p a {
  background-color: #222;
  color: #fff !important;
}

.my-paginated-posts p a:hover {
  color: #fff !important;
}

.my-paginated-posts p span a {
  color: #fff !important;
}

/* -- Entry source-link -- */

div.article-source-link a {
  background-color: #a3b745;
  color: #fff;
}

/* -- About Author -- */

.author-info a.author-link {
  border-bottom: 1px solid #a3b745;
}

.author-meta strong i {
  color: #a3b745;
}

div.author-info i.fa-home {
  color: #a3b745;
}

/* -- Top social icons -- */

ul.author-social-top li a i {
  color: #3f677a;
}

ul.author-social-top li a i.fa-facebook-f {
  color: #768bb7;
}

ul.author-social-top li a i.fa-twitter {
  color: #a2d9f2;
}

ul.author-social-top li a i.fa-pinterest {
  color: #ea4e56;
}

ul.author-social-top li a i.fa-instagram {
  color: #d6005d;
}

ul.author-social-top li a i.fa-vk {
  color: #8ca3bd;
}

ul.author-social-top li a i.fa-youtube {
  color: #e85e57;
}

ul.author-social-top li a i.fa-vimeo-v {
  color: #76cafa;
}

/* -- Typography First Content Letter -- */
div.p-first-letter > p:first-child::first-letter {
  color: #000;
  background-color: #ffd700;
}

/*-----------------------------------------------------------------------------
----------------------------- 5 - Sidebar & Widgets ---------------------------
-----------------------------------------------------------------------------*/

/* -- Sidebar -- */

.sidebar h3.title {
  background-color: #000;
  color: #f8eece;
}

.sidebar .widget {
  background-color: #fff;
}

/* -- Article widget -- */

.article_list li {
  border-bottom: 1px solid rgba(241, 241, 241, 0.5);
}

ul.article_list li div.post-nr {
  background-color: #000;
  color: #fff;
}

ul.article_list .an-widget-title a h4 {
  color: #111;
}

ul.article_list li div.qefood-date i {
  color: #a3b745;
}

/* -- Categories in two columns -- */

.widget_anthemes_categories li {
  color: #a3b745;
}

/* -- Default Tags -- */

div.tagcloud a {
  background: #f5f5f5 !important;
}

div.tagcloud span {
  color: #a3b745;
}

/* -- Archives in two columns -- */

div.widget_archive select,
div.widget_categories select {
  border-radius: 3px;
  border: 1px solid #d5d6d8;
  color: #000;
}

/* -- Default Search -- */

div.widget_search .searchform2 .search-field {
  background-color: #fff;
  border: 1px solid #f5f4f4;
  color: #000 !important;
}

div.widget_search .searchform2 .buttonicon {
  background-color: #a3b745;
  color: #fff !important;
}

/* -- Archives in two columns -- */

.widget_nav_menu li {
  border-bottom: 1px solid rgba(241, 241, 241, 0.8);
  color: #a3b745;
}

.widget_archive li {
  border-bottom: 1px solid rgba(241, 241, 241, 0.8);
  color: #a3b745;
}

footer div.widget_nav_menu li {
  color: #a3b745;
}

/* -- Meta in two columns -- */

.widget_pages li,
.widget_meta li {
  border-bottom: 1px solid rgba(241, 241, 241, 0.8);
  color: #a3b745;
}

/* -- Calendar -- */

#wp-calendar tbody td#today {
  background-color: #000;
  color: #fff;
}

#wp-calendar tbody td#today a {
  color: #fff !important;
}

/* -- Subscribe widget -- */

.subscribe-widget input[type="submit"] {
  background-color: #a3b745;
}

.subscribe-widget {
  border-color: #a3b745;
}

/*-----------------------------------------------------------------------------
----------------------------- 6 - Comments Form -------------------------------
-----------------------------------------------------------------------------*/

/* -- Comments -- */

ul.comment li {
  background-color: #fafafa;
  border-bottom: 1px solid #f1f1f1;
}

ul.comment li ul.children li {
  background-color: #fff;
  border-bottom: none;
  border-top: 20px solid #fafafa;
}

ul.comment li ul.children li > ul.children li {
  background-color: #fff;
  border-bottom: none;
  border-top: 20px solid #fafafa;
}

ul.comment li span.comment-reply-button {
  background-color: #dce2c0;
}

ul.comment li span.comment-reply-button a {
  color: #000 !important;
}

/* -- Comments -- */

.comments h3.comment-reply-title {
  color: #000 !important;
}

.comments h3.comment-reply-title a {
  color: #000;
}

/* -- comment Form -- */

#commentform #author,
#commentform #email,
#commentform #url {
  border: 2px solid #d5d6d8;
  color: #333;
}

#commentform textarea {
  border: 2px solid #d5d6d8;
  color: #333;
}

#commentform #submit {
  background-color: #000;
  color: #fff;
}

#commentform label span {
  color: #f00;
}

#commentform span {
  color: #f00;
}

/*-----------------------------------------------------------------------------
----------------------------- 7 - Contact Form --------------------------------
-----------------------------------------------------------------------------*/

/* -- Contact Form 7 Plugin -- */

form.wpcf7-form input {
  border: 1px solid #d5d6d8;
  color: #333;
}

form.wpcf7-form textarea {
  border: 1px solid #d5d6d8;
  color: #333;
}

form.wpcf7-form input.wpcf7-submit {
  background-color: #13131c;
  border-color: #13131c;
  color: #fff;
}

form.wpcf7-form .wpcf7-validation-errors {
  color: red;
}

form.wpcf7-form {
  background-color: #fafafa;
  border-bottom: 1px solid #f1f1f1;
}

/*-----------------------------------------------------------------------------
----------------------------- 8 - Custom Pages --------------------------------
-----------------------------------------------------------------------------*/

/* -- 404 page -- */

#anthemes-404 h1 {
  color: #000;
}

#anthemes-404 p a {
  color: #000;
  border-bottom: 2px solid #a3b745;
}

/* ================ 
-- Frontend Publishing -- */

.wpfepp-form .wpfepp-button.green {
  background: #a3b745 !important;
  border: 1px solid #a3b745 !important;
  text-shadow: 1px 1px #a3b745 !important;
}

/* ================
-- Shop Style-- */

/* -- Product -- */

.woocommerce-product-search button {
  border: 1px solid #a3b745;
  background-color: #a3b745;
}

li.product a.add_to_cart_button,
li.product a.product_type_grouped,
li.product a.product_type_external {
  background-color: #000 !important;
  color: #fff !important;
}

.woocommerce ul.products li.product .price {
  color: #999 !important;
}

.woocommerce span.onsale {
  background-color: #a3b745 !important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #a3b745 !important;
  color: #fff !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: #a3b745 !important;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: #a3b745 !important;
}

/* -- Pagination -- */

ul.page-numbers li .current {
  background: #f1f1f1 !important;
  color: #000 !important;
}

ul.page-numbers li a {
  background: #fff !important;
  color: #000 !important;
}

ul.page-numbers li a:hover {
  background: #f1f1f1 !important;
}

ul.page-numbers li a:hover {
  background: #0fbe7c;
}

.woocommerce nav.woocommerce-pagination ul li span {
  color: #000 !important;
}

/* -- Shop Colors Green -- */

.woocommerce a.edit {
  background-color: #a3b745;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active:after {
  color: #a3b745;
}

div.woocommerce-MyAccount-content legend {
  background-color: #a3b745;
}

#basic-user-avatar-form input[type="submit"] {
  background: #a3b745;
  border: 1px solid #a3b745;
}

/*-----------------------------------------------------------------------------
------------------------------ 9 - Footer -------------------------------------
-----------------------------------------------------------------------------*/

/* -- Footer -- */

footer {
  background-color: #fff;
}

.wrap-footer {
  background-color: #000;
}

.footer-notice {
  background-color: #000;
}

/* -- Footer Social Icons -- */

.footer-social a {
  color: #a3b745;
}

.footer-social a i {
  color: #a3b745 !important;
}

/* -- Copyright -- */

.copyright a {
  color: #a3b745 !important;
}

/* -- Back to Top -- */

#back-top span {
  background-color: #000;
}

#back-top a:hover {
  opacity: 0.7;
}

/* 13.05.2025 */
.fa-twitter:before {
  content: "𝕏" !important;
  font-family: "Roboto", sans-serif, Helvetica, Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
}
ul.meta-entry-top li ul.single-share li i.fa-twitter:before {
  font-size: 12px;
  line-height: normal;
}
.sidebar-wrapper
  .widget_qefood_wp_social
  ul.social-widget
  li
  i.fa-twitter:before {
  font-size: 14px;
}
body.archive.author .wrap-fullwidth.wrap-m.full-mob .menu--adsila {
  float: none;
}
body.archive.author .wrap-fullwidth.wrap-m.full-mob .menu__item {
  float: none;
  /* display: flex; */
  /* flex-direction: column; */
}
body.archive.author .wrap-fullwidth.wrap-m.full-mob ul.grid_list li {
  /* position: relative !important; */
  /* left: auto !important; */
  /* top: auto !important; */
}
body.archive.author .defaultpag {
  margin: 0 auto !important;
}
body.archive.author .defaultpag a {
  margin: 0px auto 30px auto;
}

#over18-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  will-change: backdrop-filter;
}
#over18-popup .popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
}
#over18-popup button {
  padding: 10px 20px;
  /* background: red; */
  color: white;
  border: none;
  font-weight: bold;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
}
#over18-popup button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

#signin-submit-form p.lrm-is-error a {
  display: none !important;
}
.newsletter-cf .newsletter-recaptcha span.wpcf7-not-valid-tip {
  display: none;
}
