@charset "UTF-8";

@font-face {
	src: url(/wp-content/themes/brooke-burke/fonts/Saturday.ttf);
	font-family: "Better Saturday";
}

* {
	box-sizing: border-box;
	outline: none;
	hyphens: none;
	-ms-hyphens:none;
	  -moz-hyphens: none;
	  -webkit-hyphens: none;
}

a,
a:visited,
a:link {
    font-weight: 600;
    color: var(--pink);
    text-decoration: none;
}

footer a, 
footer a:visited,
footer a:link {
    color: var(--dark-gray);
    font-weight: 400;
}

footer .social-row a{
    color: var(--pink);
}

a:hover,
a:focus,
a:active {
    font-weight: 600;
    color: var(--hover);
    text-decoration: none;
}

.page-template-template-retreats2 p,
.page-template-template-retreats2 .video-col.vertical .video-col-right p {
    font-size: clamp(1rem, 1.125vw, 1.125rem) !important;
	margin-top: 0 !important;
	margin-bottom: 1.25em !important;
}

.page-template-template-retreats2 p + .page-template-template-retreats2 p {
	margin-top:1.25em !important;
}


.page-template-template-retreats2 h3, 
.page-template-template-retreats2 h4, 
.page-template-template-retreats2 h5, 
.page-template-template-retreats2 h6 {
    font-family: 'Raleway', sans-serif;
    line-height: 1.25em;
    margin: 0 0 0.125em;
}

.page-template-template-retreats2 h1 {
    font-family: "Better Saturday";
    font-weight:400;
    font-size: clamp(5rem, 7.5vw, 7.5rem) !important;
    color: var(--pink);
    line-height: 1em !important;
}

.page-template-template-retreats2 h2 {
    font-family: "Better Saturday";
    font-weight: 300;
    color: var(--pink);
    font-size: clamp(4rem, 6.5vw, 6.5rem) !important;
    line-height: 1em !important;
    margin: 0 0 0.2em;
}

.page-template-template-retreats2 .footer-plans h2 {
    font-size: clamp(2rem, 2.55vw, 2.55rem) !important;
    color: var(--black);
}

.page-template-template-retreats2 h3,
.page-template-template-retreats2 .price{
    font-size: clamp(1.275rem, 1.75vw, 1.75rem) !important;
    font-weight: 700;
}

.page-template-template-retreats2 .footer-plans h3{
    color: var(--pink);
    margin-bottom: 0.75em;
}

.page-template-template-retreats2 h4 {
    font-size: clamp(1.125rem, 2vw, 2rem) !important;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0.75em;
}

.page-template-template-retreats2 h5 {
    font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1.5em;
}


.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.events-schedule .schedule .name {
    font-size: clamp(1.55rem, 1.667vw, 1.667rem);

}



/* STYLES TO ADD LATER

body,
html {
	overflow-x: hidden;
}

body {
	font-family: 'Raleway', sans-serif;
	line-height: 1.6;
    color: var(--dark-gray);
}

p {
    font-size: 1em;
    font-family: 'Raleway', sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
	letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1, h3, h4, h5, h6 {
    color: var(--black);
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

h1{
    font-size: 4.875em;
}

h2 {
    font-family: "Better Saturday";
    font-weight: 300;
    color: var(--pink);
    font-size: clamp(6rem, 6.5vw + 0.5rem, 4.375rem);
    line-height: var(--h2-lh, 1.15);
    margin: 0 0 0.2em;
}

h3 {
    font-size: 2.875em;
}

h4 {
    font-size: 2em;
}

h5 {
    font-size: 1.25em;

}

h6 {
    font-size: 1.25em;

}

*/

/* MOBILE TYPOGRAPHY ADJUSTMENTS
===================================== */
/* 
@media (max-width: 640px) {
  h2{ 
    --h2-lh: 0.75;
}
} */
