/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 14 2024 | 04:03:52 */
/* Nhâp phông chữ từ google */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');

/* Định nghĩa biến */
:root {
  --font: 'Montserrat', sans-serif;
  --font2: 'Big Shoulders Display', sans-serif;
  --font3: 'Amatic SC', sans-serif;
  --title: #fff;
  --title-alt: #faf901;
  --link: #cc6600;
  --bg: #a9001b;
  --bg-alt: #c00a27;
}

 :where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}
.wp-block-group a:where(:not(.wp-element-button)) {
  color: var(--link) !important;
  text-decoration: none !important;
}
.wp-block-group a:where(:not(.wp-element-button)):hover {
  color: var(--bg) !important;
  text-decoration: none !important;
}

body {
  background-image: url('/wp-content/uploads/2024/01/1183547782.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
  background-size: cover;
}

.wp-site-blocks {
  background: #fff;
  max-width: 1236px;
  margin: auto;
}

header {
  color: var(--title) !important;
  font-family: var(--font) !important;
}
 
header>div {
  margin: 0 !important;
  padding: 0 !important;
}

header>div>div {
  background: var(--bg) !important;
  padding: 1px 40px;
  background-color: var(--bg-alt) !important;
	border-top: 1px solid #A9001B;
}

header .wp-block-site-title a {
  font-family: var(--font2) !important;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: normal !important;
  color: var(--title) !important;
} 

header .wp-block-site-title a:hover {
  color: var(--title-alt) !important;
}

header .wp-block-site-title:first-letter {
  color: var(--title-alt) !important;
}

header>div>nav {
  background: var(--bg-alt);
  margin: 0 !important;
  max-width: 100% !important;
}
.alignnormal {
    margin-bottom: 20px;
}
header nav ul {
  padding: 0px 80px !important;
}

header nav ul li {
  padding: 18px 0px !important;
  border-right: solid 1px var(--bg);
  width: 20%;
  text-transform: uppercase;
}

header nav ul li>a>span, header nav ul li>button>span {
  font-size: 12px !important;
  color: var(--title) !important;
}

header nav ul li>a:hover>span, nav ul li button:hover>span {
  color: var(--title-alt) !important;
  text-decoration: none !important;
}

header nav ul li:last-child {
  border-right: none;
}

header nav ul li a, nav ul li button {
  margin-left: auto;
}

header nav ul li a, nav ul li>span {
  margin-right: auto;
}
header nav ul.wp-block-navigation-submenu {
  padding: 0 10px !important;
  left: -10px !important;
}
header nav ul.wp-block-navigation-submenu li {
  border-right: none;
  border-bottom: solid 1px #f0f0f0;
  padding: 12px 0 !important;
  width: 100%;
}

header nav ul.wp-block-navigation-submenu li a span {
  color: var(--link) !important;
}

header nav ul.wp-block-navigation-submenu li:hover a span {
  color: var(--bg-alt) !important;
}

.metaslider .flexslider {
  position: relative;
}

.metaslider .flex-control-nav {
  position: absolute !important;
  bottom: 12px;
}

.flex-control-paging li a {
  background: rgba(255,255,255,0.3);
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
  background: rgba(255,255,255,0.7);
}

footer {
  background: #f0f0f0;
  margin-top: 0px !important;
}

footer .wp-block-group a:where(:not(.wp-element-button)) {
  color: #000 !important;
}

.mp-recent-posts {
  background-image: url('/wp-content/uploads/2024/01/pizza-bg.png');
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
  font-family: var(--font) !important;
}
.mp-recent-posts ul.wp-block-latest-posts {
  padding: 30px 60px;
}

.mp-recent-posts ul.wp-block-latest-posts li {
  background: #fff;
  border-radius: 15px;
  position: relative;
}

.mp-recent-posts ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
  width: 100% !important;
  height: 240px !important;
  overflow: hidden !important;
  border-radius: 15px 15px 0 0;
}

.mp-recent-posts ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image a img {
  width: 560px;
  border-radius: 15px 15px 0 0;
}

.wp-block-latest-posts__post-excerpt, .wp-block-latest-posts__post-title, .wp-block-latest-posts__post-date {
  padding: 10px 40px !important;
}

.wp-block-latest-posts__post-excerpt {
  min-height: 140px !important;
}

.wp-block-latest-posts__post-excerpt a {
  display: block;
  width: 85%;
  position: absolute;
  left: 30px;
  bottom: 20px;
  text-align: right;
  border-top: solid 1px #f0f0f0;
  padding-top: 10px;
}

.mp-recent-posts-title {
  color: #000 !important;
  font-family: var(--font) !important;
  font-size: 21px;
  text-transform: uppercase;
  padding-top: 30px !important;
}

.wp-block-post-title a:where(:not(.wp-element-button)), .mp-recent-posts ul .wp-block-latest-posts__post-title {
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.post-body {
  margin-top: 56px !important;
}

.post-right-bar .wp-block-query {
  background: #f0f0f0;
  margin-right: 20px;
  padding: 30px 20px 20px 30px;
}

.post-right-bar .wp-block-query>p {
  font-family: var(--font);
  font-weight: 600;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 64px;
}

.post-right-bar .wp-block-query ul li {
  height: 80px;
  position: relative;
  padding: 5px 5px 5px 100px !important;
  border-bottom: solid 1px #c0c0c0;
}

.post-right-bar .wp-block-query ul li:last-child {
  border-bottom: none;
}

.post-right-bar .wp-block-query ul li h2.wp-block-post-title {
  font-family: var(--font);
  font-size: 18px !important;
  margin: 0px;
}

.post-right-bar .wp-block-query ul li .wp-block-post-date {
  font-family: var(--font);
  font-size: 13px !important;
  margin-top: 10px;
}

.post-right-bar .wp-block-query ul li figure {
  position: absolute;
  top: 0px;
  left: 0px;
}

.post-right-bar .wp-block-query ul li figure img {
  width: 80px;
  height: 80px;
  border-radius: 0px;
}

.post-right-bar-search {
  padding-right: 20px;
}

.post-category {
  background: url('/wp-content/uploads/2024/01/bg_title.png') center top no-repeat;
  min-height: 200px;
  padding-top: 40px;
}

.post-category a, .post-category span, h1.post-category {
  color: var(--title-alt);
  font-family: var(--font3);
  font-size: 52px;
}

.post-content {
  padding: 10px 20px
}

.mp-searchbar {
  margin-bottom: 32px !important;
}

#modal-1-content.element-is-sticky {
  background: var(--bg-alt);
}
body .is-layout-grid {
    display: grid;
    padding: 0px 30px !important;
}