@media (min-width: 1400px) and (max-width: 50000px) {

    .archive .container, .single .container  { width: 1390px !important; max-width: 1390px !important;}
}


.category-ebooks .BlogListing4Outer .tableofContentInner, .category-uffitalks .BlogListing4Outer .tableofContentInner{display: none;}
.category-ebooks .BlogListing4Outer, .category-leaflet .BlogListing4Outer, .category-ebooks .BlogListing4Outer {
    display: grid;
    grid-template-columns: 0px 1fr 350px;
    
    gap: 60px;
}
.category-uffitalks .BlogListing4Outer,.category-leaflet .BlogListing4Outer , .category-ebooks .BlogListing4Outer {
    display: grid;
    grid-template-columns: 0px 1fr 350px;
    gap: 60px;
}

.category-ebooks .BlogListing4Outer .postcontentV4, .category-uffitalks .BlogListing4Outer .postcontentV4,.category-leaflet .BlogListing4Outer .postcontentV4{
     grid-column: 1 / 3;
}


.category-ebooks .BlogListing4Outer .postSeearchV4, .category-uffitalks .BlogListing4Outer .postSeearchV4 {
  grid-column: 3;
}
.category-ebooks .resource-content-type{width: 100% !important;}
.category-ebooks .tableofContentInner{display: none;}
.entry-content-single ul ul li:first-child,
.entry-content-single ol ol li:first-child {
  margin-top: 10px; 
}
.category-uffitalks .post_thumbnail{display: none;}
 .toc-list {
        list-style-type: none;
        padding-left: 0;
    }
    
    .toc-h2 > button.accordion-toggle {
        background: none;
        border-width: 0 0 0 0.5px;
/*        font-weight: bold;*/
        cursor: pointer;
        padding: 8px;
        width: 100%;
        text-align: left;
    }
    
    .toc-sublist {
        list-style-type: none;
/*        padding-left: 15px;*/
        padding-left:0px;
    }
    
   
    .toc-list li button.accordion-toggle{
        background: none !important;
    color: #484848 !important;
    font-family: "Inter", serif !important;
    font-weight: 600;
    font-size: 12px;
}
/*.postContent h2.active-heading,
.postContent h3.active-heading {
    background: #f0f0f0;
    border-left: 3px solid #0073aa;
    padding-left: 10px;
}
*/
/*.accordion-toggle.open::after {
    content: " ▲";
}
.accordion-toggle::after {
    content: " ▼";
    font-size: 0.8em;
}*/
i.toggle-icon2 {
    font-size: 8px !important;
}
.toc-list .accordion-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: none;
    border-width: 0px 0 0 1px;
    font-size: 1rem;
/*    font-weight: bold;*/
    cursor: pointer;
    padding: 0.5em 0;
}

.toc-list .accordion-toggle .toggle-icon {
    margin-left: 8px;
    font-size: 0.9em;
}
.postContent hr {
    margin-top: 30px;
    margin-bottom: 0;
}

.innerpageHeader-defult {
    background: url(../images/blogbg.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    /* min-height: 534px; */
    display: flex;
    align-items: center;
    padding: 182px 0 100px 0;
    margin: 0 0 0px 0 !important;
}
.wpb_video_widget .wpb_wrapper iframe{
    border-radius: 10px;
}
.entry-content-single a.glightbox img {
    cursor: zoom-in;
}

.category-uffitalks  .entry-content-single p:first-child {
    margin-top: 0px !important;
}
.blogpage h1 {
    text-transform: uppercase;
    font-family: "Antonio", serif !important;
}
.category-whats-new .postContent img.max-height-100, .category-blog .postContent img.max-height-100{
    max-height: 100% !important;
}

.entry-content-single h3{
    font-family:  "Inter", serif !important; 
    font-size: 28px !important;
    font-weight: 600 !important;
}
.entry-content-single h4{
     font-family:  "Inter", serif !important; 
    font-size:24px !important;
      font-weight: 400 !important;
}
.entry-content-single h6{
      font-family:  "Inter", serif !important; 
    font-size:18px !important;

}
.page-heading {
    font-size: 60px;
    line-height: 95%;
    margin: 0px;
    font-weight: 900;
    color: #fff;
}



.blogSearch {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px 0 #0057FF25;
    box-shadow: 0 5px 15px 0 #0057FF25;
    padding: 10px 10px;
    margin-top: 30px;
    position: relative;
}


.blogSearch form {
    display: grid
;
    grid-template-columns: 1fr 42px;
    width: 100%;
}




.blogSearch form input {
    border: none !important;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #484848;
    padding: 0 0 0 9px;
    margin: 0;
    width: 100%;
}




.blogSearch form button, .blogSearch form button:hover {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
    background: none !important;
}

ul.tag-list {
    padding: 30px 0 0 0;
    margin: 0;
    display: flex
;
    gap: 15px;
    flex-wrap: wrap;
}


ul.tag-list li {
    list-style: none;
}
ul.tag-list li a.active {
    background: #0057FF !important;
    border: solid 1px #0057FF !important;
}


ul.tag-list li a, ul.tag-list li a:hover {
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    padding: 4.5px 10px;
    border: solid 1px #ffffff80 !important;
    display: block;
    text-transform: capitalize;
}
#live-search-results, .post-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px 0 #0057FF25;
    box-shadow: 0 5px 15px 0 #0057FF25;
}

ul.live-search-list, ul.post-search-list { height: 180px; overflow-y: scroll; overflow-x: hidden; list-style: none; padding: 0 0 0 20px !important; margin: 0px !important;}
.live-search-list li, .post-search-list li { padding: 10px 0px; border-bottom: 1px solid #DDE2E9;}
.live-search-list li a, .post-search-list li a { color: #484848; font-size: 16px; font-family: "Inter", sans-serif;}
#live-search-loader, .post-search-loader {
    position: absolute;
    top: 100%;
}

.BLogListingOuter {
    padding: 100px 20px 100px 20px !important;
}

h2.more-title, h2.latest-title {
    font-family: "Antonio", serif !important;
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: 50px !important;
    font-weight: bold;
}


.blogBox_v4 {
    margin-bottom: 60px;
}

.blogBox_v4 {
    border: solid 1px #e5e5e5;
    border-radius: 10px;

}

.b-item-list-v4 {
    display: grid;
    grid-template-columns: 660px 1fr;
    gap: 40px;
}
.b-item-list-v4_list{
    overflow: hidden;
    border-radius: 10px !important;
}

.Imgthumb {
    width: 660px;
    height: 460px;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}
.Imgthumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}
.archive.tax-feature-category .more-blog-listing-latest .Imgthumb img{
max-width:100% !important;
}


.blog-content_v4 {
    position: relative;
    padding-top: 40px;
    padding-right: 40px;
}

.date-outer {
    display: flex
;
    justify-content: space-between;
    font-size: 14px;
    color: #8B8B8B;
    padding-bottom: 20px;
}
.category-whats-new .Imgthumb img{
max-width:660px !important;
object-fit:fill;
}

.blog-content_v4 h4 {
/*    color: #484848;*/
    color: #0e0e0e;
    font-size:24px;
    line-height: 135%;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px !important;
}
.blog-content_v4 p {
    font-size: 16px;
    line-height: 140%;
    color: #484848;
}
a.boxLink1 {
    position: absolute;
    bottom: 40px;
    margin: 0px;
    padding-bottom: 0px !important;
}

.uffizio_box_outer a.vc_general, a.nwBtnTheme, a.boxLink1, a.boxLink2 {
    background: url(../images/arrow.svg) no-repeat right center !important;
    color: #085CFF !important;
    padding-left: 23px !important;
    font-size: 16px !important;
}

a.boxLink1, a.boxLink2 {
    padding: 1px 33px 1px 0px !important;
    font-weight: 500;
}

a.boxLink1:hover, a.boxLink2:hover, .exhibition-item:hover a.boxLink2 {
    background: url(../images/arrow_up.svg) no-repeat right center !important;
}

.archive .blog-date {
    display: block !important;
    font-weight: normal ;
}
.date-outer {
    font-size: 14px;
    color: #8B8B8B;
    padding-bottom: 20px;
   
}



.more-blog-listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 41px;
}


.Imgthumb-v4 { 
    /*width: 432px; */
    width: 424px;
    /*height: 271px;*/
    height:235px;
     border-radius: 10px 10px 0 0px;

 overflow: hidden;}
.Imgthumb-v4 img {
    border-radius: 10px 10px 0 0px;
    display: inline-block !important;
    
    width: 100% !important;
    height: 100% !important;
        
    /* object-fit: cover;

    object-position: center; */
    /* display: block; */

}
.category-leaflet .Imgthumb-v4 img{
    width:500px;
}
.blog-content-v4-list {
    padding: 24px 20px 30px 20px;
}

.date-outer {
    display: flex
;
    justify-content: space-between;
    font-size: 14px;
    color: #8B8B8B;
    padding-bottom: 20px;
}
.blog-content-v4-list h4 {
    font-size: 18px;
    line-height: 132%;
    font-weight: 600;
    color: #484848;
    font-family: "Inter", sans-serif;
    margin-bottom: 20px !important;
}
.blog-content-v4-list p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 140%;
}

.blogBox-v4-list {
    border: solid 1px #DDDDDD;
    border-radius: 10px;
    margin: 0 0px;
}


.page-numbers.current, .wp-pagenavi span.current {
    background: #0057FF !important;
    color: #fff;
    border-radius: 50%;
    font-weight: 600 !important;
}
.wp-pagenavi { padding: 50px 0 0 0 !important;}


.wp-pagenavi a, .wp-pagenavi span, .page-numbers.current, .pagination a {
    font-size: 18px !important;
    color: #484848;
    padding: 0px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    background-color: none !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    text-decoration: none !important;
}


a.nextpostslink, .next.page-numbers {
    background: url(../images/paginationNext.png) no-repeat right center !important;
    text-indent: -99999999px;
}
.wp-pagenavi span.current {
    background: #0057FF !important;
    color: #fff;
    border-radius: 50% !important;
    font-weight: 600 !important;
}


a.previouspostslink, .prev.page-numbers {
    background: url(../images/paginationPrev.png) no-repeat left center !important;
    text-indent: -99999999px;
}
a.first { width: 80px !important;}


/* Single page css  */

.single .breadcrumbsOuter {
    padding: 30px 0 0;
}
.single .recetPost .owl-item{
   /* margin-right: 20px;
    margin-left: 24px;*/
}
.BlogListing4Outer {
    display: grid;
    grid-template-columns: 220px 1fr 250px;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 100px;
}

.category-ebooks .BlogListing4Outer{
padding-top: 0px;
}

.tableofContentInner {
    position: sticky;
    top: 100px;
}
.tableTitle {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.toc-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.toc-list li {
    list-style: none;
    padding: 0;
    margin: 0;
}


.toc-list li a {
    font-size: 12px;
    color: #8e8e8e;
    border-left: 0.5px solid #ddd;
    padding: 8px 0 8px 15px;
    display: block;
}

.accordion-toggle:hover {
    border-left: 0.5px solid #0057ff; 
}

/*.accordion-toggle.open {
    border-left: 0.5px solid #0057ff; 
}
.accordion-toggle {
    border-left: 0.5px solid #ddd; 
}
*/

.toc-list > li.toc-h2 button,.toc-h2 > .accordion-toggle {
/*    color: #ddd;*/
    border-left: 0.5px solid #ddd;
}
.toc-list > li.toc-h2:hover button,.toc-h2 > .accordion-toggle.open {
/*    color: #ddd;*/
    border-left: 0.5px solid #0057ff !important;
}
.toc-list .toc-h2 button{
border-left: 0.5px solid #ddd !important;
}
.toc-list li.toc-h3 {
/*    border-left: 0px;*/
}
.toc-sublist{
    max-height: 650px;
    overflow: auto;
    padding-bottom: 10px;
}
.toc-sublist::-webkit-scrollbar {
  display: none;
}


.toc-sublist {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}
h1.single_post_title, h2 {
  
    font-weight: 700;
    font-family: Antonio, serif !important;
    text-transform: uppercase;
    line-height: 135%;
    margin-bottom: 0 !important;
}
h1.single_post_title{
  font-size: 42px;
}

.single_author_meta2 {
    padding: 30px 0;
    display: flex    ;
    gap: 17px;
    align-items: center;
}


.post-date {
    color: #7d8daf !important;
}

.entry-content-single p:first-child {
    margin-top: 30px !important;
}

.entry-content-single ol li, .entry-content-single p {
    line-height: 150% !important;
}



.entry-content-single ol li, .entry-content-single p, .entry-content-single ul li {
    color: #484848 !important;
    letter-spacing: normal !important;
}



.entry-content-single p {
    margin: 20px 0;
}

.postSeearchV4Inner {
    position: sticky;
    top: 100px;
}



.postSeearchV4Inner1 {
    background: url(https://uffizio.com/wp-content/themes/uffizio/assets/images/single_page_search_bg.png) center center no-repeat;
    padding: 16px 20px 20px;
    background-size: cover;
    border-radius: 10px;
}

.postSeearchV4Inner h2 { font-size: 20px; margin-bottom: 20px !important;}
.postSeearchV4Inner .resources-form-container { padding: 20px;}


.postSeearchV4Inner1Title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}


.postSeearchV4 .blogSearch {
    margin-top: 15px;
    padding: 5px 5px 5px 10px;
}

.postSeearchV4 .blogSearch form {
    grid-template-columns: 1fr 30px;
}
.postSeearchV4 .blogSearch form input {
    padding-left: 0;
}

.postSeearchV4 .blogSearch form button img {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    border-radius: 6px;
}



.entry-content-single h2 {
    font-size: 36px;
    line-height: 135%;
    font-family: Antonio, serif !important;
    text-transform: none;
}



.postContent h1, .postContent h2, .postContent h3, .postContent h4, .postContent h5, .postContent h6 {
    margin-bottom: 20px !important;
    margin-top: 30px;
}
.postContent h1{
    font-weight: 700 !important;
}
.postContent h5{
    font-size: 20px !important;
}


.entry-content-single h3, .entry-content-single h3 b, .entry-content-single h3 strong {
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
}



 .entry-content-single > ul >li {
    list-style: none;
    background: url(https://uffizio.com/wp-content/themes/uffizio/assets/images/contentArrow.png) left 4px no-repeat;
    padding: 0 0 0 30px;
    margin: 10px 0;
}



.post_thumbnail img {
    border-radius: 16px;
    max-width: 100%;
    height: auto;
    width: 810px;
}
.post_thumbnail{
    width: 100%;
}
.author-nickname::before { display: none !important;}
.author-nickname {
    
    padding-left:0px; 


}
.single_author_meta2{ margin: 0;}

.author-nickname, .author-nickname a, .meta_mid_col, .visitor-count {
    color: #484848;
    line-height: 24px;
}


.author-nickname span, .meta_mid_col, .visitor-counter .visitor-count {
    font-size: 14px !important;
    line-height: 1;
}

.singlePageOuter {
    padding-top: 64px;
}
.breadcrumbsOuter {
    border: none !important;
    font-weight: 600;
    font-size: 15px;
}

.entry-content-single ol li, .entry-content-single p, .entry-content-single ul li {
    font-size: 16px !important;
    line-height: 150%;
    color: #484848 !important;
}



.recetPost {
    padding: 0 0 80px;
    display: block;
}

.recentpostTitleOuter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}


.recentpostTitle {
    font-size: 26px;
    font-family: Inter, sans-serif;
    line-height: 100%;
    font-weight: 600;
    padding: 0px;
    margin: 0;
    color: #0e0e0e;
}


.custom-nav button {
    background: 0 0 !important;
    padding: 0;
    border: 1px solid #484848;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 45px;
}


.custom-next svg {
    transform: rotate(180deg);
    margin-left: 2px;
}

.custom-nav button:focus, .custom-nav button:hover {
    background: #0057ff !important;
    border: 1px solid #0057ff !important;
}
.bloglistingv4  .owl-item { margin: 0 ;}

.custom-nav button:hover svg path,  .custom-nav button:focus svg path {
    fill: #fff;
    stroke: #fff;
  }


  .newsletterOuterSingle {
    background: url(../images/newsletterbg.png) no-repeat left top;
    border-radius: 16px;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 100px 50px;
    margin-bottom: 100px;
}


.newsletterOuterSingle_inner {
    width: 60%;
    margin: auto;
}
.newsletterOuterSingle_inner p, .newsletterOuterSingle h2 {
    color: white !important;
}
.newsletterOuterSingle_inner h2 {
    letter-spacing: 1.3px;
}


div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    display: block;
    margin: 1em auto;
    max-width: 500px;
    width: 100%;
}


.tnp-subscription {
    border: solid 1px #0057FF;
    border-radius: 10px;
    padding: 7px 7px;
    -webkit-box-shadow: 0 6px 15px 0 #0057FF25;
    box-shadow: 0 6px 15px 0 #0057FF25;
    background: #0e2e6470;
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}

.tnp-subscription form {
    display: grid
;
    grid-template-columns: 1fr 180px;
    justify-content: center;
    align-items: center;
    align-items: center;
}

.tnp-subscription input.tnp-submit {
    width: 100%;
    background: #fff !important;
    color: #0057FF !important;
    text-transform: uppercase;
    font-family: "Antonio", serif !important;
    font-size: 18px;
    margin: 0 !important;
    border-radius: 4px;
}


.tnp-privacy-field {
    display: none !important;
}

.tnp-subscription input.tnp-email {
    background: none !important;
    border: none !important;
    color: #fff !important;
    padding: 12px 20px !important;
}


.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
    margin: 0px;
}

div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    max-width: 620px;
}


.tnp-subscription input::placeholder {
    color: #fff; /* Change to your desired color */
    
    
    opacity: 1; /* For better cross-browser consistency */
  }




/*.toc-list , .entry-content-single {
  counter-reset: section; 
  list-style: none;
  padding-left: 0;
}

.toc-list li a,  .entry-content-single h2{
  counter-increment: section; 
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 25px;
}
.toc-list li a{
    margin-bottom: 0;
}*/

/*.toc-list li a::before ,  .entry-content-single h2:before{
  content: counter(section) ".  "; 
  position: absolute;

  left: -5px;
    margin-left: 10px;
}
.entry-content-single h2:before{
    left: 0px;
    margin-left: 0px;
}
.entry-content-single h2{

    padding-left: 35px;
    display: inline;
}*/

.postContent img { 
/*    max-height: inherit !important;*/
/* max-height: 420px !important;*/
max-height: 100%;
width: auto;
max-width: 810px;
max-height: 500px;
object-fit: contain;
}
.postContent img.full_height{
    max-height:100% !important;
}


.toc-list li a.active, .toc-list li a:hover {
    color: #0057FF;
    border-left: solid 0.5px #0057FF !important;
}

@media screen and (max-width:430px){
    .category-ebooks .BlogListing4Outer {
    display: grid;
    grid-template-columns: auto !important;
    gap: 60px;
}
.postContent img{
    text-align:left;
/*    max-height: 340px;*/
}
.entry-content-single h4{
       font-size: 20px !important;
  
}
.blog-content-v4-list p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 140%;
}
.postContent img { 
max-height: 370px ;

}
.visitor-counter{
    padding-top: 0px !important;

}
.category-uffitalks .meta_mid_col, .category-ebooks .meta_mid_col, .category-whats-new .meta_mid_col{
    border-left: 0px !important;
}

}

/*.toc-h2 > button.accordion-toggle {
    background: none;
/*    border: none;*/ 
/*    font-weight: bold;* /
    cursor: pointer;
    padding: 5px;
    width: 100%;
    text-align: left;
}*/

@media (min-width: 200px) and (max-width: 767px) {
        .wp-pagenavi {
        padding: 30px 0 0px 0 !important;
    }
    .archive .container, .single .container  { width: 100% !important; max-width: 100% !important;}
    .Imgthumb-v4 { width: 100% !important; height: 193px;}
}

/* career page */
.hiro-job-filters{

position:fixed;
z-index:999999;
background: #eee;
}
#job-widget{
padding-top:60px;
}
.keka-carriers .wpb_wrapper{

margin-bottom:100px;
/*border:1px solid #0057ff7d;*/

}

#embed-jobs-filters, #job-widget{
background-color: #F0F3FB !important;
}
.keka-frame iframe html body #embed-jobs-filters{
    background-color: #F0F3FB !important;
}
/*  */