/*
Theme Name: Zakra Child Theme
Theme URI: http://themegrill.com/themes/zakra/
Description: Child Theme for Zakra
Author: ThemeGrill
Author URI: http://themegrill.com
Template: zakra
Version: 1.0
*/

.custom-logo {
    width: 180px;
    height: auto;
}

.site-branding {
    gap: 0px;
}

.tg-site-header-bottom {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.tg-site-header.tg-site-header--transparent .tg-header-transparent-wrapper {
    background: rgb(0 0 0 / 50%);
}

.tg-mobile-toggle .tg-icon-bars {
    color: #fff;
}

/*===== Scroll Down animated icon =====*/
.scroll-down {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.scroll-down.scroll-down--hide {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

/*===== Scroll To Top icon color =====*/
.tg-scroll-to-top.tg-scroll-to-top--show {
    color: #fff;
}

/*===== Pizza Menyn =====*/

.meny h2 {
  font-family: "Bebas Neue", Sans-serif !important;
  color: #9D0A10;
  font-size: 32px !important;
  position: relative;
  left: 20px;
  margin: 25px 0 10px 0;
  letter-spacing: 2px !important;
}

.meny h3 {
  font-family: "Rubik", Sans-serif !important;
  color: #381112;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  position: relative;
  left: 20px;
  font-style: italic;
}

.meny_item {
  font-family: "Rubik", Sans-serif;
  font-size: 22px;
  position: relative;
  line-height: 40px;
  margin-bottom: 12px;
}

.meny_item .namn {
  position: relative;
  list-style-type: none;
  left: 0;
  padding: 0 0 0 20px;
  margin: 0;
  letter-spacing: 1px;
}

.meny_item.reg .namn {
  background-color: #F3E8C5;
  color: #000000;
}

.meny_item.veg .namn {
  background-color: #C3FBE6;
  color: #078C59;
}

.meny_item.vegan .namn {
  background-color: #91ffcb;
  color: #006837;
}

.meny_item .namn span {
  color: #9d0a10;
  position: absolute;
  right: 20px;
}

.meny_item .ing {
  color: #000000;
  font-size: 85%;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
  margin: 5px 0 20px 10px;
  line-height: 34px;
}

.tags li {
  font-family: "Bebas Neue";
  letter-spacing: 1px;
  line-height: 1em;
  border-radius: 5px;
  margin: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

.meny_item .ing li {
  display: inline-block;
  color: #000000;
  font-size: 90%;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
}

.meny_item .namn li::after {
  content: '';
  position: absolute;
  height: 46px;
  width: 46px;
  margin: -3px 0 0 10px;
}

.meny_item .ing li::after {
  content: ',\00a0';
}

.meny_item .ing li:last-child::after {
  content: '' !important;
}

.meny_item li.cat {
  display: none;
}

.meny_item.veg .namn li::after {
  background: url("https://antica-roma.se/wp-content/uploads/2022/11/antica_roma_meny_veg_icon.svg") no-repeat;
  background-size: contain;
}

.meny_item.vegan .namn li::after {
  background: url("https://antica-roma.se/wp-content/uploads/2023/02/antica_roma_meny_vegan_icon.svg") no-repeat;
  background-size: contain;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  list-style-type: none;
}

.tags .btn_cat {
  font-size: 18px;
  background-color: #9d0a10;
  color: #fff;
}

.tags li.btn_cat:hover,
.tags li.btn_cat.active {
  background-color: #381112;
  color: white;
}

.tags .btn_veg {
  background-color: #078c59 !important;
}

.tags .btn_vegan {
  background-color: #0a9f16 !important;
}

.tags li.btn_veg:hover,
.tags li.btn_veg.active {
  background-color: #063524 !important;
  color: white;
}

.tags li.btn_vegan:hover,
.tags li.btn_vegan.active {
  background-color: #06580d !important;
  color: white;
}

.tags .btn_ing {
  font-size: 16px;
  background-color: #F2C256;
  color: #381112;
}

.tags li.btn_ing:hover,
.tags li.btn_ing.active {
  background-color: #AE8627;
  color: white;
}

.tags .btn_cat img {
  width: 24px;
  padding-right: 5px;
}

#custom a {
    color: #9d0a10;
}

.hide {
  display: none;
}

/*=============================================
=            Small Devices            =
=============================================*/
@media screen and (max-width: 1024px) {
    .meny_namn_mob {
        font-size: 16px !important;
    }
    .meny_namn_mob span, .meny_namn_mob b {
        font-size: 20px !important;
    }
}

/*=============================================
=            Mobile Devices            =
=============================================*/
@media screen and (max-width: 768px) {
    .custom-logo {
        width: 130px;
        height: auto;
    }
    
    .tg-mobile-navigation > div > ul {
        border-top: 1px solid #381112;
    }
    
    .tg-mobile-navigation .tg-mobile-navigation-close::before {
        color: #9D0A10;
    }
    
    .tg-mobile-navigation.tg-mobile-navigation--opened {
        background-color: #FCF0D5;
    }
    
    .entry-content a, .page-template-pagebuilder a {
        color: #381112;
    }
}