/*
 Theme Name:   Flik Twenty-One
 Theme URI:    https://www.flikulti.com
 Description:  Flik Twenty-One
 Author:       Martin Taylor; based on themes developed by Richard Taylor
 Author URI:   http://www.openbracketdesign.co.uk
 Version:      1.2.1
*/

:root {
  --flik-orange: #f05a28;
  --flik-blue: #009ae2;
  --flik-green: #00ab6c;
  --flik-orange-hover: #e83f07;
  --flik-theory: #0583cb;
  --flik-sc: #7b2181;
  --flik-background: #f4f4f4;
  --flik-team: #cf9d41;
  --flik-wfdf: #bf0404;
  --aside-width: 260px;
}
html {
	height: 100%;
  line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  background-color: #fff;
  margin: 0px;
  padding: 7px;
  font: 16px/1.4 Source Sans Pro, Arial, sans-serif;
  color: #444;
  line-height: 1.2em;
}
/* --- PRIMARY CONTAINERS --- */
#outer-flex {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#main-content {
  flex: 1;
  display: flex;
  column-gap: 5px;
}
aside {
  background-color: #333;
  color: white;
  width: 0px;
  height: 0px;
  border-radius: 15px;
  flex-shrink: 0;
  overflow-x: hidden;
  margin-bottom: 10px;
  transition: width 500ms;
}
.with-menu aside {
  width: var(--aside-width);
  height: auto;
}
#aside-container {
  padding: 30px 10px;
}
.page-wrap {
  min-width: 0;
  overflow: hidden;
  width: 100%;
}
#full-width {
  overflow-x: hidden;
}
/* --- FOOTER --- */
footer {
  background-color: #222;
  padding: 30px 20px 0px 20px;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr 60% 1fr;
}
.footer-images, footer .nav-sections, #copyright {
  grid-column: 2;
}
.footer-images {
  margin-bottom: 20px;
}
.footer-images img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
footer .nav-sections {
  display: flex;
  flex-direction: column;
}
footer .nav-section {
  text-align: center;
}
footer h3 {
  color: var(--flik-orange);
  font-size: 22px;
  line-height: 26px;
}
footer nav ul {
  display: block;
  padding-left: 0px;
  list-style: none;
}
footer li {
  color: #fff;
  line-height: 2em;
}
#copyright {
  color: #fff;
  text-align: center;
  border-top: 1px solid #888;
  width: 100%;
  padding-top: 15px;
}
/* --- COMMON ELEMENTS --- */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
a.underline {
  text-decoration: underline;
}
a.item-link {
  padding: 0px 10px;
  line-height: 1.6em;
  text-decoration: none;
  display: inline-block;
  color: #333;
  background-color: #fff;
  border: 1px solid var(--flik-orange);
  border-radius: 10px;
  margin: 2px 0px;
}
a.item-link:hover {
  background-color: #eee;
}
.mobile-hide, .desktop-only, .wp-block-image.desktop-only {
  display: none;
}
h1, h2, h3 {
  font-family: Roboto, Arial, sans-serif;
  color: var(--flik-orange);
}
h1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1.25px;
  line-height: 30px;
  margin: 0;
}
h2 {
  font: 28px "Roboto", Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
}
h3 {
  font-size: 14px;
  color: var(--flik-orange);
}
h3:first-child {
  margin-top: 0px;
}
h4 {
  padding: 20px 10px 7px 0;
  border-bottom: 1px solid #eee;
  font: 13px Roboto, Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 5px 0;
}
h5 {
  text-align: center;
  font: 18px Roboto,Arial,sans-serif;
}
blockquote.quote {
  margin-left: 0px;
  font-style: italic;
  text-align: center;
}
blockquote.quote img {
  display: block;
  margin: 0 auto;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}
form {
  font-family: Roboto, Arial, sans-serif;
}
.ls-esi-empty {
  display: none;
}
/* Flik form */
.flik_form {
  width: 70%;
  min-width: 330px;
  max-width: 800px;
  margin: 0 auto;
}
.flik_form fieldset p {
  display: grid;
  /* grid-template-columns: 1fr;
  align-items: center; */
}
.flik_form label {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.flik_form label.check-subscribe {
  line-height: 1em;
  font-size: 13px;
}
.flik_form .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.flik_form input, .flik_form select {
  height: 1.5em;
  font-size: 17px;
}
.flik_form input[type=submit] {
  width: 100%;
  height: fit-content;
  border-radius: 10px;
  text-transform: none;
  margin-top: 10px;
}
.flik_form label.showpass {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.flik_form input[type=checkbox] {
  height: auto;
}

/* 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;
  width: 1px;
  word-wrap: normal !important;
}
input[type="submit"] {
  padding: 10px;
  background: var(--flik-orange);
  color: white;
  border: none;
  display: block;
  cursor: pointer;
  border-radius: 10px;
}
.dn {
  display: none;
}
.flik-orange {
  color: var(--flik-orange);
}
.flik-blue {
  color: var(--flik-blue);
}
.flik-green {
  color: var(--flik-green);
}
.flik-theory {
  color: var(--flik-theory);
}
.flik-sc {
  color: var(--flik-sc);
}
.login-error {
  background-color: var(--flik-theory);
  color: #fff;
  font-size: 20px;
  text-align: center;
  height: 2em;
  padding-top: 1em;
  border-bottom: 2px solid #fff;
}
.login-info {
  background-color: var(--flik-theory);
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 1em;
}
#main {
  padding: 10px 7px 30px;
}
#main.with-teaser {
  padding-top: 20px;
}
.pane {
  padding: 40px 0px;
}
.pane.indented {
  padding: 40px 30px;
}
.pane.side-indented {
  padding: 0px 30px;
}
.pane.white {
  background-color: #fff;
}
.pane.blue {
  background-color: var(--flik-blue);
}
.pane.orange, #contact-pane {
  background-color: var(--flik-orange);
}
.pane h1, .pane h2, .pane h3 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: -0.5px;
  line-height: normal;
}
.orange h2, .orange h3 {
  color: #fff;
}
#links-footer {
  background-color: #444;
  color: #eee;
}
.textleft {
  text-align: left;
}
.textcenter {
  text-align: center;
}
span.player {
	text-transform: uppercase;
  color: var(--flik-theory);
  white-space: nowrap;
}
.warning {
  background-color: var(--flik-orange);
  color: #fff;
  padding: 16px 20px;
  font: 26px Roboto, Arial, sans-serif;
  font-weight: 300;
}
.warning a {
  text-decoration: underline;
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
#sub-footer {
  font-family: Arial, sans-serif;
  padding: 10px 20px;
  color: #fff;
  background-color: #333;
  border-top: 1px solid var(--flik-orange);
}
#sub-footer {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
#sub-footer div.contacts {
  display: flex;
  gap: 10px;
}
a.footer-contact {
  display: flex;
  align-items: center;
  gap: 7px;
}
#sub-footer #designer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* --- GYF / YOUTUBE --- */
.video-item {
  position: relative;
  overflow: hidden;
  height: 0px;
}
.video-item.gfy {
  padding-bottom: 56.25%;
}
.video-item.giphy {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.video-item.streamable {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 5px;
}
iframe.giphy-embed, iframe.streamable-embed {
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-item.youtube, .is-provider-youtube .wp-block-embed__wrapper {
  padding-top: 56%;
}
.video-item iframe, .is-provider-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* --- MENU --- */
#mobile-menu {
  position: absolute;
  top: 8px;
  width: 30px;
  height: 45px;
  cursor: pointer;
  background: url(images/mobile-menu.png) 10px center no-repeat;
  background-size: 40px;
  padding: 10px;
  z-index: 99;
}
.searchform > div {
  display: flex;
  justify-content: space-between;
  background-color: #aaa;
  margin: 0px 8px;
  padding: 5px;
  border-radius: 10px;
}
.searchform input[type=text] {
  background-color: #aaa;
  border: none;
  color: #fff;
  font-size: 18px;
  width: calc(100% - 45px);
}
.searchform input::placeholder {
  color: #fff;
}
aside p {
  color: white;
  padding: 10px;
  margin: 0;
  text-transform: none;
}
aside nav {
  font-size: 20px;
  display: grid;
  row-gap: 30px;
  margin-bottom: 50px;
}
aside nav > div {
  margin-left: 10px;
}
aside nav .nav-toggle {
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}
aside nav .nav-toggle img {
  height: 1.2em;
  transition: 500ms;
}
aside nav .nav-toggle.open img {
  transform: rotate(180deg);
}
aside nav ul {
  display: none;
  list-style: none;
  padding: 10px 0px 0px 0px;
  margin: 0;
}
aside nav ul li {
  padding: 10px;
}
aside nav .nav-toggle.open + ul {
  display: block;
}
#logo {
  background: url(/wp-content/uploads/logo-vc_x2-1.png) transparent no-repeat center;
  background-size: 90%;
  width: 100%;
  height: 115px;
  margin: 0px;
}
#logo:hover {
  opacity: 0.8;
}
#search-menu {
  background: url(/wp-content/uploads/2015/11/search-white_x2.png) 210px center no-repeat;
  background-size: 25px 25px;
  cursor: pointer;
  line-height: 1.2em;
}
#search-menu:hover, .menu-link:hover {
  background-color: #666;
}
.full-orange {
  background-color: var(--flik-orange);
}
.full-orange:hover{
  background-color: var(--flik-orange-hover);
}
.trustpilot-container {
  margin-top: 20px;
}
.gtranslate_wrapper {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-title {
  min-height: 50px;
  padding: 15px 20px 12px;
  color: #333;
  position: relative;
}
.page-title h1 {
  font-size: 35px;
  line-height: 1.1em;
  margin: 0;
  color: #333;
  padding: 10px 0px 0px 60px;
}
.page-title h1 a {
  color: var(--flik-orange);
}
.page-title h1 a:hover {
  text-decoration: underline;
}
.page-intro {
  padding: 0px 20px;
  font-size: 16px;
}
.page-intro.grey {
  color: #333;
  background-color: #ccc;
}
blockquote p {
  background-color: #eee;
  padding: 10px;
  border-left: 2px solid var(--flik-orange);
}
/* --- COMMENTS --- */
#comments {
  padding: 10px;
}
.comment-header {
  border-bottom: 1px solid #666;
  display: block;
}
.comment .children {
  display: block;
  padding: 10px 20px;
  list-style-type: none;
  border-left: 1px solid #ccc;
  margin: 10px 0;
}
textarea {
  width: 66%;
  font-family: inherit;
  font-size: 14px;
}
/* --- REGISTER / LOGIN PANES */
.reg-scroll {
  background-color: #fff;
  color: var(--flik-blue);
  padding: 10px;
	cursor: pointer;
  margin-left: 10px;
}
.reg-scroll:hover {
  background-color: var(--flik-blue);
  color: #fff;
}
#register-pane {
	margin: 10px 3px;
  padding: 7px;
}
.regform-intro {
  padding: 10px 0px;
}
.free-teaser {
  color: #fff;
  background-color: var(--flik-orange);
  padding: 20px;
  font-size: 20px;
  border-radius: 15px;
  margin: 0px 20px 20px 20px;
}
.is-visible .free-teaser {
  margin-top: 10px;
}
.free-teaser h3 {
  font-size: 32px;
  margin: 0px 0px 16px 0px;
  line-height: 1em;
}
.free-teaser > div {
  margin: 10px 0px;
}
.free-teaser a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 15px;
}
.free-teaser a:hover {
  color: var(--flik-orange);
  background-color: #fff;
}
.free-teaser .ft-login {
  font-size: 15px;
}
.free-teaser .ft-login a {
  border: none;
  text-decoration: underline;
  padding: 0px 20px;
  margin-left: 10px;
}
.free-teaser .ft-login a:hover {
  text-decoration: none;
}
.free-teaser.cta-top {
    font-size: 14px;
    padding: 10px;
}
.cta-top .support-donate {
  display: none;
}
#teaser-register a.button {
  color: var(--flik-theory);
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 8px;
  font-size: 20px;
  text-decoration: none;
}
#teaser-register a:hover {
  background-color: #f05a28;
  color: white;
}
#forgot-pass {
	padding: 10px;
	font: 13px Arial;
	display: block;
	color: #fff;
	text-align: center;
  text-decoration: none;
}
#forgot-pass {
  background-color: #333;
}
#forgot-pass:hover {
  color: var(--flik-orange);
}
.social-logins {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  column-gap: 3px;
  justify-content: space-between;
}
.social-logins > a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 8px;
}
.social-logins img {
  width: 40px;
  margin-right: 16px;
}
#facebook-login {
  background-color: #1877f2;
  color: #fff;
}
#facebook-login:hover {
  background-color: #000;
}
#google-login {
  color: #333;
  background-color: #fff;
}
#google-login:hover {
  background-color: #eee;
}
div.error {
  background-color: var(--flik-blue);
  color: #fff;
  padding: 5px 10px;
  margin: 8px 10px 0px 10px;
}
.regpage-link {
  background-color: var(--flik-theory);
  color: #fff;
  text-align: center;
  margin: 15px;
  padding: 10px;
}
/* --- TAXONOMIES --- */
h1 span.tax-count {
  text-transform: none;
  font-size: 20px;
  color: #333;
  margin-left: 15px;
}
#main.taxonomy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 10px;
  background-color: var(--flik-background);
  border-radius: 15px;
  margin: 0px 10px;
  padding: 15px 5px;
}
a.taxonomy-item {
  font-size: 16px;
  background-color: #fff;
  text-align: center;
  width: 150px;
  display: grid;
  justify-items: center;
  padding: 5px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px #aaa;
}
a.taxonomy-item .chapter-letter {
  font-size: 80px;
}
.tax-pic, .tax-pic img {
  width: 150px;
}
#main.taxonomy img.rounded {
  border-radius: 50%;
}
p.tax-name {
    max-width: 80%;
    text-align: center;
}
a.taxonomy-item .tax-count {
  font-size: 14px;
  color: var(--flik-orange);
  margin-top: 5px;
}
#coaches {
	background-color: #eee;
	grid-row: 1 / span 3;
  grid-column: 2;
	padding: 5px;
	border-radius: 5px;
	display: flex;
}
#coaches.multi-coach {
  flex-direction: column;
}
.title-coach.multi-coach {
  display: flex;
  column-gap: 5px;
}
.coach-link {
	text-align: center;
	margin: 0px 10px;
}
.drill-coach img, img.drill-coach {
	width: 60px;
  border-radius: 50%;
}
.coach-intro {
  display: grid;
  align-items: center;
  grid-template-columns: 170px 50%;
  margin: 20px 20px;
  background-color: var(--flik-background);
  border-radius: 16px;
  padding: 20px;
}
.coach-pic img, img.coach-pic {
  width: 146px;
  border-radius: 50%;
}
h3.tax-title {
  font-size: 24px;
  text-transform: capitalize;
  grid-column: 1 / span 2;
  color: #333;
  font-weight: 500;
  margin: 20px 10px;
}
.tax-coach #list-container {
  gap: 20px;
  padding: 20px;
}
.taxlist {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  min-height: 84px;
  padding: 10px;
}
.taxlist img.flash {
  position: absolute;
  top: 0px;
  right: 0px;
}
.taxlist .tax-parent {
  margin-top: 10px;
}
.taxlist .drill-intro {
  margin: 0px 20px 10px;
}
.taxlist .overlay {
    display: grid;
    align-items: center;
    justify-items: center;
    color: #000;
    background-color: #fff;
    font-size: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 60%;
}
h2.tax-item {
  color: #333;
  font-size: 18px;
  text-transform: none;
  margin-bottom: 0px;
}
.taxlist a.drills {
  display: inline-block;
  padding: 10px 5px;
}
h2.tax-item span {
  text-transform: none;
  color: #888;
  margin-left: .3em;
}
/* --- NAVIGATION --- */
.navigation {
  display: flex;
  justify-content: space-around;
  margin: 5px 0px;
}
.navigation .page-numbers {
  display: block;
  font-size: 17px;
  padding: 10px 13px;
  color: #fff;
  background-color: #888;
}
.navigation .page-numbers.current {
  background-color: var(--flik-orange);
}
.navigation a.page-numbers:hover {
  background-color: #aaa;
}
.post-nav-container {
  color: white;
  display: flex;
  justify-content: space-between;
  margin: 10px 20px;
  gap: 2px;
}
.post-nav-container > div {
	transition: 0.3s;
}
.prev-posts, .next-posts {
  margin-top: 0;
  color: #333;
  border: 1px solid var(--flik-orange);
  border-radius: 15px;
}
.prev-posts.empty-nav-posts, .next-posts.empty-nav-posts {
  border: none;
}
.next-posts:hover {
	padding-right: 15px;
}
.prev-posts:hover {
	padding-left: 15px;
}
.prev-posts a {
  display: block;
  padding: 10px 10px 10px 35px;
  background: url(/wp-content/uploads/2015/10/arrow-left-white_x2.png) left center/37px no-repeat;
  text-align: right;
}
.next-posts a {
  display: block;
  padding: 10px 35px 10px 10px;
  background: url(/wp-content/uploads/2015/10/arrow-right-white_x2.png) right center/37px no-repeat;
}
/* --- TABS --- */
.tab-bar {
	display: flex;
	margin-top: 5px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.tab {
  font-size: 12px;
  padding: 10px;
  cursor: pointer;
  margin-left: 1px;
}
.reveal {
  cursor: pointer;
}
.reveal img {
  width: 1.2em;
  transition: 500ms;
}
.reveal.active img {
  transform: rotate(180deg);
}
/* --- TABLES --- */
table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
}
td {
  padding: 7px 10px;
}
.single-theory table.plain td {
  background-color: initial;
  color: initial;
}
/* --- FREE / PREMIUM INDICATORS --- */
.free-icon {
	background: url(/wp-content/uploads/free-icon_x2.png) center no-repeat;
}
.upgrade-icon {
	background: url(/wp-content/uploads/upgrade-icon_x2.png) center no-repeat;
}
.free-icon, .upgrade-icon {
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	bottom: 0;
	right: 0;
	background-size: 42px;
	z-index: 20;
}
.upgrade-icon:hover {
  bottom: 2px;
  right: 2px;
}
.purchased-notice {
    border: 1px solid var(--flik-orange);
    padding: 10px;
}
/* --- MEDIA QUERIES --- */
@media only screen and (min-width: 600px) {
  .mobile-hide, .desktop-only, .wp-block-image.desktop-only {
    display: initial;
  }
  .wp-block-image.mobile-only {
    display: none;
  }
  .navigation {
    justify-content: flex-start;
    margin: 5px 20px;
    gap: 10px;
  }
  #coaches.multi-coach {
    flex-direction: row;
  }
  .page-title h1 {
    font-size: 40px;
  }
  .free-teaser.cta-top {
    font-size: 20px;
    padding: 20px;
  }
  .cta-top .support-donate {
    display: block;
  }
  footer {
    grid-template-columns: 200px 1fr;
  }
  .footer-images {
    grid-column: 1;
  }
  footer nav ul {
    list-style-position: inside;
  }
  footer .nav-sections {
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
  }
  footer .nav-section {
    text-align: left;
  }
  #copyright {
    grid-column: 1 / span 2;
  }
}

@media only screen and (min-width: 900px) {
  #mobile-menu {
    display: none;
  }
  aside {
    width: var(--aside-width);
    height: auto;
  }
  .page-title h1 {
    text-align: left;
    text-transform: none;
    padding: 10px 0px 0px 0px;
    line-height: 1em;
  }
  .video-item {
    width: 85%;
  }
  .video-item.youtube {
    padding-top: 55%;
  }
  .video-item.streamable {
    width: 90%;
    padding-bottom: 51.25%;
  }
  footer {
    grid-column-start: 1;
    grid-column-end: span 2;
  }
  #register-pane {
    padding: 24px 40px;
    margin: 10px 0px;
  }
  .video-item.giphy {
    width: 80%;
    padding-bottom: 45%;
  }
}