/* ==================Header Menu=================== */
/* "Community" when you are inside a post */
.single-post .header-wrapper.dark-menu .custom-nav ul.menu > li.community-item > a {
    color: #231f20;
}
/* ==================Blog Start=================== */

.blog-post {
    width: 100%;
    max-width: 380px;
}

.thin-font {
    font-weight: 300;
    line-height: 1.2;
}

.blog-post-text {
    padding: 30px 20px;
}

/* ==================Buttons========= */
.light-blog-btn {
    padding-top: 30px;
}
.light-blog-btn,
.light-blog-btn span {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.08em;
}
.dark-blog-btn {
    padding-top: 30px;
}
.dark-blog-btn,
.dark-blog-btn span {
    font-size: 1.5rem;
    color: #0f3301;
    font-weight: 500;
    letter-spacing: 0.08em;
    display: inline-block;
    position: relative;
    right: 0;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

a.dark-blog-btn:hover .blog-post-arrow {
    right: -10px;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

.light-arrow {
    display: inline-block;
    width: 26px;
    fill: #fff;
    position: relative;
    right: 0;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

a.light-blog-btn:hover .light-arrow {
    right: -10px;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

.dark-arrow {
    display: inline-block;
    width: 26px;
    fill: #0f3301;
}

.blog-post-arrow {
    margin-left: 10px;
}

/* ==================Posts================== */

.blog-1 {
    position: relative;
}

.blog-pattern-top {
    margin-bottom: 40px;
}

.blog-2 {
    color: #fff;
    background-color: #0f3301;
    position: relative;
    padding-bottom: 30px;
}

.blog-2 h3 {
    color: #fff;
}

.blog-post h2 {
    font-size: 3rem;
    letter-spacing: 0.02em;
    font-weight: 300;
    margin: 0;
}

.blog-2 h2::after {
    display: block;
    content: '';
    width: 100%;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
}

.blog-2 p {
    color: #fff;
    font-size: 2.1rem;
    letter-spacing: 0.04em;
    font-weight: 300;
    line-height: 2.7rem;
}

.blog-2::after {
    content: '';
    background-image: url('/wp-content/themes/itrestaurant/css/icons/pattern.svg');
    background-repeat: repeat-x;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 11px;
}

.blog-3 {
    background-color: #fff;
}

.blog-3 h2 {
    color: #0f3301;
    margin-bottom: 20px;
}

.blog-3 p {
    color: #000;
    font-size: 2.1rem;
}

.blog-4 {
    position: relative;
}

.blog-4 .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    list-style-type: none;
    margin: 0;
}

.blog-4 .slick-dots li {
    margin: 0 0.25rem;
    cursor: pointer;
}

.blog-4 .slick-dots button {
    display: block;
    width: 5px;
    height: 5px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    opacity: 0.6;
    text-indent: -9999px;
}

.blog-4 .slick-dots li.slick-active button {
    opacity: 1;
    border-radius: 100%;
    background-color: #fff;
}

.blog-5 {
    color: #fff;
    background-color: #0f3301;
    position: relative;
    padding-bottom: 30px;
}

.blog-5::after {
    content: '';
    background-image: url('/wp-content/themes/itrestaurant/css/icons/pattern.svg');
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;
}

.blog-6 h2 {
    color: #0f3301;
    font-size: 8rem;
    letter-spacing: 0.2rem;
}

.blog-pattern-bottom {
    transform: rotate(180deg);
}

.newsletter-popup-overlay.active {
    background-color: rgba(255, 255, 255, 0.85);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    transition: all 0.5s ease 0s;
}

.newsletter-popup-overlay {
    opacity: 0;
    visibility: hidden;
}

.newsletter-popup-container {
    background-color: #0f3301;
    max-width: 1050px;
    max-height: 90vh;
    width: 100%;
    margin: 0 auto;
    padding: 90px;
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.5s ease 0s;
}

.newsletter-popup-container:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 60px;
    background-image: url('/wp-content/themes/itrestaurant/css/icons/pattern.svg');
    background-repeat: repeat-x;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center bottom;
}

.newsletter-popup-container h2 {
    color: #fff;
    width: 100%;
    font-size: 5rem;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: 0.4rem;
    margin: 0;
    margin-bottom: 50px;
}

.newsletter-popup-container p {
    font-size: 2.6rem;
    letter-spacing: 0.04em;
    font-weight: 300;
    color: #fff;
    margin-bottom: 40px;
}

.newsletter-popup-container .close-icon svg {
    fill: #fff;
}

.newsletter-popup-wrapper {
    max-width: 900px;
    border: 3px solid #fff;
    padding: 50px;
}

.newsletter-popup-wrapper .unsubscribe {
    font-size: 1.4rem;
}

.newsletter-popup-wrapper .newsletter-wrapper {
    margin-bottom: 10px;
}

.newsletter-popup-wrapper .newsletter-wrapper input {
    width: 100%;
}

.newsletter-popup-wrapper .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* ===================Blog End=================== */

/* ===================Blog Inside Start=================== */
.blog-inside.full-container {
    padding-top: 35px;
    padding-bottom: 135px;
}

.blog-inside-date,
.blog-inside-title,
.left {
    width: 100%;
}

.blog-inside-wrapper {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
}

.blog-inside-title {
    margin-bottom: 75px;
}

.blog-inside-title h1 {
    color: #0f3301;
    font-size: 5.125rem;
    margin: 0;
}

.blog-inside-title h1::after {
    display: block;
    content: '';
    width: 100%;
    border-bottom: 2px solid #0f3301;
}

.blog-inner.flex-row {
    justify-content: space-between;
}

.blog-inner .left p {
    font-size: 2.4rem;
    margin-bottom: 2rem;
    font-weight: 300;
}

.blog-inner .left ul {
    list-style-type: disc;
    font-size: 2.4rem;
    margin-bottom: 2rem;
    padding-left: 15px;
    font-weight: 300;
}

.right.flex-row {
    justify-content: flex-end;
}

.blog-inner .left {
    width: 100%;
    max-width: 720px;
    margin-right: 15px;
}
.blog-inner .right {
    width: 100%;
    max-width: 720px;
    min-width: 0;
    margin-left: 15px;
}

.inner-blog-share {
    padding: 125px 0 0;
}

.inner-blog-share.flex-row {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
}

.share-social {
    display: none;
    justify-content: space-evenly;
    align-items: center;
    max-width: 350px;
    width: 100%;
    height: 60px;
    position: relative;
    padding: 0 30px;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
}
.inner-blog-share-icon {
    margin-right: 3.125vw;
    cursor: pointer;
}
.share-social a {
    font-weight: 300;
    font-size: 2.4rem;
}
.share-btn.flex-row {
    align-items: center;
}
.share-social a:hover {
    color: #0f3301;
}

.share-social::before,
.share-social::after {
    content: '';
    background-image: url('../icons/menu-pattern-arrow-gold.svg');
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.share-social::before {
    left: 0;
}

.share-social::after {
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.share-social.show-social {
    display: flex;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

/* ===================Slick dots=================== */

.blog-inner .slick-dots {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    padding: 1rem 0;
    list-style-type: none;
}

.blog-inner .slick-dots li {
    margin: 0 0.25rem;
    cursor: pointer;
}

.blog-inner .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #0f3301;
    text-indent: -9999px;
}

.blog-inner .slick-dots li.slick-active button {
    border: 1px solid #0f3301;
    border-radius: 100%;
    background-color: #fff;
}

/* ===================Blog Inside End=================== */

/* ===================Homepage Testimonial Start=================== */

.testimonial-container {
    width: 100%;
    padding: 6.25vw 50px 6.771vw 0;
    align-items: center;
    justify-content: space-between;
}

.testimonial-container .right {
    margin-left: 30px;
    width: 100%;
    max-width: 800px;
}

.testimonial-container .left {
    align-items: center;
    margin-right: 30px;
    width: 100%;
    max-width: 925px;
}

.testimonial-image {
    width: 100%;
    position: relative;
}
.testimonial-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    width: 65%;
    height: 65%;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}
span.review-media-icon,
span.review-media-icon a {
    display: inline-block;
}
.review-media-icon svg {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    fill: #000;
}
.review-media-icon a:hover svg {
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    fill: #0f3301;
}
.flex-row.testimonial-arrow-place {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-overlay h2 {
    font-size: 6.4rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #0f3301;
    margin: 25px 0;
    max-width: 300px;
}

.testimonial-overlay p {
    font-size: 2.7rem;
    font-weight: 300;
    text-transform: lowercase;
    letter-spacing: 0.02em;
    text-align: center;
}

.testimonial-arrow,
.testimonial-arrow svg {
    display: inline-block;
    width: 55px;
    height: 34px;
}

.testimonial-avatar {
    display: inline-block;
    width: 100%;
    max-width: 110px;
    margin-right: 15px;
}

.testimonial-wrapper {
    margin-bottom: 3.646vw;
}
.customer_link {
    display: flex;
}

.testimonial h2 {
    font-size: 3.6rem;
    font-weight: 300;
    margin: 10px 0;
}

.testimonial {
    margin-left: 15px;
    width: 100%;
    max-width: 450px;
}

.customer-review {
    font-size: 2.1rem;
    color: #2e2e2d;
    letter-spacing: 0.02em;
}

.customer-name {
    font-weight: 500;
    font-size: 1.1rem;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.review-it-here {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-left: 145px;
    align-items: center;
}

.review-media {
    margin-left: 25px;
}

.review-media svg {
    margin: 0 7.5px;
}

/* ==================Homepage Testimonial End=================== */

/* ====================noteIT Start=================== */

.note-it-title {
    width: 100%;
    font-size: 8.25rem;
    line-height: 1;
    text-align: center;
    color: #0f3301;
}

.note-it-title h2 {
    position: relative;
    font-weight: 300;
    margin: 0;
}

.note-it-title h2:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #0f3301;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -2;
}

.note-it-title span {
    padding: 0 70px;
    background: #fff;
}

.cards-container {
    max-width: 1640px;
    margin: 0 auto;
    justify-content: center;
    padding-top: 5.729vw;
    padding-bottom: 8.854vw;
    overflow: hidden;
}

.cards-container .flex-row a {
    flex-basis: calc(33.333% - 50px);
    margin: 0 25px;
}

.card-container-row .flex-row {
    margin: 0 -25px;
    width: 100%;
}

.card {
    position: relative;
}

.card-overlay {
    display: none;
    width: 110%;
    height: 110%;
    position: absolute;
    bottom: -5%;
    left: -5%;
    background-color: rgba(15, 51, 1, 0.8);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    justify-content: center;
    align-items: center;
}

.card-overlay::before {
    content: url('/wp-content/themes/itrestaurant/css/icons/pattern.svg');
    position: absolute;
    top: 0;
    left: 50%;
    width: 140px;
    height: 65px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.card-overlay::after {
    content: url('/wp-content/themes/itrestaurant/css/icons/pattern.svg');
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 140px;
    height: 65px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}

.card-overlay h2 {
    font-size: 4.6rem;
    text-align: center;
    letter-spacing: 0.02em;
}

.card:hover .card-overlay {
    display: flex;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* ===================noteIT End=================== */
/* ===================Sitin menu=================== */
.sit-in-menu-cta .order-it-btn {
    display: inline-block;
    width: 50px;
    height: 130px;
}
/* ===================Copyright=================== */
.footer-copyright span.credits svg {
    display: inline-block;
    width: 100%;
    max-width: 11px;
    height: 25px;
    cursor: pointer;
    fill: #fff;
    margin-left: 15px;
}

.footer-copyright p {
    margin-bottom: 5px;
}

.footer-copyright p a {
    color: #fff;
}

.credits a {
    font-size: 1.7rem;
    font-family: Helvetica, sans-serif;
}
