.elementor-13522 .elementor-element.elementor-element-6ce69754{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--padding-top:80px;--padding-bottom:80px;--padding-left:40px;--padding-right:40px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-13522 .elementor-element.elementor-element-3c8ee1a1 > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-13522 .elementor-element.elementor-element-3c8ee1a1 .elementor-heading-title{font-family:"Avenir", Sans-serif;font-size:18px;font-weight:400;line-height:1em;letter-spacing:0.9px;color:#262626;}.elementor-13522 .elementor-element.elementor-element-461ccd56 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-13522 .elementor-element.elementor-element-461ccd56 .elementor-heading-title{font-family:"ITC Caslon", Sans-serif;font-size:96px;font-weight:400;font-style:italic;line-height:1em;letter-spacing:-1.92px;color:#52247F;}.elementor-13522 .elementor-element.elementor-element-699d97f9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:40px;--padding-right:40px;}.elementor-13522 .elementor-element.elementor-element-70182dca{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:120px;--padding-bottom:120px;--padding-left:40px;--padding-right:40px;}.elementor-13522 .elementor-element.elementor-element-70182dca:not(.elementor-motion-effects-element-type-background), .elementor-13522 .elementor-element.elementor-element-70182dca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FCFCFC;}.elementor-13522 .elementor-element.elementor-element-29d83ed{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:30px;}.elementor-13522 .elementor-element.elementor-element-29d83ed.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13522 .elementor-element.elementor-element-600f6cf0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:0px;}@media(min-width:768px){.elementor-13522 .elementor-element.elementor-element-6ce69754{--content-width:1320px;}.elementor-13522 .elementor-element.elementor-element-29d83ed{--width:25%;}.elementor-13522 .elementor-element.elementor-element-600f6cf0{--width:75%;}}@media(max-width:1024px){.elementor-13522 .elementor-element.elementor-element-6ce69754{--padding-top:40px;--padding-bottom:40px;--padding-left:64px;--padding-right:64px;}.elementor-13522 .elementor-element.elementor-element-461ccd56 .elementor-heading-title{font-size:80px;}.elementor-13522 .elementor-element.elementor-element-70182dca{--padding-top:70px;--padding-bottom:70px;--padding-left:40px;--padding-right:40px;}}@media(max-width:767px){.elementor-13522 .elementor-element.elementor-element-6ce69754{--padding-top:24px;--padding-bottom:24px;--padding-left:32px;--padding-right:32px;}.elementor-13522 .elementor-element.elementor-element-461ccd56 .elementor-heading-title{font-size:64px;}.elementor-13522 .elementor-element.elementor-element-70182dca{--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-13522 .elementor-element.elementor-element-29d83ed{--padding-top:0px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-13522 .elementor-element.elementor-element-600f6cf0{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-448e645b */.elementor-13522 .elementor-element.elementor-element-448e645b .elementor-shortcode{
    display: flex;
    flex-direction: column;
    gap: 20px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-70182dca */.elementor-13522 .elementor-element.elementor-element-70182dca {
    font-family: "Avenir", Sans-serif;
}
.breed-list,
  #filters,
  .characteristics-links, .group-links {
    display: flex;
    flex-wrap: wrap;
    /* Allow the items to wrap onto the next line */
    gap: 20px;
    /* Space between the items */
    padding: 0;
    list-style-type: none;
    margin: 0;
  }

.breed-item{
    opacity: 0;
    transition: all 0.7s ease-in-out; 
}
.breed-item.fast{
    opacity: 0;
    transition: all 0.0125s ease-in-out; 
}
.breed-item.visible{
    opacity: 1;
}
  .breed-item,
  .filter {
    width: calc(25% - 15px);
    /* Make each item take 1/3 of the container width, minus the gap */
    /* Space at the bottom of each item */
    display: block;
    box-sizing: border-box;
    /* Include padding and border in the item's total width/height */
  }

  .breed-item img {
    margin-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    object-position: top;
  }

  .breed-item h3 {
    font-size: 26px;
    margin-bottom: 12px;
    font-family: "ITC Caslon", Sans-serif;
    font-weight: 400;
  }
  
  .breed-item .new-entry{
      font-family: "Avenir", Sans-serif;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.1;
        background: #d5a10e;
        display: block;
        color: #fff;
        padding: 6px 10px;
        margin: -16px 0 10px;
  }

  #filters {
    flex-direction: row;
  }

  .short-description {
    font-size: 14px;
    line-height: 1.3;
  }

  .filter {
    width: calc(50% - 10px);
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.2;
  }
  
  .search-bar form input{
      font-size: 14px;
  }

  .breed-finder-button,
  input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 20px auto;
    padding: 10px;
    background-color: #52247f;
    color: #ffffff;
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 600 !important;
    border-radius: 32px;
    margin-bottom: 0 !important;
  }

  .breed-finder-button{
      margin-top: 35px;
  }
  .breed-finder-button a {
    color: #ffffff;
  }

  .breed-finder-button:hover,
  input[type="submit"]:hover {
    background-color: #52247f;
    color: #ffffff !important;
    opacity: 0.75;
  }

  input[type="submit"] {
    margin: 0;
    padding: 15px 10px !important;
  }

  .characteristics-links, .group-links {
    gap: 10px;
  }

  .characteristics-links a, .group-links a {
    background: #f0f0f0;
    padding: 0 12px;
    border-radius: 9px;
    color: #52247f;
  }
    .alphabet-links .letter {
    display: flex;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #52247f;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: #52247f !important;
    color: #52247f;
  }
  .alphabet-links .letter:hover{
      background-color: #52247f;
      color: #ffffff !important;
      opacity: 1;
  }
  
  .characteristics-links a.active, a.letter.active, .group-links a.active{
      background-color: #52247f !important;
      color: #ffffff !important;
  }
    .characteristics-links a:hover, .group-links a:hover{
    background: #52247f;
    color: #fff !important;
  }

  .characteristics-links .clear,.group-links .clear {
    display: none;
    position: absolute;
    right: -15px;
    top: -15px;
    color: #52247f;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    line-height: 1;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.175);
    justify-content: center;
    align-items: center;
    padding: 3px;
  }

  .characteristics-links .active, .group-links .active {
    position: relative;
  }

  .characteristics-links .active .clear {
    /*display: flex;*/
  }



  .filter-buttons {
    display: flex;
    gap: 15px;
  }
  
  .filter label{
      display: block;
      margin-bottom: 10px;
  }

  .letter-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  input,
  input[type="submit"] {
    width: 100%;
    margin-bottom: 15px;
  }
  
  input[type="text"]{
      
    background-color: #ffffff !important;
  }

  input[type=range]::-webkit-slider-thumb {
    background-color: #52247f;
    border: none;
    width: 15px;
    height: 15px;
    top: 2px;
    position: relative;
  }

  h4 {
    margin-bottom: 20px;
    margin-top: 25px;
    font-family: "ITC Caslon", Sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .breed-item .breed-card {
    position: relative;
    cursor: pointer;
    box-shadow: 0px 1px 2px 0px rgba(16, 24.000000000000014, 40, 0.05);
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    height: 100%;
  }

  .breed-item .breed-card:hover {
    opacity: 1 !important;
  }

  .breed-item .breed-card:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(82, 36, 127, 0.85);
    z-index: 5;
    top: 0;
    left: 0;
    transition: all 0.25s ease-in-out;
  }

  .breed-item .breed-card:hover:after {
    opacity: 1;
  }

  .breed-item .breed-card:hover:before {
    opacity: 1;
    width: 40px;
    height: 40px;
  }

  .breed-item h3,
  .breed-item p {
    padding: 0 16px;
  }
  
  input[type=range]::-webkit-slider-runnable-track{
      box-shadow: none;
      background: #d5a10e;
      height: 8px;
      border: 1px solid #f0f0f0;
  }

  .breed-item .breed-card:before {
    opacity: 0;
    content: url('data:image/svg+xml,<svg enable-background="new 0 0 32 32" id="Glyph" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="white" d="M27.414,24.586l-5.077-5.077C23.386,17.928,24,16.035,24,14c0-5.514-4.486-10-10-10S4,8.486,4,14 s4.486,10,10,10c2.035,0,3.928-0.614,5.509-1.663l5.077,5.077c0.78,0.781,2.048,0.781,2.828,0 C28.195,26.633,28.195,25.367,27.414,24.586z M7,14c0-3.86,3.14-7,7-7s7,3.14,7,7s-3.14,7-7,7S7,17.86,7,14z"/><path fill="white" d="M19,14c0,0.552-0.448,1-1,1h-3v3c0,0.552-0.448,1-1,1s-1-0.448-1-1v-3h-3c-0.552,0-1-0.448-1-1 s0.448-1,1-1h3v-3c0-0.552,0.448-1,1-1s1,0.448,1,1v3h3C18.552,13,19,13.448,19,14z"/></svg>');

        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 6;
        transition: all 0.25s ease-in-out;
    }
    
    .breed-item .breed-card .short-description{
        color: #1f2124;
    }
    
.breed-card img {

  background: #eee;
  overflow: hidden;

  /* Shimmer gradient background */
  background-image: linear-gradient(
    90deg,
    #eee 0%,
    #ddd 50%,
    #eee 100%
  );
  background-size: 200% 100%;
  animation: shimmer-bg 1.5s infinite linear;
}

.group-label{
    position: absolute; 
    top: 5px; 
    right: 5px; 
    font-size: 14px; 
    padding: 4px 7px; 
    display: block; 
    line-height: 1; 
    background: #52247f; 
    color: #ffffff; 
    border-radius: 3px;
}

.group-label.hidden-gem{
    background: #d5a10e;
    top: 30px;
}

@keyframes shimmer-bg {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@media(max-width:1240px){
    .breed-item{
        width: calc(33% - 15px);
    }
}
    
@media(max-width:1024px){
    .breed-item{
        width: calc(50% - 15px);
    }
    
    #filters {
        flex-direction: row;
    }
  
    .filter {
        width: 100%;
    }
}

@media(max-width:767px){
    .breed-item{
        width: 100%;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.westminsterkennelclub.org//wp-content/uploads/2024/01/Avenir-Book-01.ttf') format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://www.westminsterkennelclub.org//wp-content/uploads/2024/01/Avenir-Medium-09.ttf') format('truetype');
}
@font-face {
	font-family: 'Avenir';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://www.westminsterkennelclub.org//wp-content/uploads/2024/01/Avenir-Light-07.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ITC Caslon';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://www.westminsterkennelclub.org//wp-content/uploads/2024/01/Caslon224Std-Book.ttf') format('truetype');
}
@font-face {
	font-family: 'ITC Caslon';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.westminsterkennelclub.org//wp-content/uploads/2024/01/Caslon224Std-BookItalic.ttf') format('truetype');
}
/* End Custom Fonts CSS */