/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
div#gallery-1 {display: flex;}
div#gallery-1 img {width: 100%;}

body{
	overflow-x: hidden !important;
}

body {
  --sb-track-color: #3e362e;
  --sb-thumb-color: #a18560;
  --sb-size: 14px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

::selection {
    background-color: #A18560;
    color: white;
}


.e-con-inner {
    padding-left: 1rem;
    padding-right: 1rem;
}
.Button svg {width: 7px;position: absolute; margin-left: 7px;}

/* HT Slider Css */
.htslider-slider .slick-dots{position: absolute;left: 90%;bottom: 10%;}
.Slider::after { content: "";position: absolute;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.1); /* black with 40% opacity */}
.Slider *{z-index: 9; overflow-x: hidden !importrant;}
/* HT Slider Css */

.Header {
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
}

.Read_More svg{width: 9px;}

.Photos_Section div#gallery-1 { display: flex; gap: 20px; justify-content: start; align-items: start;}
.professional_text { display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}

.Certificate_btn svg{width: 45px;}

.Photos_Contain {display: flex;flex-wrap: wrap;gap: 10px !important;  }
.Photos_Contain img {width: 30%;height: 400px;object-fit: cover;object-position: center;}

.menu-item-679 {display: none !important;}

.elementor-element.elementor-element-1d3a956.elementor-widget-text-editor {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.photos_contain div#gallery-1 {display: block;}



/* NEW CSS ADDED BY DEV */
/* DOG INDIVIDUAL PAGE CERTIFICATE AND LINKS */
h3.certificates-and-links-title,
h3.dog-titles-and-achievements-title{
    font-family: "New Amsterdam", Sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.3em;
    color: #3E362E;
	margin: 0;
    margin-bottom: 20px;
}
.certificates-and-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
	border-bottom: 1px solid #3E362E;
    padding-bottom: 50px;
	margin-bottom: 50px;
}
.certificates-and-links__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration: none;
  background-color: #F6F4F0;
  border: 2px solid #A1856033;
}
.certificates-and-links__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 96px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 10px;
  background: #A18560;
}
.certificates-and-links__icon {
  width: 32px;
  height: 32px;
}
.certificates-and-links__label {
  font-size: 16px;
  font-family: "New Amsterdam", Sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
  color: #3E362E;
}

/* DOG INDIVIDUAL PAGE TTILES AND ACHIEVEMENTS */
.dog-titles-and-achievements {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
	border-bottom: 1px solid #3E362E;
    padding-bottom: 50px;
	margin-bottom: 50px;
}
.dog-titles-and-achievements__item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 20px;
  background-color: #F6F4F0;
  border: 2px solid #A1856033;
}
.dog-titles-and-achievements__image-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.dog-titles-and-achievements__image {
  width: 100%;
  height: 200px !important;
  object-fit: cover;
  border-radius: 20px !important;
	object-position: top center;
}
.dog-titles-and-achievements__title {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-family: "New Amsterdam", Sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1em;
  color: #3E362E;
}
.dog-post-content a{
    color:#A18560;
    text-decoration: underline;
}
/* Litter Parents */
.litter-parents-wrap {
    display: flex;
    gap: 20px;
}

.litter-parent {
    flex: 1;
}

.litter-parent a {
    display: block;
    text-decoration: none;
}

.litter-parent__image {
    position: relative;
    overflow: hidden;
}

.litter-parent__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	height: 250px;
    object-fit: cover;
}

.litter-parent__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #A18560BD;
    padding: 15px;
    box-sizing: border-box;
}

.litter-parent__overlay span {
    color: #ffffff;
    text-transform: uppercase;
	text-align: center;
    display: block;
	font-family: "New Amsterdam", Sans-serif;
    font-size: 22px;
    font-weight: 400;
	line-height: 1.3em;
}

.Photos_Section div#gallery-1 img {width: 100% !important;height: 300px !important;object-fit: cover !important;image-rendering: auto !important;}
.Ul_Li_Contain ul {padding-left: 17px;padding-top: 15px;padding-bottom: 15px;}
.Testimonial_Text .elementor-widget-text-editor,
.elementor-element.elementor-element-1d3a956.elementor-widget.elementor-widget-text-editor {display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;overflow: hidden;}
.photos_contain div#gallery-1 img{width: 100%;height: 450px;object-fit: cover}


@media(max-width: 1024px){.menu-item-679 {display: block !important;} }
@media(max-width: 420px){.Our_Dogs div#gallery-1 {display: block !important}
}

.photos-page-gallery figure.gallery-item {
    max-width: 100% !important;
}
.photos-page-gallery div.gallery {
    display: grid !important;
    grid-template-columns: repeat(4,1fr);
}

.training-post-content-widget .gallery{
    display: grid !important;
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
}
.training-post-content-widget .gallery-item{
    margin: 0;
}

@media(max-width: 1366px){
	.photos-page-gallery div.gallery {
		grid-template-columns: repeat(3,1fr);
	}
	h3.certificates-and-links-title, h3.dog-titles-and-achievements-title {
		font-size: 45px;
	}
	.certificates-and-links__label {
		font-size: 28px;
	}
	.dog-titles-and-achievements__title {
		font-size: 28px;
	}
	.certificates-and-links {
		grid-template-columns: repeat(3, 1fr);
	}
	.certificates-and-links__icon-wrap {
		width: 70px;
	}
	
	.dog-titles-and-achievements {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 1200px){
	h3.certificates-and-links-title, h3.dog-titles-and-achievements-title {
		font-size: 45px;
	}    
	.certificates-and-links {
		grid-template-columns: repeat(2, 1fr);
	}
	.certificates-and-links__icon-wrap {
		width: 60px;
	}
	.dog-titles-and-achievements__item{
		padding: 15px;
	}
	
	.dog-titles-and-achievements {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 1024px){
	.photos-page-gallery div.gallery {
		grid-template-columns: repeat(2,1fr);
	}
	h3.certificates-and-links-title, h3.dog-titles-and-achievements-title {
		font-size: 40px;
	} 
	.certificates-and-links__icon-wrap {
		width: 50px;
	}
}

@media(max-width: 767px){
	.photos-page-gallery div.gallery {
		grid-template-columns: repeat(1,1fr);
	}
	.training-post-content-widget .gallery{
		grid-template-columns: repeat(1,1fr);
	}
		h3.certificates-and-links-title, h3.dog-titles-and-achievements-title {
		font-size: 35px;
	} 
	.certificates-and-links {
		grid-template-columns: repeat(1, 1fr);
	}
	.dog-titles-and-achievements {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media(max-width: 575px){
	.litter-parents-wrap {
		flex-direction: column;
	}
}