/*
Theme Name: generatepress-cafe24
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
*/

body {
    background: #F1F1F1;
}

.site-header {
    display: none;
}

.main-navigation {
    display: none;
}

.site-info {
    display: none;
}

.entry-header {
    display: none;
}

/*
.site-header {
    display: none;
}*/

.main-nav {
    width: 100%;
}

.nav-align-center .main-nav > ul {
    width: 100%;
    justify-content: left;
    padding: 0 40px;
    gap: 20px;
}

.site-footer {
    font-size: 0.9rem;
    color: #777;
    font-weight: 400;
    position: fixed;
    bottom: 30px;
    left: 30px;
}

.footer-widgets-container {
    padding: 0;
}

.footer-widgets {
    background-color: transparent;
}

.full-width-content .site-main {
    padding: 30px;
}

a.generate-back-to-top {
    display: none !important;
}

/* about */

.about-one h2 {
    color: #777
}

.about-one h2 strong {
    color: #111
}

.widget-inner + .widget-inner {
    margin-top: 40px;
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
}

.widget-inner .paragraph + .paragraph {
    padding-top: 20px;
}

.widget-inner .paragraph strong {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 600;
}

.widget_text dl dd {
    margin: 0;
}

.widget_text h6 {
    margin-bottom: 0;
}

.is-left-sidebar {
    border-right: 1px solid #d9d9d9;
}

.is-right-sidebar {
    border-left: 1px solid #d9d9d9;
}

.is-right-sidebar a {
    color: #222;
    margin-top: 10px;
    display: inline-block;
}

.inside-right-sidebar .widget-inner {
    display: flex;
}

.inside-right-sidebar .widget_text h6 {
    width: 90px;
}

.inside-right-sidebar .widget_text dl,
.inside-right-sidebar .widget_text ul {
    width: calc(100% - 90px);
}

.inside-right-sidebar .widget_text dl dt {
    font-weight: 400;
}

.inside-right-sidebar .widget_text dl dd + dt {
    margin-top: 20px;
}

.inside-right-sidebar .widget_text dl dd em {
    font-size: 0.85rem;
    color: #777;
    font-style: normal;
}


/* like cargo */


body {
    overflow: hidden;
    height: 100dvh;
    overflow-y: auto;
}

.is-left-sidebar {
    overflow-y: auto;
    height: 100dvh;
    scrollbar-width: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 25%;
}

.is-right-sidebar {
    overflow-y: scroll;
    height: 100dvh;
    padding-bottom: 30px;
    scrollbar-width: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 25%;
}

.admin-bar .is-left-sidebar,
.admin-bar .is-right-sidebar {
    padding-top: 32px
}

.sec-title h5 {
    margin-bottom: 30px !important;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    text-transform: none;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 50px;
}

.out_link:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23999'%3E%3Cpath d='m256-240-56-56 384-384H240v-80h480v480h-80v-344L256-240Z'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    vertical-align: -4px;
    margin-left: 2px;
}

.page-id-10 .site-content {
    width: 50%;
    margin: 0 auto;
}

.page-id-10 .site-content .content-area {
    width: 100%;
}

.portfolio-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.portfolio-wrap .portfolio-list li {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.portfolio-wrap .portfolio-list li + li{
    margin-top: 60px;
}

.portfolio-wrap .portfolio-list .top img{
    display: block;
}

.portfolio-wrap .portfolio-list .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    gap: 40px;
}

.portfolio-wrap .portfolio-list .bottom h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

.portfolio-wrap .portfolio-list .bottom a{
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    padding: 4px 12px;
    background: #222;
}

.portfolio-wrap .portfolio-list .bottom a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23fff'%3E%3Cpath d='m256-240-56-56 384-384H240v-80h480v480h-80v-344L256-240Z'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;
    vertical-align: -4px;
    margin-left: 2px;
}