/*@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(https://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*/
body,
a,
h4,
h5,
h6,
li,
span,
button,
input,
h1,
h2,
h3,
h1 span,
h2 span,
h3 span {
    font-family: 'Open Sans', serif;
}

h2 {
    color: var(--secondary);
}
.icon_top{
  background: #fff;
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.icon_top svg path{
  fill:#000;
}
.page-ttl {
    font-size: 2.25rem;
    color: var(--secondary);
}

.post-type-archive .page-ttl {
    text-align: center;
    margin-block: 3rem;
}

p {
    margin-block: 0 1rem;
}

html {
    scroll-behavior: smooth;
}

body,
p {
    font-size: 18px;
    color: var(--text);
    line-height: 1.35;
}

html {
    scroll-behavior: smooth;
}

div {
    box-sizing: border-box;
}

button,
a {
    transition: ease-in-out 0.4s;
    cursor: pointer;
}

.light {
    background: #F3F0EB;
}

.mokko {
    background: #D0C7B8;
}

p.site-title {
    display: none;
}

a:focus,
button:focus {
    outline: unset;
}

a:focus-visible,
button:focus-visible {
    outline: 1px solid #000;
}

ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}
#breadcrumbs{
  position: absolute;
  bottom: -40px;
  right: 2rem;
  margin: 0;
}
#breadcrumbs *{
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
	#breadcrumbs{display:none;}
}
.single-project #colophon {
    margin-top: 0;
}

.container {
    padding: 0 20px;
}

.btn-theme {
    padding: 10px 25px;
    border-radius: 25px;
    border: 1px solid #B3A896;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    will-change: transform;
    overflow: hidden;
    background: #B3A896;
    border-radius: 35px;
    padding: 10px 35px;
    color: #fff;
    text-decoration: unset;
}

.btn-theme:visited {
    color: #fff;
}

.btn-theme.reverse:visited {
    color: var(--primary);
}

.btn-theme.reverse {
    border: 1px solid var(--primary);
    color: var(--primary);
    background: #fff;
}

.btn-theme.reverse:hover {
    background: var(--primary);
    color: #fff;
}

.btn-theme:hover {
    background: #fff;
    color: var(--primary);
    transform: scale(1.05);
    will-change: transform;
}

.btn-theme::after {
    background-color: #fff;
    border-radius: 3rem;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: .2s transform ease-out;
    will-change: transform;
    z-index: -1;
}

.btn-theme.reverse::after {
    background-color: var(--primary);
}

.btn-theme:hover::after {
    transform: translate(0, 0);
}

h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 1.3rem;
    line-height: 1.2;
    color: var(--secondary);
}

h3 {
    font-size: 24px;
}

h2 span,
h2 strong {
    color: var(--primary);
}

.ttl-h2 {
    text-align: center;
    margin-block: 40px;
}

.tablepress {
    font-size: 15px;
}

.post,
.page {
    margin: 0 !important;
}

.desk-hide {
    display: none !important;
}

@media (min-width: 770px) {
    main {
        min-height: calc(100vh - 540px);
    }
}

.main-navigation ul.sub-menu {
    flex-direction: column;
    background: rgb(0 0 0 / 0.8);
    padding: 1rem;
}

.main-navigation .sub-menu a {
    font-size: 18px;
}

.main-navigation ul .sub-menu {
    gap: 15px;
}

.main-navigation {
    width: auto;
}

/*===========Grid=========*/
.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-grid {
    display: grid;
}

.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.container {
    max-width: 1540px;
    padding: 0 15px;
    margin: 0 auto;
}

.container.wide {
    max-width: 100%;
}

/* .container.wider {
    max-width: 1600px;
} */

.col-20 {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-2 {
    flex: 0 0 16.67%;
    max-width: 16.66%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.col-5 {
    flex: 0 0 41.67%;
    max-width: 41.67%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
}

.col-8 {
    flex: 0 0 66.67%;
    max-width: 66.67%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0;
}

.t-center {
    text-align: center;
}

section {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding-inline: 1rem;
}

.container.wider {
    max-width: 1610px;
}

.container.wide {
    max-width: 1920px;
    padding-inline: 2rem;
}


/*=========HEADER==========*/
.main-navigation a:before {
    content: "";
    width: 0;
    height: 3px;
    background: var(--primary);
    position: absolute;
    bottom: -10px;
    transition: ease-in-out 0.4s;
}

.main-navigation .current-menu-item a:before {
    width: 100%;
}

.main-navigation a:hover:before {
    width: 100%;
}

#masthead {
    position: fixed;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
}

#masthead.sticky {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.1);
}

.main-navigation a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.main-navigation a:visited {
    color: #fff;
}

.main-navigation ul {
    gap: 35px;
}

.site-branding img {
    max-height: 60px;
    width: auto;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.social_links {
    gap: 10px;
}

.site-branding a {
    display: flex;
    align-items: center;
    padding-block: 25px;
    transition: ease-in-out 0.4s;
}

#masthead.sticky .site-branding a {
    padding-block: 15px;
}

#masthead .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_inner {
    position: relative;


    img {
        aspect-ratio: 1920 / 530;
        object-fit: cover;

    }
}

.header_inner:after {
    content: "";
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19) 15.87%, rgba(102, 102, 102, 0.00) 50.96%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.footer-col.footer-brand {
    text-align: end;
}
.site-footer {
    background: var(--footer-bg);
    margin-top: 60px;
	 padding-block: 50px 0;

	.footer-credit.t-left {
		direction: ltr;
		display: flex;
		align-items: center;
		gap:10px;
		a{
			display: flex;
		}
		img{
			margin-top:-3px;
		}
	}
    .footer-bottom {
        background: #000;
		color: #fff;
		font-size:16px;
		padding-block: 2rem;
		a{
			color:#fff;
			text-decoration:none;
		}
    }
}
.footer-title {
    font-size: 40px;
    color: #F3F0EB;
    font-weight: 700;
    margin-bottom: 40px;
}
.footer-title-sm{
    font-size: 24px;
    color: #F3F0EB;
    font-weight: 700;
    display: flex;
    gap: 10px;
}
.footer-hoursText {
    color: #D9D9D9;
    padding-inline-start: 42px;
}
.footer-hoursText p {
    font-size: 20px;
    font-weight: bold;
	line-height: 1.5;
}
.footer-hours .footer-title-sm span{}
.footer-hours .footer-title-sm span svg{width:20px;margin: 0 5px 0 6px;}
ul.footer-list {
    list-style: none;
    color:#D9D9D9;
	li{
		display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: bold;
		a{
			color:#D9D9D9;
			text-decoration:none;
		}
		.footer-ico{
			margin: 5px 0 0 10px;
		}
		svg{
			width:20px;
			height:auto;
			flex: 0 0 20px;
		}
	}
}
.footer-top{
	margin-bottom:40px;
}
.page-template-about-page .header_inner {
    img {
        aspect-ratio: 1920 / 788;
        object-fit: cover;
    }
}

.about_page_1 {
    margin-top: -18vh;
    z-index: 1;
    position: relative;

    .home-hero__inner {
        padding: 55px 95px 35px;
    }
}

.gallery img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 25px;
    height: 100%;
}

/*====== Project loop ==========*/
article.card--project {
    aspect-ratio: 870 / 540;
    overflow: hidden;
    position: relative;
    border-radius: 15px;

    .card__body {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        padding: 2rem;
        align-items: center;
        gap: 1rem;

        h3 {
            margin: 0;
            font-size: 20px;
            color: var(--secondary);
            font-weight: 400;
            min-width: 305px;
            padding: 8px 25px;
            background: #fff;
            border-radius: 45px;
            text-align: center;
            line-height: 1;
        }

        .btn_plus {
            background: #B3A896;
            border-radius: 50%;
            text-decoration: none;
            color: #fff;
            font-size: 35px;
            height: 36px;
            width: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;

            &:hover {
                background: #fff;
                color: #B3A896;
            }
        }
    }

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

article.card--project > a{}

#projects-grid {
    gap: 39px;
}

.container:has(#projects-grid) {
    padding-inline: 3rem;
}

.load_wrapper {
    text-align: center;
    margin-block: 3rem;

    button {
        padding: 0;
        background: transparent;
        border: 0;
        font-size: 20px;
        color: var(--secondary);
    }
}

.home-hero__inner {
    border-radius: 15px;
    padding: 55px 55px 35px;

    .btn_wrapper {
        text-align: end;
    }

    .home-hero__subtitle {
        color: #C7A92E;
        font-size: 40px;
        line-height: 1;
        margin-top: 0;
        margin-bottom: 30px;
        font-weight: 400;
    }

    .home-hero__title {
        font-weight: 800;
        margin-block: 0;
        font-size: 40px;
    }

    p {
        font-size: 20px;
    }
}

.about_page_2 {
    margin-top: 95px;
}

details {
    margin-bottom: 15px;
    transition: ease-in-out 0.5s;
    box-sizing: border-box;
    box-shadow: 3px 1px 7px 3px rgb(0 0 0 / 0.2);
    border-radius: 25px;
}

details>summary {
    padding: 15px;
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--primary);
    transition: ease-in-out 0.5s;
    cursor: pointer;
    border-radius: 25px;
    box-sizing: border-box;
}

details>p {
    background-color: #fff;
    padding: 15px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0 0 25px 25px;
}

details:open>summary {
    background-color: var(--primary);
    color: #fff;
    padding: 15px;
    border-radius: 25px 25px 0 0;
}

@media screen and (max-width:768px) {
    .menu-mobile {
        display: none;
        position: absolute;
        width: 100%;
        /*height: fit-content;*/
        background: #fff;
        z-index: 11;
        padding: 20px;
        box-sizing: border-box;
        inset-inline-start: 0;
    }

    .menu-mobile .main-navigation ul {
        display: block;
    }

    .menu-bottom ul {
        list-style: none;
        margin: 10px 0;
    }

    .main-navigation .btn-link-menu a {
        display: inline-block;
    }

    header .menu-mobile {
        border-top: 1px solid #fff;
        top: 63px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
    }

    header .menu-mobile .search-form form input {
        width: calc(100% - 35px);
        border: none;
    }

    header .menu-mobile .main-navigation ul {
        display: block;
        padding: 0;
    }

    header .menu-mobile .main-navigation li {
        position: relative;
        margin: 0 auto 10px;
    }

    header .menu-mobile .main-navigation a {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: var(--primary);
        border-radius: 10px;
        padding: 10px;
        color: #fff;
        margin-inline-end: 0;
        width: 100%;
    }

    header .menu-mobile .main-navigation li.active>a {
        background: var(--secondary);
        border-radius: 10px 10px 0 0;
    }

    .main-navigation a {
        filter: none;
    }

    header .menu-mobile .main-navigation li.shop_now_menubtn a {
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        color: var(--primary);
        font-weight: bold;
    }

    header .menu-mobile li .sub-menu>li>a {
        padding: 0;
        background: rgba(0, 0, 0, )
    }

    header .menu-mobile .main-navigation li .sub-menu {
        background: var(--primary) !important;
        border-radius: 0 0 10px 10px;
        padding: 0;
        position: static;
        display: none;
        float: none;
        border-top: 1px solid rgba(0, 0, 0, .035);
        margin-left: 0;
        background-color: rgba(0, 0, 0, .02);
    }

    header .search-btn-wrap {
        align-self: center;
    }

    header .menu-mobile li .sub-menu>li:last-child {
        border-bottom: 0 !important;
    }

    header .inner-mobile-menu {
        overflow-y: auto;
        height: 100%;
        padding-inline-end: 8px;
        margin-inline-end: -8px;
        max-height: 75vh;
    }

    header .menu-mobile .search-form form input {
        height: 40px;
        border-radius: 10px;
        padding: 10px !important;
        color: #fff;
        font-size: 16px;
    }

    header .search-form {
        margin-inline-end: 0;
        margin-bottom: 15px;
    }

    header .menu-mobile .main-navigation li .sub-menu li {
        margin-bottom: 0;
        padding: 10px;
        border-bottom: 1px solid #fff;
    }

    header .menu-item-has-children:before,
    header .menu-item-has-children::after {
        content: "";
        width: 12px;
        height: 2px;
        background: #fff;
        position: absolute;
        right: auto;
        opacity: 1;
        top: auto;
        margin: 0;
        top: 22px;
    }

    .main-navigation a:before {
        display: none;
    }

    header .menu-item-has-children::after {
        transform: rotate(45deg);
        left: 20px;
    }

    header .menu-item-has-children:before {
        transform: rotate(-45deg);
        left: 28px;
        z-index: 1
    }

    .site-branding img {
        max-height: 30px;
    }

    .site-branding a {
        padding-block: 15px;
    }

    #mobile-menu-btn span {
        transition: ease-in-out 0.4s;
    }

    #mobile-menu-btn.open-menu .second-span {
        display: none;
    }

    #mobile-menu-btn.open-menu .third-span {
        transform: rotate(-45deg) translateY(-4px) translateX(2px);
    }

    #mobile-menu-btn.open-menu .first-span {
        transform: rotate(45deg) translateX(3px) translateY(3px);
    }

    button.menu-toggle {
        background: rgba(0, 0, 0, 0);
        border: 0;
        height: 30px;
        padding-top: 5px;
    }

    button.menu-toggle span {
        width: 35px;
        height: 2px;
        background: #fff;
        display: block;
        margin-bottom: 6px;
    }

    body .home-hero__inner {
        padding: 20px 15px;

        & .home-hero__panel {
            p {
                font-size: 16px;
            }
        }

        .home-hero__title,
        .home-hero__subtitle {
            font-size: 30px;
        }

        .home-hero__text br {
            display: none;
        }

    }

    .btn-theme {
        font-size: 17px;
        padding: 8px 35px;
    }

    body,
    p {
        font-size: 16px;
    }

    .grid-4,
    .grid-2,
    .grid-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    h2 {
        font-size: 30px;
    }

    .container:has(#projects-grid),
    .container.wide {
        padding-inline: 1rem;
    }

    article.card--project {
        & .card__body {
            justify-content: space-between;
            padding: 1rem;

            h3 {
                margin: 0;
                font-size: 20px;
                color: var(--secondary);
                font-weight: 400;
                min-width: unset;
                padding: 6px 23px;
                background: #fff;
                border-radius: 45px;
                text-align: center;
                line-height: 1;
            }
        }
    }

    .about_page_1 {
        padding-inline: 1rem;
margin-top: -20px;
        .home-hero__inner {
            padding: 25px;
        }
    }

    .about_page_2 {
        margin-top: 50px;
    }

    body .page-ttl {
        font-size: 30px;
        margin-bottom: 25px;
    }

    body .team-item {
        & .team__body {
            gap: 15px;

            span.role,
            .team_about a {
                font-size: 20px;
            }

            .team_about h2 {
                font-size: 20px;
            }
        }
    }

    body .team-grid {
        gap: 35px;
    }

    .col-3,
    .col-9,
    .col-7,
    .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    h1 {
        font-size: 30px;
        margin: 0;
        line-height: 1.1;
        margin-bottom: 10px;
    }



    .team-wrapper {
        margin-block: 1rem 0;

        .col-9.half-text {
            padding: 1rem;
        }
    }

    .post-type-archive .page-ttl {
        margin-block: 2rem;
    }

    body #project_1 {
        .project-content {
            overflow: hidden;
        }

        .col-7.half-img {
            padding-inline-start: 0;

            img {
                width: 100%;
            }
        }
    }

    body .contact-grid {
        grid-template-columns: 1fr;

        .light {
            padding: 25px;
        }

        .contact_form {
            h3 {
                font-size: 24px;
                line-height: 1.1;
            }
        }

        form.wpcf7-form {
            .col-lg-6 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            span.wpcf7-form-control-wrap input {
                width: 100%;
            }
        }
    }

    .page-template-contact-page .about_page_1 {
        margin-top: -3vh;

        .home-hero__inner {
            padding: 0px;
        }
    }

    .details svg {
        width: 25px !important;
        height: auto;
        flex: 0 0 25px;
    }

    .desk-hide {
        display: flex !important;
    }

    .mob-hide {
        display: none !important;
    }
	.footer-title{
		font-size: 24px;
		margin-bottom: 15px;
	}
	ul.footer-list {
		li {
			font-size: 16px;
			            gap: 13px;
			  svg {
				width: 20px;
			}
		}
	}
	.footer-title-sm{
		font-size: 20px;
		align-items:center;
		svg{
			width: 20px;
		}
		
	}
	.footer-hoursText p{
		font-size:16px;
	}
	.footer-top.d-grid.grid-3 {
    display: flex;
    flex-direction: column;
}
	.footer-col{
		order:1;
	}
	.footer-col.footer-brand {
    order: 0;
    text-align: start;
    margin-bottom: 15px;
}
	.footer-hoursText{
		padding-inline-start: 30px;
	}
	.footer-bottom div {
    text-align: center;
    justify-content: center;
		font-size:14px;
}
	.footer-links.t-center {
    margin-block: 5px;
}
}