/* mustard seed 
28-07 */

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

body {
    background: #FFF;
    font-family: "Theinhardt";
}

body .container {
    max-width: 1440px;
    padding: 0 63px;
    width: 90%;

}

body .container {
    padding: 0
}

body.single-post .container {
    width: 100%;
}

body.home[data-header-resize="0"] .container-wrap, 
body.home[data-header-resize="0"] .project-title {
    padding: 0
}

p a:hover {
    text-decoration: underline 
}


:root {
    --black: #2C3131;
    --gray: #F1F1F1;
    --medium-gray: rgba(44, 49, 49, 0.50);
    --light-gray: rgba(44, 49, 49, 0.10);
    --orange: rgba(240, 138, 77, 1);
    --gradient: rgba(235, 92, 55, 1), rgba(248, 183, 75, 1);
    --font: "Theinhardt";
}

#sort-portfolio span {
    font-family: var(--font) ;
}

.text-center {
    text-align: center;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.page-id-45 ul li {
    list-style: square 
}

h1 {
    font-size: 54px;
    line-height: 100%;
}

h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 120%;
}

h2.bold {
    font-weight: 700
}

h3 {
    font-size: 30px;
    line-height: 120%;
    color: #2C3231;
    font-weight: normal;
}

h4 {
    font-weight: normal;
    font-size: 22px;
    line-height: 127%;
    letter-spacing: -0.01em;
}

p {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #2C3131;
}

#top nav ul li span {
    color: var(--black) 
}

#header h2 {
    font-weight: 700;
    text-transform: capitalize
}

#header h2:before {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: var(--orange);
    border-radius: 50px;
    margin-bottom: .5em
}

#header-outer header {
    padding: 1.5em 0
}

#header-outer #logo, 
#header-outer .logo-spacing {
    margin: 0;
}

#header-outer a span {
    font-size: 18px;
    position: relative;
    top: .4em
}

#header-outer a span:after {
    width: 6px !important;
    height: 6px;
    border: none !important;
    
    background: transparent;
    border-radius: 30px;
    
    margin: 0 auto;
    
    position: relative !important;
    top: .7em;

    transform: none !important;
}

#header-outer a:hover span:after {
    background: var(--light-gray) 
}

#header-outer .current-menu-item a span {
    font-weight: 700;
    color: var(--black) 
}

#header-outer .current-menu-item a span:after {
    background: var(--orange) 
}

#header-outer .sf-menu>li ul.sub-menu {
    border: none !important;
    top: 6.1em !important;
    padding: 0;
    left: 1em
}

#header-outer .sf-menu li ul li {
    padding: 0 2em
}

#header-outer .sf-menu li ul li:hover {
    background: var(--light-gray) 
}

#header-outer .sf-menu li ul li a {
    font-size: 14px;
    padding: 1em 0;
    height: 50px;
    top: -.3em
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul .current-menu-item > a {
    background-color: transparent !important 
}

#header-outer .sf-menu li ul li a span {
    line-height: 100%;
    font-weight: normal;
}

#header-space {
    height: 95px
}

#button {
    padding: 1px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    background: transparent !important;
    
    text-align: center;
    color: var(--black);
    
    border-width: 2px;
    border-radius: 10%;
    
    position: relative;
    
    display: inline-block;
    transition: all .6s ease;
}

#button:hover {
    box-shadow: none !important;
    transform: none
}

#button span {
    background: #fff;
    display: block;
    padding: 16px 50px;
    border-radius: 50px;
    border: 1px solid var(--orange) 
}

/* hero */
#hero {
    margin: 0;
}

#hero h1 {
    color: #fff;
    padding: 5em 0;
    max-width: 50%;
}

#hero.bottom h1 {
    padding: 6em 0 1em
}

#hero .wpb_column {
    padding: 0
}

#whoweare .col:first-child {
    padding: 3em 0 
}

#whoweare .iwithtext {
    display: flex;
    justify-content: space-between;
    margin-top: 2em
}

#whoweare img {
    width: 170px;
}

#whoweare .iwithtext .iwt-icon {
    position: static;
    order: 2
}

#whoweare .iwithtext .iwt-text {
    padding: 0;
    order: 1;
}

#whoweare h3 {
    max-width: 70%;
}

#our-vision .col {
    padding: 3em 0
}

#our-vision h3 {
    margin-bottom: 3em
}

#our-vision #button {
    position: relative;
    left: calc(50% - 150%);
    top: -5em
}

#our-history .col.span_12 {
    padding: 5em 0; 
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-self: start 
}

#our-history .col.span_12 .wpb_column:first-child {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    height: 240px; 
    top: 3em
}

#our-history .col.span_12 .wpb_column {
    width: 100% 
}

#our-history h3 {
    margin-bottom: 2em;
    padding-right: 10em;
}

#our-history p {
    padding-right: 10em
}

#our-history ul {
    padding-left: 2em;
    background: url(/wp-content/uploads/dot.svg) repeat-y 4.5em 0
}

#our-history ul li:before {
    content: '1';
    border: 1px solid var(--orange);
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    line-height: 2.3em;
    border-radius: 100px;
    background: var(--black);
    margin-right: .5em
}

#our-history ul li:nth-child(2):before {
    content: '2';
}

#our-history ul li:nth-child(3):before {
    content: '3';
}

#our-history ul li * :before {
    display: none 
}

#our-history ul * {
    padding: 0;
    background: none 
}

#our-history ul li {
    font-size: 30px;
    font-weight: normal
}

#our-history ul li ul {
    padding-left: 1.2em
}

#our-history ul li ul li {
    font-size: 24px;
    margin: 1em 0;
    padding-left: 3em;
    background: url(/wp-content/uploads/line.svg) no-repeat 0 .4em;
}

#our-history ul li ul li * {
    background: none;
}

#our-history ul li ul li strong {
    color: var(--orange) 
}

#our-history ul li ul li ul {
    padding: 0
}

#our-history ul li ul li ul li {
    padding: 0;
    font-size: 18px;
    margin: 3em 0
}

#pagination {
    display: flex;
    height: 85px;
    align-items: center;
    justify-content: center;
}

#pagination .next a {
    background: url(https://61t28d.n3cdn1.secureserver.net/wp-content/uploads/arrow-right.svg) no-repeat;
    background-size: 100%;
    width: 85px;
    height: 85px;
}

#pagination .prev a {
    background: url(https://61t28d.n3cdn1.secureserver.net/wp-content/uploads/icon-arrow-right.svg) no-repeat;
    background-size: 100%;
    width: 85px;
    height: 85px;
}

#pagination .next a:hover,
#pagination .prev a:hover {
    background-color: transparent !important;
    transform: translateX(-10px);
}

#pagination .next a:hover {
     transform: translateX(10px);
}

body #footer-outer #copyright p {
    font-size: 14px;
    color: var(--medium-gray);
    margin: 0;
}

#footer-outer #footer-widgets,
body #footer-outer #copyright {
    background: var(--gray) 
}

#footer-outer .container {
    background: var(--gray);
}

#footer-outer p a {
    text-decoration: underline;
    font-weight: 700 
}

#footer-outer #copyright {
    padding: 0;
}

#footer-outer #copyright .container {
    
}

#footer-outer #copyright .container .span_5,
#footer-outer #copyright .container .span_7 {
    width: 100%;
    position: static;
    float: unset;
    margin: 0;
}

#footer-outer #copyright .container .col {
    width: 60%;
    display: inline-block;
}

#footer-outer #copyright .container .col:last-child {
    width: 39%;
}

#footer-outer .social i {
    display: none 
}

#footer-outer .social span {
    display: block;
    font-size: 14px;
    position: static !important;
    width: unset;
    clip-path: none;
    overflow: unset;
    font-size: 0
}

#footer-outer .social a {
    text-decoration: underline 
}

#footer-outer .social li:first-child span:before {
    content: 'Terms of Use';
    font-size: 14px;
}

#footer-outer .social li:nth-child(2) span:before {
    content: 'Privacy Policy';
    font-size: 14px;
}

#footer-outer .social li:nth-child(3) span:before {
    content: 'Cookie Policy';
    font-size: 14px;
}

#footer-outer .social li:nth-child(4) span:before {
    content: 'Website Acceptable Use';
    font-size: 14px;
}

#footer-outer ul.menu {
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

#footer-outer .sub-menu {
    display: none 
}

#footer-outer ul.menu li {
    font-size: 18px
}

#footer-outer ul.menu li:nth-last-child(-n + 3) {
    text-align: right 
}

/* team */
#team {
    width: 90%;
    margin: 0 auto 
}

#team .wpb_row {
    margin-bottom: 5em
}

#team .hover-text {
    display: none;
    justify-content: center;
    align-items: center;
    align-items: flex-end;
    position: absolute;
    background-blend-mode: multiply;
    top: calc(100% - 100%);
    padding: 7%;
    aspect-ratio: 1/1;
    transition: all .2s easE;
    background: var(--gray);
    z-index: 2;
    overflow: hidden;

}

#team .hover-text:hover {
    display: flex;
    align-items: flex-start;
}

#team .hover-text:hover:active {
    display: none 
}

#team .team-cards .wpb_column .vc_column-inner:before {
    content: '';
    width: 45px;
    height: 45px;
    display: block;
    top: 1em;
    right: 1em;
    position: absolute;
    z-index: 1;
    background: url(/wp-content/uploads/plus_button.svg) 
}

#team img {
    aspect-ratio: 1/1;
    object-fit: cover 
}

#team .team-cards .wpb_column .vc_column-inner:hover {
    cursor: pointer 
}

#team .team-cards .wpb_column .vc_column-inner:before:hover .hover-text {
    display: flex;
}

#team .team-cards .hover-text:before:active .hover-text {
    display: none;
}

#team .team-cards .wpb_column .vc_column-inner:active .hover-text {
    display: flex;
}

#team .hover-text p {
    font-size: 16px;
    padding-top: 2em
}

#team .team-cards .hover-text p:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    background: var(--orange);
    border-radius: 100%;
    top: 2em
}

#team .name .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: repeat(2, 1fr); 
}

#team .name p a {
    font-size: 0;
    width: 25px;
    height: 20px;
    display: block;
    background-size: auto 20px !important
}

#team .name p:nth-child(2) a {
    background: url(/wp-content/uploads/icon-email.svg) no-repeat bottom center 
}

#team .name p:last-child a {
    background: url(/wp-content/uploads/icon-linkedin.svg) no-repeat bottom center
}

#team .name .wpb_wrapper p:nth-child(2) {
    grid-area: 2 / 1 / 2 / 2;
    width: 50px;
}

#team .name .wpb_wrapper p:first-child {
    grid-area: 1 / 1 / 2 / 6;
    margin-bottom: .6em
}

#team .name .wpb_wrapper p:nth-child(3) {
    grid-area: grid-area: 2 / 2 / 2 / 2;
    position: absolute;
    width: 50px;
    left: 3em;
    bottom: .8em;
}

#team .name p {
    padding-bottom: 0;
    font-size: 16px
}

#team .hover-wrap-inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/Patter_video.svg); 
    content: '';
    mix-blend-mode: multiply;
    transition: all .3s ease;
    background-size: 3px;
    opacity: .3;
}

.nectar-hor-list-item>div[data-text-align=left]:last-child  {
    padding-left: 7.5em
}

/* PORTFOLIO */
.work-category {
    display: flex;
    justify-content: space-between;
    padding: .5em 0
}

.work-category .excerpt p {
    color: var(--orange) 
}

.work-category .category p {
    font-size: 0;
    border: 1px solid var(--orange);
    display: table;
    width: 100px;
    text-align: center;
    height: 24px;
    border-radius: 50px
}

.work-category .category p:before {
    content: '';
    font-size: 14px;
    position: relative;
    top: .8em
}

.work-category .category p.sdg_1:before {
	content: 'SDG 1';
}

.work-category .category p.sdg_2:before {
	content: 'SDG 2';
}

.work-category .category p.sdg_3:before {
	content: 'SDG 3';
}

.work-category .category p.sdg_4:before {
	content: 'SDG 4';
}

.work-category .category p.sdg_5:before {
	content: 'SDG 5';
}

.work-category .category p.sdg_6:before {
	content: 'SDG 6';
}

.work-category .category p.sdg_7:before {
	content: 'SDG 7';
}

.work-category .category p.sdg_8:before {
	content: 'SDG 8';
}

.work-category .category p.sdg_9:before {
	content: 'SDG 9';
}

.work-category .category p.sdg_10:before {
	content: 'SDG 10';
}

.work-category .category p.sdg_11:before {
	content: 'SDG 11';
}

.work-category .category p.sdg_12:before {
	content: 'SDG 12';
}

.work-category .category p.sdg_13:before {
	content: 'SDG 13';
}

.work-category .category p.sdg_14:before {
	content: 'SDG 14';
}

.work-category .category p.sdg_15:before {
	content: 'SDG 15';
}

.work-category .category p.sdg_16:before {
	content: 'SDG 16';
}

.portfolio-items .work-meta {
    width: 100%;
    float: unset 
}

.portfolio-filters > ul {
    background: #fff;
}

.portfolio-items a {
    font-size: 0; 
    display: flex;
}

body .portfolio-filters {
    position: absolute;
    top: -8em;
    width: 325px;
    border: 1px solid #dadada
}

#portfolio-filters:before {
    content: 'categorias';
    display: block;
}

.portfolio-filters,
.portfolio-filters a, 
.portfolio-filters #sort-portfolio {
    background: transparent !important;
    color: var(--orange) !important ;
}

#sort-portfolio span {
    color: transparent;
    font-weight: normal;
}

#sort-portfolio span:before {
    content: 'Impact area';
    font-size: 18px;
    color: var(--black);
}

#sort-portfolio i {
    font-size: 25px
}

.portfolio-filters > ul {
    box-shadow: 0px 4px 25px 0px rgba(143, 138, 138, 0.25);
}

.portfolio-filters > ul li {
    border-bottom: 1px solid var(--gray) 
}

.portfolio-filters a {
    font-size: 12px;
    color: var(--black) !important
}

.portfolio-filters li:hover {
    background: var(--gray) !important 
}

.portfolio-items .col .work-item a:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    
    background-size: auto 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    opacity: 0;
}

.portfolio-items .col .work-item:hover a:before {
    opacity: 1
}

.portfolio-items .col .work-item img {
    margin: 0 auto;
    object-fit: cover 
}

.portfolio-items .col.Knok .work-item a:before {
    background: url(/wp-content/uploads/logo_knok.png);
}

.portfolio-items .col.Dizzie .work-item a:before {
    background: url(/wp-content/uploads/logo_dizzie.png);
}

.portfolio-items .col.Switchee .work-item a:before {
    background: url(/wp-content/uploads/logo_switchee.png);
}

.portfolio-items .col.Rubies .work-item a:before {
    background: url(/wp-content/uploads/logo_rubies.png);
}

.portfolio-items .col.Rubies .work-item a:before {
    background: url(/wp-content/uploads/logo_rubies.png);
}

.portfolio-items .col.Skin .work-item a:before {
    background: url(/wp-content/uploads/logo_skin.png);
}

.portfolio-items .col.SafetyNet .work-item a:before {
    background: url(/wp-content/uploads/logo_stn.png);
}

.portfolio-items .col.Olio .work-item a:before {
    background: url(/wp-content/uploads/logo_olio.png);
}

.portfolio-items .col.Edukasyon .work-item a:before {
    background: url(/wp-content/uploads/logo_edu.png);
}

.portfolio-items .col.Fenton .work-item a:before {
    background: url(/wp-content/uploads/logo_fenton.png);
}

.portfolio-items .col.What3Words .work-item a:before {
    background: url(/wp-content/uploads/logo_what.png);
}

.portfolio-items .col.Hire .work-item a:before {
    background: url(/wp-content/uploads/logo_hire.png);
}

.portfolio-items .col.Beulah .work-item a:before {
    background: url(/wp-content/uploads/logo_beulah.png);
}

.portfolio-items .col.Winnow .work-item a:before {
    background: url(/wp-content/uploads/logo_winnow.png);
}

.portfolio-items .col.Atocap .work-item a:before {
    background: url(/wp-content/uploads/logo_altocap.png);
}

.portfolio-items .col.Hypelabs .work-item a:before {
    background: url(/wp-content/uploads/logo_hype.png);
}

.portfolio-items .col.Collectiv .work-item a:before {
    background: url(/wp-content/uploads/logo_collectiv.png);
}

.portfolio-items .col.Rapido .work-item a:before {
    background: url(/wp-content/uploads/logo_rapido.png);
}

.portfolio-items .col.Mush .work-item a:before {
    background: url(/wp-content/uploads/logo_mush.png);
}

.portfolio-items .col.Maven .work-item a:before {
    background: url(/wp-content/uploads/msm-bw-logo-2.png);
}

.portfolio-items .col.WNWN .work-item a:before {
    background: url(/wp-content/uploads/wnwn-hover.png);
}

.portfolio-items .col.Orbital .work-item a:before {
    background: url(/wp-content/uploads/orbital-hover.png);
}

.portfolio-items .col.Uplink .work-item a:before {
    background: url(/wp-content/uploads/uplink-hover.png);
}

.portfolio-items .col.Ivy .work-item a:before {
    background: url(/wp-content/uploads/canada-hover.png);
}

.portfolio-items .col.bikesale .work-item a:before {
    background: url(/wp-content/uploads/bike-sale-hover.png);
}

.portfolio-items .col.Agroleague .work-item a:before {
    background: url(/wp-content/uploads/alogo-hover.png);
}

.portfolio-items .col.Superflows .work-item a:before {
    background: url(/wp-content/uploads/esse-hover.png);
}

.portfolio-items .col.Chatterbox .work-item a:before {
    background: url(/wp-content/uploads/Chaterbox_HOVER-1024x634-1.jpg);
}

.portfolio-items .col.GoParity .work-item a:before {
    background: url(/wp-content/uploads/GoParity_HOVER-1024x634-1.jpg);
}

.portfolio-items .col.Kets .work-item a:before {
    background: url(/wp-content/uploads/KETS_HOVER-1-1024x634-1.jpg);
}

.portfolio-items .col.Outmind .work-item a:before {
    background: url(/wp-content/uploads/Outmind.ai_HOVER@2x-1024x634-1.jpg);
}

.portfolio-items .col.Student .work-item a:before {
    background: url(/wp-content/uploads/Student-Finance_HOVER@2x-1024x634-1.jpg);
}

.portfolio-items .col.Platypus .work-item a:before {
    background: url(/wp-content/uploads/Platypus_HOVER@2x-1024x634-1.jpg);
}

.portfolio-items .col.Flecto .work-item a:before {
    background: url(/wp-content/uploads/flecto-hover.png);
}

.portfolio-items .col.Omocom .work-item a:before {
    background: url(/wp-content/uploads/Omocom_HOVER-1024x634-1.jpg);
}

.portfolio-items .col.acquired .work-item a:before {
    background: url(/wp-content/uploads/Kitch_HOVER@2x-1024x634-1.jpg);
}

.portfolio-items .col.Vanilla .work-item a:before {
    background: url(/wp-content/uploads/Vanilla_steel_HOVER@2x-1024x634-1.jpg);
}

.portfolio-items .col.Ohne .work-item a:before {
    background: url(/wp-content/uploads/Ohne_HOVER@2x-1024x634-1.jpg);
}

.portfolio-items .col.Nui .work-item a:before {
    background: url(/wp-content/uploads/NUI_HOVER-1024x634-1.jpg);
}

.portfolio-items .col.Refive .work-item a:before {
    background: url(/wp-content/uploads/refive-hover.png);
}

.portfolio-items .col.Clear .work-item a:before {
    background: url(/wp-content/uploads/ClearHover_MSM-1024x634-1.jpg);
}

.portfolio-items .col.Uphill .work-item a:before {
    background: url(/wp-content/uploads/Uphill_HOVER-1024x634-1.jpg);
}

.portfolio-items .col.Thrift\+ .work-item a:before {
    background: url(/wp-content/uploads/thrift-logo.png);
}

.portfolio-items .col.Iconoclass .work-item a:before {
    background: url(/wp-content/uploads/Iconoclass_HOVER-1024x634-1.jpg);
}

.portfolio-items .col.Connect .work-item a:before {
    background: url(/wp-content/uploads/connect.png);
}

.portfolio-items .col.Juno .work-item a:before {
    background: url(/wp-content/uploads/juno-hover.png);
}

.portfolio-items .col.Sojo .work-item a:before {
    background: url(/wp-content/uploads/sojo_hover.png);
}

.portfolio-items .col.Mindstone .work-item a:before {
    background: url(/wp-content/uploads/mindstone-msm-logo.png);
}

.portfolio-items .col.loc\.tax .work-item a:before {
    background: url(/wp-content/uploads/loc.tax_HOVER@2x-1024x634-1.jpg);
}

.portfolio-items .col.tl\;dv .work-item a:before {
    background: url(/wp-content/uploads/tl_dv_HOVER@2x-1-1024x634-1.jpg);
}

.portfolio-items .col.FINDS .work-item a:before {
    background: url(/wp-content/uploads/finds-hover.png);
}


/* IMPACT */

#impact .r1 .col {
    display: flex ;
    justify-content: space-between;
}


/* POST */
.single-post #page-header-wrap {
    max-width: 1000px;
    margin: 0 auto ;
    overflow: unset;
    height: auto !important;
}

#page-header-bg .row,
#page-header-bg[data-alignment-v=middle] .row {
    position: static;
    height: auto ;
}

.single-post #page-header-bg {
    overflow: visible 
}

.single-post #page-header-wrap .page-header-bg-image-wrap {
    display: none 
}

.single-post #page-header-wrap .hidden-social-img {
    display: block !important;
    opacity: 1;
    visibility: visible;
    position: unset 
}

.single-post #page-header-bg a {
    display: none !important
}

#page-header-bg .span_6 {
    position: static ;
    transform: none;
}

.single-post #page-header-bg[data-post-hs="default_minimal"] {
    background: none 
}

.single-post #ajax-content-wrap {
    padding-top: 6em
}

.single-post #page-header-bg h1 {
    color: var(--black ) !important;
    padding: .5em 0 !important;
    font-size: 58px;
    line-height: 100%;
    text-align: left;
}

.single-post .single-below-header {
    display: none !important
}

body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 0 !important
}

#author-bio {
    display: none 
}

.post .content-inner {
    padding: 0
}

.single-post #page-header-wrap,
body[data-ext-responsive=true].single-post .container-wrap.no-sidebar .post-area {
    max-width: 780px;
}

#return:hover a {
    opacity: .5
}

#return a {
    width: 85px;
    height: 85px;
    background: url(/wp-content/uploads/icon-arrow-right.svg);
    position: absolute;
    top: -57em;
    left: -7em
}

/* BLOG CATEGORIES */
#blog-categories .wpb_wrapper {
    display: flex;
    gap: 1em
}

#blog-categories p {
    padding: 0;
}

#blog-categories a {
    padding: .2em 2em;
    border: 1px solid var(--orange);
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
}

#blog-categories a:hover {
    background: var(--light-gray);
    border-color: var(--light-gray) 
}

#blog-categories.all p:first-child a {
    background: var(--orange);
    color: #fff
}

.posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em;
}

.posts-container .regular {
    position: static !important;
    width: 100%;
    padding-top: 3em;
}

.posts-container .regular .article-content-wrap {
    padding: 0
}

.posts-container .regular .meta-category {
    position: absolute;
    padding: 0 1em;
    border: 1px solid var(--orange);
    border-radius: 40px;
    top: -3em;
    color: var(--black);
    font-size: 14px;
    text-transform: uppercase ;
}

.masonry .post-content.classic .post-header>span:after {
    display: none !important
}

.posts-container .regular .excerpt {
    display: none;
}

.posts-container .regular h3.title {
    font-size: 22px !important;
    max-width: 90%;
}

.posts-container .post-meta {
    display: none !important
}

.posts-container a:hover {
    opacity: .7
}

.blog_next_prev_buttons {
    display: none 
}

/* table content */

.nectar-hor-list-item[data-hover-effect=default]:hover:before {
    display: none 
}

.nectar-hor-list-item[data-hover-effect=default]:hover .nectar-list-item {
    color: inherit 
}

.nectar-hor-list-item[data-hover-effect=default]:hover:before {
    opacity: 0;
}

.nectar-hor-list-item,
.nectar-hor-list-item:hover,
.nectar-hor-list-item[data-hover-effect=default]:hover {
    border-bottom: 1px solid var(--black)  !important;
    padding: 1.5em 0
}

.nectar-hor-list-item:first-child,
.nectar-hor-list-item[data-hover-effect=default]:hover:first-child {
    border-color: transparent !important
}

.nectar-hor-list-item h4 {
    font-size: 15px;
    font-weight: 600 
}

.nectar-hor-list-item .nectar-list-item:last-child {
    font-size: 18px
}

#journey {
    padding: 70px 0 83px 0;
    margin-top: 50px;
    width: 100%;
    float: left;
}

#journey .flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 53px;
    width: 100%;
    float: left;
}

#journey .flexCenter .coluna1 {
    display: flex;
    justify-content: flex-end;
}

#journey .flexCenter .coluna2 {
    display: flex;
    justify-content: flex-start;
}

#journey .flexCenter p {
    margin: 0 5px 0 0;
}

#journey .flexCenter .botao {
    margin-left: 5px;
}

#journey .flexCenter .botao span {
    background: #F1F1F1;
}

#journey h2 {
    font-weight: bold;
    margin-top: 0;
}

#journey .circulosWrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 279px;
    height: 279px;
    margin: 5em auto;
    transition: all .7s ease;
}

#journey .circulosWrapper .circulo {
    width: 279px;
    height: 279px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .7s ease;
    display: flex;
    align-items: center;
}

#journey .circulosWrapper .circulo.first {
    justify-content: center;
    z-index: 9;
}

#journey .circulosWrapper .circulo.first .conteudoCircle {
    padding-left: 0 !important;
}

#journey .circulosWrapper .circulo.first .conteudoCircle p:nth-of-type(1) {
    display: block;
    font-size: 22px;
    line-height: 100% !important;
    position: relative ;
    top: .5em
}

#journey .circulosWrapper .circulo.first .conteudoCircle p:nth-of-type(2) {
    display: none;
}

#journey .circulosWrapper .circulo:nth-of-type(2) {
    transform: translateX(11px);
    z-index: 8;
}

#journey .circulosWrapper .circulo:nth-of-type(3) {
    transform: translateX(22px);
    z-index: 7;
}

#journey .circulosWrapper .circulo:nth-of-type(4) {
    transform: translateX(33px);
    z-index: 6;
}

#journey .circulosWrapper .circulo:nth-of-type(5) {
    transform: translateX(44px);
    z-index: 5;
}

#journey .circulosWrapper .circulo:nth-of-type(6) {
    transform: translateX(55px);
    z-index: 4;
}

#journey .circulosWrapper .circulo .conteudoCircle {
    position: absolute;
    padding-left: 175px;
    padding-right: 15px;
}

#journey .circulosWrapper .circulo .conteudoCircle p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #2C3131;
}

#journey .circulosWrapper:hover {
    transform: translateX(-290px);
}

#journey .circulosWrapper:hover .circulo:nth-of-type(2) {
    transform: translateX(117px);
    z-index: 8;
}

#journey .circulosWrapper:hover .circulo:nth-of-type(3) {
    transform: translateX(234px);
    z-index: 7;
}

#journey .circulosWrapper:hover .circulo:nth-of-type(4) {
    transform: translateX(351px);
    z-index: 6;
}

#journey .circulosWrapper:hover .circulo:nth-of-type(5) {
    transform: translateX(468px);
    z-index: 5;
}

#journey .circulosWrapper:hover .circulo:nth-of-type(6) {
    transform: translateX(585px);
    z-index: 4;
}

#journey .circulosWrapper:hover .circulo.first .conteudoCircle p:nth-of-type(1) {
    display: none;
}

#journey .circulosWrapper:hover .circulo.first .conteudoCircle p:nth-of-type(2) {
    display: block;
}
/* PROJECT MENU */

#project-menu {
    position: absolute;
    height: 43px;
    right: 0;
    top: -0.58em;
    margin: 0;
    border: 1px solid #dadada;

}

#project-menu .page-submenu:before {
    content: 'Stage:';
    display: block;
    height: 3em;
    font-size: 18px;
    text-align: left;
    display: flex;
    padding: 0 .5em
}

#project-menu .page-submenu {
    width: 200px;
    background: url(/wp-content/uploads/arrow-down.svg) no-repeat right .4em;
    padding: .5em 0;
}

#project-menu .page-submenu:hover {
    background: url(/wp-content/uploads/arrow-up.svg) no-repeat right .4em;
}

#project-menu .page-submenu ul {
    flex-wrap: wrap;
    background-color: transparent !important;
    box-shadow: 0px 4px 25px 0px rgba(128, 123, 123, 0.25);
    opacity: 0;
    position: relative;
    top: -1.5em
}

#project-menu .page-submenu:hover ul {
    opacity: 1;
}

#project-menu .page-submenu li {
    margin: 0;
    width: 100%;
}

#project-menu .page-submenu li a {
    padding: .5em 1em;
    border-bottom: 1px solid rgb(236, 236, 236)
}

#project-menu .page-submenu li a:hover {
    background: #F1F1F1
}

#project-menu .full-width-content {
    width: 100%;
    margin: 0;
    position: unset;
    background-color: transparent !important
}

#project-menu .full-width-content ul {
    text-align: left ;
    background: #fff !important
}

/* TABS */
#tabs .wpb_wrapper.tabbed {
    padding: 6em 0
}

#tabs .tabbed[data-style*=vertical] .wpb_tabs_nav {
    width: 50%;
}

#tabs .tabbed[data-style*=vertical]>div {
    width: 50%;
}

#tabs .tabbed > ul li {
    font-size: 24px;
}

#tabs .tabbed>ul li a {
    background: none;
    color: var(--medium-gray);
    font-weight: normal 
}

#tabs .tabbed > ul li .active-tab {
    background: none;
    color: var(--black);
    font-weight: 600 
}

#tabs .tabbed > ul li .active-tab:before {
    width: 6px;
    height: 6px;
    background: #F08A4D;
    border-radius: 50%;
    content: '';
    margin-right: 13px;
    display: inline-block;
    position: relative;
    top: -.2em
}

#tabs p {
    padding-left: 5em
}

#blog-posts img {
    height: 280px;
    object-fit: cover;
    margin-bottom: 0 !important
}

#blog-posts .article-content-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: .5em
}

#blog-posts .article-content-wrap .post-header {
    order: 2;
    margin-bottom: 0 !important
}

#blog-posts .article-content-wrap a:first-child {
    order: 1
}

#blog-posts .article-content-wrap .excerpt {
    order: 3
}

#blog-posts .article-content-wrap .more-link {
    order: 4;
    margin-top: 0;
    display: none 
}

#blog-posts .post-area {
    width: 100%;
    position: static ;
    margin: 0 auto 
}

#blog-posts .post-area article {
    padding-top: 0;
    padding-bottom: 3em
}

#blog-posts .post-area article .inner-wrap {
    padding: 0;
}

#blog-posts .content-inner {
    margin-bottom: 0
}

/* MOBILE */
@media only screen and (max-width: 668px) {
    body #header-outer {
        padding: 0
    }
    
    body h1 {
        font-size: 38px;
        line-height: 100%
    }
    
    body h2 {
        font-size: 28px;
        line-height: 100%
    }
    
    body h3 {
        font-size: 22px;
        line-height: 110%
    }
    
    .nectar-list-item h2 {
        font-size: 22px
    }
    
    .tab-item span {
        font-size: 20px
    }
    
    #top .span_9>.slide-out-widget-area-toggle {
        display: flex 
    }
    
    #hero h1 {
        max-width: 100%;
    }
    
    #hero h1,
    #hero.bottom h1 {
        padding: 1.5em 2em 1em 0;
    }
    
    #whoweare h3 {
        max-width: unset 
    }
    
    #whoweare .iwithtext {
        display: flex;
        flex-wrap: wrap 
    }
    
    #whoweare img {
        width: 100%;
        margin-top: 2em
    }
    
    #our-vision,
    #our-history {
        padding: 3em 0 0 !important;
        margin: 0
    }
    
    #our-vision .col,
    #our-history .col {
        padding: 0
    }
    
    #our-vision h3 {
        margin-bottom: 1em
    }
    
    #our-history h3,
    #our-history p {
        padding: 0
    }
    
    #our-history ul {
        padding-left: 0;
        background-position: 2.5em 0
    }
    
    #our-history ul li {
        font-size: 23px;
    }
    
    #our-history ul li ul li {
        font-size: 18px;
        background-position: .5em .5em;
        padding-left: 4em
    }
    
    #footer-outer ul.menu {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    
    #footer-outer ul.menu li {
        text-align: left !important;
        line-height: 190%;
        border-bottom: 1px solid var(--light-gray) !important
    }
    
    #footer-outer .row {
        padding-bottom: 0 
    }
    
    #footer-outer #copyright .container {
        flex-wrap: wrap ;
        display: flex;
    }
    
    #footer-outer #copyright .container .col {
        width: 100%;
        display: block;
        order: 2
    }
    
    #footer-outer .widget {
        margin-bottom: 0
    }
    
    #footer-outer .widget.widget_nav_menu {
        margin-bottom: 5em
    }

    #footer-outer #copyright .container .col:last-child {
        width: 100%;
        order: 1;
        padding-bottom: 2em;
    }
    
    body #footer-outer #copyright .col ul.social {
        width: 100%;
    }
    
    body #footer-outer #copyright .col ul.social li {
        width: 100%;
        float: none;
        margin: 0;
        line-height: 150px;
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom: 1px solid var(--light-gray) !important;
    }
    
    body #footer-outer #copyright .col ul.social li a {
        text-decoration: none;
    }
    
    #team {
        width: 100%;
    }
    
    #team img {
        width: 100% !important;
        height: auto !important
    }
    
    #team .hover-text p {
        font-size: 15px
    }
    
    body .portfolio-filters {
        position: static ;
        width: 100%;
        margin: 0;
        margin-bottom: 3em;
    }
    
    .portfolio-filters a {
        padding:  1em 0;
    }
    
    .portfolio-filters li a {
        padding: 1em 2em
    }
    
    #impact .r1 .wpb_column {
        width: 100%;
        max-width: 100%;
    }
    
    #journey {
        display: none 
    }
    
    #tabs .wpb_wrapper.tabbed {
        padding: 3em 0
    }
    
    #tabs .tabbed[data-style*=vertical] .wpb_tabs_nav {
        width: 100%;
        justify-content: space-between ;
        flex-wrap: wrap;
    }
    
    #tabs .tabbed > ul li {
        font-size: 20px;
        margin: 0;
        width: 100%;
        display: flex;
        margin-bottom: 1em
    }
    
    #tabs .tabbed > ul li a:before {
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        content: '';
        margin-right: 13px;
        display: inline-block;
        position: relative;
        top: -.2em
    }
    
    .tabbed>ul li a {
        padding: 0;
        text-align: left;
        font-size: 17px;
        line-height: 100%
    }
    
    #tabs .tabbed[data-style*=vertical]>div,
    #tabs p {
        width: 100%;
        padding: 0;
    }
    
    #header-outer #mobile-menu:before {
        padding-bottom: 1em;
        border-bottom: 1px solid rgb(228, 228, 228) 
    }
    
    #mobile-menu .menu-items-wrap>ul:last-child>li:last-child:after {
        background: transparent;
        display: none !important;
    
    }
    
    .posts-container {
        grid-template-columns: repeat(1, 1fr);
    }
    
    #blog-categories .wpb_wrapper {
        flex-wrap: wrap ;
        gap: .5em
    }
    
    .single-post #ajax-content-wrap {
        padding: 0
    }
    
    .single-post #page-header-bg h1 {
        font-size: 31px
    }
    
    #page-header-bg[data-post-hs="default_minimal"] #single-below-header {
        display: none 
    }
    
    html.js #page-header-bg[data-parallax="0"].not-loaded {
        padding-bottom: 1em
    }
    
    body.single-post .main-content {
        padding-top: 3em;
        padding-bottom: 3em
    }
    
    #impact .r1 .wpb_column:before {
        position: static;
    }
    
    .nectar-hor-list-item>div[data-text-align=left]:last-child {
        padding: 0;
    }
    
    #project-menu {
        position: absolute;
        width: 100%;
        top: 5em
    }
    
    #project-menu .page-submenu {
        width: 100%;
    }
    
    #project-menu .mobile-menu-link {
        position: absolute;
        top: 0;
        width: 100%;
        height: 60%;
        padding: 0;
        left: 0;
        right: 0;
        color: transparent 
    }
    
    .portfolio-wrap  {
        margin-top: 5em
    }
    
    body .portfolio-filters {
        margin-top: 2em
    }
    
    #project-menu .page-submenu:before {
        padding: 0 1em
    }
    
    #sort-portfolio span:before {
        padding: 1em
    }
    
    body.post-template-default .container {
        max-width: 90%; 
    }
} 