body{
	background: #2c2e30;
	color: #fff;
	font-family: "macha", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1rem, 4vw, 4rem);
	margin: 0;
}
a{
	color: inherit;
	text-decoration: underline;
	text-decoration-color: #cef5e6;
	text-decoration-thickness: 0.125em;
	text-underline-offset: 2px;
	cursor: pointer;
}
strong, b{
	font-weight: 700;
	font-style: normal;
}
em, i{
	font-weight: 400;
	font-style: italic;
}
strong em, strong i, b em, b i, em strong, i strong, em b, i b{
	font-weight: 700;
	font-style: italic;
}
::selection {
	color: #cef5e6;
	background: #2c2e30;
}
::-moz-selection {
	color: #cef5e6;
	background: #2c2e30;
}
p{
	margin: 0 0 1.5em;
}

/* Homepage Header */

div#homesock{
	position: relative;
	width: 100vw;
	min-height: 100vh;
}
header#home{
	width: 100vw;
	margin: 6vw 0 0;
}
header#home h1{
	display: block;
	width: 100vw;
	height: 27.81vw;
	margin: 0;
	text-indent: -9999vw;
	overflow: hidden;
	z-index: 1;
}
.webp header#home h1{
	background: url(images/todd_name.webp);
	background-image: url(images/todd_name.svg), none;
	background-size: 98vw 27.81vw;
	background-repeat: no-repeat;
	background-position: center top;
}
.no-webp header#home h1,
.no-js header#home h1{
	background: url(images/todd_name.png);
	background-image: url(images/todd_name.svg), none;
	background-size: 98vw 27.81vw;
	background-repeat: no-repeat;
	background-position: center top;
}
header#home nav,
header#home nav select,
header#subpage nav,
header#subpage nav select{
	display: block;
	position: relative;
	width: 54.81vw;
	height: 11.23vw;
	margin: -3vw auto 0;
	border: none;
	outline: none;
	padding: 0;
	background-color: transparent;
	color: inherit;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	z-index: 100;
}
header#home nav select#mobile-select,
header#subpage nav select#mobile-select{
	border: none;
	margin: 0;
	padding: 0;
	text-indent: -9999vw;
	opacity: 1;
}
.webp header#home nav select#mobile-select,
.webp header#subpage nav select#mobile-select{
	background: url(images/mobile_menu.webp);
	background-image: url(images/mobile_menu.svg), none;
	background-size: 54.81vw 11.23vw;
	background-repeat: no-repeat;
	background-position: center top;
}
.no-webp header#home nav select#mobile-select,
.no-webp header#subpage nav select#mobile-select,
.no-js header#home nav select#mobile-select,
.no-js header#subpage nav select#mobile-select{
	background: url(images/mobile_menu.png);
	background-image: url(images/mobile_menu.svg), none;
	background-size: 54.81vw 11.23vw;
	background-repeat: no-repeat;
	background-position: center top;
}
header#home nav object,
header#home nav ul,
header#home nav li,
header#home nav li a,
header#home nav label,
header#subpage nav label{
	display: none;
}

/* Subpage Header */

header#subpage{
	position: relative;
	width: 100vw;
	height: 16vh;
	margin: 0 auto;
	z-index: 1000 !important;
}
header#subpage h1{
	display: block;
	width: 89.44vw;
	height: 12.23vw;
	margin: 6vw auto 0;
	text-indent: -9999vw;
	overflow: hidden;
	z-index: 1;
}
.webp header#subpage h1{
	background: url(images/todd_sub_name.webp);
	background-image: url(images/todd_sub_name.svg), none;
	background-size: 89.44vw 12.23vw;
	background-repeat: no-repeat;
	background-position: center top;
}
.no-webp header#subpage h1,
.no-js header#subpage h1{
	background: url(images/todd_sub_name.png);
	background-image: url(images/todd_sub_name.svg), none;
	background-size: 89.44vw 12.23vw;
	background-repeat: no-repeat;
	background-position: center top;
}
header#subpage nav{
	margin: 3vw auto 0;
}
header#subpage nav div.fallbacknav_t,
header#subpage nav div.fallbacknav_b,
header#subpage nav ul,
nav.bottomnav ul,
header#subpage nav li,
nav.bottomnav li,
header#subpage nav li a,
nav.bottomnav li a,
header#subpage nav object{
	display: none;
}
	
/* Homepage Content */

section#backsock{
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
}
section#backsock div.starburst{
	position: absolute;
	top: 13vw;
	left: 0;
	width: 100vw;
	height: 120vw;
	/* animation: toddstar 250s linear 0s infinite forwards; */
	text-indent: -9999vw;
	overflow: hidden;
}
.webp section#backsock div.starburst{
	background: url(images/starburst.webp);
	background-image: url(images/starburst.svg), none;
	background-size: 120vw 120vw;
	background-repeat: no-repeat;
	background-position: center top;
}
.no-webp section#backsock div.starburst,
.no-js section#backsock div.starburst{
	background: url(images/starburst.png);
	background-image: url(images/starburst.svg), none;
	background-size: 120vw 120vw;
	background-repeat: no-repeat;
	background-position: center top;
}
@keyframes toddstar {0% {transform: rotate(0);} 100% {transform: rotate(360deg);}
}
section#backsock div.big_todd{
	position: absolute;
	top: 45.25vw;
	left: 0;
	width: 100vw;
	height: 100vh;
	text-indent: -9999vw;
	overflow: hidden;
}
.webp section#backsock div.big_todd{
	background: url(images/big_todd2.webp) no-repeat -8vw top;
	background-size: 110vw 156.32vw;
}
.no-webp section#backsock div.big_todd,
.no-js section#backsock div.big_todd{
	background: url(images/big_todd2.png) no-repeat -8vw top;
	background-size: 110vw 156.32vw;
}

/* Subpage Content */

main#todd_frame{
	position: relative;
	width: 90vw;
	height: 62.5vh;
	padding: 5vw;
	margin: 0 auto;
	background: #fff;
	z-index: 10;
}
main#todd_frame div#content_sock{
	position: relative;
	width: 90vw;
	height: 62.5vh;
	color: #2c2e30;
	overflow: scroll;
}
main#todd_frame div#content_sock iframe{
	display: block;
	margin: 0 auto 2vw;
}
main#todd_frame div#content_sock form,
div.newshead form{display: block;border: none;margin: 0 0 8vw;padding: 0;text-align: center;}
main#todd_frame div#content_sock form input,
div.newshead form input{
	display: inline-block;
	font-size: inherit;
	line-height: 1em;
	padding: 2.5vw 4vw;
	-webkit-border-radius: 2vw;
	-moz-border-radius: 2vw;
	border-radius: 2vw;
}
main#todd_frame div#content_sock form input.theaddy,
div.newshead form input.theaddy{
	background: #fff;
	color: #2c2e30;
	border: 4px solid #ababac;
}
main#todd_frame div#content_sock form input.thebutton,
div.newshead form input.thebutton{
	background: #2c2e30;
	color: #cef5e6;
	border: 4px solid #2c2e30;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 0 1vw;
}
main#todd_frame div#content_sock form input.thebutton:hover,
div.newshead form input.thebutton:hover{
	opacity: 0.8;
}
main#todd_frame div#content_sock hr{
	display: block;
	width: 85%;
	height: 3px;
	background: #cef5e6;
	border: none;
	margin: 0 auto 1.5em;
}
main#todd_frame div#content_sock div.breadcrumbs{
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 5vw;
}
main#todd_frame div#content_sock div.n_title{
	font-size: 1.125em;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 2vw;
}
main#todd_frame div#content_sock h2,
main#todd_frame div#content_sock h3{
	font-size: 1.25em;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 3.5vw;
}
main#todd_frame div#content_sock h3,
main#todd_frame div#content_sock .rep_names{
	display: block;
	font-size: 1.15em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 2vw;
}
main#todd_frame div#content_sock a{
	color: inherit;
	text-decoration: underline;
	text-decoration-color: #ababac;
	text-decoration-thickness: 0.125em;
	text-underline-offset: 2px;
	cursor: pointer;
	transition: fill 0.6s ease;
}
main#todd_frame div#content_sock a:hover{
	opacity: 0.6;
}

/* News Page */

div.newshead{text-align: center;}

/* Contact Page */

main#todd_frame div#content_sock .representatives {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;
	margin: 0 0 8vw;
	font-size: 0.8em;
}
main#todd_frame div#content_sock ul.smlinks {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
	text-align: center;
}
main#todd_frame div#content_sock ul.smlinks li{
	display: inline-block;
	width: 10vw;
	height: 10vw;
	margin: 0;
	padding: 0;
	text-indent: -9999vw;
	overflow: hidden;
}
main#todd_frame div#content_sock ul.smlinks li a{
	display: block;
	width: 100%;
	height: 12vw;
}
main#todd_frame div#content_sock ul.smlinks li.smin{
	background: url(images/icon_instagram.webp);
	background-image: url(images/icon_instagram.svg), none;
	background-size: 10vw 10vw;
	background-repeat: no-repeat;
	background-position: center top;
}
main#todd_frame div#content_sock ul.smlinks li.smyt{
	background: url(images/icon_youtube.webp);
	background-image: url(images/icon_youtube.svg), none;
	background-size: 10vw 10vw;
	background-repeat: no-repeat;
	background-position: center top;
}
main#todd_frame div#content_sock ul.smlinks li.smtw{
	background: url(images/icon_twitter.webp);
	background-image: url(images/icon_twitter.svg), none;
	background-size: 10vw 10vw;
	background-repeat: no-repeat;
	background-position: center top;
}
main#todd_frame div#content_sock ul.smlinks li.smfa{
	background: url(images/icon_facebook.webp);
	background-image: url(images/icon_facebook.svg), none;
	background-size: 10vw 10vw;
	background-repeat: no-repeat;
	background-position: center top;
}
main#todd_frame div#content_sock ul.smlinks li.smtm{
	background: url(images/icon_tumblr.webp);
	background-image: url(images/icon_tumblr.svg), none;
	background-size: 10vw 10vw;
	background-repeat: no-repeat;
	background-position: center top;
}

/* Photos Page */

main#todd_frame div#content_sock .gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	grid-auto-rows: minmax(50px, auto);
}
main#todd_frame div#content_sock .gallery .gallery-item {
	position: relative;
	overflow: hidden;
	width: calc(29vw - 5px);
	margin: 0 8px 8px 0;
	text-align: center;
}
main#todd_frame div#content_sock .gallery .gallery-icon img {
	display: block;
	width: calc(29vw - 5px);
	height: auto;
	display: block;
	transition: transform 0.3s ease;
	border: none;
}
main#todd_frame div#content_sock .gallery .gallery-item:hover .gallery-icon img {
	transform: scale(1.1);
}
main#todd_frame div#content_sock .gallery .gallery-caption {
	display: none;
}
main#todd_frame div#content_sock .gallery br{
	display: none !important;
}

/* Quotes Page */

div#todd_quotes blockquote{
	display: block;
	font-size: 1.5em;
	line-height: 1.12em;
	margin: 0 10vw 3vw;
}
div#todd_quotes small{
	font-size: 0.55em;
	line-height: 1em;
}

/* Tour Dates Page */

div.todd_tourdates a{
	color: inherit;
	text-decoration: none !important;
	cursor: pointer;
}

/* Store Page */

main#todd_frame div#content_sock ul.storegrid {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 20px;
	grid-auto-rows: minmax(50px, auto);
	margin: 0;
	padding: 0;
}
main#todd_frame div#content_sock ul.storegrid li{
	display: block;
	margin: 0;
	padding: 0;
}
main#todd_frame div#content_sock ul.storegrid li .attachment-large.size-large{
	display: block;
	width: 80vw !important;
	height: auto;
	margin: 0 auto 1vw;
}
main#todd_frame div#content_sock ul.storegrid li a.buybtn{
	display: block;
	background: #2c2e30;
	color: #cef5e6;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 2vw;
	padding: 2.5vw 4vw;
	-webkit-border-radius: 2vw;
	-moz-border-radius: 2vw;
	border-radius: 2vw;
	text-decoration: none !important;
	text-align: center;
}
main#todd_frame div#content_sock ul.storegrid li a.buybtn:hover{
	opacity: 0.8;
}
main#todd_frame div#content_sock ul.storegrid li strong.buynow{
	display: block;
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	margin: 0 0 2.5vw;
}

/* Receipt Museum */

main#todd_frame div#content_sock ul.receiptgrid {
  display: grid;
  grid-template-columns: min-content 1fr; /* First column is min-content, second column is flexible */
  grid-template-rows: auto auto; /* You can adjust row sizes as needed */
  grid-gap: 35px 15px;
  margin: 0;
  padding: 0;
}

main#todd_frame div#content_sock ul.receiptgrid li {
  display: block;
}
main#todd_frame div#content_sock ul.receiptgrid li img{
	display: block;
	width: 41vw;
	height: auto;
	margin: 0 auto;
}

main#todd_frame div#content_sock ul.receiptgrid li.rcptspan {
  grid-column: span 2;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 -3vw;
}

/* Subpage Layout Elements */

nav.bottomnav{
	display: none;
}
/* div.small_todd{
	position: absolute;
	top: 26vw;
	left: 50%;
	width: 56.727vw;
	height: 30.64vw;
	margin-left: -29.36vw;
	z-index: 5;
}
.webp div.small_todd{
	background: url(images/small_todd.webp);
	background-size: 56.727vw 80.641vw;
	background-repeat: no-repeat;
	background-position: center top;
}
.no-webp div.small_todd,
.no-js div.small_todd{
	background: url(images/small_todd.png);
	background-size: 56.727vw 80.641vw;
	background-repeat: no-repeat;
	background-position: center top;
} */
div.smallstar01,
div.smallstar02{
	position: fixed;
	top: -13vw;
	left: 50%;
	width: 102vw;
	height: 102vw;
	margin-left: -51vw;
	z-index: 1;
}
.webp div.smallstar01,
.webp div.smallstar02{
	background: url(images/starburst.webp);
	background-image: url(images/starburst.svg), none;
	background-size: 102vw 102vw;
	background-repeat: no-repeat;
	background-position: center top;
}
.no-webp div.smallstar01,
.no-webp div.smallstar02,
.no-js div.smallstar01,
.no-js div.smallstar02{
	background: url(images/starburst.png);
	background-image: url(images/starburst.svg), none;
	background-size: 102vw 102vw;
	background-repeat: no-repeat;
	background-position: center top;
}
div.smallstar02{
	top: 70vw;
}

/* Homepage Banners */

section#announcements{
	position: relative;
	background: #000;
	border-bottom: 0.75vw solid #212325;
	margin: 0;
}
section#announcements div#domesticshorthair{
	position: relative;
	width: 100vw;
	height: 20.8vw;
	background: url(images/top_domesticshorthair_mobile.jpg) no-repeat center top;
	background-size: 100vw 20.8vw;
}
section#announcements div#domesticshorthair a{
	display: block;
	position: relative;
	width: 90vw;
	height: 20.8vw;
	margin: 0 auto;
	text-indent: -9999vw;
	overflow: hidden;
}

/* Footers */

footer#homefoot{
	position: sticky;
	bottom: 0.5rem;
	left: 0;
	margin: 0 0 2vh 0;
	width: 100vw;
	min-height: 3.5vw;
	text-align: center;
	z-index: 100;
}
footer#subfoot{
	position: relative;
	margin: 2vw auto 1vw;
	width: 100vw;
	min-height: 3vh;
	text-align: center;
	z-index: 100;
}