/*
Theme Name: Universal Tao TV
Theme URI: http://brandoncrane.com/wp-themes/uhttv
Author: Brandon Crane @brandoncrane
Author URI: http://brandoncrane.com/
Description: A new responsive bespoke theme for our friend John Robert Zeilinski and Universal Tao TV.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive, mobile-first
Text Domain: uhttv

This theme is for use with Universal Tao TV only.
*/



/* GLOBALS
*************************************************/

*{-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html {
  font-size: 1rem;
}

body{
	font-family:'Work Sans', Sans-Serif;
	color: #353535;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
  background-color: #fffbf9;
}



/* TYPOGRAPHY
*************************************************/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Neuton', Serif;
}

a {
	color: #f2ba2f;
}



/* LAYOUT
*************************************************/

.glyph-icon svg {
	color: inherit;
	width:16px;
	height:16px;
}


section, footer {
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

section {
	padding: 4.5rem 5%;
}

section.light {
	background-color: #fff;
}

footer {
	padding: 1.5rem 5%;
}

section:first-of-type {
    margin-top: 34px;
    /*margin-top: 66px;*/
}

.pg-hdr h1 {
	color: white;
}

#sidebar {
	padding: 0 15px;
}

#sidebar ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

#sidebar ul ul {
    margin-bottom: 25px;
}

#sidebar .widget>ul div {
    font-size: 10px;
}

.home-section {
  padding: 5rem 5%;
}

section#hero {
    position: relative;
    padding: 0;
    height: 100%;
    width: 100%;
}

#header-top {
	height: 60px;
	line-height: 60px;
	text-align: right;
	background-color: #b51f09;
  /*background: -moz-linear-gradient(left, rgba(183, 66, 50, 0.75) 0%, rgba(183, 66, 50, 0.8) 39%, rgba(183, 66, 50, 0.93) 75%, rgba(183, 66, 50, 0.95) 100%);
    background: -webkit-linear-gradient(left, rgba(183, 66, 50, 0.75) 0%, rgba(183, 66, 50, 0.8) 39%, rgba(183, 66, 50, 0.93) 75%, rgba(183, 66, 50, 0.95) 100%);
    background: linear-gradient(to right, rgba(183, 66, 50, 0.75) 0%, rgba(183, 66, 50, 0.8) 39%, rgba(183, 66, 50, 0.93) 75%, rgba(183, 66, 50, 0.95) 100%);*/
}

.hdr-login {
	position: relative;
}

.logo-lg {
    height: 300px;
    width: 300px;
    display: block;
    position: absolute;
    top: -90px;
    left: -40px;
    z-index: 3000;
    background-color: white;
    border-radius: 0 0 50% 0;
}

ul.header-top-nav {
    margin: 0;
    padding: 0;
    float:right;
    list-style: none;
    position: relative;
}

ul.header-top-nav li{
    margin: 0 15px;
    padding: 0;
    display: inline-block;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border-radius: 0px;
    background-color: darkred;
}

#header-top a {
	color: #f2ba2f;
	text-decoration: none;
	font-size: 1em;
}

#hero-1 {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
/*  top: 0;
  right: 0;*/
  z-index: -100;
}

.home-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100vh;
    /*height: calc(100vh - 66px);*/
    width: 100%;
}

.hero-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 1001;
}

.hero-frame {
    width: 250px;
    height: 250px;
    /* background-color: white; */
    border-radius: 50%;
    /* position: absolute; */
    /* top: 50%; */
    /* right: 5%; */
    /* transform: translateY(-50%); */
    border: 2px solid #f2ba2f;
    padding: 4px;
    margin: 30px auto 0;
}

.hero-frame-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 50%;
    color: #f2ba2f;
    text-align: center;
}

span.hero-free {
    font-family: 'Neuton', Serif;
    font-size: 2.2rem;
    text-transform: uppercase;
    display: block;
    padding-top: 60px;
    line-height: 1;
    font-weight: bold;
}

.home-block h1 {
    font-size: 3rem;
}

span.hero-trial {
    font-family: 'Neuton', serif;
    font-size: 1.1rem;
    display: block;
    color: #b51f09;
}

.home .flexslider {
    margin: 0;
    background: transparent;
    border: none;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.home-slide-box {
    position: relative;
    height: calc(100vh - 66px);
    width: 100%;
}

.home-block {
    position: absolute;
    width: 350px;
    top: 50%;
    right: 5%;
    z-index: 1002;
    transform: translateY(-50%);
}

.btn-trial {
  width: 250px;
  display: block;
  margin: 5px auto;
  color: #f2ba2f;
  background-color: rgba(0,0,0,0.35);
  border: 1px solid #f2ba2f;
  font-family: initial;
}

.home-section h2 {
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
}

span.icn-quote {
    float: left;
    font-size: 4rem;
}

section#quote {
    padding: 25vh 2rem;
}


.home h2 {
    padding-bottom: 3rem;
}

#pricing h2 {
    color: white;
    font-size: 4em;
    padding: 0 0 55px 0px;
}



span.h2Small {
    font-size: 2rem;
    line-height: 1;
    padding: 0;
    margin: 0;
    display: block;
    color: #b51f09;
    font-weight: bold;
    letter-spacing: 2px;
}

.studies p {
    color: white;
    padding: 0 1em;
    text-align: center;
}
.studies img {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
}

a.home-class-more {
    color: white;
    border: 1px solid white;
    border-radius: 4px;
    display: block;
    margin: 30px auto;
    width: 200px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.25);
    font-family: 'Neuton', serif;
    font-size: 1.2em;
    letter-spacing: 2px;
}


.h2sub {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.home-section.white h2 {
  color: #fff;
}

#features {
    background: -webkit-linear-gradient(left,#f79419,#fcbe09);
    background: linear-gradient(to right,#f79419,#fcbe09);
}

#join {
    background: -webkit-linear-gradient(left,#f79419,#fcbe09);
    background: linear-gradient(to right,#f79419,#fcbe09);
    margin: 25px 0px 0;
    padding: 15px 0 5px;
    color: white;
    font-size: 1.2em;
}

#pricing h2 {
	color: white;
}


section#quote {
    background: url(img/waterfall-2.jpg) no-repeat fixed;
    /*min-height: 100vh;*/
    background-position: center;
    background-size: cover;
}

article.wish {
    font-family: 'Kaushan Script', serif;
    /*font-size: 5rem;*/
    color: white;
    /* font-style: italic; */
    padding: 1rem;
    display: block;
    line-height: 1.2;
    text-shadow: grey 0px 1px 1px;
    text-align: center;
    position: relative;
}

span.wish-quote {
    font-size: 4rem;
}

span.studies-headline {
    color: white;
    font-family: 'Neuton';
    font-size: 2rem;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home .instructor {
    padding-bottom: 0;
}

.home-bio-img {
    text-align: center;
}

.home-bio-img img {
    max-height: 533px;
}

.home-bio h3 {
    text-align: center;
    font-weight: bold;
    margin: 30px;
    font-size: 3rem;
}

#pricing {
    background-image: url(img/pricing_sm.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logged-in #pricing,
.logged-in #join {
	/*display: none;*/
}

.priceBG {
    /*background-color: #fffbf9;*/
    background: -webkit-linear-gradient(left,#f79419,#fcbe09);
    background: linear-gradient(to right,#f79419,#fcbe09);
    border-radius: 4px 4px 0 0;
    padding: 2rem 5% 3rem;
    text-align: center;
    /*margin-bottom: 30px;*/
}

span.priceTitle {
    display: block;
    font-size: 1.5rem;
    font-family: 'Neuton', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

span.priceAmt {
    font-size: 4rem;
    letter-spacing: -2px;
    font-weight: bold;
    display: inline-block;
}

span.currency {
    display: inline-block;
    vertical-align: top;
    padding-top: 22px;
}

.priceIncludes {
    background-color: #fffbf9;
    border-radius: 0 0 4px 4px;
    padding: 2rem 5% 3rem;
    color: #979797 !important;
}

.priceIncludes ul {
    list-style-type: none;
    padding: 0 0 0 5% !important;
    margin: auto;
}

.priceIncludes ul li {
    line-height: 2.5;
}

.priceIncludes ul li svg {
    margin-right: 8px;
}

a.btn-join {
    border: 2px solid;
    padding: 5px;
    display: block;
    max-width: 230px;
    margin: 15px auto 0;
    color: white;
    font-size: 1.2rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Neuton', serif;
}

footer {
    color: #979797;
}

ul#cards {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#cards li {
    display: inline-block;
    font-size: 2.5em;
    margin: 0 7px;
}

ul#menu-footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
}

ul#menu-footer-menu li {
    display: inline-block;
    margin: 10px;
}

#menu-footer-menu a {
    color: #f2ba2f;
}

p.disclaimer {
    font-size: 12px;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

.navbar-dark .navbar-nav .nav-link {
	color: #f2ba2f;
}

.navbar-brand {
	font-family: 'Kaushan Script', serif;
	font-size: 1.5em;
}

.navbar-dark .navbar-toggler {
    font-size: 1.5rem;
    color: #f2ba2f;
    border: none;
}

.nav-link a {
	color: #f2ba2f;
}

@media screen and (max-width: 991px) {

	.navbar-collapse .navbar-nav {
	    display: block;
	    text-align: center;
	}
}

ul#footer-social {
    list-style: none;
    margin: 15px auto;
    padding: 0;
}

ul#footer-social li {
	display: inline;
}

ul#footer-social li a {
    color: #b51f09;
    font-size: 2em;
    padding: 5px;
}

section.pg-hdr {
    background-repeat: no-repeat;
    background-size: cover;
}

.modal-header {
    background-color: #b51f09;
    color: white;
    display: block;
    text-align: center;
    border-radius: 0;
}

.modal-header a {
    color: white;
}

.modal-dialog {
    max-width: 330px;
}

.btn-darkred,
input.eMember_button {
    background-color: #b51f09 !important;
    color: white !important;
    margin: 15px 15px 15px 0 !important;
}
.close {
    color: #fff;
}

.card-deck {
    margin-bottom: 30px;
}

div#vidMeta {
    background: darkgrey;
    padding: 15px;
    color: white !important;
}

div#vidMeta a {
    color: white !important;
}

#wpadminbar { display:none; }

p#breadcrumbs {
    margin: 0;
    font-size: 12px;
}

.index-video-img {
    position: relative;
}

span.index-video-time {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: white;
    font-size: 12px;
}

.index-video-title {
    font-weight: bold;
    overflow: hidden;
    /*white-space: nowrap;*/
    font-size: 16px;
	margin-bottom: 15px;
}

#page-hdr {
    padding: 3em;
    background: -moz-linear-gradient(315deg, rgba(181,31,9,1) 0%, rgba(242,186,47,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(181,31,9,1)), color-stop(100%, rgba(242,186,47,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(315deg, rgba(181,31,9,1) 0%, rgba(242,186,47,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(315deg, rgba(181,31,9,1) 0%, rgba(242,186,47,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(315deg, rgba(181,31,9,1) 0%, rgba(242,186,47,1) 100%); /* ie10+ */
    background: linear-gradient(135deg, rgba(181,31,9,1) 0%, rgba(242,186,47,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b51f09', endColorstr='#f2ba2f',GradientType=1 ); /* ie6-9 */
}

#page-hdr span:first-of-type {
    font-size: 36px;
    color: white;
    font-family: 'Kaushan Script', serif;
}

section.crumbs {
    padding: 1em 5%;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 100%;
    height: auto;
}

.page-id-7241 img.attachment-post-thumbnail {
    max-width: 40% !important;
    float: left !important;
	margin-right: 25px !important;
}

input.eStore_subscribe_button {
    background: transparent;
    border: 1px solid white;
    padding: 8px 15px;
    color: white;
    text-transform: uppercase;
}

.uht-tags {
    border: 1px solid black;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px;
}

.uht-tags ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.uht-tags ul li {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 10px;
}

.uht-tags ul li a {
    text-decoration: underline;
    text-transform: capitalize;
}

.widget img {
	width: 100%;
}