#livesearch-sug ul li:first-child:before {
	content: "Are you looking for...";
	display:block;
	color:var(--ucheadingcolor);
	text-transform:uppercase;
	font-size:1.2rem;
	font-weight:bold;
	margin: -3rem 0 0 0;
	position:absolute;
	left: 0;
}

#livesearch-sug ul:has(li)  {
	display:flex;
	text-align:center;
	flex-wrap: wrap;
	padding-top: 4rem !important;
	justify-content: center;
	gap:2rem;
	position: relative;
}
	#livesearch-sug ul li {
		flex: 0 0 175px;
	}


.stats {
    margin: 1rem 0;
}

.stats th,.stats td {
    border: 1px solid var(--beige);
    padding: 5px;
    text-align: left;
    color: #353535;
	font-weight:normal;
}

.profile-pic {
    float: right;
    margin: 0 0 5px 5px;
}

@media all and (min-width: 700px) and (max-width:999px) {
    .profile-pic {
        float:none;
        margin: 0 auto -1rem;
        display: block;
    }
}

.highlight-para {
	border-bottom: 1px solid var(--beige);
	padding: 1rem 0;
	
}






/* Show list */
.toggle-checkbox {
    opacity: 0;
    position: absolute;
}

.toggle-checkbox:checked+.toggle-label .ball {
    transform: translateX(28px);
    background: #0d8c98;
}

.toggle-label {
    background-color: #d3cec7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    position: relative;
    height: 32px;
    width: 60px;
    margin: -3px 10px 0;
    cursor: pointer;
}

.ball {
    background-color: #ef5570;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    height: 22px;
    width: 22px;
    transition: transform .3s linear;
}

.fa-pop {
    color: #f1c40f;
}

.fa-alpha {
    color: #f39c12;
}

#order-toggle {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
	margin-bottom:var(--standard-padding);
}

.toggle-text {
    display: inline-block;
    vertical-align: middle;
    color: #838382;
    font-weight: 700;
    font-size: 16px;
    padding: 3px;
    cursor: pointer;
    transition: border .2s,opacity .2s;
    opacity: .7;
    border: 0;
}

.order-by-popular .text-label-for-popular {
    border-bottom: 2px solid #ef5570;
    opacity: 1;
    transition: border .2s,opacity .2s;
}

.text-label-for-alpha {
    border-bottom: 2px solid #0d8c98;
    opacity: 1;
    transition: border .2s,opacity .2s;
}

.order-by-popular .text-label-for-alpha {
    opacity: .7;
    border: 0;
    transition: border .2s,opacity .2s;
}

.showlist {
    background: var(--beige);
    padding: 0 0 2rem;
    margin-bottom: 0;
}

.showlist h1 {
    padding: 1rem 0;
}

.showlist input,.showlist checkbox {
    border: none;
    overflow: auto;
    outline: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 50px;
    -webkit-border-radius: 50px;
	background:#fff;
	padding:  1rem;
}

#fullshowlist {
    position: relative;
    padding-left: 100px;
    min-height: 550px;
    z-index: 1;
}

#fullshowlist h3 {
    color: var(--beige);
    font-weight: 700;
    font-size: 48px;
    position: absolute;
    left: 0;
    text-transform: uppercase;
    margin-top: -10px;
    padding-top: 10px;
}

#fullshowlist .flexy {
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

#fullshowlist ul {
    list-style-type: none;
}

#fullshowlist ul li {
    flex: 0 0 25%;
}

@media all and (max-width: 999px) {
    #fullshowlist {
        position:relative;
        padding-left: 60px;
    }

    #fullshowlist h3 {
        font-size: 38px;
    }
}

#fullshowlist ul {
    border-bottom: 1px solid #d3cdc7;
    padding: 0 0 25px;
    margin: 0 0 25px;
}

#fullshowlist ul:empty {
    display: none;
}

#fullshowlist ul li {
    margin-top: 0;
    margin-bottom: .5em;
    flex: 0 0 50%;
}

#fullshowlist li a {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #343434;
    padding: 8px 5px;
    text-decoration: none;
    background: 0 0;
    transition: background-color .5s ease-out;
}

#text-page #fullshowlist li.category-type-2 a {
    font-style: italic;
    color: #999692
}

@media all and (min-width: 1000px) {
    #fullshowlist li a:hover {
        background:#c8e6e8;
        transition: background-color .5s
    }

    #fullshowlist li.category-type-2 a:hover {
        font-style: italic;
        color: #343434
    }

    #fullshowlist ul li {
        flex: 0 0 25%
    }
}

@media all and (max-width: 549px) {
    #fullshowlist ul li {
        flex:0 0 100%
    }
}

.alphalist-wrap {
    //background: var(--lighterbeige);
    margin-bottom: 1rem;
    padding: 1rem 0;
	border-bottom: 1px solid var(--lighterbeige);
}

ul.alphalist {
    list-style-type: none;
    margin-left: 0;
}

.alphalist li {
    display: inline-block;
    width: 7%;
    text-align: center;
}

.alphalist li.selected {
    background: #d3cec7;
    transition: background .2s;
}

.alphalist li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: .88rem;
}

@media all and (min-width: 550px) {
    .alphalist li {
        width:3.703%;
    }
}

@media all and (max-width: 999px) {
    .alphalist-wrap {
        padding:.5rem 0;
    }

    #pagewrap .alphalist-wrap .constrain {
        padding: 0;
    }

    ul.alphalist {
        text-align: center;
    }

    #text-page.showlisting h1 {
        margin-bottom: 5px;
    }

    #text-page #fullshowlist ul {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    #text-page #fullshowlist li {
        margin-bottom: 0;
    }
}

.showlisting {
    position: relative;
}

#static-bar {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    background: #595857;
    margin-top: -78px;
    height: 30px;
}

.static {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    padding-top: 45px;
    margin-top: -95px;
}

@media all and (max-width: 1023px) {
    .static {
        margin-top:-64px;
    }

    #text-page .static .constrain .box {
        padding: 3px
    }

    .static .box {
        background: #e0dad3;
    }
}

#noresults {
    display: none;
    margin-left: -60px;
}



ul.tag-list {
    list-style-type: none;
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

ul.tag-list li {
    flex: 1 0 50%;
}

ul.tag-list li a {
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #343434;
    padding: 8px 5px;
    text-decoration: none;
    background: 0 0;
    transition: background-color .5s ease-out;
}

@media all and (min-width: 1000px) {
    ul.tag-list li {
        flex:0 0 25%;
    }

    ul.tag-list li a:hover {
        background: #c8e6e8;
        transition: background-color .5s;
    }
}

@media all and (max-width: 549px) {
    ul.tag-list li {
        flex:0 0 100%;
    }
}

.tag-count {
    opacity: .7;
    font-size: 14px;
    font-style: italic;
}

.toggle-checkbox {
    opacity: 0;
    position: absolute;
}


.error404 #text-page img {
    max-width: 50%;
    height: auto;
}

.error404 h1 {
    font-size: 20px;
}

@media all and (min-width: 1000px) {
    .error404 #text-page {
        padding:150px 0 15px;
    }
}


#pagewrap div.wpforms-container-full {
	margin: var(--standard-padding) 0;
}


/* available-items  etc page */
.available-wrap .flexy {
	flex-wrap: wrap;
	justify-content: space-between;
}
.available-wrap .flexy div {
	flex: 0 0 100%;
	//border-bottom:7.5px solid #ebeaea;
	margin: 0 -15px 15px -15px;
	padding: 0 15px;
	background:none;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
			border-radius: 8px;
			background:#fff;

}
	.available-wrap .flexy div p {
			margin: 1rem 0;
	}
	.available-wrap .flexy div p.postedon {
		font-size:var(--fontsize-mini);
	}
.ss_alpha {
	display:flex;
	flex-direction:column;
	height:100%;
}
	.ss_alpha li {
		flex: 1 1 15px;
	}
	@media all and (min-width:1000px) {
		.available-wrap .flexy div {
			flex: 0 0 30%;
		}
		.available-wrap .flexy div.available-item.adsbygoogle {
			align-self:center;
			padding:var(--standard-padding);
		}
	}
	@media all and (min-width:600px) and (max-width:999px) {
		.available-wrap .flexy div {
			flex: 0 0 48%;
		}
	}
	@media all and (min-width:600px) {
		.available-wrap .flexy div {
			margin: 0 0 15px 0;
			padding:0;
			transition: all 0.2s ease;
			box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
			border-radius: 8px;
			background:#fff;
		}
	.available-wrap .flexy div:hover {
		transition: all 0.2s;
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
		}
		.available-wrap .flexy div p {
			padding: 0 15px;
		}
	}

.available-wrap .flexy div.goa p:first-child {
    text-transform: uppercase;
    color: var(---ucheadingcolor);
    margin: 0 0 var(--standard-padding);
    font-weight: 700;
    padding: 0;
}

.filter-by-show {
    position: relative;
    z-index: 100;
    text-align: left;
    padding: 15px 0 0 0;
}

#showselect_main {
    position: absolute;
    width: 500px;
    right: 20px;
    padding: var(--standard-padding);
    background: #fff;
    border: 1px solid #999;
    display: none;
}

#showselect_main ul {
    list-style-type: none;
}

#showselect_main .ss-main ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 0;
    font-size: 14px;
}

#showselect_main ul li.chosen-one a {
    background: #00a0b0;
    color: #fff;
}

.ss-letters {
    flex: 0 0 35px;
}

.ss-main {
    flex: 1 0 200px;
}

.ss-main .flexy {
    flex-wrap: wrap;
    justify-content: start;
    height: auto;
    align-items: flex-start;
    gap: 0;
}

.ss-main .flexy li {
    flex: 0 0 50%
}

.ss-main h5 {
    text-transform: uppercase;
    color: #999;
    font-size: 18px;
}

@media all and (min-width: 1000px) {
    #showselect_main ul li a {
        transition:background .2s;
    }

    #showselect_main ul li a:hover {
        background: #eee;
        transition: background .2s;
    }
}

@media all and (min-width: 520px) {
    .filter-by-show {
        position:absolute;
        right: 15px;
        top: 0px;
        z-index: 80;
        text-align: right;
        padding: 0;
    }
}

#showselect_main.show {
    display: block;
}

#showselect_main .ss_alpha {
    border-right: 1px solid #ccc;
    padding: 0 3px 0 0;
    margin: 0 10px 0 0;
}

#showselect_main .ss_alpha li {
    line-height: 16px;
}

#showselect_main .ss_alpha li a {
    text-decoration: none;
    font-weight: 700;
    color: #999;
}

#showselect_main h5 {
    margin: 0;
    outline: 0;
    border: 0;
}

#showselect_main h5:focus {
    outline: 0;
}

.scrollme {
    height: 450px;
    overflow-y: scroll;
    position: relative
}

.category-type-2 {
    font-style: italic;
    opacity: .5
}

#showselect_main .button {
    position: absolute;
    right: 25px;
    margin-top: 7.5px;
}

#show-select {
    display: inline-block;
    width: 100px;
}

#selectshow_b {
    display: none;
}

@media all and (max-width: 567px) {
    #showselect_main {
        width:auto;
        left: 0;
        right: 0
    }

    #showselect_main ul li {
        font-size: 14px;
    }
}

#selectsearch {
    border: 1px solid #ccc;
    width: 90%;
    margin: 3px 0;
}

#selectsearch:focus {
    outline: none
}

@media screen and (max-width: 568px) {
    .hidemobcol {
        display:none;
    }

    #selectsearch {
        font-size: 14px;
    }
}

.loadbutton {
    text-transform: uppercase;
    margin: 15px auto;
    display: block;
    font-size: 18px;
    padding: 1rem 2rem 1rem 1rem;
    outline: 0
}

#loadme {
    background: transparent url("/dottv/cdn2/images/loading_2026c.gif") no-repeat center;
    display: inline-block;
    width: 50px;
    height: 50px;
    visibility: visible
}

#loadme.hide {
    visibility: hidden
}

#loadme.availableload {
	width:auto;
	padding-top: 95px;
}
.notfound {
    flex: 0 0 100%;
    background: #efe9e1;
    padding: 1rem 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}







/* Home page stuff */
.home h3 {
	text-transform:uppercase;
	margin: 1.5rem 0;
}
.latest-outfits {
	display:flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: space-around;
}
	.latest-outfits .square-box {
		margin:0;
	}

#currentshows {
}
	#currentshows .flexy {
		flex-wrap: wrap;
	}
	.home-daily-shows {
		flex: 0 0 100%;
		text-align:center;
	}
		.home-daily-shows ul {
			list-style-type:none;
		}
	.home-current-shows {
		flex: 0 0 100%;
	}
	.home-current-shows-logos {
		display:flex;
		flex-wrap: wrap;
		gap: var(--standard-padding);
		justify-content: space-around;
	
	}

	a.logo-listing {
		//flex:0 0 150px;
		//height:150px;
		box-sizing: border-box;
		//width:28%;
		//max-width:175px;
	}
@media all and (min-width: 739px) { 
	.home-current-shows-logos {
		display:flex;
		flex-wrap: wrap;
		gap: var(--standard-padding);
		padding-top:var(--standard-padding);
		justify-content: center;
	}

	a.logo-listing {
		flex:0 0 150px;
		height:150px;
		margin: 0 7.5px 15px 7.5px;
		box-sizing: border-box;
		width:28%;
		max-width:175px;
	}
}

.boxy-list .hr {
	margin: 7px 0 10px 0;
	background:#cac4bd;
	color:#cac4bd;
	display:block;
	height:1px;
	}

	ul.boxy-list {
		list-style-type:none;
		margin: 0 15% 30px 15%;
	}
	ul.boxy-list li {
		display:block;
	}
	ul.boxy-list li a {
		display:block;
		text-decoration:none;
		padding: 3px 0;
		margin: 0 0 3px 0;
		text-align:center;
		transition: background linear 0.1s;
	}
	@media all and (min-width:1024px) {
		#currentshows .flexy {
			flex-wrap: nowrap;
		}

		.home-daily-shows {
			flex:0 0 30%;
		}
		.home-current-shows {
			flex:1 1 70%;
		}
		.home-current-shows-logos {
			display:flex;
			flex-wrap: wrap;
			gap: var(--standard-padding);
			padding-top:var(--standard-padding);
			text-align:left;
		}

		a.logo-listing {
			opacity:0.6;
			transition: opacity linear 0.3s;
		}
		a.logo-listing:hover {
			opacity:1;
			transition: opacity linear 0.3s;
		}
		a.logo-listing  {
			transform: none;
			transition: transform linear 0.1s;
			position:relative;
			z-index:2;
		}

		a.logo-listing:hover  {
			transform: scale(1.2);
			transition: transform linear 0.1s;
			box-shadow: 0px 0px 20px 0px rgba(51,51,51,0.1);
			z-index:3;
		}

	}

/* Latest Posts on home page orphans */
.latest-outfits .square-box:nth-of-type(27){
		display:none;
}

@media all and (min-width:531px) {
	.latest-outfits .square-box:nth-of-type(27) {
		display:block;
	}
}
@media all and (min-width:734px) {
	.latest-outfits .square-box:nth-of-type(25), .latest-outfits .square-box:nth-of-type(26) , .latest-outfits .square-box:nth-of-type(27)  {
		display:none;
	}
}
@media all and (min-width:901px) {
	.latest-outfits .square-box:nth-of-type(25)   {
		display:block;
	}
}
@media all and (min-width:1064px) {
	.latest-outfits .square-box:nth-of-type(25)   {
		display:none;
	}
}


@media all and (min-width:1229px) and (max-width:1444px) {
	.latest-outfits .square-box:nth-of-type(22), .latest-outfits .square-box:nth-of-type(23), .latest-outfits .square-box:nth-of-type(24), .latest-outfits .square-box:nth-of-type(25), .latest-outfits .square-box:nth-of-type(26) , .latest-outfits .square-box:nth-of-type(27)  {
		display:none;
	}
}
@media all and (min-width:1620px) {
	.latest-outfits .square-box:nth-of-type(22), .latest-outfits .square-box:nth-of-type(23), .latest-outfits .square-box:nth-of-type(24), .latest-outfits .square-box:nth-of-type(25), .latest-outfits .square-box:nth-of-type(26) , .latest-outfits .square-box:nth-of-type(27)  {
		display:block;
	}
}
@media all and (min-width:1750px) and (max-width: 1853px) {
	.latest-outfits .square-box:nth-of-type(25), .latest-outfits .square-box:nth-of-type(26) , .latest-outfits .square-box:nth-of-type(27)  {
		display:none;
	}
}



/* Affiliate notice */
	#home-aff {
		width:100%;
		max-width:288px;
		flex: 0 0 288px;
	}
		#home-aff span:before, #av-aff span:before {
			content:"WornOnTV receives commission for purchases or clicks made through links on this website, which helps keep the website going.";
		}
		#home-aff span {
			color:var(--beige);
			font-size:1rem;
			opacity:0.7;
			line-height:1.4rem;
			width:100%;
			display:block;
			background: transparent url('/dottv/cdn2/images/faded-hearts.png') no-repeat right center;
			padding:1rem 0;
		}
		#av-aff span {
			display:block;
			font-size:1rem;
			line-height:1.2rem;
			padding: 0.5rem;
			background: transparent url('/dottv/cdn2/images/faded-hearts.png') no-repeat right center;
		}
	@media all and (min-width:769px) {
		.av-aff-wrap {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
	}
	
	#av-aff {
		width:288px;
		padding: 15px 20px 15px 15px;
		position:relative;
		order: 2;
		min-width:288px;
	}
	@media all and (min-width: 1024px) {
		#home-aff span, #av-aff span {
			font-size:0.88rem;
			line-height:0.88rem;
		}
	}


/* Home page search */

#homepage-search .livesrch {
    position: relative;
    box-shadow: none;
	top:0;
}

#homepage-search {
    background: #595857;
    padding: 30px 0
}

#homepage-search .flexy {
    flex-wrap: wrap;
    align-items: center
}

.homepage-search-label,.homepage-search-input,.homepage-search-button {
    flex: 0 0 100%
}

.homepage-search-button {
    display: none
}

#homepage-search form {
    display: block;
    width: 100%
}

#homepage-search label {
    color: #aaa59e;
    text-transform: uppercase;
    font-size: 1.7rem;
    line-height: 2.6rem;
	font-weight:bold;
}

#homepage-search input#hp-s {
    background: #fff url(//wornontv.net/dottv/assets/images/sprite-20180618.png) no-repeat right -258px;
    font-size: 30px;
    color: #7f7c79;
    border-radius: 4px;
    padding: 5px 10px;
    width: 98%;
    border: 0;
    height: 37px;
}

#homepage-search input#hp-s:focus {
    outline: 0
}

#homepage-search input#hp-submit {
    background: #fff url(//wornontv.net/dottv/assets/images/sprite-20180618.png) no-repeat -455px -220px;
    font-size: 20px;
    color: #fff;
    border-radius: 0 4px 4px 0;
    width: 40px;
    font-size: 1px;
    height: 47px;
    vertical-align: top;
    border: 0
}

#livesearch_home .livesrch-img {
	flex: 0 0 100px;
	height:100px;
	margin: var(--standard-padding) var(--standard-padding) var(--standard-padding) 0;
	}
#livesearch_home li a {
	height:auto;
}

@media all and (min-width: 750px) {
    .homepage-search-label {
        flex:0 0 160px
    }

    .homepage-search-input {
        flex: 1 0 40%
	}
	#homepage-search input#hp-submit {
		font-size: 28px;
    }
	#livesearch_home {
		max-width:700px;
		margin:0 auto;
	}
	#livesearch_home li {
		margin-bottom:var(--standard-padding);
		border:0;
	}
}

@media all and (min-width: 950px) {
    .homepage-search-button {
        flex:0 0 250px;
        margin-left: 30px;
        display: block
    }
}

@media all and (max-width: 1755px) {
    #homepage-search label {
        font-size:24px;
        line-height: 24px;
        margin-bottom: 5px;
        display: block
    }

    #homepage-search input#hp-s {
        font-size: 24px
    }
}

@media all and (max-width: 1023px) {
    #homepage-search input#hp-s {
        width:94%;
        padding: 5px 3%
    }
}

@media all and (min-width: 1756px) {
    .homepage-search-label {
        flex:0 0 200px
    }
}

@media all and (min-width: 768px) and (max-width:1340px) {
    #homepage-search {
        padding:15px 5px
    }
}

/* Old Search Page */
select#search-cat {
	background:#fff;
	padding: 0.6rem;
}

/* Suggest Page */
#wpforms-75952-field_1-container label {
	display:none;
}
#wpforms-75952-field_1-container input {
	width:100%;
	max-width:350px;
	margin: 0 0 1rem 0;
}
#livesearch-sug ul {
	list-style-type:none;
}
.wpforms-confirmation-container {
	background:#caebd0;
	padding: var(--standard-padding);
	border: 1px solid #5ddb74;	
	width:100%;
	max-width:350px;
}

.metabox-tags {
	display:inline;
}
#pagewrap .metabox-tags a.button {
    text-decoration: none;
    padding: 0 0.5rem;
    margin: 0 0.1rem 0.5rem 0;
    display: inline-block;
    font-size: var(--fontsize-mini);
    border-radius: 5px;
		background-image: none;
}

@media all and (max-width: 767px) {
	.new-line-mobile-only {
		display:block;
		padding: 0.5rem;
	}
}