/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below -------------------------------------------------------------- */


html {
  scroll-behavior: smooth;
}
.wppizza-article-default {
    position: relative;
    /* display: table; */
    width: 98%;
    clear: both;
    overflow: hidden;
    padding: 30px 10px !important;
    margin: 0 auto 10px auto !important;
    text-align: left;
    border:1px solid #eee;
    border-radius:10px
    
}

.wppizza-article-default .wppizza-article-additives, .wppizza-article-default .wppizza-article-ftypes {
    font-size: 34%;
    margin: 0;
    font-weight: normal;
    vertical-align: super;
}
.wppizza-header > h1.wppizza-entry-title {
    font-weight: bold;
}

.wppizza-article-default h2.wppizza-article-h2 {

    font-size: 1.2em;
    font-weight: bold;
}

.wppizza-article-default .wppizza-article-price>span {
     font-weight: bold; 
}

.wppizza-article-default .wppizza-article-price-currency {
    font-size: 120%;
    padding: 0 5px !important;
    font-weight: bold;
}

.wp-block-image img {

    border-radius: 20px;
}

.wppizza-header-pizzen{/* padding:0 20px !important; */background-color:transparent !important;border:none !important}
.page-header { padding: 0 0 0 30px;background-color:transparent !important; border:none}
.entry-meta {border:none !important; padding: 0 !important}

.wp-block-image img {
    width: 99%;
}

#wppizza_widgets-2{display:block; background-color:#fbfbfb; padding:10px; width:400px; border-radius:10px;position:fixed}

#wppizza_widgets-2 h2{text-align:center}

.site-title{display:none !important}

.followWrap{height:113px}

.navigation-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-arrow {
    cursor: pointer;
    user-select: none;
    font-size: 24px;
    padding: 10px;
    background-color: #d32f2f;
    color: #fff;
    border-radius: 5px;
}

.left-arrow {
    margin-right: 10px;
}

.right-arrow {
    margin-left: 10px;
}

.main-navigation {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */    position: relative;
    left: 51px;
}
}

.main-navigation::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.onepress-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    white-space: nowrap;
}

.menu-item {
    position: relative;
    margin: 0 15px;
    display: inline-block;
}

.menu-item a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.menu-item a:hover {
    background-color: #b71c1c;
}
