@font-face {
    font-family: 'Helvetica';
    src: url('/wp-content/themes/paperstreet/fonts/Helvetica.ttc');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Awesome';
    src: url('/wp-content/themes/paperstreet/fonts/Awesome Serif Italic VAR-VF.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('/wp-content/themes/paperstreet/fonts/Roboto-VariableFont_wdth,wght.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* GENERAL */
body {
    margin: 0;
}

h1, h2 {
    /* font-family: 'Awesome'; */
    font-family: 'Roboto';
}

p, a, span {
    font-family: 'Helvetica';
}

h1 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
	text-shadow: 
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}

h2 {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

p {
    font-size: 15px;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #F83821;
}

.sm-margin-right {
    margin-right: 5px;
}

.row {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.bold {
    font-weight: 700;
}

.light {
    font-weight: 300;
    font-style: italic;
}

.single-practice {
    font-family: 'Roboto';
}

/* HEADER */
.header .row {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
}

.cta {
    padding-left: 15px;
}

.cta a {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #F83821;
    text-decoration: none;
    padding: 18px 10px;
    margin-top: 13px;
}

@media screen and (min-width: 501px) {
	.cta a {
		font-size: 13px;
		padding: 20px 25px;
		margin-top: 13px;
	}
}

.cta a:hover,
.cta a:focus {
    background: #f76251;
}

/* CONTENT */
#wrapper {
    position: relative;
    right: 0;
    top: 0;
    overflow: hidden;
}



.banner {
    background-image: url('/wp-content/uploads/cat-banner-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 300px;
    position: relative;
}

@media screen and (min-width: 1701px) {
	.banner {
		height: 400px;
	}
	
}

.banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

.content {
    text-align: center;
    margin: 60px 0;
}

.content .row {
    width: 80%;
}

.content p {
    line-height: 25px;
}

/* PRACTICES */
.practices {
    text-align: center;
}

.practices h2.title {
    position: relative;
}

/* .practices h2.title:after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #F83821;
} */

.practices-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
    flex-direction: column;
}

.single-practice {
    background: #000;
    padding: 25px 20px;
    color: #fff;
    margin: 10px 10px;
    text-align: left;
    font-size: 12px;
}

.single-practice:hover,
.single-practice:focus {
    background: #f76251;
}

/* CONTACT */
.contact {
    text-align: center;
    margin-bottom: 40px;
}

.contact .button {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #F83821;
    text-decoration: none;
    padding: 12px 30px;
    margin-top: 25px;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.contact p {
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0;
}

.contact a {
    color: #4F8CE9;
}

.contact a:hover,
.contact a:focus {
    background: #f76251;
}

/* SOCIAL */
.social .social-list {
    text-align: center;
}

.social-list a {
    font-size: 16px;
    border: 1px solid #F83821;
    padding: 10px;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    margin: 0 10px;
}

/* FOOTER */
footer {
    background: #F83821;
    text-align: center;
    color: #fff;
    margin-top: 45px;
    padding: 20px 0;
    width: 100%;
}

footer p {
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer a {
    color: #fff;
}

/* RESPONSIVE */
@media screen and (min-width: 768px) {
    h1 {
        font-size: 70px;
    }

    .practices-list {
        flex-direction: row;
    }

    .single-practice {
        width: 40%;
    }
}
@media screen and (min-width: 1024px) {
    body {
        position: relative;
    }

    .header .row {
        padding: 15px 30px;
    }

    .content .row {
        width: 70%;
    }

    .single-practice {
        width: 25%;
    }

    main {
        min-height: 1350px;
    }

    footer {
/*         position: absolute; */
        bottom: 0;
    }
}

.phone-link-footer {
	color: #000 !important;
}

.phone-link-footer:hover,
.phone-link-footer:focus {
	background: none !important;
	color: #F83821 !important;
}

.content {
	font-family: 'Helvetica';
}

main#wrapper-404 {
	position: relative;
    right: 0;
    top: 0;
    overflow: hidden;	
	min-height: 0 !important;
}