/*
Theme Name: chodemcamlamk9
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/*************** ADD CUSTOM CSS HERE.   ***************/

.featured-box .icon-box-img img {
    padding-top: 0;
}

body {
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto Slab", sans-serif;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-size: 17px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: "Roboto Slab", sans-serif;
}

.alt-font {
    font-family: "Roboto Slab", sans-serif;
}

/** Header **/

.row-social-header {
    background: #6f120e;
    padding: 20px;
}
.row-social-header .ux-menu-link__link.flex {
    color: #fff;
}
.social-icon-header {
  width: 20px;
  height: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
  cursor: pointer;
}

.social-icon-header span {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2px;
}
.social-icon-header span {
  transition: transform .2s ease, background .2s ease;
}

.social-icon-header:hover span {
  background: #facc15;
  transform: scale(1.1);
}
/*Home*/
/*About home*/
.button-about-home {
    border: 1px solid #6f120e !important;
    color: #6f120e !important;
    padding-top: 5px;
    padding-bottom: 2px;
}
.button-about-home:hover {
    color: #fff !important;
    background: #f1bd33 !important;
    border-color: #f1bd33 !important;
}
/*restaurant home*/
.section-about-home .img-icon-about-home-two {
    position: absolute;
    bottom: -50px;
    left: 35%;
    opacity: .5;
}
.section-restaurant-home .button-restaurant-home {
	border: 1px solid #fff !important;
    color: #fff !important;
    padding-top: 5px;
    padding-bottom: 2px;
}
.button-restaurant-home:hover {
    color: #6f120e !important;
    background: #f1bd33 !important;
    border-color: #f1bd33 !important;
}
.image-restaurant-home img, .image-restaurant-home .image-zoom {
    border-radius: 10px;
}
/*Cam nang*/
.blog-post-home .post-title {
    font-size: 18px;
    color: #000;
}
.title-blog-post-home h2 {
    text-transform: uppercase;
    font-size: 30px;
}
.blog-post-home .post-title a:hover {
    color: #6f120e !important;
}
.blog-post-home .box-blog-post:hover a {
	color: #6f120e !important;
}
.col-blog-title {
    padding-bottom: 0;
}
/*About*/
.image-box-about .box-image, .image-box-service-about .box-image {
    border-radius: 10px;
}
.section-service-about .row-service-about .col {
	border-left: 1px solid #fcfbf940;
}
.section-service-about .row-service-about .col:nth-child(3) {
    border-right: 1px solid #fcfbf940;
}
.gallery-about .gallery-col {
    padding: 3px;
}
/*Contact*/
.form-info-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.form-main-contact .item-info-contact p {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    color: #818181;
}
.form-main-contact .item-info-contact input {
    margin-bottom: 0;
    border: none;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%);
    outline: none;
}
.title-form-contact span {
    padding-left: 10px;
    font-weight: 600;
}
.title-form-contact p {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.form-main-contact .item-info-contact p, .form-note-contact p{
    font-size: 17px;
}
.form-note-contact .wpcf7-form-control-wrap {
    width: 100%;
}
.form-note-contact p {
    display: flex;
    color: #818181;
    height: 70px;
    border-bottom: 1px solid #eee;
}
.form-note-contact textarea.wf-note-contact {
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%);
    outline: none;
    border: 0;
    padding: 0;
    padding-left: 15px;
    min-height: 100%;
}
.menu-info-social-contact .ux-menu-link__link.flex {
    font-size: 17px;
}
.menu-info-social-contact i.ux-menu-link__icon {
    color: #6f120e;
}
.form-send-contact {
    margin-top: 3rem;
    display: flex;
}
.acceptance-contact span.wpcf7-list-item label {
    color: #818181;
    font-weight: 500;
}
.acceptance-contact p {
    display: flex;
    font-size: 17px;
}
.acceptance-contact a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    font-size: 15px;
    padding-top: 3.5px;
}
.form-send-contact .item-send-contact:nth-child(1) {
    width: 33%;
}
.form-send-contact .item-send-contact:nth-child(2) {
    width: 67%;
    transform: translateY(13px);
}
.form-send-contact .acceptance-contact span.wpcf7-list-item {
    margin-right: 5px !important;
}
.form-send-contact span.wpcf7-spinner {
    position: absolute;
    top: 100%;
}
.button-send-contact p {
    background: #6f120e;
    margin: 0px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    margin-right: 20px;
}
.button-send-contact input.wf-send {
    background: none;
    padding: 0;
    margin: 0;
	width: 100%;
}
/** Footer **/

.section-footer a{
	color: #fff;
}
.section-footer a:hover{
	color: #f1bd33 !important;
}
.section-footer .menu-item.ux-menu-link--active a {
    color: #fff !important;
}
.section-footer .menu-item.ux-menu-link--active a:hover {
    color: #f1bd33 !important;
}
.absolute-footer {
    padding: 10px;
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .button-send-contact p {
		margin: 0 5rem;
	}
	.form-send-contact .item-send-contact:nth-child(2) {
		width: 100%;
		transform: translateY(20px);
	}
	.form-send-contact .item-send-contact:nth-child(1) {
		width: 100%;
	}
	.form-send-contact {
		flex-wrap: wrap;
	}
}