/*
Theme Name: Monk Restoran 2
Author: Siim Metsmaa
Author URI: https://metsmaa.ee
Description: Monk Restorani koduleht
Version: 1.0
*/

body {
    margin: 0;
    font-family: "Caudex", serif;
    font-size: 20px;
    background: #f9f5ef;
}

h1 {
    font-family: "Caudex", serif;
    font-size: 64px;
    font-weight: 700;
    color: #fff;
}

h2 {
    font-family: "Caudex", serif;
    font-size: 44px;
    font-weight: 900;
    line-height: 45px;
}

h3 {
    font-size: 18px;
    font-weight: 700;
}

a:link { color: #da9100; text-decoration: none; }
a:visited { color: #da9100; text-decoration: none; }
a:hover { color: #da9100; text-decoration: none; }
a:active { color: #da9100; text-decoration: none; }

.alignleft {
    float: left;
    margin: 0 40px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 40px;
}

.mob-categories-button, .mob-categories, .mob-button, .mob-menu {
    display: none;
}

.sbox {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #444;
    border: none;
    font-family: "Caudex", serif;
    font-size: 16px;
}

.bbox {
    width: 100%;
    height: 140px;
    padding: 10px;
    box-sizing: border-box;
    color: #444;
    border: none;
    font-family: "Caudex", serif;
    font-size: 16px;
}


.button {
    display: inline-block;
    padding: 12px 40px;
    color: #fff !important;
    font-family: "Caudex", serif;
    font-size: 18px;
    border-radius: 100px;
    background: #da9100;
    border: none;
}

.button:hover {
    filter: brightness(1.1);
    cursor: pointer;
}



.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
}

.lang {
    position: absolute;
    top: 30px;
    right: 40px;
    list-style: none;
    z-index: 9990;
    text-align: center;
    margin: 0;
    padding: 0;
    
}

.lang li {
    display: inline-block;
    margin: 0 3px;
}

.lang-item img {
    width: 25px;
    height: auto;
}





/* MENU */



.mainmenu {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
}

.mainmenu li {
    display: inline-block;
    position: relative;
}

.mainmenu li a {
    display: block;
    margin: 0 15px;
    padding: 15px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    font-family: "Caudex", serif;
}

.mainmenu li.current-menu-item a,
.mainmenu li.current-menu-ancestor a,
.mainmenu li:hover a {
    color: #da9100;
}

.mainmenu li:hover > ul {
    display: block;
    transform: scaleY(1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.mainmenu li ul {
    min-width: 200px;
    position: absolute;
    left: 0;
    top: 45px;
    padding: 15px 20px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform .2s ease;
    background: #fff;
    z-index: 9999;
}

.mainmenu li ul li {
    display: block;
    text-align: left;
}

.mainmenu li ul li a {
    margin: 0;
    padding: 6px 0;
    color: #000 !important;
	text-transform: none;
}

.mainmenu li ul li:hover a,
.mainmenu li ul li.current-menu-item a {
    color:#da9100!important;
}



/* HEADER */



.header {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.4)), url('https://monkrestoran.ee/wp-content/uploads/2025/10/Esilehe-pilt.jpg') center/cover no-repeat;
    padding: 0 0 100px 0;
    clear: both;
}

.header h1 {
    margin: 100px 0 0 0;
    text-align: center;
}

.header h1 .subtitle {
    font-size: 24px;
}






/* CONTENT */

.width {
    width: 1200px;
}

.content {
    margin: 100px auto;
}

.wrapper {
  display: flex;
  align-items: flex-start;
}

/* SUBPAGES */



.content-categories {
    position: sticky;
    top: 0;
    left: 20px;
    width: 300px;
    margin: -100px 0 0 0;
    padding: 20px 30px;
    color: #fff;
    box-sizing: border-box;
    background: url('img/bg-footer.jpg') center;
    background-size: cover;
	border-radius: 10px;
	border: 2px solid #da9101;
}

.content-categories h2 {
    font-size: 32px;
}

.subpages {
    list-style: none;
    margin: 0;
    padding: 0;
}

.subpages li {
    
}

.subpages li a {
    display: block;
    padding: 9px 0;
    color: #ccc;
    font-size: 17px;
    border-bottom: 1px solid #444;
}

.subpages li:hover a,
.subpages li.current_page_item a {
    color: #da9100;
}



/* FOOD */



.content-food {
    width: 65%;
    margin: 50px auto;
    box-sizing: border-box;
    clear: both;
}

.content-food h1 {
    color: #000;
    text-align: center;
}

.food {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 220px));
    justify-content: center;
    gap: 20px;
}

.food li {
    vertical-align: top;
    text-align: left;
    border-radius: 10px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    overflow: hidden;
    text-align: center;
}

.food h3 {
    margin: 0 0 10px 0;
    padding: 0 15px;
    font-size: 20px;
}

.food-image {
    padding: 5px;
    border-radius: 10px 10px 0 0;
}

.description {
    margin: -10px 0 0 0;
    padding: 5px 15px;
    color: #888;
    font-size: 15px;
}

.price {
    padding: 10px 15px 30px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #da9100;
}

.vurts {
    height: 25px;
    position: relative;
    top: -3px;
    vertical-align: middle;
}


/* RESTAURANTS */


.restaurants {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.restaurants h2 {
    font-size: 24px;
    line-height: 24px;
}

.restaurants-img {
    height: 200px;
}

.restaurants-info {
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.button-restaurant {
    margin: 20px 0 0 0;
}

.restaurants a {
    display: block;
}


/* HOME PAGE */



.header-home {
    position: relative;
    padding: 0 0 150px 0;
    background: none;
    background:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) )
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; /* katab kogu ala ilma venitamiseta */
    transform: translate(-50%, -50%);
    z-index: -9999;
}

.header-home h1 {
    margin: 150px 0 0 0;
    text-align: center;
}



/* BRONN  */



.bronn {
    width: 500px;
    margin: 100px auto;
    padding: 20px 30px;
    border-radius: 10px;
    background: #c8b399;
}



/* FOOTER */



.footer {
    margin: 200px 0 0 0;
    padding: 50px 0;
    color: #aaa9a5;
    background: url('img/bg-footer.jpg') center;
    background-size: cover;
    clear: both;
    text-align: center;
}

.footer-restaurants {
    list-style: none;
    display: grid;
    margin: 0 20px;;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    color: #f1f1f1;
}

.footer-restaurants h2 {
    color: #da9100;
    font-size: 22px;
    line-height: 22px;
}

.footer-preorder {
    font-size: 16px;
    color: #999;
    margin: 0 0 -10px 0;
}

.footer-number {
    font-weight: 700;
    color: #da9100;
}

.footer-address {
    font-size: 16px;
    color: #999;
}

.footer-menu {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-icon-contacts img {
    filter: invert(56%) sepia(70%) saturate(2530%) hue-rotate(13deg) brightness(99%) contrast(101%);
    height: 25px;
    margin: 0 7px 0 0;
}

.icon-contacts {
    margin: 10px 0;
}

.icon-contacts a {
    display: inline;
}

.icon-contacts img {
    margin: -5px 0 0 0;
    vertical-align: middle;
}

.icon-contact {
    height: 15px;
}









@media screen and (max-width: 1300px) {

.width {
    width: 95%;
}

}










@media screen and (max-width: 900px) {



.alignleft {
    float: left;
    margin: 0 20px 20px 0;
    width: 50%;
}

.alignright {
    float: none;
    margin: 0 0 20px 20px;
    width: 50%;
}

.menu, .content-categories { 
    display: none;
}

h1 {
    font-size: 44px;
}

.width {
    width: 95%;
}

.mob-button {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 50px; 
    filter: invert(27%) sepia(92%) saturate(1519%) hue-rotate(352deg) brightness(101%) contrast(108%);
    z-index: 9998;
}

.mob-menu {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    background: url('img/bg-footer.jpg') center;
    background-size: cover;
    z-index: 99999;
}

.mob-menu li {
    width: 100%;
}

.mob-menu a {
    font-size: 32px !important;
}

.mainmenu li ul {
    min-width: 100%;
}

.mainmenu li ul li {
    text-align: center;
}

.close {
    width: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
}



.header {
    padding: 40px 20px 80px 20px;
}

.header h1 {
    font-size: 42px;
}

.lang {
    top: 60px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lang-item {
    padding: 0 5px;
}


/* FOOD MENU */



.mob-categories-button {
    display: block;
    position: absolute;
    top: 260px;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #ec3d08;
    z-index: 9999;
}

.mob-categories {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('img/bg-footer.jpg') center;
    background-size: cover;
    overflow-y: auto; 
    z-index: 9999;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mob-categories::-webkit-scrollbar {
  display: none;
}

.mob-categories h2 {
    color: #fff;
    padding: 0 30px;
}

.mob-categories .subpages {
    margin:  0 0 100px 0;
}

.mob-categories .subpages a {
    font-size: 20px;
    padding: 15px 30px;
}

.content-food {
    width: 95%;
    margin: 50px auto;
    box-sizing: border-box;
    clear: both;
}

.food {
    display: block;
}

.food h3 {
    margin: 10px 0 10px 0;
    padding: 0 15px;
    font-size: 20px;
}

.food li {
    margin: 0 0 15px 0;
    text-align: left;
}

.food-image { 
    float: left;
    width: 35%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px 10px 0 0;
}

.food-image img {
    margin: 10px 0 0 0;
}

.food-info {
    float: right;
    width: 60%;
}

.price {
    padding: 10px 15px;
}



.restaurant {
    margin: 0 0 80px 0;
    padding: 65% 0 20px 0%;
    box-sizing: border-box;
    line-height: 28px;
    background-position: top center;
    background-size: auto 300px;
    background-repeat: no-repeat;
}



/* RESTAURANTS */



.restaurants li {
    margin: 0 0 50px 0;
    text-align: center;
}

.restaurants-img {
    height: 300px;
}



/* BRONN */



.bronn {
    width: 95%;
    box-sizing: border-box;
}



/* FOOTER */



.footer-restaurants {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
}

}