.u-text--rose-gold-dark {
	color: #A15A3A;
}

.u-text--rose-gold-light {
	color: #E6CAA7;
}

.c-btn--rose-gold {
	background-image: linear-gradient(to right, #E6CAA7 0%, #A15A3A  100%);
	color: #131313 !important;
	transition: all .5s ease-in-out;
}

.c-btn--rose-gold:hover {
	background-image: linear-gradient(to left, #E6CAA7 0%, #A15A3A  100%); /* change the direction of the change here */
}

.c-logo--kronoglow {
    display: block;
    width: 230px;
    height: 80px;
    background-image: url('https://www.kronowitzplasticsurgery.com/wp-content/themes/pss-theme/_dist/img/img-kronoglow-logo.png');
}

.page-template-template-kronoglow {
	text-transform: none;
}

.page-template-template-kronoglow .c-hero {
	@media(max-width: 767px) {
		height: auto !important;
    	min-height: auto !important;
    	padding: 80px 0;
    }
}


.page-template-template-kronoglow .c-btn {
	background-image: linear-gradient(to right, #E6CAA7 0%, #A15A3A  100%);
	color: #131313 !important;
	transition: all .5s ease-in-out;
	border: 0 !important;
}

.page-template-template-kronoglow :is(h1, h2, h3, h4, h5, h6) {
	border-color: #E6CAA7;
	text-transform: uppercase;
	color: #A15A3A;
}

.page-template-template-kronoglow a {
	color: #A15A3A;
}

.page-template-template-kronoglow h1 {
	background-image: linear-gradient(to right, #E6CAA7 0%, #A15A3A  100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.page-template-template-kronoglow .c-contact__address-name {
	color: #fff !important;
}

.page-template-template-kronoglow .c-btn:hover {
	background-image: linear-gradient(to left, #E6CAA7 0%, #A15A3A  100%); /* change the direction of the change here */
}

.page-template-template-kronoglow .c-btn::before,
.page-template-template-kronoglow .c-btn::after {
	background-color: #A15A3A !important;
}

.page-template-template-kronoglow .is-dot-active,
.page-template-template-kronoglow .c-contact__location:is(:hover, :active, :focus) {
	background-color: transparent !important;
	background-image: linear-gradient(to left, #E6CAA7 0%, #A15A3A  100%);
}

.page-template-template-kronoglow .c-contact__dot-location:is(:hover, :active, :focus) {
	background-color: #E6CAA7 !important;
}

.page-template-template-kronoglow .c-title::before,
.page-template-template-kronoglow .c-contact__title::after {
	/*border-color: #E6CAA7;*/
	border:0;
}

.c-contact__title::before {
	border-color: #E6CAA7;
}

.u-reset--link {
	text-decoration: none;
}