/*!
Theme Name: Precision Sports Physical Therapy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: precision-sports-physical-therapy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Precision Sports Physical Therapy is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/* @import url('https://use.typekit.net/ous6cft.css'); */


/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}



/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}





/*----- Custom PSPT Styles -----*/

.video-bg-iframe {

}

.video-bg-iframe .tve-page-section-in[data-css],
.video-bg-iframe .thrv_custom_html_shortcode {
	height: 100%;
}


#tcb_landing_page h1,
#tcb_landing_page h2,
#tcb_landing_page h3,
#tcb_landing_page h4,
#tcb_landing_page h5,
#tcb_landing_page p,
#tcb_landing_page ol,
#tcb_landing_page ul {
	margin: 0;
}

html #tcb_landing_page h1 + p {
	margin-top: 30px;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

.hello-bar {
	height: 65px !important;
}

.hello-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.home .banner {
	position: relative;
	top: 65px;
}

:not(.home) .banner {
	position: relative;
	top: 63px;
}

/** Rule Your Kingdom Custom CSS **/



#tcb_landing_page .riftheadline,
#tcb_landing_page .widget-title,
.tve-post-grid-title,
.category .entry-title {
font-family: 'rift',sans-serif;
font-weight: 600;
font-style: italic;
}
#tcb_landing_page .riftdemi,
#post #tcb_landing_page article .hello-bar .riftdemi p {
	font-family: 'rift',sans-serif;
	font-weight: 600;
	font-style: normal;
}

#post #tcb_landing_page article .hello-bar .riftdemi p {
	font-weight: 400;
	line-height: 1;
}

#post .post-navigation {
	display: none;
}
#tcb_landing_page .riftdemiitalic {
	font-family: 'rift',sans-serif;
	font-weight: 600;
	font-style: italic;
}

#tcb_landing_page .riftmedium {
	font-family: 'rift',sans-serif;
	font-weight: 500;
	font-style: normal;
}
#tcb_landing_page .agendaregular,
#post #tcb_landing_page article p,
#tcb_landing_page .widget li,
.tve-post-grid-text {
	font-family: 'agenda',sans-serif;
	font-weight: 400;
	font-style: normal;
}
#tcb_landing_page .riftregular,
#post #tcb_landing_page article .page-footer .riftregular p {
	font-family: 'rift', sans-serif;
	font-weight: 400;
	font-style: normal;
}

body {
	background-color: #d3d3d3;
}

#tcb_landing_page .hello-bar p {
	font-weight: 400;
	opacity: .75;
	margin: 0;
	line-height: 1;
}

.secondary-header-inner > .tcb-flex-row {
	align-items: center;
	justify-content: center;
}

.logo-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
}

.cta-section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a30606+0,770909+87 */
	background: #a30606; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #a30606 0%, #770909 87%); /* FF3.6-15 */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#a30606), color-stop(87%,#770909)); /* Chrome4-9,Safari4-5 */
	background: -webkit-radial-gradient(center, ellipse cover, #a30606 0%,#770909 87%); /* Chrome10-25,Safari5.1-6 */
	background: -o-radial-gradient(center, ellipse cover, #a30606 0%,#770909 87%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #a30606 0%,#770909 87%); /* IE10 preview */
	background: radial-gradient(ellipse at center, #a30606 0%,#770909 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.home .symbol-section-out {
	display: none !important;
}

#tcb_landing_page a.tcb-button-link {
	line-height: 1;
}

.buullet-item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.bullet-item span {
 top: auto !important;
}

.bullet-item + .bullet-item {
	margin-top: 1em;
}

.tve_faq {
	background: transparent !important;
}

.tve_faq .tve_toggle {
	display: none;
}

.tve_faq h4,
.tve_faq.tve_oFaq h4 {
	position: relative;
	padding-left: 53px !important;
	line-height: 1;
}

.tve_faq h4:before,
.tve_faq.tve_oFaq h4:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 38px;
	width: 38px;
	background-size: 100% auto;
}

.tve_faq h4:before {
	background: url(/wp-content/uploads/plus-icon.png) 50% 50% no-repeat;
}

.tve_faq.tve_oFaq h4:before {
	background: url(/wp-content/uploads/minus-icon.png) 50% 50% no-repeat;
}

.header .tcb-flex-col:last-child .tcb-clear {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.thrv_widget_menu.thrv_wrapper ul.tve_w_menu.tve_horizontal li>a {
	font-size: 20px;
}





/*----- Blog styles -----*/

#post .entry-content {
	margin-top: 0;
}

#post div:not(#tcb_landing_page) .thrv_widget_menu.tve-custom-menu-upgrade[class*="tve-menu-template-"] .tve_w_menu.tve_horizontal > li a {
	color: #fff;
}

#post #tcb_landing_page article .page-footer .riftregular p {
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.2;
}

#post .entry-content p,
.tve-post-grid-text {
	font-size: clamp(16px, 1.5vw, 18px);
	line-height: 1.65;
}

#post .entry-content p + p {
	margin-top: clamp(18px, 3vw, 30px);
}

#post #dpm-wrap .display-post-metadata {
	border: none;
	background-color: rgba(0, 0, 0, .1);
	margin: clamp(20px, 4vw, 30px) 0 clamp(18px, 3vw, 23px);
}

.date-meta,
.author-meta {
	font-family: 'rift', sans-serif;
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.15;
	padding: 0;
}

#dpm-wrap .display-post-metadata {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	padding: 12px 16px;
	text-align: center;
}

#dpm-wrap .display-post-metadata li {
	font-weight: 700;
	border: none;
}

#dpm-wrap .display-post-metadata img {
	margin-right: 8px;
}

.tve_pg_more a {
	font-family: 'agenda', sans-serif;
	font-size: clamp(17px, 2vw, 23px);
	line-height: 1;
	color: #fff !important;
	display: inline-block;
	background-color: #9d0606;
	text-decoration: none !important;
	padding: 10px 16px;
	font-weight: 300 !important;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#post .thrv-leads-form-box.thrv_wrapper {
	background-color: #d3d3d3;
}

.category .content-area .tcb-flex-col {
	padding-left: clamp(20px, 5vw, 60px);
	padding-right: clamp(20px, 5vw, 60px);
}

.category .content-area .thrv_wrapper {
	max-width: 1080px;
	margin: 0 auto;
}

.category .site-main {
	padding-bottom: clamp(60px, 10vw, 120px);
}

.category .entry-title {
	font-size: clamp(30px, 5vw, 45px);
	line-height: 1.08;
	padding-bottom: .45em;
}

.category .entry-title a {
	text-decoration: none;
	color: #404040;
}

.category .tve_pg_more {
	margin-top: clamp(12px, 2vw, 15px);
}

.category article + article {
	margin-top: clamp(28px, 5vw, 38px);
	border-top: 1px solid #404040;
	padding-top: clamp(24px, 4vw, 30px);
}

.tve_pg_row .tve_pg_container {
	padding-bottom: clamp(22px, 4vw, 30px);
}

.tve_pg_row + .tve_pg_row {
	margin-top: clamp(22px, 4vw, 30px);
}

/* Tablet */
@media (max-width: 1024px) {
	.category .content-area .tcb-flex-col {
		padding-left: 32px;
		padding-right: 32px;
	}

	#dpm-wrap .display-post-metadata {
		justify-content: center;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.category .content-area .tcb-flex-col {
		padding-left: 20px;
		padding-right: 20px;
	}

	.category article + article {
		margin-top: 26px;
		padding-top: 24px;
	}

	#dpm-wrap .display-post-metadata {
		flex-direction: column;
		gap: 8px;
		padding: 14px;
	}

	.tve_pg_more a {
		width: 100%;
		text-align: center;
		letter-spacing: .08em;
	}
}






/*----- Footer styles -----*/

.page-footer {
	background-color: #121E26;
	padding: 10px 0;
}

.page-footer .tve-page-section-in {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.page-footer .riftregular {
	color: rgba(255,255,255,.25);
	font-size: 23px;
	line-height: 1;
	margin: auto 0;
}

#cookie-notice .cookie-notice-container {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 padding: 0;
	 height: 45px;
}
 @media only screen and (max-width: 575px) {
	 #cookie-notice .cookie-notice-container {
		 height: 60px;
	}
}
 #cookie-notice .cookie-notice-container #cn-notice-text {
	 font-family: 'agenda',sans-serif;
	 font-size: 18px;
	 line-height: 1;
	 padding-left: 15px;
}
 @media only screen and (max-width: 575px) {
	 #cookie-notice .cookie-notice-container #cn-notice-text {
		 font-size: 15px;
		 padding: 0 15px;
	}
}
 #cookie-notice .cookie-notice-container #cn-notice-text a {
	 color: #fff;
}
 #cookie-notice .cookie-notice-container .cn-button {
	 margin-left: auto;
}
 #cookie-notice .cookie-notice-container .cn-button.bootstrap {
	 margin-right: 0;
	 height: 100%;
	 width: 210px;
	 padding: 0;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 text-align: center;
	 font-family: 'rift',sans-serif;
	 font-size: 23px;
	 line-height: 1;
	 text-transform: uppercase;
	 font-weight: bold;
	 border-radius: 0 !important;
	 border: none;
	 box-shadow: none;
	 background-color: #770909;
	 background-image: none;
}
 @media only screen and (max-width: 575px) {
	 #cookie-notice .cookie-notice-container .cn-button.bootstrap {
		 font-size: 18px;
	}
}

#policy h3 {
	display: none;
}

#policy p {
	font-family: 'agenda',sans-serif;
	font-size: 18px;
	line-height: 1.666666666666667;
}

#policy p.text-center {
	font-family: 'rift', sans-serif !important;
	font-size: 23px;
}
 



/*----- Helper Classes -----*/

.text-light {
	color: #fff !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.mt-0 {
	margin-top: 0;
}

.mt-1_5 {
	margin-top: 1.5rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-3 {
	margin-top: 3rem;
}

.mt-4_5 {
	margin-top: 4.5rem;
}

.op-100 {
	opacity: 1;
}

.op-75 {
	opacity: .75;
}

.op-50 {
	opacity: .5;
}

.op-33 {
	opacity: .3333;
}

.op-25 {
	opacity: .25;
}

.d-flex {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.flex-grow-1 {
	flex: 1;
}

.justify-content-start {
	justify-content: flex-start;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-around {
	justify-content: space-around;
}

.justify-content-between {
	justify-content: space-between;
}

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

.align-items-start {
	align-items: flex-start;
}

.lh-1 {
	line-height: 1 !important;
}

.abs-pos {
	position: absolute !important;
}

.w-100 {
	width: 100% !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.flex-1-100 {
	flex: 1 0 100% !important;
}

#tcb_landing_page .thrv_wrapper.thrv-columns.flex-cols-1-100 .tcb-flex-row {
	flex-wrap: wrap !important;
}

#tcb_landing_page .thrv_wrapper.thrv-columns.flex-cols-1-100:not(.no-my) .tcb-flex-row .tcb-flex-col + .tcb-flex-col {
	margin-top: 45px;
}

#tcb_landing_page .thrv_wrapper.thrv-columns.flex-cols-1-100 .tcb-flex-col {
	flex: 1 0 100% !important;
	max-width: inherit !important;
}

#tcb_landing_page .thrv-contact-form .tve-cf-item {
	margin-bottom: 0;
}

#tcb_landing_page .thrv-contact-form .tve-cf-submit {
	margin-top: 23px;
}




/*
* Plugin Styles
*/
#dpm-wrap .display-post-metadata {
    width: 100%;
    list-style: none;
    border: 1px solid #e5e7ee;
    border-left: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;}


#dpm-wrap .display-post-metadata:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#dpm-wrap .display-post-metadata li {
    float: left;
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
    margin: 0;
    border-left: 1px solid #e5e7ee; }

#dpm-wrap .display-post-metadata li.date-meta span {
    display: inline-block; margin-top: 2px; }

#dpm-wrap .display-post-metadata li img {
    width: 22px;
    margin-right: 5px;
    vertical-align: middle; }

#dpm-wrap .display-post-metadata li span {
    vertical-align: middle; }

#dpm-wrap ul.dpm-custom-fields {
    list-style: none;
    border-top: 1px solid #f1f1f1;
    margin: 10px 0 20px 0;
    padding: 0;
    width: 100%;
}


/*----- Blog styles -----*/

#tcb_landing_page h2.widget-title {
	font-size: 3.75rem;
	line-height: 1;
	    white-space: nowrap;
}


.single #main > .thrv_wrapper.thrv-columns {
	max-width: 1140px;
	margin: 90px auto;
	padding-right: 60px;
}

.single #main > .thrv_wrapper.thrv-columns > .tcb-flex-row > .tcb-flex-col > .tcb-col {
	padding-left: 60px;
}

@media screen and (max-width:767px){
	.single #main > .thrv_wrapper.thrv-columns {
		padding-right: 20px;
	}
	.single #main > .thrv_wrapper.thrv-columns > .tcb-flex-row > .tcb-flex-col > .tcb-col {
		padding-left: 20px;
	}
	/*#tcb_landing_page #main > article .thrv-page-section{
		padding-left:0!important;
		padding-right:0!important;
	}*/
}

/*----- Responsive Styles -----*/


@media only screen and (max-width: 1280px) {
	html body #tcb_landing_page .hello-bar p {
		font-size: 30px !important;
	}
	
	.thrv_widget_menu.thrv_wrapper[class*=tve-menu-template-] ul.tve_w_menu.tve_horizontal>li {
		margin-left: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}


@media only screen and (max-width: 1024px) {

	#tcb_landing_page .thrv-page-section {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	
	html body #tcb_landing_page #tve_editor .thrv_widget_menu[data-css*="tve-u-"] .tve_w_menu.tve_horizontal.tve-m-expanded>li>a {
		color: #222 !important;
	}
	
	.thrv_widget_menu.thrv_wrapper[class*="tve-custom-menu-switch-icon-"] ul.tve_w_menu.tve_horizontal li:not(#increase-spec):not(.ccls) a {
		padding: 7px 1em;
		line-height: 1;
	}
	
	.tve_w_menu.tve-m-expanded {
		z-index: 999
	}

	#tcb_landing_page .hello-bar.thrv-page-section .tve-page-section-in {
		min-height: inherit;
	}

	#tcb_landing_page .hello-bar {
		padding: 5px 15px !important;
	}

	html #tcb_landing_page .hello-bar p {
		font-size: 30px !important;
	}
	
	.thrv_widget_menu.thrv_wrapper[class*=tve-custom-menu-switch-icon-].tve-mobile-dropdown .tve-m-trigger .thrv_icon {
		color: #fff;
		padding: 0 !important;
	}
	
	html body #tve_editor [data-css="tve-u-16a59ee01d8"] {
		padding-right: 0 !important;
	}
	
	html body #tve_editor [data-css="tve-u-16a59ee01d1"] {
		padding-right: 0 !important;
	}

	div:not(#tcb_landing_page) .thrv_widget_menu.tve-custom-menu-upgrade[class*="tve-menu-template-"] .tve_w_menu.tve_horizontal>li {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	html #tcb_landing_page .header .tcb-flex-row .tcb-flex-col:first-child {
		padding-left: 0 !important;
	}

	#post div:not(#tcb_landing_page) .thrv_widget_menu.tve-custom-menu-upgrade[class*="tve-menu-template-"] .tve_w_menu.tve_horizontal>li a,
	.category div:not(#tcb_landing_page) .thrv_widget_menu.tve-custom-menu-upgrade[class*="tve-menu-template-"] .tve_w_menu.tve_horizontal>li a {
		color: #404040 !important;
	}

}

@media only screen and (max-width: 991px) {
	html #tcb_landing_page .thrv_widget_menu.tve-custom-menu-upgrade[class*="tve-menu-template-"] .tve_w_menu.tve_horizontal>li {
		padding: 6px 0;
	}
	
	html body #tve_editor .logo-wrapper [data-css="tve-u-16a59ee01d6"] {
		margin: 0 !important;
	}

	.bullet-item span {
		font-size: 28px !important;
	}

	.bullet-item + .bullet-item {
		margin-top: 1em;
	}

	.bullet-item img {
		width: 38px;
		height: auto;
	}
	#tcb_landing_page #tve_editor .thrv-button {
		max-width: inherit !important;
		width: 100%;
	}
	
	.tve-custom-menu-inside.header .tcb-flex-row {
		flex-wrap: nowrap;
		flex-direction: row;
	}
	
	.tve-custom-menu-inside.header .tcb-flex-row .tcb-flex-col {
		width: 50%;
	}

	.flex-sm-1-100 {
		flex: 1 0 100% !important;
	}

	#tcb_landing_page .thrv_wrapper.thrv-columns.flex-cols-sm-1-100 .tcb-flex-row {
		flex-wrap: wrap !important;
	}

	#tcb_landing_page .thrv_wrapper.thrv-columns.flex-cols-sm-1-100:not(.no-my) .tcb-flex-row .tcb-flex-col + .tcb-flex-col {
		margin-top: 45px;
	}

	#tcb_landing_page .thrv_wrapper.thrv-columns.flex-cols-sm-1-100 .tcb-flex-col {
		flex: 1 0 100% !important;
		max-width: inherit !important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	html #tcb_landing_page .thrv_widget_menu.tve-custom-menu-upgrade[class*="tve-menu-template-"] .tve_w_menu.tve_horizontal>li>a {
		color: #fff !important;
	}

	html #tcb_landing_page .thrv_widget_menu.tve-custom-menu-upgrade[class*="tve-menu-template-"] .tve_w_menu.tve_horizontal.tve-m-expanded>li>a {
		color: #222 !important;
	}

	#tcb_landing_page .thrv-page-section.banner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	html #tcb_landing_page .header .tcb-flex-row .tcb-flex-col:last-child {
		padding-left: 0 !important;
	}

	.logo-wrapper {
		align-items: flex-start;
	}
	
	.logo-wrapper .logo {
		margin: 0 auto 0 0 !important;
	}
	
	#tcb_landing_page .header > .tcb-flex-row {
		display: flex;
	}

	#tcb_landing_page .header > .tcb-flex-row > .tcb-flex-col {
/* 		flex: 1 0 100%; */
		max-width: inherit;
	}

	#tcb_landing_page .header .tcb-flex-row .tcb-flex-col:first-child {
		justify-content: center;
	}

	#tcb_landing_page .header .tcb-flex-row .tcb-flex-col:last-child {
		margin-top: 0 !important;
	}

	#tcb_landing_page .header .tcb-flex-row .tcb-flex-col:last-child .tcb-col {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	#tcb_landing_page .header .tcb-flex-row .tcb-flex-col:last-child .tcb-col .global-nav.thrv_wrapper {
		margin-top: 0;
		margin-bottom: 0;
	}

	#tcb_landing_page .header .tcb-flex-row .tcb-flex-col:last-child {
		color: #fff;
	}

	[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown ul {
		position: absolute !important;
		left: auto;
		right: 0;
		min-width: calc(100vw - 90px) !important;
		width: 100%;
		transform: none;
	}

	html body #tcb_landing_page .thrv_symbol.thrv_symbol_600 .menu-item > a {
		color: #222 !important;
	}

	html body .pl-sm-0,
	html body #tcb_landing_page .thrv-page-section.pl-sm-0 {
		padding-left: 0 !important;
	}
	
	html body .pr-sm-0,
	html body #tcb_landing_page .thrv-page-section.pr-sm-0 {
		padding-right: 0 !important;
	}

	html body .mb-sm-225 {
		margin-bottom: 0 !important;
		padding-bottom: 360px !important;
	}

	.fb-bg .tve-page-section-out {
		background-position: 50% calc(100% + 360px) !important;
		background-size: auto 125% !important;
	}
}




@media only screen and (max-width: 980px) {
	.secondary-header-inner > .tcb-flex-row .tcb-flex-col:first-child {
		display: none;
	}
	
	html body .thrv_symbol .secondary-header-inner > .tcb-flex-row .tcb-flex-col:last-child {
		max-width: inherit;
		width: 100%;
		text-align: center;
	}
	
	html body .thrv_symbol .secondary-header-inner > .tcb-flex-row .tcb-flex-col:last-child .phone-num {
		float: none;
	}
	
	html body .logo-wrapper .logo {
		margin: 0 auto 0 0 !important;
	}
}




@media only screen and (max-width: 767px),
only screen and (max-width: 991px) and (orientation: landscape) {

	.logo-wrapper {
		align-items: flex-start;
	}
	
	#tcb_landing_page .header > .tcb-flex-row {
		display: flex;
	}

	#tcb_landing_page .header > .tcb-flex-row > .tcb-flex-col {
/* 		flex: 1 0 100%; */
		max-width: inherit;
	}

	#tcb_landing_page .header .tcb-flex-row .tcb-flex-col:first-child {
		justify-content: center;
	}

	#tcb_landing_page .header .tcb-flex-row .tcb-flex-col:last-child {
		margin-top: 0;
	}

	#tcb_landing_page .header .tcb-flex-row .tcb-flex-col:last-child .tcb-col {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	#tcb_landing_page .header .tcb-flex-row .tcb-flex-col:last-child .tcb-col .global-nav.thrv_wrapper {
		margin-top: 0;
		margin-bottom: 0;
	}

	#tcb_landing_page .header .tcb-flex-row .tcb-flex-col:last-child {
		color: #fff;
	}

	[class*="tve-custom-menu-switch-icon-"].tve-mobile-dropdown ul {
		position: absolute !important;
		left: auto;
		right: 0;
		min-width: calc(100vw - 150px) !important;
		width: 100%;
		transform: none;
	}

	html body #tcb_landing_page .thrv_symbol.thrv_symbol_600 .menu-item > a {
		color: #222 !important;
	}

	.clip-sm-off > .tve-page-section-out {
		-webkit-clip-path: none !important;
		clip-path: none !important;
	}

	.bullet-item span {
		font-size: 28px !important;
	}

	.bullet-item + .bullet-item {
		margin-top: 1em;
	}

	.bullet-item img {
		width: 38px;
		height: auto;
	}

	html body .pt-sm-0,
	html body .pt-sm-0 .tve-page-section-out {
		padding-top: 0 !important;
	}

	html body .pt-sm-90 {
		padding-top: 90px !important;
	}

	html body .pb-sm-90 {
		padding-bottom: 90px !important;
	}

	html body .pb-sm-0 {
		padding-bottom: 0px !important;
	}

	html body .mt-sm-0,
	html body .mt-sm-0 .tve-page-section-out {
		margin-top: 0 !important;
	}

	html body .mb-sm-0 {
		margin-bottom: 0 !important;
	}

	html body .mb-sm-225 {
		margin-bottom: 225px !important;
	}

	html body .bg-sm-off,
	html body .bg-sm-off .tve-page-section-out {
		background-image: none !important;
	}

	html body .pl-sm-0,
	html body #tcb_landing_page .thrv-page-section.pl-sm-0 {
		padding-left: 0 !important;
	}
	
	html body .pr-sm-0,
	html body #tcb_landing_page .thrv-page-section.pr-sm-0 {
		padding-right: 0 !important;
	}

	.category .content-area .tcb-flex-col {
		padding-right: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
	html #tcb_landing_page .thrv_widget_menu.tve-custom-menu-upgrade[class*="tve-menu-template-"] .tve_w_menu.tve_horizontal.tve-m-expanded>li>a {
		color: #222 !important;
	}	
}


@media only screen and (max-width: 600px) {
	#tcb_landing_page .banner-content-wrapper p {
		display: none;
	}

	html body  #tcb_landing_page .mb-sm-225 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
}



@media only screen and (max-width: 575px) {

	#tcb_landing_page .logo img {
		position: relative;
		left: -10px !important;
	}

	#tcb_landing_page .hello-bar {
		padding: 5px 15px !important;
	}

	#tcb_landing_page #tve_editor h2 {
		font-size: 38px !important;
	}



	#tcb_landing_page #tve_editor .thrv-button {
		max-width: inherit !important;
		width: 100%;
	}


	#tcb_landing_page .thrv-page-section {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	html body #tve_editor [data-css="tve-u-169b7bb2e3f"] {
		font-size: 38px !important;
	}

	#tcb_landing_page .banner-content-wrapper h1 {
		font-size: 60px !important;
		line-height: 1;
		text-align: left !important;
	}



	.clip-xs-off > .tve-page-section-out {
		-webkit-clip-path: none !important;
		clip-path: none !important;
	}

	html body .pt-xs-0,
	html body .pt-xs-0 .tve-page-section-out {
		padding-top: 0 !important;
	}

	html body .pt-xs-90 {
		padding-top: 90px !important;
	}

	html body .mt-xs-0,
	html body .mt-xs-0 .tve-page-section-out {
		margin-top: 0 !important;
	}

	html body .mb-xs-0 {
		margin-bottom: 0 !important;
	}

	html body .bg-xs-off,
	html body .bg-xs-off .tve-page-section-out {
		background-image: none !important;
	}

	html body .mb-xs-135 {
		margin-bottom: 135px !important;
	}

	html body .pb-xs-225 {
		padding-bottom: 225px !important;
	}

	html body .pl-xs-0,
	html body #tcb_landing_page .thrv-page-section.pl-xs-0 {
		padding-left: 0 !important;
	}
	
	html body .pr-xs-0,
	html body #tcb_landing_page .thrv-page-section.pr-xs-0 {
		padding-right: 0 !important;
	}

	#tcb_landing_page .thrv_wrapper.thrv-columns.flex-cols-xs-1-100 .tcb-flex-row {
		flex-wrap: wrap !important;
	}

	#tcb_landing_page .thrv_wrapper.thrv-columns.flex-cols-xs-1-100:not(.no-my) .tcb-flex-row .tcb-flex-col + .tcb-flex-col {
		margin-top: 45px;
	}

	#tcb_landing_page .thrv_wrapper.thrv-columns.flex-cols-xs-1-100 .tcb-flex-col {
		flex: 1 0 100% !important;
		max-width: inherit !important;
	}

	html body #tcb_landing_page #tve_editor .tve_faq h4 {
		font-size: 28px !important;
	}

}

/*----- Final Blog Responsive Spacing Fixes -----*/

#post .entry-content {
	margin-top: 0;
}

#post .entry-content p,
.tve-post-grid-text {
	font-size: clamp(16px, 1.5vw, 18px);
	line-height: 1.65;
}

#post .entry-content p + p {
	margin-top: clamp(18px, 3vw, 30px);
}

#post .entry-content h3,
#post .entry-content h3.wp-block-heading,
.single .entry-content h3,
.single #main h3.wp-block-heading,
#tcb_landing_page h3.wp-block-heading {
	margin-top: clamp(24px, 3vw, 36px) !important;
	margin-bottom: 0 !important;
	margin-block-start: clamp(24px, 3vw, 36px) !important;
	margin-block-end: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1.2;
}

#post .entry-content h3:first-child,
#post .entry-content h3.wp-block-heading:first-child,
.single .entry-content h3:first-child,
.single #main h3.wp-block-heading:first-child {
	margin-top: 0 !important;
}

#post .entry-content h3 + *,
#post .entry-content h3.wp-block-heading + *,
.single .entry-content h3 + *,
.single #main h3.wp-block-heading + * {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.single #main > .thrv_wrapper.thrv-columns {
	max-width: 1140px;
	margin: clamp(45px, 7vw, 90px) auto;
	padding-left: clamp(20px, 5vw, 60px);
	padding-right: clamp(20px, 5vw, 60px);
}

.single #main > .thrv_wrapper.thrv-columns > .tcb-flex-row > .tcb-flex-col > .tcb-col {
	padding-left: 0 !important;
}

#post #dpm-wrap .display-post-metadata,
#dpm-wrap .display-post-metadata {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
	width: 100%;
	list-style: none;
	border: none !important;
	background-color: rgba(0, 0, 0, .1);
	margin: clamp(20px, 4vw, 30px) 0 clamp(18px, 3vw, 23px) !important;
	padding: 12px 16px !important;
	text-align: center;
}

#dpm-wrap .display-post-metadata:after {
	display: none;
	content: none;
}

#dpm-wrap .display-post-metadata li {
	float: none !important;
	display: flex;
	align-items: center;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font-weight: 700;
}

#dpm-wrap .display-post-metadata img {
	margin-right: 8px;
}

.date-meta,
.author-meta {
	font-family: 'rift', sans-serif;
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.15;
	padding: 0;
}

.tve_pg_more a {
	font-family: 'agenda', sans-serif;
	font-size: clamp(17px, 2vw, 23px);
	line-height: 1;
	color: #fff !important;
	display: inline-block;
	background-color: #9d0606;
	text-decoration: none !important;
	padding: 10px 16px;
	font-weight: 300 !important;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.category .content-area .tcb-flex-col {
	padding-left: clamp(20px, 5vw, 60px) !important;
	padding-right: clamp(20px, 5vw, 60px) !important;
}

.category .content-area .thrv_wrapper {
	max-width: 1080px;
	margin: 0 auto;
}

.category .site-main {
	padding-bottom: clamp(60px, 10vw, 120px);
}

.category .entry-title {
	font-size: clamp(30px, 5vw, 45px);
	line-height: 1.08;
	padding-bottom: .45em;
}

.category article + article {
	margin-top: clamp(28px, 5vw, 38px);
	padding-top: clamp(24px, 4vw, 30px);
}

.tve_pg_row .tve_pg_container {
	padding-bottom: clamp(22px, 4vw, 30px);
}

.tve_pg_row + .tve_pg_row {
	margin-top: clamp(22px, 4vw, 30px);
}

@media only screen and (max-width: 1024px) {
	.single #main > .thrv_wrapper.thrv-columns,
	.category .content-area .tcb-flex-col {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}
}

@media only screen and (max-width: 767px) {
	.single #main > .thrv_wrapper.thrv-columns {
		margin-top: 40px;
		margin-bottom: 45px;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.category .content-area .tcb-flex-col {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	#dpm-wrap .display-post-metadata {
		flex-direction: column;
		gap: 8px;
		padding: 14px !important;
	}

	.tve_pg_more a {
		width: 100%;
		text-align: center;
		letter-spacing: .08em;
	}
}
/*----- Final Paragraph Spacing Override -----*/

#post #tcb_landing_page article p,
#post .entry-content p,
.single .entry-content p {
	margin-top: 0 !important;
}

#post #tcb_landing_page article p + p,
#post .entry-content p + p,
.single .entry-content p + p {
	margin-top: 20px !important;
}

#post #tcb_landing_page article h3 + p,
#post #tcb_landing_page article h3.wp-block-heading + p,
#post .entry-content h3 + p,
#post .entry-content h3.wp-block-heading + p,
.single .entry-content h3 + p,
.single .entry-content h3.wp-block-heading + p {
	margin-top: 0 !important;
}