:root {
  --font-h1: 3rem;
  --font-sm: 14px;  
  --p2: 30px;
  --col1: 25%;  
}


.interface-complementary-area {
    width: 500px;
    
}


span.posted-on {
  display: none;
}

body.category .entry-header {
  margin-bottom: 0px;
}

.category .entry-header h2.entry-title {
  position: relative;
  top: 15px;
}

body.category h1.page-title {
  font-size: 22px;
}
body.category .page-header.alignwide {
  max-width: 100%;
  padding-bottom: 15px;
}

.pwall .entry-content {color:white;}

.singular .entry-content .leaky_paywall_message_wrap {
      margin-bottom: -2em;
    margin-left: var(--p2) !important;
    padding-top: 0;
    margin-top: 0;
    width: auto;
    margin-right: var(--p2) !important;
    
}

.entry-date.published.updated {
    padding-right: 10px;
}

.subscription-options-title {
    display: none;
}

#masthead #site-navigation {
  display: none;
}


body.page-id-124 h1 {display:none;}

.singular h1.entry-title {
  font-size: var(--font-h1);
}


.singular .entry-content > * {
    margin-left: 0 !important;
}

.nvid + .wp-block-image {
    margin-top: 0;
}

figure.wp-block-image {
    position: relative;
}

.singular .has-post-thumbnail .entry-header {
max-width: 100%;
padding-left: var(--p2);
 
padding-bottom: 15px;
padding-top: 10px;
}
.singular .has-post-thumbnail .entry-header h1 {  font-size:20px;}

.site-header > .site-logo {text-align:left; border:0}
.site-branding {
    display:none;
}

.site-footer > .site-info .site-name {

margin: 0;

padding-left: calc(25% + var(--p2) + var(--p2) - 5px)
}

.site-footer > .site-info .site-name .site-logo {
    filter: invert(1);
    mix-blend-mode: screen;
transition: 1s ease all;
}
.site-footer > .site-info .site-name:hover .site-logo {
    filter: invert(.2);
}

.home .site-main > article > .entry-footer, .category .site-main > article > .entry-footer  {
    margin-top:0;     
    border-bottom: 0; 
    padding-bottom: var(--p2);
font-size: 11px;
}

.home figure.post-thumbnail,
.category figure.post-thumbnail{
  position: relative;
    
}
.home figure.post-thumbnail figcaption,
.category figure.post-thumbnail figcaption{
  position: absolute;
  bottom: 0;
  background: rgba(1,1,1,.6);
  color: white;
  text-align: left;
  padding: 5px 10px 8px;
  line-height: 1.2;
    transition:.3s ease-out all;
    opacity:0;
    font-size: var(--font-sm);
}
.home figure.post-thumbnail:hover figcaption,
.category figure.post-thumbnail:hover figcaption{

    opacity:1
}


.singular .entry-content figcaption {
 
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  
}


.home div.entry-content,
.category div.entry-content{
  display:none;

}

.site-header > .site-logo, #masthead {
    padding-bottom: 0;
    margin-bottom: 0;
}

#masthead {
    max-width: 100%;
    padding-left: 25px;
}

.site-logo .custom-logo {
    max-width: 200px;
}

header#masthead {
  padding-top: 15px;
  background: black;
}

#masthead img.custom-logo {
  max-width: 100px;
  position: relative;
  bottom: 8px;
    filter:invert(1);
}
#masthead .site-logo {
  margin-top: 0;
}

.home #main, .category #main {
 display: grid;
grid-template-columns: repeat(auto-fill, 300px);
grid-gap: var(--p2);
    padding-left:var(--p2);
}
.home #main article,
.category #main article{

    margin-bottom: 0;
  
}

.post-thumbnail .wp-post-image {margin-top:10px}

.home #main.site-main > *, .category #main.site-main > * {margin-top:0}


div.dllinks {
    padding-bottom: 20px;
    font-size: var(--font-sm);
    margin-top: 15px;
}

.dllinks a {
    padding: 0px 5px;
}

.home h2 a, .category h2 a {
    display: block;
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.entry-cols .post-taxonomies > span {
    display: block;}




.entry-cols > .entry-content img, .nvid.forpost {
    pointer-events: none;
}

.entry-cols > .entry-footer {
    width: 100%;
    margin: 0;
    padding-left: var(--p2);
}

.singular .wp-block-image {
    margin-bottom: 1em;
}


.nvid.forpost {
    line-height:.8;
    position: absolute;
    right: 10px;
    color: #fcba3d;
    font-size: 17px;
    mix-blend-mode: screen;
    bottom: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    opacity: .8;
    text-shadow: 1px 2px 2px #ff30007d;
}



.usage {
    font-size: var(--global--font-size-xs);
}
 

.entry-cols > .entry-content {
    margin: 0;
    position:relative;
}

footer .nvid {
    letter-spacing: 1px;
 
}

p.small {
    font-size: 90%;
    opacity: .5;
}

.usage p {line-height:1.5}

.entry-cols h5 {margin-bottom:1em}

.usage p.small {
    margin-bottom: 1em;
}


.entry-cols > .usage {padding-left: var(--p2);}

a.invert {
    background: black;
    color: white;
}


.wp-block-image figcaption {
    text-align: left; font-size:13px;
}



.entry-cols > .usage {
     padding-bottom: var(--p2);
    padding-top: var(--p2);
    border-top: 1px solid #ccc;
}

.entry-cols > .entry-footer {padding-top: var(--p2); padding-bottom: var(--p2);}

.navigation.post-navigation {
    display: none;
}

aside.widget-area {
    margin-top: 0;
    margin-left: 0;
 
    
}


.widget-area, .site-footer {
    margin-left: var(--p2);
  
    max-width: 100%;
}


.cat-item.cat-item-1 {
    display: none;
}
.cat-links a[href*="uncategorized"] {
    display: none;
}



footer#colophon {
   
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    min-height: 80vh;
    filter: grayscale(1);
    position:relative;
    background-attachment:fixed;
}

footer#colophon::before {
    content: "";
    background: black;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity:.59;
}


.widget-area .widget .wp-block-group__inner-container > * {
    margin-left: 0 !important;
}

.site-info {
    border: 0 !important;
}
nav.footer-navigation {
    visibility: hidden;
}

.site-cred {
    color: white;
    position: relative;
    text-transform: none;
    font-size: var(--font-sm);
}


.singular .entry-content > .leaky_paywall_subscription_options {
    display: block;
    margin: 1em auto !important;
}

div#option-0 {
    width: 100%;
}

#post-124 .entry-header {
    display: none;
}

nav.navigation.pagination, .category header.page-header {
    grid-column: 1 / -1;
    width: 100%;
}


 @media only screen and (min-width : 1200px) {
     
     
     .singular .entry-content {
    padding-left: var(--p2);
}
     
     
     .wp-block-search .wp-block-search__inside-wrapper {
    max-width: 90%;
}
     
.entry-cols {
    display: flex;
}
     
aside.widget-area {
display: flex;
column-gap: 0;
width: 100%;
max-width: 100%;
     
     }
      
     
     
    aside.widget-area > .widget:first-child + .widget {
       
     width: 30%;
min-width: 30%;
max-width: 30%;
padding-left: var(--p2);
padding-right: var(--p2);
margin-left: var(--p2);  
     
     }
     
     
     
     aside.widget-area > .widget:first-child {
     width: var(--col1);
padding-right: var(--p2);
      padding-left: var(--p2);
 
     
     }  
     
     
     .entry-cols > .entry-footer {
     
    width: var(--col1);
     

    margin: 0;
    padding-left: 0;

    padding-right: var(--p2);
 
    margin-left: 2em;
     
  
}
     
     .entry-cols > .usage {width:100%;     padding-left: var(--p2); margin-left:var(--p2); margin-top:0}
     
     .widget-area > section.widget:last-child {
    width: 30%;
    margin-left: var(--p2);
    padding-left: var(--p2);
}
     
     
     
     

     
     
     
     .entry-cols {
    border-bottom: 1px solid #ccc;
}
     
     .entry-cols > .entry-footer {order:-1}
     
     
.entry-cols .usage{  border-left: 1px solid #ccc;
   order:3;
padding-left: var(--p2);
width: 30%;
     }  
     


    }



 @media only screen and (max-width : 1200px) {
     
     
     .dllinks, body.singular .entry-content figcaption {
    padding-left: var(--p2);
    margin-left: 0;
}
     
.singular .wp-block-image {
   
    margin-right: 0 !important;
    width: 100%;
    max-width: 100% !important;
}
     
aside.widget-area {
   padding-left: var(--p2);
  padding-right: var(--p2);
    
}
     
     
     
}



 @media only screen and (max-width : 768px) {
     
footer#colophon {background-attachment:scroll;}
     
.wp-block-search__button {
  display: none;
}
}








/* pf edits */



.entry-footer a.wp-block-latest-posts__post-title {
  font-size: 14px;
}

.entry-footer .wp-block-latest-posts:not(.is-grid) > li {
  margin: 0;
}

.entry-footer .posted-by {
  display: none;
}

.post-taxonomies {
  margin-top: 2em;
  border-top: 1px solid #eee;
  padding-top: 2em;
}


.single video {max-width:100%; border:3px solid black}

footer#colophon {background-image:none; background:black; display:none}


#homevid {position:relative}
#homevid::before {
  content: "We Are Infina";
  text-transform: uppercase;
  font-weight: bold;
  color: rgb(247, 176, 26);
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  align-items: center;
    line-height:1.2;
    background-color: rgba(1,1,1,.2);
    animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}


#background-video {
  display: flex;
}

.home #main, .category #main, .tag #main {
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  grid-gap: var(--p2);
  padding-left: var(--p2);
}



#main.site-main > *, #main.site-main > * {
  margin-top: 0;
}
.page-header.alignwide {
  max-width: 100%;
  padding-bottom: 15px;
}
header.page-header {
  grid-column: 1 / -1;
  width: 100%;
}


h1.page-title {
  font-size: 22px;
}


.wp-block-search__button {
  display: none;
}


.page-header.alignwide {
  margin-bottom: 30px;
}


header#masthead {
  padding-top: 15px;
background: white;
display: flex;
flex-wrap: nowrap;
padding-right: 2em;
}


#masthead img.custom-logo {
 max-width: 130px;
  filter: hue-rotate(0deg) invert(0) ;
}


#masthead {
  box-shadow: 0px 5px 9px rgba(1,1,1,.1);
}

#content {
  min-height: 70vh;
}



.page-header.alignwide {
  
   
  padding-left: 30px;
  color: white;
  padding-top: 15px;
 
  border-bottom: 0;
  background: #56809b;
}

.page-header.alignwide {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
}


.category #main {
  padding-top: 85px;
}

body.category h1.page-title {
  font-size: 18px;
  line-height: 1;
}



 body.tag #main {
  padding-top: 90px;
}

.entry-title.default-max-width {
  font-size: 18px;
}

body.home #main {
  
 
}

#homevid {
  grid-column-start: 1;
  grid-column-end: end;
}


#masthead #site-navigation {
  display: block;
}

.home #main article {
  
}



@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

 
@media (min-width: 992px) { 

    #homevid::before {font-size:90px;}
    
}

















/* pf edits oct14 */


body {
    
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(228,236,244,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,236,244,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(228,236,244,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4ecf4',GradientType=0 );

}

#homevid::before {font-family:Montserrat}

.ablock {display:block;}

aside.widget-area section#block-5 {
  visibility: hidden; height:300px; overflow:hidden;
}



body.category-video .wp-block-latest-posts li a[href*="/projects"] {
 display:none;
}
body.category-projects .wp-block-latest-posts li a[href*="/video"] {
 display:none;
}


.postid-272 figure.wp-block-image.size-large {
  width: 40% !important;
}
.postid-250 figure > figure:first-child {
  width: 1000% !important;
}




.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
  width: 100%;
}




body.single #main article {
  max-width: 1400px;
  margin: 0 auto;
}

aside.widget-area {
  max-width: 1400px;
  margin: 0px auto;
}

.single iframe {
  width: 800px;
}

.entry-content .label + iframe {
  margin-top: 0px !important;
}

.site-main > article > .entry-footer {border-bottom:0px white;}

body.tag .entry-title.default-max-width {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.home .entry-footer br, .home .entry-footer .edit-link {
  display: none;
}

.home .post-taxonomies {
  margin-top: 0;
  padding-top: 0;
}



.single .entry-footer.default-max-width {
  padding-top: 0;
}

.single .wp-block-latest-posts__list.wp-block-latest-posts {
  height: 60vh;
  overflow-y: auto;
}


iframe {width:100%; min-width:500px; min-height:350px}

.category .site-main > article > .entry-footer {
  display: none;
}

.category h2.entry-title a {
   font-size: 14px;
}







div .page-header.alignwide {
 
  top: 61px;
 
}

body.tag .entry-content {
  display: none;
}

.primary-navigation li a {
  font-weight: 300;
  text-decoration: none !important;
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  padding-top: 0;
  margin-right: 5px;
    font-size:16px;
}


.MuiSvgIcon-root.MuiSvgIcon-fontSizeSmall.css-5w0nrk {
  fill: #f9b018;
  width: 40px;
  transform: rotate(90deg);
  display: block;
  margin: 5px auto;
}


.single video {

  object-fit: cover;
}

.primary-navigation li.current-menu-item a,
body.category-video .primary-navigation li a[href*="/video"],
body.category-projects .primary-navigation li a[href*="/projects"]
{
    
    border-bottom: 2px solid #f8af17;
}


.primary-navigation * {
  background: transparent !important;
}

.entry-footer a.wp-block-latest-posts__post-title {
  text-transform: uppercase;
  font-weight: 300;
    text-decoration:none;
    display:block; border-bottom:1px solid #cdd2dd;
    padding: 4px;
    transition:.4s ease-out all;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {background-color:#ccc; color:#000}

.entry-footer a.wp-block-latest-posts__post-title:hover, .entry-footer a.wp-block-latest-posts__post-title.active {
    
    border-bottom-color: #ff8813;
    
}


.primary-navigation .current-menu-item > a:first-child, .primary-navigation .current_page_item > a:first-child {
 
  background: transparent !important;
}
.primary-navigation .primary-menu-container > ul > .menu-item {

  background: transparent !important;
}



.post-taxonomies {
  font-weight: 200;
  opacity: .6;
}

@media (max-width: 768px) { 
div.primary-menu-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 55px !important;
}
}

div .primary-navigation > div > .menu-wrapper {background-color:White !important}


@media (min-width: 768px) { 
div .primary-navigation > div > .menu-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
}












.menu-wrapper li a[href*="centro"]{
  font-size: 16px;
  padding-top: 5px;
  margin-left: 2em;
  font-weight: 400;
  color: transparent !important;
  margin-right: 1em;
  line-height: 1;
  padding-bottom: 7px;
  background-image: url(https://portfolio.infinaweb.com/wp-content/uploads/2022/11/centro-logo3.png) !important;
 background-size: 80px !important;
    background-repeat: no-repeat !important;
    background-position:center !important;
	margin-top:-8px;
}




.menu-wrapper li a[href*="invision"]{
  background-image: url(https://portfolio.infinaweb.com/wp-content/uploads/2022/11/invision-learning.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  color: transparent !important;
     background-position:center !important;
	margin-top:-8px;
}



@media (min-width: 481px) {  
 .primary-navigation > div > .menu-wrapper {flex-wrap:nowrap}
}

 