/*
Theme Name: Custom Theme
Author: Molto Digital Limited
Version: 1.0
License: Private
Text Domain: customtheme
*/


/* ALL PAGES */

.vs-banner:after,
a.vs-link:hover:before,
a.vs-link:hover:after,
.vs-icon,
.vs-icon-gold,
.vs-title,
.vs-block:before {
    display: block;
}

.vs-banner:after,
.vs-banner h2,
.vs-banner h3,
a.vs-link:hover:before,
a.vs-link:hover:after {
    position: absolute;
}

.vs-banner,
.vs-block,
.vs-block:before,
.vs-video-container .video {
    position: relative;
}

.video-thumbnail,
.vs-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

button.video-cat.active:after,
.vs-icon,
.vs-icon-gold {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.video-header {
    display: table;
    table-layout: fixed;
    width: 100%;
}


/*
Roboto:
100 thin
300 light
400 regular
500 medium
700 bold
900 black
*/

.page-videos {
    position: relative;
    padding-bottom: 150px;
}

.video-wrapper {
    max-width: 1080px;
    padding-top: 45px;
}

.page-videos .video-wrapper:first-child {
    padding-bottom: 0;
}

.large-video {
    position: relative;
    margin-top: 2%;
}

.large-video .video-wrapper {
    padding-bottom: 4%;
}

.alignright {
    text-align: right;
}

a.gold-btn {
    position: relative;
    display: block;
    right: 0;
    width: 210px;
    font-size: 2.4em;
    font-family: "Roboto Condensed";
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    margin: 2% 0;
    border: 0;
    background: #927a36;
    background: -webkit-gradient(linear, left top, left bottom, from(#c6b04b), to(#927a36));
    background: linear-gradient(top, #c6b04b 0%, #927a36 100%);
    background: -webkit-gradient(linear, left top, right top, from(#c6b04b), to(#927a36));
    background: linear-gradient(to right, #c6b04b 0%, #927a36 100%);
    z-index: 2;
}

a.gold-btn span {
    display: block;
    text-align: center;
    font-style: italic;
}

.video-tag {
    position: relative;
    width: 460px;
    background-color: #fff;
    border-left: 36px solid #c8b24d;
    font-size: 3.8em;
    font-family: "Dancing Script", cursive;
    line-height: 1;
    color: #c8b24d;
    padding: 20px 0 20px 30px;
    -webkit-box-shadow: 5px 12px 17px #8c8c8c;
    box-shadow: 5px 12px 17px #8c8c8c;
    z-index: 2;
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.large-video-container {
    position: relative;
    width: 95%;
    max-width: 930px;
    padding: 2%;
    margin: auto;
    z-index: 1;
}

.white-frame .large-video-container {
    background-color: #fff;
}

.large-video-container .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.large-video-container .video iframe,
.large-video-container .video object,
.large-video-container .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
}

.video-intro {
    position: relative;
    display: block;
    width: 100%;
    margin: 2% 2% 1%;
}

.video-intro h2,
.video-intro h3 {
    font-family: "Roboto";
    color: #fa9189;
}

.video-intro h3 {
    margin: 0;
    padding-top: 2%;
    font-weight: 400;
}

.large-video-container .video-cat {
    float: right;
    text-align: center;
    margin-right: 4%;
}

.video-categories {
    margin: 5% 0;
    position: relative;
}

.video-categories .video-wrapper {
    padding-top: 0;
}

.video-categories .video-wrapper {
    background-image: url(images/video-cat-bg@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}

.video-tabs {
    position: relative;
    margin-bottom: 2%;
}

.video-tabs button {
    display: inline-block;
    width: 16.2%;
    /*13.8%*/
    vertical-align: middle;
    cursor: pointer;
}

.video-tabs:after {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #927a36;
    background: -webkit-gradient(linear, left top, left bottom, from(#c6b04b), to(#927a36));
    background: linear-gradient(top, #c6b04b 0%, #927a36 100%);
    background: -webkit-gradient(linear, left top, right top, from(#c6b04b), to(#927a36));
    background: linear-gradient(to right, #c6b04b 0%, #927a36 100%);
}

button.gold-btn {
    position: relative;
    font-weight: 700;
    font-size: 2.2em;
    text-align: left;
    color: #fff;
    padding: 7% 1%;
    border: 0;
    background: #927a36;
    background: -webkit-gradient(linear, left top, left bottom, from(#c6b04b), to(#927a36));
    background: linear-gradient(top, #c6b04b 0%, #927a36 100%);
    background: -webkit-gradient(linear, left top, right top, from(#c6b04b), to(#927a36));
    background: linear-gradient(to right, #c6b04b 0%, #927a36 100%);
}

button.gold-btn:after {
    display: block;
    position: absolute;
    right: 10%;
    bottom: 3%;
    /*content: ">>";*/
    text-align: right;
}

button.gold-btn span {
    position: absolute;
    top: 8%;
}

.video-cat {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding-bottom: 12%;
    background-repeat: no-repeat;
    background-size: 82%;
    background-position: center top;
    /*&:before {
		display: block;
		width: 100%;
		padding-bottom: 100%;
		background-repeat: no-repeat;
		background-size: 100%;
		content: "";
	}*/
}

.video-cat span {
    position: absolute;
    display: block;
    bottom: 37%;
    left: 0;
    width: 100%;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2;
}

a.video-cat {
    bottom: 37%;
    width: 125px;
    height: 125px;
    background-size: 100%;
    cursor: unset;
}

a.video-cat span {
    font-size: 2em;
}

a.video-cat.video-talks span,
a.video-cat.video-exercises span {
    bottom: 43%;
}

button.video-cat.active:after {
    position: absolute;
    bottom: -11px;
    left: 44%;
    width: 13px;
    height: 13px;
    background-image: url(images/gold-triangle@2x.png);
    content: "";
}

button.video-cat span {
    bottom: 33%;
    /*42*/
}

.video-overview,
button.video-overview {
    background-image: url(images/video-cat-1@2x.png);
    display: none;
}

.video-orientation {
    background-image: url(images/video-cat-2@2x.png);
}

.video-talks {
    background-image: url(images/video-cat-3@2x.png);
}

.video-exercises {
    background-image: url(images/video-cat-4@2x.png);
}

button.video-cat.video-talks span,
button.video-cat.video-exercises span {
    bottom: 41%;
    /*46%*/
}

.video-wellness {
    background-image: url(images/video-cat-5@2x.png);
}

button.video-cat.video-wellness span,
button.video-cat.video-chill-life span {
    bottom: 37%;
    /*45%*/
}

.video-chill-life {
    background-image: url(images/video-cat-6@2x.png);
}

.video-preview {
    position: relative;
}

.video-preview .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.9em;
    font-weight: 900;
    line-height: 1.2;
    background-color: rgba(77, 77, 77, 0.85);
    border: 1px solid #4d4d4d;
    padding: 5%;
    opacity: 0;
}

.video-preview:hover {
    border-color: #4d4d4d;
}

.video-preview:hover .overlay {
    opacity: 1;
}

.video-blocks {
    overflow: hidden;
    border-bottom: 1px solid #c1a52d;
    padding-bottom: 1%;
}

.video-blocks>.grid-col {
    display: block;
    float: left;
    width: 32.3%;
    margin-right: 1.5%;
    margin-bottom: 1%;
}

.video-blocks>.grid-col:nth-child(3n+3) {
    margin-right: 0;
}

.video-blocks>.grid-col:nth-child(3n+1) {
    clear: both;
}

.video-block .video {
    width: 100%;
    height: 208px;
}

.feature-video {
    position: relative;
    /*&:after {
		position: absolute;
		display: block;
		bottom: 0;
		left: -3%;
		width: 100%;
		padding-bottom: 90%;
		content: "";
		background-image: url(images/video-bg-l@2x.png);
		background-position: bottom left;
		background-repeat: no-repeat;
		background-size: 83%;
	}*/
}

.feature-video:before {
    position: absolute;
    display: block;
    top: 0;
    right: -3%;
    width: 100%;
    padding-bottom: 100%;
    content: "";
    background-image: url(images/simple-video-bg@2x.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
}

.feature-video .large-video-container {
    border: 2px solid #c1a52d;
    background-color: #dfe0e0;
}

.video-header {
    position: inherit;
    width: 95%;
    max-width: 950px;
    margin: auto;
    vertical-align: middle;
}

.video-header a {
    display: table-cell;
    vertical-align: middle;
    cursor: unset;
}

.video-header h2 {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    font-style: italic;
}

.overview h2 {
    color: #fa9189;
}

.orientation h2 {
    color: #ea9562;
}

.talks h2 {
    color: #c799ce;
}

.exercises h2 {
    color: #caae34;
}

.wellness h2 {
    color: #3b6fa7;
}

.chill-life h2 {
    color: #a3b757;
}

.feature-btn {
    display: block;
    position: relative;
    max-width: 357px;
    width: 95%;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.2;
    font-style: italic;
    margin: 3% auto;
    color: #c1a52d;
    background-color: #dfe0e0;
    border: 2px solid #c1a52d;
    padding: 3%;
}

.feature-btn:hover {
    background-color: #c1a52d;
    color: #fff;
}

.related-videos {
    position: relative;
    padding-top: 135px;
}

.related-videos:before {
    position: absolute;
    display: block;
    top: 0;
    right: -3%;
    width: 100%;
    padding-bottom: 75.1%;
    content: "";
    background-image: url(images/videos-bg@2x-backup.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 83%;
}

.related-header {
    position: relative;
    border-bottom: 1px solid #c1a52d;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

.related-header h2 {
    display: inline-block;
    color: #c1a52d;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
}

.related-header .gold-btn {
    width: 132px;
    margin: 0;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 20px;
}

.video-categories .video-preview,
.related-videos .video-preview {
    background-color: #dfe0e0;
}

.white-frame {
    position: relative;
    padding-bottom: 5%;
}

.white-frame:before {
    content: "";
    display: block;
    position: absolute;
    top: -131px;
    width: 100%;
    padding-bottom: 100%;
    background-image: url(images/videos-bg@2x-backup.png);
    background-repeat: no-repeat;
    background-size: 1608px;
    background-position: center top;
}

.tabcontent {
    display: none;
}

.video-thumbnail {
    padding-bottom: 56.25%;
}


/* Mobile */

@media screen and (max-width: 1200px) {
    button.video-cat span {
        font-size: 1.2em;
    }
    button.gold-btn {
        font-size: 2.4em;
    }
    .feature-video:before {
        right: 0;
        background-position: bottom center;
    }
}

@media screen and (max-width: 960px) {
    .white-frame:before {
        display: none;
    }
    button.video-cat {
        background-size: 95%;
    }
    button.gold-btn {
        font-size: 1.8em;
    }
    button.video-cat.active:after {
        bottom: -7px;
    }
    button.video-cat span {
        font-size: 1em;
        bottom: 22%;
        /*32*/
    }
    button.video-cat.video-talks span,
    button.video-cat.video-exercises span {
        bottom: 29%;
        /*39*/
    }
    button.video-cat.video-wellness span,
    button.video-cat.video-chill-life span {
        bottom: 27%;
        /*37*/
    }
    .video-header h2 {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 800px) {
    .video-tag {
        width: 60%;
        font-size: 3em;
    }
    a.video-cat span {
        bottom: 48%;
    }
    a.video-cat.video-talks span,
    a.video-cat.video-exercises span {
        bottom: 52%;
    }
    a.video-cat.video-chill-life span,
    a.video-cat.video-wellness span {
        bottom: 48%;
    }
    .video-blocks>.grid-col {
        width: 49%;
    }
    .video-blocks>.grid-col:nth-child(3n + 3) {
        margin-right: 2%;
    }
    .video-blocks>.grid-col:nth-child(3n + 1) {
        clear: unset;
    }
    .video-blocks>.grid-col:nth-child(2n + 2) {
        margin-right: 0;
    }
    .video-blocks>.grid-col:nth-child(2n + 1) {
        clear: both;
    }
    a.video-cat {
        background-size: 84%;
    }
    .video-header h2 {
        padding-bottom: 7%;
    }
}

@media screen and (max-width: 650px) {
    .video-btn {
        overflow: hidden;
        margin-bottom: 3%;
    }
    .video-tag {
        width: 80%;
    }
    .video-intro h2 {
        font-size: 2.5em;
    }
    .video-intro h3 {
        font-size: 2em;
    }
    button.video-cat span {
        font-size: 3.5vw;
        bottom: 29%;
    }
    button.video-cat.video-talks span,
    button.video-cat.video-exercises span {
        bottom: 36%;
    }
    button.video-cat.video-wellness span,
    button.video-cat.video-chill-life span {
        bottom: 34%;
    }
    button.video-cat.active:after {
        display: none;
    }
    .video-tabs button {
        width: 32%;
        position: relative;
        margin-bottom: 3%;
    }
    .video-tabs button.gold-btn {
        width: 210px;
        padding: 10px 20px;
    }
    button.gold-btn span {
        position: inherit;
    }
    button.gold-btn:after {
        bottom: 22%;
    }
    button.video-cat {
        background-size: 82%;
        padding-bottom: 23%;
    }
    .video-tabs button.gold-btn {
        display: block;
    }
    .video-blocks>.grid-col {
        width: 100%;
    }
}


/******* Video Series ********/

.vs-top {
    padding: 5% 0;
}

.vs-banner {
    width: 100%;
    padding-bottom: 45.5%;
}

.vs-banner:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#ffc288), to(#299ad1));
    background: linear-gradient(90deg, #ffc288 0%, #299ad1 100%);
    opacity: .4;
}

.vs-banner h2 {
    top: 50%;
    left: 5%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    font-size: 2.8em;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 1px 1px 3px #000;
}

.vs-banner h3 {
    top: 62%;
    left: 20%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    font-size: 2.8em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 3px;
    text-shadow: 1px 1px 3px #000;
    color: #fff;
}

.vs-links {
    display: table;
    table-layout: fixed;
    width: 100%;
}

a.vs-link {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #000;
    padding: 2.5% 1%;
}

a.vs-link:first-child {
    background-color: #FE938C;
}

a.vs-link:nth-child(2) {
    background-color: #E6B89C;
}

a.vs-link:nth-child(3) {
    background-color: #EAD2AC;
}

a.vs-link:nth-child(4) {
    background-color: #9CAFB7;
}

a.vs-link:nth-child(5) {
    background-color: #4281A4;
}

a.vs-link:nth-child(6) {
    background-color: #546aaf;
}

a.vs-link:hover {
    color: #B3A22D;
}

a.vs-link:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0) 100%);
}

a.vs-link:hover:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: #bfa32d;
    background: -webkit-gradient(linear, left top, right top, from(#bfa32d), to(#80621e));
    background: linear-gradient(90deg, #bfa32d 0%, #80621e 100%);
    content: '';
}

.vs-icon,
.vs-icon-gold {
    position: inherit;
    width: 42px;
    height: 42px;
    margin: 0 auto 15px;
    z-index: 2;
    background-position: center bottom;
}

.vs-icon-gold {
    display: none;
}

.vs-link:hover .vs-icon {
    display: none;
}

.vs-link:hover .vs-icon-gold {
    display: block;
}

.vs-title {
    position: inherit;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    font-style: italic;
    z-index: 2;
}

.vs-block {
    margin: 0 auto;
    padding: 3em 0;
}

.vs-block:last-child {
    padding-bottom: 15em;
}

.vs-block:before {
    width: 1px;
    height: 85px;
    background: #bfa32d;
    background: -webkit-gradient(linear, left top, right top, from(#bfa32d), to(#80621e));
    background: linear-gradient(90deg, #bfa32d 0%, #80621e 100%);
    margin: auto;
    margin-bottom: 3em;
    content: '';
}

.vs-block .vs-icon-gold {
    display: block;
    width: 67px;
    height: 67px;
    background-position: center bottom;
}

.vs-block h3 {
    font-size: 3em;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #B3A22D;
    font-family: 'Roboto', sans-serif;
}

.vsb-top {
    margin-bottom: 5em;
}

.vsb-content {
    width: 90%;
    max-width: 637px;
    margin: auto;
}

.vsb-quote {
    font-size: 3.3em;
    font-weight: 600;
    line-height: 1.2;
    font-style: italic;
    color: #888;
}

.vsb-name,
.vsb-title {
    font-size: 2.4em;
    font-weight: 300;
    line-height: 1.2;
    font-style: italic;
    text-align: right;
    color: #888;
    margin-bottom: 5px;
}

.vsb-title {
    margin-right: -3%;
}

.vs-video-container .video {
    width: 100%;
    padding-bottom: 56.25%;
}

.vs-video-container .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vs-photo {
    cursor: pointer;
}

.vs-video-blocks {
    text-align: center;
}

.vs-video-block {
    display: inline-block;
    width: 31.5%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    border: 1px solid #BFA32D;
    padding: 1.5%;
    background-color: #D5D5D5;
}

.vs-video-block:nth-child(3n+3) {
    margin-right: 0;
}

.vs-row-1 {
    display: block;
    width: 100%;
    margin-right: 0;
    border: 0;
    padding: 0;
}

.vs-row-1 {
    display: block;
    width: 100%;
    margin-right: 0;
    border: 0;
    padding: 0;
}

.vs-row-2 {
    display: inline-block;
    width: 48.5%;
}

.vs-row-2:nth-child(2n+2) {
    margin-right: 0;
}

.vs-bg {
    background-size: 100%;
    background-repeat: repeat-y;
    background-image: url(images/video-series-bg.jpg);
}

@media (max-width: 885px) {
    .vs-banner h3 {
        top: 67%;
    }
    .vs-video-block {
        width: 48.5%;
    }
    .vs-video-block:nth-child(3n+3) {
        margin-right: 1.5%;
    }
    .vs-video-block:nth-child(2n+2) {
        margin-right: 0;
    }
    .vs-video-block.vs-row-1 {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 650px) {
    a.vs-link {
        display: block;
        padding: 2% 1% 4%;
    }
    .vs-banner h2 {
        font-size: 2.4em;
    }
    .vs-banner h3 {
        top: 73%;
        font-size: 2.4em;
    }
    .vs-block:before {
        height: 65px;
    }
    .vs-video-block {
        display: block;
        width: 100%;
        margin-right: 0;
        border: 0;
        padding: 0;
    }
}

@media (max-width: 450px) {
    .vs-banner h2 {
        font-size: 2em;
    }
    .vs-banner h3 {
        top: 73%;
        font-size: 2em;
    }
}


/*# sourceMappingURL=extra.css.map */