/*!
Theme Name: creativelive
Theme URI: http://creativelive.com
Author: Loka
Author URI: http://loka.com/
Version: 1.0.0
Text Domain: creativelive
*/

@font-face {
  font-family: "noe";
  src: url("css/NoeDisplayBold.eot") format("embedded-opentype");
  src: url("css/NoeDisplayBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/*! Fontfaces */
@font-face {
  font-family: FontAwesome;
  src: url(https://cdn2.creativelive.com/font/vendor/fontawesome-webfont.eot?v=4.6.3);
  src: url(https://cdn2.creativelive.com/font/vendor/fontawesome-webfont.eot#iefix&v=4.6.3)
      format("embedded-opentype"),
    url(https://cdn2.creativelive.com/font/vendor/fontawesome-webfont.woff2?v=4.6.3)
      format("woff2"),
    url(https://cdn2.creativelive.com/font/vendor/fontawesome-webfont.woff?v=4.6.3)
      format("woff"),
    url(https://cdn2.creativelive.com/font/vendor/fontawesome-webfont.ttf?v=4.6.3)
      format("truetype"),
    url(https://cdn2.creativelive.com/font/vendor/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*Proxima Nova*/

@font-face {
  font-family: ProximaNova;
  src: url(https://cdn2.creativelive.com/font/styles/ProximaNova-LightWeb.eot);
  src: url(https://cdn2.creativelive.com/font/styles/ProximaNova-LightWeb.eot?#iefix)
      format("embedded-opentype"),
    url(https://cdn2.creativelive.com/font/styles/ProximaNova-LightWeb.woff)
      format("woff"),
    url(https://cdn2.creativelive.com/font/styles/ProximaNova-LightWeb.svg#cl-font-collection)
      format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: ProximaNova;
  src: url(https://cdn2.creativelive.com/font/styles/ProximaNova-RegularWeb.eot);
  src: url(https://cdn2.creativelive.com/font/styles/ProximaNova-RegularWeb.eot?#iefix)
      format("embedded-opentype"),
    url(https://cdn2.creativelive.com/font/styles/ProximaNova-RegularWeb.woff)
      format("woff"),
    url(https://cdn2.creativelive.com/font/styles/ProximaNova-RegularWeb.svg#cl-font-collection)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ProximaNova;
  src: url(https://cdn2.creativelive.com/font/styles/ProximaNova-ExtrabldWeb.eot);
  src: url(https://cdn2.creativelive.com/font/styles/ProximaNova-ExtrabldWeb.eot?#iefix)
      format("embedded-opentype"),
    url(https://cdn2.creativelive.com/font/styles/ProximaNova-ExtrabldWeb.woff)
      format("woff"),
    url(https://cdn2.creativelive.com/font/styles/ProximaNova-ExtrabldWeb.svg#cl-font-collection)
      format("svg");
  font-weight: 800;
  font-style: normal;
}

/* Body */

body {
  font-family: ProximaNova, Helvetica, sans-serif;
}

.container {
  overflow: hidden;
}

/* Typography */

p {
  font-weight: 500;
}
/* Button */

.is-primary {
  background-color: #00f;
  color: #fff;
  border: 2px solid #00f;
}

/*Homepage featured*/

.homepage-featured-posts article {
  margin-bottom: 20px;
}

.homepage-featured-posts h2,
.homepage-featured-posts h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

h3.first-post {
  font-size: 2.75rem;
  line-height: 1;
  margin:0 20px;
  font-weight:700;
}

h3.first-post a {
  color:#fff;
}

.homepage-featured-posts h3 {
  font-size: 1.75rem;
  margin-top: 20px;
}

.homepage-featured-posts img {
  margin-bottom: 20px;
}

.homepage-featured-posts-small h4,
.latest-stories h4 {
  font-weight: bold;
}

.homepage-featured-posts-small p,
.latest-stories p {
  margin: 10px 0;
}

.homepage-featured-posts a,
.homepage-featured-posts-small a,
.latest-stories a {
  color: #000;
}

.homepage-featured-posts a:hover,
.homepage-featured-posts-small a:hover,
.latest-stories a:hover {
  color: #00f;
}

/*Homepage*/

main {
  padding: 0 40px 0 20px;
  border-right: 2px solid #eeeeee;
}

@media screen and (max-width: 767px) {
  main {
    padding: 0 20px;
    border: none;
  }
}

main h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 5px solid #000;
}

aside {
  padding: 0 20px;
}

aside > h4 {
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

aside .external-content h4 {
  margin-bottom: 0;
}
aside .external-content h4 a {
  color: #000;
}

aside .external-content h4 a:hover {
  color: #00f;
}

aside .trending-posts h4 a {
  color: #000;
}

aside .trending-posts h4 a:hover {
  color: #00f;
}

aside h5 {
  margin-bottom: 20px;
  font-weight: bold;
}

.full-width-banner {
  display:flex;
  flex-direction:column;
  height:268px;
  justify-content:center;
  margin: 40px 0;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.full-width-banner h5 {
  color: #fff;
  font-size: 2.75rem;
  margin: 0;
  padding: 0 20px;
}

.full-width-banner p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

.class-favorites {
  margin-bottom: 40px;
}

.class-favorites h4 {
  margin: 20px 0 0 0;
}

.class-favorites h4 a {
  color: #000;
}

.class-favorites p {
  text-transform: uppercase;
  color: #999;
}

@media screen and (max-width: 767px) {
  .full-width-banner {
	height: 400px;
  }
}

/* Random temp hides */
#masthead {
  display: none;
}

.tooltip-container {
  display: none;
}

.sidebar-creator-pass {
  position: relative;
  padding: 5vh 0;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("https://mm.creativelive.com/fit/https%3A%2F%2Fmm.creativelive.com%2Ffit%2Fhttps%253A%252F%252Fagc.creativelive.com%252Fagc%252Fpages%252FCP_main_image_14_final_1600x900.jpg%2F1600/1000");
}

.sidebar-creator-pass .content p {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  padding: 20px;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px #000;
}

.sidbar-creator-pass .content p a {
  display: inline-block !important;
}

.sidebar-creator-pass .btn {
  color: #ffffff !important;
}

.sidebar-on-air p.on-air-play:before {
  content: " ";
  width: 64px;
  height: 64px;
  background-image: url(https://cdn2.creativelive.com/img/styles/play-icon-white.61efe24.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: block;
}

.sidebar-on-air p.on-air-badge {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 40px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  line-height: 21px;
  font-weight: bold;
  color: #fff;
  z-index: 5;
}

/*Top banner*/
.banner-top-container {
  display: none;
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 5px 0;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.banner-top-container a {
  text-decoration: none;
}

.banner-top-container span.cta {
  display: none;
  color: #00f;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 800;
  vertical-align: middle;
}

/*Header*/

#sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: visible;
  width: 100%;
  z-index: 10;
}

.admin-bar #sticky-header {
  top: 32px;
}

#blog-navigation {
  width: 100%;
  float: left;
  text-align: center;
  background: #eee;
  overflow-x: auto;
}

#blog-navigation ul {
  display: table;
  margin: 0 auto;
  list-style-type: none;
  white-space: nowrap;
}

#blog-navigation ul li {
  display: inline-block;
  padding: 10px 20px;
}

#blog-navigation ul li.current-menu-item {
  border-bottom: 3px solid #00f;
}

#blog-navigation ul li a {
  color: #000;
}

#blog-navigation ul li a:hover {
  color: #00f;
}

@media screen and (max-width: 767px) {
  #sticky-header.is-expanded {
    bottom: 0;
    overflow-y: scroll;
  }
}

/*Container*/

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

/*Author Box*/
.post-meta-box {
	margin-top:0;
}

.post-meta-box img {
  border-radius: 50%;
  width: 64px;
  height: auto;
  margin-bottom: 0;
}

.post-meta-box .post-meta {
  display: flex;
  align-items: center;
}

.post-meta-box .post-meta img {
  margin-right: 10px;
}

/*Homepage video*/

.homepage-video-links h3,
.homepage-video-links h4 {
}

.homepage-video-links h3 a {
  font-size: 1.75rem;
  margin-bottom: 0;
}

.homepage-video-links h3 a {
  color: #fff;
}

.homepage-video-links h4 {
  margin: 2px 0 0 0;
}

.homepage-video-links h4 a {
  color: #000;
}

.overlay-image {
  position: relative;
}

.overlay-image .play-button {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
}

.overlay-image .overlay-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 20px 10px 10px 20px;
  background: rgba(0, 0, 0, 0.67);
}

/*Featured post hero*/

.featured-post-hero {
  background-color: #dddddd;
  background-position: center;
  width: 100%;
  height: 33.3vw;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  display:flex;
  flex-direction:column;
}

@media screen and (max-width: 767px) {
  .featured-post-hero {
	height: 100vw;
  }
}

/*Footer*/

.footer {
  margin-top: 60px;
}

/*Single*/

.single-post {
  padding-top: 125px;
}

.single-post .title-meta {
  padding: 20px;
}

.single-post h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.single-post .featured-post-hero {
  margin-top: 20px;
}

.single-post .related-classes {
  background-color: #eee;
  margin: 20px 0;
  padding: 50px 20px;
}

.single-post .related-classes h3 {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
}

.single-post .related-classes h4 {
  margin-top: 20px;
  font-weight: bold;
}
.single-post .related-classes h4 a {
  color: #000;
}

.single-post .related-classes a img {
  width: 100%;
}

.single-post .related-classes p {
  text-transform: uppercase;
}
.single-post h3.section-title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  padding: 20px 0;
  text-transform: uppercase;
  color: #000;
  border-bottom: 5px solid #000;
}

.single-post .single-tags {
  margin: 20px 0;
  padding: 0 20px;
}
.single-post .single-tags p {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background: #000;
  text-transform: lowercase;
  font-weight: 700;
  border: 2px solid #000;
  margin-right: 10px;
}

.single-post .single-tags a {
  display: inline-block;
  padding: 5px 10px;
  color: #999;
  background: #eee;
  text-transform: lowercase;
  font-weight: 700;
  border: 2px solid #999;
  margin-right: 10px;
  transition: all 0.3s;
}

.single-post .single-tags a:hover {
  background-color: aliceblue;
}

.single-post .single-author {
  padding: 0 20px;
  margin-bottom: 40px;
}

.single-post .single-author h5 {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.single-post .single-author h5 span {
  font-size: 1rem;
}

.single-post .single-author h5 span a {
  color: #666;
  margin-right: 3px;
}

.single-post .single-author img.profile-photo {
  border-radius: 50%;
}

.fa-website:before {
  content: "\f0ac";
}

.single-post .single-related-posts {
  padding: 0 20px;
}

.single-post .single-related-posts h5 {
  font-size: 1.5rem;

  margin: 20px 0;
}

.single-post .single-related-posts h5 a,
.single-post .single-related-posts p a {
  color: #000;
}

.single-post .single-related-posts p a {
  font-weight: 500;
  font-size: 0.75rem;
}

.single-post .screen-reader-text {
  display: none;
}

.single-post .tptn_counter {
  display: inline-block;
  margin-right: 10px;
}

.prev-post,
.next-post {
  position: fixed;
  display: none;
  top: 60%;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
}

.nav-links a {
  color: #000;
}

.prev-post {
  left: 0;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}

.next-post {
  right: 0;
  transform: rotate(90deg);
  transform-origin: 100% 0;
}

@media only screen and (min-width: 1280px) {
  .prev-post,
  .next-post {
    display: block;
  }
}

.single-post .entry-content {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
}

.single-post .entry-content.wide-layout {
  width: auto;
}

.single-post article h1,
.single-post article h2,
.single-post article h3 {
  line-height: 1.1;
}

.single-post article h1,
.single-post article h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.single-post article h3 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.single-post article h4,
.single-post article h5,
.single-post article h6 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.single-post article p,
.single-post article ul,
.single-post article ol {
  margin-bottom: 20px;
}

.single-post article ul {
  list-style-type: disc;
  margin-left: 40px;
}

.single-post article ol {
  margin-left: 40px;
}

.single-post article p,
.single-post article li {
  font-size: 1.25rem;
}

.single-post article img {
}

.wp-block-gallery a {
	color:#ffffff;
}

/*Archive */

.archive .page-title,
.blog .page-title, .search .page-title {
  font-size: 1.75rem;
  text-transform: uppercase;
  margin: 25px 0 40px 0;
  font-weight: 700;
}

.archive main h2,
.blog main h2, .search main h2 {
  display: none;
}

.archive article h4,
.blog article h4, .search article h4 {
  font-size: 1.25rem;
}

.archive article h4 a,
.blog article h4 a, .search article h4 a {
  color: #000;
}

.archive main,
.blog main, .search main {
  padding: 0 20px 0 40px;
  border-left: 2px solid #eeeeee;
  border-right: none;
}

@media screen and (max-width: 767px) {
  .archive main,
  .blog main, .search main {
    padding: 0 20px;
    border: none;
  }
}

.archive .nav-links,
.blog .nav-links, .search .nav-links {
  margin-top: 20px;
}

.archive .nav-links .current,
.blog .nav-links .current, .search .nav-links .current {
  background: #00f;
  color: #fff;
  margin-right: 5px;
  width: 24px;
  display: inline-block;
  border-radius: 50%;
}

.archive .nav-links .prev,
.archive .nav-links .next,
.blog .nav-links .prev,
.blog .nav-links .next, .search .nav-links .prev,
.search .nav-links .next  {
  color: #00f;
}

/* Instagram widget */

.instagram-pics {
  overflow: auto;
}

.instagram-pics li {
  float: left;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.instagram-pics li:nth-child(even) {
  margin-left: 20px;
}

.instagram-pics .sh-ratio-content {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

/* Utils */
.thumbnail-link {
  padding-top: 56.25%;
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Bulma overrides */

.button {
  border-radius: 0;
  text-transform: uppercase;
}

.button.is-primary {
  background-color: #00f;
  color: #fff;
}

.button.is-primary:hover {
  background-color: #33f;
  color: #fff;
}
