/* ----------------------------------------------------------------
	Canvas: Pet
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #f0a540;
	--cnvs-themecolor-rgb: 240, 165, 64;

	--cnvs-body-font: 'Quicksand', sans-serif;
	--cnvs-secondary-font: var(--cnvs-body-font);
}

.font-secondary { font-family: 'Chewy', cursive; }

#header {
	--cnvs-primary-menu-font-size: 16px;
	--cnvs-primary-menu-font-weight: 500;
}

@media (min-width: 992px) {

	.dark #header-wrap:not(.not-dark) .menu-container > .menu-item.bg-color {
		margin-left: 10px;
		border-bottom-left-radius: 2px;
		border-bottom-right-radius: 2px;
	}

}

@media (max-width: 991.98px) {

	.menu-item.bg-color {
		background-color: transparent !important;
	}

}

.contact-properties [class^=col-] > a,
.product .product-image,
.button,
.feature-box.media-box.fbox-bg {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 5px;
}

.contact-properties [class^=col-] > a:hover,
.product:hover .product-image,
.button:hover,
.feature-box.media-box.fbox-bg:hover {
	box-shadow: 0 10px 30px -5px rgba(10, 16, 34, .2);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.feature-box h3 { font-size: 17px; }

.feature-box h3 span.subtitle { font-size: 14px; }

/* Button-link
-----------------------------------------------------------------*/
.button-link {
	display: inline-block;
	position: relative;
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin-top: 10px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dark .button-link { color: #FFF; }
.dark .button-link:hover { color: #f0a540; }

.oc-item .testimonial {
	margin-left: 1px;
	margin-bottom: 2px;
	border: 0;
	border-top: 1px solid #EEE;
	box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
}

.testi-content p {
	font-style: normal;
	font-weight: 500;
	color: #666;
}

.testi-meta {
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
}


.testi-meta span {
	display: inline-block;
	letter-spacing: 0;
	font-weight: 500;
	padding-left: 0;
}

.contact-properties [class^=col-] {
	position: relative;
	margin-bottom: 30px;
}

.contact-properties [class^=col-] > a {
	display: block;
	position: relative;
	height: 300px;
	border-radius: 8px;
	background-color: #EEE;
}

.contact-properties [class^=col-] img { display: block; }

.contact-properties [class^=col-] > a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	border-radius: 8px;
	opacity: 0.4;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.contact-properties [class^=col-] > a:hover::before { opacity: 1; }

.contact-properties [class^=col-] > a .heading-block h3::after {
	content: "";
	border-style: solid;
	border-color: #FFF;
	display: inline-block;
	position: absolute;
	top: auto;
	bottom: 50%;
	width: 40px;
	height: 4px;
	border-radius: 10px;
	left: 50%;
	right: auto;
	margin-left: -20px;
	opacity: 1;
	-webkit-transition: opacity .35s,-webkit-transform .35s;
	-moz-transition: opacity .35s,-webkit-transform .35s;
	transition: opacity .35s,transform .35s;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	transform: scale(0,1);
}

.contact-properties [class^=col-] > a:hover .heading-block h3::after {
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
  margin-bottom: -100px !important;
}

.slider-element {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

#header {
  display: none;
}

#slidercenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  margin-top: 0px !important;
}

.section.m-0.bg-transparent {
  margin-bottom: 0px !important;
}

.text-transform-none {
  text-align: center;
  font-size: 36px !important;
}

/* This text is in Century Gothic */
.fontclass { 
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	margin-left: -18%;
	position: relative;
	top: -40px;
}

.contact-properties [class^="col-"] > a {
  height: 200px !important;
  width: auto !important;
}

h3, .h3, h6, .h6 {
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 600px) {
  h3, .h3, h6, .h6 {
  text-align: center;
  position: relative;
	top: 10px;
	}
}

.contact-properties [class^="col-"] > a .heading-block h3::after {
  display: none !important;
}

#quick-contact-form-name {
  background-color: white;
  color: #000;
}

#quick-contact-form-email {
  background-color: white;
  color: #000;
}

#quick-contact-form-message {
  background-color: white;
  color: #000;
}

.button.button-small {
  font-size: 15px !important;
}

.heading-block h3, .heading-block .h3 {
  font-size: 36px !important;
}

.form-control.border-form-control {
  background-color: #fff !important;
}

#footer {
  background-image: url(images/products/image-footer.jpg);
  --cnvs-footer-top-border: none !important;
  --cnvs-footer-bottom-border: none !important;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: center; ;
}

.row.col-mb-50 {
  margin-left: -50px !important;
}

.form-control.border-form-control {
  margin-top: -30px;
}

.contact-form textarea {
  height: 110px !important;
}

.button.button-small.button-black.text-transform-none.ls-0.mt-3.ms-0 {
  margin-top: -50px !important;
}

.contact-form {
  max-width: 80% !important;
}

.form-response {
  background-color: black;
  padding-left: 2%;
  padding-right: 2%;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea {
  margin-bottom: 2px !important;
}