.alt-font {
    font-size: 1.2em;
}

.forminator-error-message {
    background-color: #fde5d6 !important;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-list li {
    margin: 0;
}

.services-list li a {
    display: inline-block;
    padding: 10px 16px;
    border: 1px solid #e6d4c7;
    background: transparent;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.2px;
    font-weight: 400;
    line-height: 1;
    transition: all .3s ease;
}

.services-list li a:hover {
    background: #c68a5d;
    color: #fff;
    border-color: #c68a5d;
}

.tenets-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tenets-list li {
	position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 2;
    font-weight: 400;
}

.tenets-list li:before {
    content: "✦";
    position: absolute;
    left: 0;
    top: 1px;
    color: #c66b1f;
    font-size: 14px;
}


.typologies-tabs .nav-pills>li>a {border-radius: 0;font-size: .9em;padding: 0 1em;}
.typologies-tabs .nav-pills>li>a:hover {background-color: #f2ebdc; color: #666;}
.typologies-tabs .tab-panels {padding-top: 3em;}


@media screen and (min-width: 850px) {
    .rss-five-cols .large-2 {
        flex-basis: 20%;
        max-width: 20%;
    }
	
	.rss-five-cols .tenets-list li {
		padding-top: 3px;
		margin-bottom: 10px;
		margin-left: 0 !important;
	}

}








/* =========================
   MAIN LAYOUT
========================= */

.structural-elements.tabbed-content{
    display:flex;
    gap:0;
    align-items:flex-start;
}

.structural-elements .nav{
    width:38%;
    flex:0 0 38%;
    margin:0;
}

.structural-elements .tab-panels{
    width:62%;
    flex:0 0 62%;
}

/* =========================
   LEFT TABS
========================= */

.structural-elements .nav li{
    width:100%;
    margin:0 0 14px;
    border:1px solid #ece4db;
    background:#faf8f4;
    transition:.3s;
}

.structural-elements .nav li a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:90px;
    padding:24px 28px;
    text-transform:uppercase;
    letter-spacing:1px;
    text-decoration:none;
    position:relative;
}

/* arrow */

.structural-elements .nav li a:after{
    content:"→";
    font-size:24px;
    color:#4f3b32;
}

/* active */

.structural-elements .nav li.active{
    border-color:#df7b3f;
}

.structural-elements .nav li.active a:after{
    content:"▼";
    font-size:18px;
}

/* hover */

.structural-elements .nav li:hover{
    border-color:#df7b3f;
}

/* remove flatsome underline */

.structural-elements .nav-line-bottom>li>a:before,
.structural-elements .nav-line>li>a:before{
    display:none!important;
}

/* =========================
   RIGHT PANEL
========================= */

.structural-elements .panel{
    background:#faf8f4;
    border:1px solid #ece4db;
    padding:50px;
}

.structural-elements .panel .ss-img p{
    margin-bottom:1em;
}

.structural-elements .panel.active{
    display:block;
}

/* =========================
   LOGO
========================= */

.structural-elements .img{
    margin-bottom:35px;
}

.structural-elements .img img{
    max-width:180px;
    opacity:.9;
}

/* =========================
   SECTION DIVIDERS
========================= */

.structural-elements .row{
    margin-bottom:0;
}

.structural-elements .panel hr{
    border:none;
    border-top:1px solid #e6ddd4;
}

.structural-elements .panel .row:first-of-type{
    padding:30px 0;
}

/* =========================
   FEATURE LIST
========================= */

.structural-elements .panel .medium-6:first-child p{
    margin:0;
    font-size:18px;
}

/* =========================
   MATERIAL BUTTONS
========================= */

.services-list{
    list-style:none;
    display:flex;
    justify-content:flex-end;
    gap:12px;
    margin:0;
    padding:0;
}

.services-list li{
    margin:0;
}

.services-list a{
    display:inline-block;
    padding:10px 18px;
    border:1px solid #dfb08d;
    color:#d37c4b;
    font-size:12px;
    letter-spacing:1px;
    text-transform:uppercase;
    text-decoration:none;
    transition:.3s;
}

.services-list a:hover{
    background:#d37c4b;
    color:#fff;
}


.structural-elements .nav li a span{
    position:relative;
    padding-left:40px;
    display:inline-block;
}

.structural-elements .nav li a span:before{
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    display:block !important;
    opacity:1 !important;
    visibility:visible !important;
}

/* Icons */
.structural-elements .nav li:nth-child(1) a span:before{
    content:"🗼";
}

.structural-elements .nav li:nth-child(2) a span:before{
    content:"🏛️";
}

.structural-elements .nav li:nth-child(3) a span:before{
    content:"🚪";
}

.structural-elements .nav li:nth-child(4) a span:before{
    content:"🏗️";
}

.structural-elements .nav li:nth-child(5) a span:before{
    content:"⛩️";
}

.structural-elements .nav li:nth-child(6) a span:before{
    content:"🟪";
}

.structural-elements .nav li:nth-child(7) a span:before{
    content:"✨";
}

.structural-elements .nav li:nth-child(8) a span:before{
    content:"💧";
}

.structural-elements .tab-panels{
    position:sticky;
    top:100px; /* adjust for your header height */
    align-self:flex-start;
}

/* =========================
   FINAL TEXT
========================= */

.structural-elements .text{
    padding-top:15px;
    font-size:18px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 849px){

    .structural-elements.tabbed-content{
        display:block;
    }

    .structural-elements .nav,
    .structural-elements .tab-panels{
        width:100%;
    }

    .structural-elements .panel{
        margin-top:20px;
        padding:30px;
    }

    .services-list{
        justify-content:flex-start;
        margin-top:20px;
        flex-wrap:wrap;
    }
}



/* Google Translate Language Switcher */

.gt_switcher,
.gtranslate_wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #d9cfc6;
    background: #fff;
    width: fit-content;
}

.gt_switcher a,
.gtranslate_wrapper a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 32px;
    padding: 0 16px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
    color: #222 !important;
    background: #fff;
    transition: all .2s ease;
}

.gt_switcher a:first-child,
.gtranslate_wrapper a:first-child {
    border-right: 1px solid #d9cfc6;
}

/* Active Language */
.gt_switcher .gt-current-lang,
.gtranslate_wrapper .gt-current-lang,
.gtranslate_wrapper .active {
    background: #e86f00 !important;
    color: #fff !important;
}

/* Hover */
.gt_switcher a:hover,
.gtranslate_wrapper a:hover {
    background: #e86f00 !important;
    color: #fff !important;
}



/* Button */

.forminator-ui .forminator-button.forminator-button-submit{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;

    text-align: center;
    background: #e65a00;
    color: #fff;
    text-decoration: none;
    padding: 19px 24px;
    margin-top: 40px;

    font-size: 14px;
    font-family: var(--e-global-typography-primary-font-family, serif);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .25s;
}

.forminator-ui .forminator-button.forminator-button-submit:hover{
    background: #c94f00;
    color: #fff;
}