/*!
Theme Name: BESTWORST
Theme URI: https://thoughtandfound.co/
Author: Thought & Found
Author URI: https://thoughtandfound.co/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/

@media screen and (min-width: 0) {

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

body {
	margin: 0;
	margin-top: 77px;
	background-color: #ee4d9b;
	/* transition: background-color ease 500ms; */
}

html,  body, a, p, span, h1, h2, h3, h4, h5, h6 {
	font-family: 'old-standard', serif;
	font-weight: normal;
}

h1, h1 a, h1 p {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #faf286;
	margin-top: 0;
	font-weight: normal;
}

a:hover {
	background: black;
	color: #faf286!important;
}

.pod-list-icons a {
	background: transparent;
}

.pod-list-icons a img:hover {
	opacity: .5;
}

img {
  display: block;
  width: 100%;
  margin: auto;
}

/* CURSORS */
.access, video, .m-toggle, .play, .scroll-down {
	cursor: pointer;
}

/* CONTRAST */
.white {
	display: none!important;
}

body.contrast .cloud-container {
	background: black!important;
}

body.contrast .yellow {
	display: none;
}

body.contrast .white {
	display: block!important;
}

body.contrast .pod-list-icons img.icon.white {
	display: inline-block!important;
}

body.contrast {
	background: black!important;
}

body.contrast .strip {
	background: black!important;
	border-bottom: 1px solid white!important;
}

body.contrast .movline,
body.contrast .cap-support,
body.contrast .cap-support a,
body.contrast .cap-support p,
body.contrast .cap-date,
body.contrast .cap-date a,
body.contrast .cap-date p,
body.contrast .cap-date span {
	color: white!important;
}

body.contrast .desk.menu,
body.contrast .m-toggle,
body.contrast footer#colophon {
	background: white!important;
}

body.contrast .menu-panel {
	background: white!important;
}

body.contrast .menu-panel a {
	color: black!important;
}

body.contrast footer#colophon {
	border-top: 1px solid black!important;
}

body.contrast .desk.menu a,
body.contrast .m-toggle,
body.contrast .f-col,
body.contrast .f-col a {
	color: black!important;
}

body.contrast .section, body.contrast article {
	border-top: 1px solid white!important;
}

body.contrast .thumbnail {
	border: 1px solid white!important;
}

body.contrast .entry-meta,
body.contrast .entry-content p,
body.contrast .pod-list-text a,
body.contrast h1,
body.contrast h1 a,
body.contrast h1 p {
	color: white!important;
}

body.contrast .txt-cur,
body.contrast .txt-static {
	color: black!important;
	border: 1px solid black!important;
  background: white!important;
}

body.contrast a:hover {
	background: white!important;
	color: black!important;
}

body.contrast .pod-list-icons a:hover {
	background: transparent!important;
	color: black!important;
}

body.contrast .desk.menu a:hover,
body.contrast .menu-panel a:hover  {
	background: black!important;
	color: white!important;
}

.txt-cur {
	position: absolute;
	float: left;
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	transition:transform 0.2s cubic-bezier(.02,1.23,.79,1.08);
	z-index: 5;
	height: 0;
	width: 0;
	opacity: 0;
	overflow: hidden;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	display: none!important;
	color: #faf286;
	font-style: italic;
	transform: rotate(-22.5deg);
	transform-origin: left;
	border: 1px solid;
	padding: 7px 30px 0px;
	background: #ee4d9b;
}

.txt-static {
	height: 47px;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #faf286;
	font-style: italic;
	transform-origin: left;
	border: 1px solid;
	padding: 7px 30px 0px;
	background: #ee4d9b;
	margin-bottom: 15px;
}

.txt-static.pause {
	display: none;
}

/* ANIMATION */
.splash-anim {
	display: none;
}

.cloud-container {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
	background: #faf286;
	z-index: 4;
}

.a-cloud {
	width: 550px;
	position: fixed;
}

.a-cloud.one {
right: -10%;
top: -20%;
-webkit-animation: rotate-k1 30s reverse ease infinite;
-moz-animation:    rotate-k1 30s reverse ease infinite;
-o-animation:      rotate-k1 30s reverse ease infinite;
animation:         rotate-k1 30s reverse ease infinite;
}

.a-cloud.two {
right: -25%;
top: 35%;
	-webkit-animation: rotate-k1 30s forwards ease infinite;
-moz-animation:    rotate-k1 30s forwards ease infinite;
-o-animation:      rotate-k1 30s forwards ease infinite;
animation:         rotate-k1 30s forwards ease infinite;
}

.a-cloud.three {
	left: 10%;
	bottom: -20%;
	-webkit-animation: rotate-k3 30s forwards ease infinite;
-moz-animation:    rotate-k3 30s forwards ease infinite;
-o-animation:      rotate-k3 30s forwards ease infinite;
animation:         rotate-k3 30s forwards ease infinite;
}

.a-cloud.four {
	left: 50%;
bottom: -10%;
	-webkit-animation: rotate-k2 30s forwards ease infinite;
-moz-animation:    rotate-k2 30s forwards ease infinite;
-o-animation:      rotate-k2 30s forwards ease infinite;
animation:         rotate-k2 30s forwards ease infinite;
}

.a-cloud.five {
	left: 25%;
bottom: 20%;
	-webkit-animation: rotate-k1 30s reverse ease infinite;
	-moz-animation:    rotate-k1 30s reverse ease infinite;
	-o-animation:      rotate-k1 30s reverse ease infinite;
	animation:         rotate-k1 30s reverse ease infinite;
}

.a-cloud.six {
	right: 50%;
top: -10%;
	-webkit-animation: rotate-k1 30s forwards ease infinite;
-moz-animation:    rotate-k1 30s forwards ease infinite;
-o-animation:      rotate-k1 30s forwards ease infinite;
animation:         rotate-k1 30s forwards ease infinite;
}

@-webkit-keyframes rotate-k1 {
  0%   { transform: rotate(-45deg); }
  100% {transform: rotate(315deg); }
}

@-moz-keyframes rotate-k1 {
  0%   { transform: rotate(-45deg); }
  100% {transform: rotate(315deg); }
}

@-o-keyframes rotate-k1 {
  0%   { transform: rotate(-45deg); }
  100% {transform: rotate(315deg); }
}

@keyframes rotate-k1 {
  0%   { transform: rotate(-45deg); }
  100% {transform: rotate(315deg); }
}

@-webkit-keyframes rotate-k2 {
  0%   { transform: rotate(45deg); }
  100% {transform: rotate(405deg); }
}

@-moz-keyframes rotate-k2 {
  0%   { transform: rotate(45deg); }
  100% {transform: rotate(405deg); }
}

@-o-keyframes rotate-k2 {
  0%   { transform: rotate(45deg); }
  100% {transform: rotate(405deg); }
}

@keyframes rotate-k2 {
  0%   { transform: rotate(45deg); }
  100% {transform: rotate(405deg); }
}

@-webkit-keyframes rotate-k3 {
  0%   { transform: rotate(0deg); }
  100% {transform: rotate(360deg); }
}

@-moz-keyframes rotate-k3 {
  0%   { transform: rotate(0deg); }
  100% {transform: rotate(360deg); }
}

@-o-keyframes rotate-k3 {
  0%   { transform: rotate(0deg); }
  100% {transform: rotate(360deg); }
}

@keyframes rotate-k3 {
  0%   { transform: rotate(0deg); }
  100% {transform: rotate(360deg); }
}

.pink-bg {
	background: #ee4d9b!important;
}

.blue-bg {
  background: #3f69b2!important;
}

.green-bg {
  background: #57be8d!important;
}

.blue-txt {
  color: #3f69b2!important;
}

.green-txt {
  color: #57be8d!important;
}


/* HEADER */
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}

.access {
	position: fixed;
	top: 95px;
	right: 15px;
	width: 30px;
	z-index: 5;
}

.desk.menu, .menu-panel {
 display: none;
}

.menu-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: 68px;
  background: #fbf185;
  height: 100vh;
  z-index: 4;
}

.menu-panel a {
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ee4d9b;
}

.menu-panel .link-list {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 55px;
  z-index: 4;
	margin: auto;
	text-align: center;
}

.m-toggle.menu {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
	padding: 15px;
	color: #ee4d9b;
	background: #faf286;
}

.movline, .cap-support, .cap-support a, .cap-support p, .cap-date, .cap-date a, .cap-date p, .cap-date span {
	font-family: 'Courier New', 'Courier', monospace;
	font-size: 12px;
	text-transform: uppercase;
	color: #faf286;
}

.cap-date {
	text-align: right;
}

.strip-wrap {
	position: relative;
	width: 100vw;
	overflow: hidden;
	height: 21px;
}

.strip {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
	line-height: 20px;
  height: 20px;
	white-space: nowrap;
	width: 100%;
	background: #57be8d;
	border-bottom: 1px solid #faf286;
}

ul.movline {
  margin: 0;
  padding: 0;
  list-style: none;
	position: relative;
	display: inline-block;
	clear: both;
	overflow: visible;
}

ul.movline li {
	float: left;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

ul.movline.cloned {
  position: absolute;
  top: 0;
  left: 0px;
}

/* FOOTER */
footer#colophon {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
	border-top: 1px solid #faf286;
	background: #3f69b2;
	color: #faf286;
	font-size: 0;
	padding: 5px 15px;
	z-index: 5;
}

.f-col a {
	text-decoration: none;
	color: #faf286;
}

.f-col {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
	width: 50%;
}

.f-col:last-child {
	text-align: right;
}

.scroll-down {
	display: none;
	text-align: center;
	opacity: 0;
}

/* INTRODUCTION */
.introduction {
	font-size: 0;
	padding: 15px;
	min-height: 448px;
	height: 100vh;
  height: calc(100vh - 120px);
	position: relative;
}

.site-branding {
  margin-bottom: 15px;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.cap-support, .cap-date {
	width: 50%;
	display: inline-block;
	position: absolute;
	bottom: 15px;
}

.cap-support {
	left: 15px;
}

.cap-date {
	right: 15px;
}

.cap-support p, .cap-date p {
	margin-bottom: 0;
}

/* ABOUT */
#about {
	position: relative;
	padding: 15px;
	border-top: 1px solid #faf286;
}

video {
	display: block;
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
}

img.cloud {
	width: 70%;
	margin-top: -15%;
	margin-left: 0;
	position: relative;
	z-index: -1;
}

img.cloud.right {
	margin-right: 0;
	margin-top: 0;
	margin-left: auto;
}

/* PODCASTS */
#podcasts {
	border-top: 1px solid #faf286;
}

article {
	padding: 15px;
	border-top: 1px solid #faf286;
}

.pod-intro {
	padding: 15px;
}

.pod-intro h1 {
	margin: 0;
}

.thumbnail img {
	display: block;
	width: 100%;
}

.thumbnail {
  /* width: 45%; */
	width: 128px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #faf286;
}

.entry-meta {
  text-transform: uppercase;
  width: 45%;
	color: #faf286;
	font-size: 12px;
}

.entry-meta.desk {
	display: none;
}

img.icon {
	width: 22px;
	border-radius: 2px;
	margin-bottom: 5px;
}

.pod-listen > a:last-child > img.icon {
	margin-bottom: 0;
}

.pod-listen {
	float: right;
}

.meta-inner {
  padding: 0 15px;
}

.entry-details {
	font-size: 0;
	margin-bottom: 15px;
	clear: both;
	overflow: hidden;
}

.thumbnail, .entry-meta, .pod-listen {
	display: inline-block;
	vertical-align: top;
}

.entry-content p {
	font-size: 14px;
	color: #faf286;
	margin-top: 0;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

/* ACKNOWLEDGEMENT */
.acknowledgement {
	border-top: 1px solid #faf286;
	padding: 15px;
}

.support-intro h1, .support-intro h1 > p:last-child {
	margin-bottom: 0;
}

.support-logos {
	font-size: 0;
	/* width: 290px; */
	text-align: center;
	margin: 30px auto;
	padding: 0;
}

.support-logos li {
	display: inline-block;
	vertical-align: middle;
}

.support-logos img {
  width: auto;
	max-height: 62px;
	max-width: 280px;
	margin: 0 7px;
}

.support-logos li:last-child > img {
	margin-bottom: 10px;
}

/* PAGE */
header.entry-header {
  position: relative;
}

body.page-template-default.page ul.movline {
	opacity: 0;
}

body.page-template-default.page .entry-content {
	margin-bottom: 30px;
}

body.page-template-default.page, body.page-template-default.page .strip {
	background: #406ab2;
}

body.page-template-default.page .desk.menu a {
	color: #406ab2;
}

}

@media screen and (min-width: 568px) {

/* GLOBALS */

/* HEADER */

/* FOOTER */

/* INTRODUCTION */
.introduction {
	min-height: 305px;
}

.site-branding {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 290px;
}

.cap-support, .cap-date {
	top: 0;
	bottom: 0;
	height: 116px;
	margin: auto;
}

/* ABOUT */

/* PODCASTS */

/* ACKNOWLEDGEMENT */
.support-logos {
	width: auto;
}

.support-logos img {
  width: auto;
  max-height: 100px;
  max-width: 550px;
  margin: 0 7px;
}

.support-logos li:last-child > img {
	max-height: none;
	margin-bottom: 15px;
}

}

@media screen and (min-width: 768px) {

/* GLOBALS */

/* HEADER */

.desk.menu {
	display: block;
	clear: both;
	overflow: hidden;
	background: #faf286;
	padding: 15px;
}

.desk.menu a {
	font-size: 24px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ee4d9b;
}

.desk.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 25%;
	float: left;
}

.desk.menu li:nth-child(2) {
	width: 50%;
	text-align: center;
}

.desk.menu li:last-child {
	text-align: right;
}

.m-toggle {
	display: none;
}

/* FOOTER */
.f-col {
	width: 33%;
	width: calc(100% / 3);
}

.scroll-down {
	display: inline-block;
}

/* INTRODUCTION */
.site-branding {
  height: 80%;
  max-width: none;
}

.site-branding img {
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}

/* ABOUT */
video {
	margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	width: calc(100% - 30px);
}

#about {
	height: 100vh;
  height: calc(100vh - 130px);
	overflow: hidden;
}

.txt-static {
	display: none;
}

.txt-cur {
	height: 47px;
	width: auto;
	opacity: 0;
	display: block!important;
}

img.cloud {
	width: 55%;
	position: absolute;
	max-width: 510px;
	z-index: 1;
}

img.cloud.left {
	left: -80px;
	margin-top: auto;
	bottom: 45px;
}

img.cloud.right {
  display: block;
  right: -80px;
	bottom: 15px;
  left: auto;
  margin-left: auto;
  margin-right: 0;
	/* margin-top: -45%; */
}

/* PODCASTS */
.entry-meta.mob, .pod-listen.mob {
  display: none;
}

.pod-list-text a {
	text-decoration: none;
	color: #faf286;
	text-transform: none;
	font-size: 12px;
}

.entry-meta.desk {
	display: block;
}

.pod-intro, article {
  padding: 30px 15px;
}

article {
	font-size: 0;
}

.entry-details {
  width: 60%;
}

.thumbnail {
  width: 30%;
  margin-right: 5%;
	max-width: 185px;
}

.entry-meta.desk {
	width: 64%;
	clear: both;
	overflow: hidden;
}

.meta-col.dates {
  width: 35%;
  float: left;
}

.meta-col.links {
  width: 65%;
  float: left;
}

.thumbnail, .entry-meta.desk, .entry-content, .entry-details {
	display: inline-block;
	vertical-align: top;
}

.entry-content {
  width: 35%;
  margin-left: 5%;
}

.pod-list-icons {
  margin-top: 15px;
	margin-bottom: 15px;
}

.pod-list-icons a {
	text-decoration: none;
}

img.icon {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 2px;
}

.entry-content p {
	font-size: 13px;
	margin-top: -1px;
}

/* ACKNOWLEDGEMENT */
.acknowledgement {
	position: relative;
  padding: 30px 15px;
	height: 100vh;
	height: calc(100vh - 138px);
	min-height: 425px;
}

.aoc {
  position: absolute;
  bottom: 30px;
	left: 15px;
	right: 15px;
}

.support-logos {
	width: 700px;
	height: 190px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.support-logos img {
	margin: 0 15px;
}

/* PAGE */
body.page-template-default.page .entry-content {
    width: 100%;
    margin-left: 0;
    column-count: 3;
    column-gap: 15px;
}


}

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

/* GLOBALS */

/* HEADER */

/* FOOTER */

/* INTRODUCTION */

/* ABOUT */

/* PODCASTS */
.entry-meta, .pod-list-text a, .entry-content p {
	font-size: 14px;
}

.pod-list-icons {
	margin-top: 19px;
}

/* ACKNOWLEDGEMENT */
.support-logos {
	width: auto;
	height: 100px;
}

.support-logos li:last-child > img {
  margin-bottom: -8px;
  margin-left: 75px;
}

}
