@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
/************ PEDIGREE **************/
.tf-tree{font-size:16px;overflow:auto}.tf-tree *{box-sizing:border-box;margin:0;padding:0}.tf-tree ul{display:inline-flex}.tf-tree li{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;padding:0 1em;position:relative}.tf-tree li ul{margin:2em 0}.tf-tree li li:before{border-top:.0625em solid #000;content:"";display:block;height:.0625em;left:-.03125em;position:absolute;top:-1.03125em;width:100%}.tf-tree li li:first-child:before{left:calc(50% - .03125em);max-width:calc(50% + .0625em)}.tf-tree li li:last-child:before{left:auto;max-width:calc(50% + .0625em);right:calc(50% - .03125em)}.tf-tree li li:only-child:before{display:none}.tf-tree li li:only-child>.tf-nc:before,.tf-tree li li:only-child>.tf-node-content:before{height:1.0625em;top:-1.0625em}.tf-tree .tf-nc,.tf-tree .tf-node-content{border:.0625em solid #000;display:inline-block;padding:.5em 1em;position:relative}.tf-tree .tf-nc:before,.tf-tree .tf-node-content:before{top:-1.03125em}.tf-tree .tf-nc:after,.tf-tree .tf-nc:before,.tf-tree .tf-node-content:after,.tf-tree .tf-node-content:before{border-left:.0625em solid #000;content:"";display:block;height:1em;left:calc(50% - .03125em);position:absolute;width:.0625em}.tf-tree .tf-nc:after,.tf-tree .tf-node-content:after{top:calc(100% + .03125em)}.tf-tree .tf-nc:only-child:after,.tf-tree .tf-node-content:only-child:after,.tf-tree>ul>li>.tf-nc:before,.tf-tree>ul>li>.tf-node-content:before{display:none}.tf-tree.tf-gap-sm li{padding:0 .6em}.tf-tree.tf-gap-sm li>.tf-nc:before,.tf-tree.tf-gap-sm li>.tf-node-content:before{height:.6em;top:-.6em}.tf-tree.tf-gap-sm li>.tf-nc:after,.tf-tree.tf-gap-sm li>.tf-node-content:after{height:.6em}.tf-tree.tf-gap-sm li ul{margin:1.2em 0}.tf-tree.tf-gap-sm li li:before{top:-.63125em}.tf-tree.tf-gap-sm li li:only-child>.tf-nc:before,.tf-tree.tf-gap-sm li li:only-child>.tf-node-content:before{height:.6625em;top:-.6625em}.tf-tree.tf-gap-lg li{padding:0 1.5em}.tf-tree.tf-gap-lg li>.tf-nc:before,.tf-tree.tf-gap-lg li>.tf-node-content:before{height:1.5em;top:-1.5em}.tf-tree.tf-gap-lg li>.tf-nc:after,.tf-tree.tf-gap-lg li>.tf-node-content:after{height:1.5em}.tf-tree.tf-gap-lg li ul{margin:3em 0}.tf-tree.tf-gap-lg li li:before{top:-1.53125em}.tf-tree.tf-gap-lg li li:only-child>.tf-nc:before,.tf-tree.tf-gap-lg li li:only-child>.tf-node-content:before{height:1.5625em;top:-1.5625em}.tf-tree li.tf-dotted-children .tf-nc:after,.tf-tree li.tf-dotted-children .tf-nc:before,.tf-tree li.tf-dotted-children .tf-node-content:after,.tf-tree li.tf-dotted-children .tf-node-content:before{border-left-style:dotted}.tf-tree li.tf-dotted-children li:before{border-top-style:dotted}.tf-tree li.tf-dotted-children>.tf-nc:before,.tf-tree li.tf-dotted-children>.tf-node-content:before{border-left-style:solid}.tf-tree li.tf-dashed-children .tf-nc:after,.tf-tree li.tf-dashed-children .tf-nc:before,.tf-tree li.tf-dashed-children .tf-node-content:after,.tf-tree li.tf-dashed-children .tf-node-content:before{border-left-style:dashed}.tf-tree li.tf-dashed-children li:before{border-top-style:dashed}.tf-tree li.tf-dashed-children>.tf-nc:before,.tf-tree li.tf-dashed-children>.tf-node-content:before{border-left-style:solid}
/************ /PEDIGREE **************/

body{
    background-color: #fff;
    font-size: 14px;
    font-family: 'Comfortaa', cursive;
    color: #10223A;
}
a{
    color: #000000;
    text-decoration: none;
}
a:hover{
    color: #333333;
}

p{margin-bottom: 10px;line-height: 2.5;}

h1, h2, h3, h4, h5, h6{
    clear: none;
}
h1{
    font-size: 28px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 20px;
}
.clear{
    display: block;
    clear: both;
    float: none;
}
/****Menu mobile*****/
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler{
    position: relative;
    height: 35px;
    border: 0;
}
.navbar-toggler span {
   display: block;
   background-color: #000;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}




/* =Blog-Navigation - Pagination
----------------------------------------------- */

nav.pagination {
    position: relative;
    display: block;
}
    
nav.pagination .nav-links {
    position: relative;
}
    
nav.pagination .nav-links ul {
    margin: 0;
    padding: 0,
}
    
nav.pagination .nav-links ul li {
    list-style: none;
    margin:0 10px 0 0;
    padding:0;
    float: left;
}
    
nav.pagination .nav-links ul li span.current {
    padding: 10px 12px;
    background: #777;
    border: 1px solid #777;
    display: block;
    line-height: 1;
    border-radius: 4px;
    color: #fff;
}
    
nav.pagination .nav-links ul li a {
    padding: 10px 12px;
    background: #ddd;
    color: #666;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    line-height: 1;
}
    
nav.pagination .nav-links ul li a:hover {
    background: #999;
    border-color: #888;
    color: #fff;
}

/*******menu******/
.top1{
    background-color: #F6F6F6;
}

.top1 .nav-link{
    padding: 0.2rem 0.5rem;
    font-size: 12px;
    color: #000;
}
.top1 .nav-link svg{
    vertical-align: bottom;
    margin-left: 5px;
}

.top2{
    padding: 0.5rem 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.04);
}
.top2 .nav-link{
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link{
    color: #10223A;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #689402;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #689402;
}
.navbar-brand{
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    width: 80px;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
}

.bx-wrapper img{
    width: 100%;
}

/*********/
.entry-title,
.title{
    display: table;
    margin: 0 auto 30px;
}

.entry-title *,
.title *{
    vertical-align: sub;
}
.entry-title::before,
.title::before{
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNi4wMDEiIGhlaWdodD0iMzMuMjMxIiB2aWV3Qm94PSIwIDAgMzYuMDAxIDMzLjIzMSI+CiAgPHBhdGggaWQ9InBhdyIgZD0iTTE2Ljg3NSw3LjQ0MkE3LjI4OCw3LjI4OCwwLDAsMSwxNi40NjQsOS45YTQuNzcxLDQuNzcxLDAsMCwxLTEuMzYzLDIsMy4zMTYsMy4zMTYsMCwwLDEtMi4yNzIuODQ0QTQuMjkyLDQuMjkyLDAsMCwxLDkuODQzLDExLjVhNy43MjYsNy43MjYsMCwwLDEtMS45OS0yLjkzMkE5LjExLDkuMTEsMCwwLDEsNy4yLDUuM2E3LjI4OCw3LjI4OCwwLDAsMSwuNDExLTIuNDU2LDQuNzY0LDQuNzY0LDAsMCwxLDEuMzYzLTJBMy4zMjIsMy4zMjIsMCwwLDEsMTEuMjUsMGE0LjI3NSw0LjI3NSwwLDAsMSwzLDEuMjQ0LDcuODI3LDcuODI3LDAsMCwxLDEuOTgsMi45MjFBOS4wMTcsOS4wMTcsMCwwLDEsMTYuODc1LDcuNDQyWm0tNy40LDEwLjQ1QTUuMDQ3LDUuMDQ3LDAsMCwxLDguNTY3LDIwLjlhMi45NzUsMi45NzUsMCwwLDEtMi41NzUsMS4yNzYsNC42NDcsNC42NDcsMCwwLDEtMy4wNjEtMS4yQTguMDc2LDguMDc2LDAsMCwxLC43NTcsMTguMDg3LDgsOCwwLDAsMSwwLDE0LjgsNS4xLDUuMSwwLDAsMSwuOTA5LDExLjc4YTIuOTY2LDIuOTY2LDAsMCwxLDIuNTc0LTEuMjg3LDQuNjQ3LDQuNjQ3LDAsMCwxLDMuMDYxLDEuMiw4LjA1LDguMDUsMCwwLDEsMi4xNzQsMi45QTguMDg5LDguMDg5LDAsMCwxLDkuNDc2LDE3Ljg5MlpNMTgsMTcuMzA4YTkuNzEsOS43MSwwLDAsMSw1LjUxNywyLjEwOSwxOS4yNDUsMTkuMjQ1LDAsMCwxLDQuOTU0LDUuMTI3LDEwLjI0NiwxMC4yNDYsMCwwLDEsMS45OSw1LjUwNiwzLjM2NCwzLjM2NCwwLDAsMS0uMzY4LDEuNjU1LDIuMjU0LDIuMjU0LDAsMCwxLTEuMDQ5Ljk3NCw1LjQ2Niw1LjQ2NiwwLDAsMS0xLjQuNDMzLDEwLjA5NCwxMC4wOTQsMCwwLDEtMS42NDQuMTE5LDEyLjQ0MiwxMi40NDIsMCwwLDEtNC4wNTYtLjk3NEExMi4zMzgsMTIuMzM4LDAsMCwwLDE4LDMxLjI4NGExMy44NTUsMTMuODU1LDAsMCwwLTQuMTY1Ljk2MywxMy45NzgsMTMuOTc4LDAsMCwxLTQuMzM3Ljk2MnEtMy45NTksMC0zLjk1OS0zLjE1OWE4Ljk4MSw4Ljk4MSwwLDAsMSwxLjIxMi00LjE0MywxOC41ODIsMTguNTgyLDAsMCwxLDMuMDE3LTQuMTY0LDE3LjY3MywxNy42NzMsMCwwLDEsNC4wNTctMy4xNTlBOC41NTMsOC41NTMsMCwwLDEsMTgsMTcuMzA4Wm01LjE3MS00LjU2NUEzLjMxLDMuMzEsMCwwLDEsMjAuOSwxMS45YTQuNzc5LDQuNzc5LDAsMCwxLTEuMzYzLTIsNy4yODMsNy4yODMsMCwwLDEtLjQxMS0yLjQ1Niw5LjA0OCw5LjA0OCwwLDAsMSwuNjQ5LTMuMjc4LDcuODEyLDcuODEyLDAsMCwxLDEuOTgtMi45MjFBNC4yNzQsNC4yNzQsMCwwLDEsMjQuNzUsMGEzLjMxLDMuMzEsMCwwLDEsMi4yNzIuODQ0LDQuNzc5LDQuNzc5LDAsMCwxLDEuMzYzLDJBNy4yODMsNy4yODMsMCwwLDEsMjguOCw1LjNhOS4wODEsOS4wODEsMCwwLDEtLjY0OSwzLjI2Nyw3LjczMyw3LjczMywwLDAsMS0xLjk5LDIuOTMxQTQuMyw0LjMsMCwwLDEsMjMuMTcxLDEyLjc0M1ptOS4zNDYtMi4yNWEyLjk2NywyLjk2NywwLDAsMSwyLjU3NSwxLjI4N0E1LjEsNS4xLDAsMCwxLDM2LDE0LjhhOC40LDguNCwwLDAsMS0yLjkzMSw2LjE3Niw0LjY0OSw0LjY0OSwwLDAsMS0zLjA2MywxLjJBMi45NzUsMi45NzUsMCwwLDEsMjcuNDMyLDIwLjlhNS4wNDcsNS4wNDcsMCwwLDEtLjkwOS0zLjAwNyw4LjQ0Nyw4LjQ0NywwLDAsMSwyLjkzMS02LjJBNC42NDksNC42NDksMCwwLDEsMzIuNTE3LDEwLjQ5M1oiIGZpbGw9IiM2N2QzZWYiLz4KPC9zdmc+Cg==");
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}


.img_intro img{
    border: 6px solid #67D3EF;
    position: relative;
}
.wp-block-button.is-style-outline>.wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-outline{
    border: 1px solid #67D3EF;
    font-weight: 600;
}


/**************GRID **************/

body:not(.home) #primary {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    body:not(.home) #primary {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    body:not(.home) #primary {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    body:not(.home) #primary {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    body:not(.home) #primary {
      max-width: 1140px;
    }
  }
  
body:not(.post-type-archive) .post-thumbnail{
    float: left;
    margin: 5px 20px 5px 0;
    box-shadow: 0 0 6px rgb(0,0,0,0.5);
    border-radius: 15px;
    overflow: hidden;
    max-width: 40%;
}
body.single-cani .wp-block-cover{
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 50px;
    box-shadow: 0 0 6px rgb(0,0,0,0.5);
    border-radius: 15px;
}
.site-main .wp-block-image:not(.is-style-rounded) img{
    border-radius: 15px;
}
.site-main .wp-block-image img{
    box-shadow: 0 0 6px rgb(0,0,0,0.5);
}

body.archive article.type-cucciolate,
body.archive article.type-cani,
body.archive article.type-post{
    display: flex;
    align-items: center;
}
body.archive .post-thumbnail{
    float: none;
    border-radius: 0;
    box-shadow: none;
    display: block;
    margin: 0;
    margin: 5px 20px 5px 0;
    flex: 1 0 25%;
}

body.archive article.type-cucciolate .entry-content,
body.archive article.type-cani .entry-content,
body.archive article.type-post .entry-content{
    flex: 1 0 75%;
}
body.archive .post-thumbnail img{
    box-shadow: 0 0 6px rgb(0,0,0,0.5);
    border-radius: 5px;
    max-width: 100%;
    object-fit: contain;
    margin: 5px 20px 5px 0;
    border: 1px solid #67D3EF;
}
@media (max-width: 768px) {

    body.archive article.type-cucciolate,
    body.archive article.type-cani,
    body.archive article.type-post{
        flex-wrap: wrap;
    }
    body.archive .post-thumbnail{
        max-width: 100%;
        margin: 5px;
    }
    
}
body.archive article{
    box-shadow: 0 0 6px rgb(0,0,0,0.5);
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 50px;
}
body.archive article.type-cucciolate h2 a,
body.archive article.type-cani h2 a,
body.archive article.type-post h2 a{
    font-size: 18px;
    text-transform: uppercase;
}

.wp-block-gallery.has-nested-images figure.wp-block-image{
    flex-grow: 0;
}

.single-cucciolate figure.wp-block-gallery,
.single-cani figure.wp-block-gallery{
    justify-content: center;
}

.slidehome{
    height: 70vh;
    overflow: hidden;
    position: relative;
}

.slidehome::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;right: 0;bottom: 0;left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.slidehome .carousel-inner,
.slidehome .carousel-item {
    height: 100%;
}
.slidehome .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.slidehome .carousel-control-next, .slidehome .carousel-control-prev{
    width: 30px;
    height: 30px;
    bottom:30px;
    top: auto;
}
.slidehome .slidehome-caption{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 20px;
}

.slidehome .carousel-caption h1{
    color: #fff;
    font-size:32px;font-style:normal;font-weight:400;
}

.slidehome .button__link{
    border: 2px solid #67D3EF;
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    color: #10223A;
    font-weight: 600;
}

#slide_cani {
    margin-bottom: 50px;
    box-shadow: 0 0 6px rgb(0,0,0,0.5);
}
#slide_cani .carousel-inner{
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
#slide_cani .carousel-inner .carousel-item{
    width: 100%;
    height: 100%;
}
#slide_cani .carousel-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#slide_cani .carousel-caption{
    background: none;
    top: 50%;
    padding: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%,-50%);
}
#slide_cani .carousel-caption h2{
    font-size: 32px !important;
}

#slide_cani .carousel-inner::after{
    z-index: 9;
    position: absolute;
    left: 0;right: 0;bottom: 0;top: 0;
    background-color: rgba(0,0,0,0.5);
}
.carousel-control-next, .carousel-control-prev{
    z-index: 10;
}

.carousel-control-next:focus, .carousel-control-prev:focus{
    box-shadow:none;
}

.card-home .card-home-item{
    padding: 10px;
}
.card-home .card-home-item .card-home-item-cont{
    border-style: solid;
    border-color: #67D3EF;
    border-width: 2px;
    border-radius: 8px;
    padding: 20px 20px 40px;
}

.card-home .card-home-img{
    border-radius: 100%;
    margin: 0 auto;
    box-shadow: 0 0 6px rgb(0,0,0,0.5);
}
.card-home .title{
    font-size: 16px;
    margin-top: 10px;
    text-transform: lowercase;
    text-align: center;
}
.card-home .title:first-letter{
    text-transform: uppercase;
}
.card-home .title::before{
    content: none;
}


.card-home p{
    line-height: 1.5;
    font-size: 14px;
    text-transform: lowercase;
    text-align: center;
}
.card-home p:first-letter{
    text-transform: uppercase;
}

.date_card{
    font-size: 12px;
    color: #689402;
}

.card-home .btn_card{
    font-size: 12px;
    color: #689402;
    float: right;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.065' height='12.825' viewBox='0 0 16.065 12.825'%3E%3Cg id='arrow-small-right' transform='translate(-9 -11.25)'%3E%3Cpath id='Tracciato_3' data-name='Tracciato 3' d='M19.44,11.25l5.625,5.625V18.45L19.44,24.075l-1.6-1.575,3.69-3.712H9v-2.25H21.533L17.82,12.825Z' fill='%23689402'/%3E%3C/g%3E%3C/svg%3E%0A");
    padding-right: 20px;
    background-position: center right;
    background-repeat: no-repeat;
}
/************ PEDIGREE **************/

.tf-tree li{
    padding: 0 5px;
}
.tf-nc{
    text-align: center;
}

.tf-tree li li:before,
.tf-tree .tf-nc:after, .tf-tree .tf-nc:before, .tf-tree .tf-node-content:after, .tf-tree .tf-node-content:before{
    border-color: #689402;
    border-width: 2px;
}
.tf-tree .tf-nc, .tf-tree .tf-node-content{
    border-color: #67D3EF;
    border-width: 2px;
    border-radius: 8px;
    width: 200px;
}
.tf-tree{
    padding: 30px 0;
    text-align: center;
}

.tf-nc p{
    font-size: 13px;
    line-height: 18px;
}
.tf-nc strong{
    font-size: 16px;
}

/************ /PEDIGREE **************/

.link_post{
	float:right;
	margin:10px
}
.site-footer{
    border-top: 2px solid #689402;
    margin-top: 50px;
    padding: 50px 10px 20px;
}

.site-footer p{
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 12px;
}

    
.site-main{
    padding: 0 10px;
}

/*/ Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
}

/*/ Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    .slidehome .carousel-caption h1{
        color: #fff;
        font-size:52px !important;font-style:normal;font-weight:400;
    }
        
    .slidehome .carousel-control-next, .slidehome .carousel-control-prev{
        width: 30px;
        height: 30px;
        bottom: 50%;
        transform: translateY(50%);
    }
    
    .navbar-brand{
        width: 115px;
    }
}

/*/ Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/*/ Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }


