/*
Theme Name: Maysoon Zayid Theme
Author: Johnny Perkins
Description: Maysoon Zayid Theme
Version: 1
*/
/* COLORS 
1.purple top: 
color: rgb(171, 87, 151)

2.darker-purple: 
color: rgb(147,79,149);

*/
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

/*
 * Slidebars CSS
 * Box Model, Html & Body
 */
html, body, [canvas=container], [off-canvas] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/**
 * Canvas
 */
[canvas] {
    z-index: 1;
}

#allcontent {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    background-color: white;
    top:86px;
    -webkit-overflow-scrolling: touch;
}

[canvas=container]:before, [canvas=container]:after {
    clear: both;
    content: '';
    display: table;
}

.clearfix:before, section:before, section:after, .clearfix:after {
    content:" ";
    display: table;
}

section:after,
.clearfix:after {
    clear: both;
}

/**
 * Off-Canavs
 */
[off-canvas] {
    display: none;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: black;
    /* Basic background color, overwrite this in your own css. */
    color: white;
    /* Basic colors, overwrite this in your own css. */
    -webkit-overflow-scrolling: touch;
    /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[off-canvas*=top] {
    width: 100%;
    height: 255px;
    top: 0;
}

[off-canvas*=right] {
    width: 255px;
    height: 100%;
    top: 0;
    right: 0;
}

[off-canvas*=bottom] {
    width: 100%;
    height: 255px;
    bottom: 0;
}

[off-canvas*=left] {
    width: 255px;
    height: 100%;
    top: 0;
    left: 0;
}

[off-canvas*=reveal] {
    z-index: 0;
}

[off-canvas*=push] {
    z-index: 1;
}

[off-canvas*=overlay] {
    z-index: 9999;
}

[off-canvas*=shift] {
    z-index: 0;
}

/**
 * Animation
 */
[canvas], [off-canvas] {
    -webkit-transform: translate( 0px, 0px );
    transform: translate( 0px, 0px );
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-backface-visibility: hidden;
    /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

[off-canvas*=shift][off-canvas*=top] {
    -webkit-transform: translate( 0px, 50% );
    transform: translate( 0px, 50% );
}

[off-canvas*=shift][off-canvas*=right] {
    -webkit-transform: translate( -50%, 0px );
    transform: translate( -50%, 0px );
}

[off-canvas*=shift][off-canvas*=bottom] {
    -webkit-transform: translate( 0px, -50% );
    transform: translate( 0px, -50% );
}

[off-canvas*=shift][off-canvas*=left] {
    -webkit-transform: translate( 50%, 0px );
    transform: translate( 50%, 0px );
}

/**
 * Print
 */
@media print {
    [canvas] {
        -webkit-transform: translate( 0px, 0px ) !important;
        transform: translate( 0px, 0px ) !important;
    }

    [off-canvas] {
        display: none !important;
    }
}

/* -------------- Reset -------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* -------------- Global -------------- */
body {
    font-size: 16px;
    font-family: 'Pt Sans', Arial, sans-serif;
    color: #444;
    line-height: 1;
}

ul,ol {
    padding-left: 30px;
    list-style: initial;
}

ol {
    list-style: decimal;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

p {
    margin-bottom: 10px;
}

a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: .1s ease-in-out all;
    transition: .1s ease-in-out all;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'pt sans', Arial, Sans-serif;
    letter-spacing: 1px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px
}

h4 {
    line-height: 1.2;
}

.section--header {
    margin-bottom: 30px;
    padding: 8px 0;
    line-height: 23px;
}

.header-bottom {
    font-size: 14px;
    line-height: 19px;
    display: block;
    margin-top: 5px;
}

section p {
    color: #666;
    line-height: 22px;
}

section p.uppercase {
    color: #444;
}

/* --------------- Helper Classes ---------- */
.small {
    font-size: 12px;
}

#loadmore {
    cursor: pointer;
    color: rgb(147,79,149);
}

.center--text {
    text-align: center;
}

.bold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.color--red {
    color: rgb(245,65,53);
}

/*.border__left {*/
/*     border-left: 2px solid #fff; */
/*     padding-left: 20px; */
/*}*/

.color--purple {
    color: rgb(147,79,149);
}

.h3--padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.margin10px0 {
    margin: 10px 0;
}

.lowercase {
    text-transform: none;
    letter-spacing: 0;
}

.hidden-xs {
    display:none;
}

/* --------------- Top Nav ---------- */
nav[canvas] {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(171, 87, 151, 0.92);
    color: #fff;
    text-align: right;
}

.nav-right {padding-right: 20px;float: right;display: inline-block;}

nav p {
    margin-bottom: 0;
}

.nav-left {
    float: left;
    max-height: 69px;
}

footer .nav-left {
    max-height: none;
}

#nav-icon3 {
    width: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 17px;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 30px;
    background: #ffffff;
    border-radius: 20px;
    opacity: 1;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 10px;
}

#nav-icon3 span:nth-child(4) {
    top: 20px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50
}

.nav-left__logo p {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}

.nav-left__logo h1 a {
    font-family: Bellefair, Arial, Sans-serif;
    font-size: 43px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
}

footer .nav-left__social {
    margin: 20px auto;
    border-left: none;
}

.nav-left__social {
    margin-right: auto;
    border-left: 2px solid #fff;
    margin-left: 28px;
}

.nav-left__social ul {
    list-style: none;
}

.nav-left__social ul li {
    display: inline-block;
    font-size: 25px;
    margin-right: 17px;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: left;
}

.nav-left__social ul li i {
    position: relative;
    left: 12px;
    top: 10px;
    color: #fff;
}

.nav-right__menu-item {
    border-left: 1px solid #fff;
    text-align: center;
}

.nav-right__menu-item p {
    text-transform: uppercase;
    font-weight: 200;
    line-height: 12px;
    margin-top: 6px;
}

.nav-right__menu-item a {
    color: #fff;
    padding: 0 43px;
    display: block;
    min-height: 69px;
    max-height: 69px;
}

.nav-right__menu-item i {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 9px;
}

nav .nav-right__menu-item, nav .nav-left__social {
    display: none;
}

.nav-right__menu-item.mobile-menu {
    display: block;
    border-left: none;
    margin-left: auto;
    padding: 20px;
    float: right;
}

.nav-left__logo {
    padding-left: 20px;
}

.icon-bar {
    height: 2px;
    width: 25px;
    margin-top: 5px;
    display: block;
    background: #fff;
}

/* --------------- Blog page ---------- */

.blog__post__image {
    min-width:100%;
    padding-bottom: 66.6%;
    background-size: cover!important;
    margin-bottom: 15px;
}

.featured-posts {
    position: relative;
    z-index: 1;
}

.blog__post {
    margin-bottom:30px;
}

.blog-archives {
    margin-top: 15px;
}

.blog-archives li {
    list-style: none;
    margin-bottom: 15px;
}

.blog-archives li a {
    color: #444;
}

.blog__post a {
    color: rgb(147,79,149);
}

.blog__post .icon-circle, .single-blog-post .icon-circle {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

.blog__post .control__icon.time--icon, .single-blog-post .control__icon.time--icon {
    top: 2px;
    left: 0px;
}

.blog__post h4, .blog__post h2 {
    margin-bottom: 15px;
}

.blog__post > img {
    margin-bottom: 15px;
    min-width: 100%;
}

.blog-wrapper {
    background: url('/wp-content/uploads/2017/07/blog-backgroundpng.png') 50% 0% no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: -40px;
    padding-bottom: 40px;
}

/* --------------- Blog Single ---------- */
.single-blog-post {
    width: 100%;
}

.sidebar {    
    text-align:center;
    margin-top:50px;
}

/* --------------- Page Header ---------- */
.header-bottom a {
    color: #fff;
}

.banner {
    position: relative;
    max-height: 725px;
    overflow: hidden;
}

.banner img {
    min-width: 100%;
}

.banner__header {
    position: absolute;
    top: 51%;
    color: #fff;
    left: 70px;
    text-transform: uppercase;
}

.banner__header h1 {
    letter-spacing: 1px;
    /* border-left: 2px solid #fff; */
    margin-bottom: 20px;
    font-weight: 600;
}

.header-top {
    margin-bottom: 15px;
}

.header-bottom {
    font-family: pt sans, Arial, sans-serif;
}

.sub-banner {
    border-top: 2px solid #fff;
}

.sub-banner__block {
    position: relative;
    border-top: 2px solid #fff;
    box-sizing: border-box;
}

.sub-banner__block img {
    min-width:100%;
}

.sub-banner__block__effect {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: rgba(44,44,44,0);
    -webkit-transition: .1s ease-in-out all;
    transition: .1s ease-in-out all;
}

.sub-banner__block:hover .sub-banner__block__effect {
    background: rgba(44,44,44,0.2);
}

.sub-banner__block:last-child {
    border-right: none;
}

.sub-banner__description {
    color: #fff;
    position: absolute;
    top: 30%;
    left: 20px;
    text-transform: uppercase;
    font-size: 20px;
}

.header-bottom a[href="#bookme"],
.sub-banner__description a[href="/see-me-live/#bookme"] {
    color:#f184d7;
}

.sub-banner__description a {
    color: #fff;
}

.sub-banner__description h3 span {
    font-size: 15px;
    font-weight: 300;
}

/* --------------- Buttons ---------- */
.btn {
    text-decoration: none;
    color: #fff;
    padding: 15px 35px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 20px;
    text-transform: uppercase;
    -webkit-transition: .1s ease-in-out all;
    transition: .1s ease-in-out all;
}

.btn--large {
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 22px;
}

.btn:hover {
    background: rgb(171, 87, 151);
}

.btn--purple, input[type="submit"] {
    background: rgb(171, 87, 151);
    border-radius: 25px;
    border: none;
    color: #fff;
    padding: 10px 40px;
}

.btn--purple:hover, input[type="submit"]:hover {
    background: rgb(147,79,149);
}

/* --------------- Beyonce ---------- */

.comment-notes {
    display:none;
}


.cat1,
.cat2 {
    width: 80px;
    position: absolute;
    top: -49px;
    right: 0;
}

.cat2 {
    top:-44px;
}
.banner img.cat--banner {
    width: 80px;
    min-width: auto;
    position: absolute;
    bottom: -5px;
    left: 6%;
}

.comment-form-comment label {
    display: none;
}

#comment {
    padding: 10px;
    font-size: 15px;
    box-sizing: border-box;
    color: #555;
}

.add-comment, .all-comments {
    cursor: pointer;
}

.logged-in-as {
    display: none;
}

#comment {
    display: block;
    width: 100%;
}

.beyonce__item__comments {
    padding-left: 0;
    margin: 15px 0
}

.beyonce__item__comments li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.beyonce__item {
    max-width: 46%;
    margin-right: 40px;
    margin-bottom: 40px;
}

.beyonce__item--image-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.beyonce__item__controls {
    margin: 14px 0 0 0;
}

.wpulike {
    padding:0;
}

.wpulike-heart .wp_ulike_general_class {
    background:none;
    border:none;
    padding:0;
    box-shadow:none;
}

.wpulike-heart .wp_ulike_btn {
    border-right:0;
    font-weight:normal;
    
}

.wpulike .wp_ulike_btn.wp_ulike_put_text {
    padding: 0;
}

.control__item {
    width:33.333%;
    display:inline-block;
    float:left;
    box-sizing:border-box;
}

.control__item i {
    border: 1px solid;
    padding: 7px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: rgb(171, 87, 151);
}

.control__icon {
    width: 16px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 8px;
}

.control__icon.time--icon {
    width: 30px;
    top: 3px;
    left: 2px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.icon-circle {
    width: 32px;
    height: 32px;
    border: 1px solid rgb(171, 87, 151);
    border-radius: 50%;
    position: relative;
    display: inline-block;
    top: 0;
}

.control__item .small {
    font-size: 13px;
    margin-left: 7px;
    position: relative;
    top: -13px;
    color: #666;
    display: inline-block;
}

.wpulike-heart .counter {
    border: none;
    background: none;
    padding: 0;
    border-radius: 0;
}

.wpulike-heart .count-box {
    padding: 0;
    top: -5px;
    font-size: 13px;
    color: #666;
    line-height: 1;
    position: relative;
    font-weight: 200;
    left: 5px;
}

.wpulike .counter a {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    border: none;
}

.wpulike-heart .counter a:hover {
    color: #444;
    text-shadow: none;
}

/* --------------- Home ---------- */

.highlights div {
    box-sizing:border-box;
}

.highlights .video-still-wrapper {
    margin-bottom:0;

}

.desktop-banner-img {
    display: block;
}

.mobile-banner-img {
    display: none;
}

.highlights {
    margin-top: 40px;
}

.highlight img {
    margin-bottom:20px;
}

.highlights:after {
    content: "";
    display: table;
    clear: both;
}

.twitter-feed__header {
    position: relative;
}

.twitter-feed__follow {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: rgba(184, 231, 254, 0.83);
    width: 100%;
    padding: 6px 0;
}
.twitter-feed__follow p {
    display:inline-block;
    position:relative;
    top: 5px;
}

.twitter-feed__follow p a {
    margin-left: 5px;
    font-size: 25px;
    color: #555;
    text-decoration: none;
}

.twitter-feed__follow p a:hover {
    color: #fff;
}

.twitter-feed .twitter-feed__follow .twitter--follow {
    margin-left: auto;
    margin-right: 30px;
    height: 45px;
    border: 1px solid #fff;
    float: right;
}

.twitter-feed .follow--icon {
    background: rgb(0,189,242);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: 30px;
    display: inline-block;
}

.twitter-feed .follow--icon i {
    color: #fff;
    font-size: 31px;
    position: relative;
    top: 8px;
    left: 9px;
}

.highlight__item {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(171, 87, 151,0.5);
}

.highlight__item:last-of-type {
    border-bottom: none;
}

.highlight__description a,
.highlights--link a,
.highlights--link i {
    color: rgb(171, 87, 151);
}

.highlights--link a:hover,
.highlights--link i:hover,
.highlight__description a:hover {
    color: rgb(147,79,149);
}

.highlights a:last-child {
    margin-top: 20px;
    float: right;
}

.highlights a:last-child:after {
    clear: both;
}

.highlight__thumb {
    position: relative;
}

.highlight__description {
    padding-top: 15px;
}

.highlight__description .category-name {
    padding-left: 0;
    margin-top: 0;
    margin-bottom:0;
}

.highlights p {
    line-height: 19px;
}

/* --------------- Embed Rules ---------- */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* height: 0; */
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------- Twitter iframe ---------- */
iframe.twitter-timeline {
    /* Buttonish */
    display: inline-block;
    padding: 6px 12px 6px 30px;
    margin: 10px 0;
    border: #ccc solid 1px;
    border-radius: 3px;
    background: rgb(241,250,253) url("") 8px 8px no-repeat;
    background-size: 1em 1em;
    /* Text */
    font: normal 12px/18px Helvetica, Arial, sans-serif;
    color: #333;
    white-space: nowrap;
}

/* --------------- Footer ---------- */
footer {
    /* width: 100%; */
    padding: 65px 0;
    background-color: rgba(171, 87, 151, 0.92);
    display: block;
    color: #fff;
    margin-top: 40px;
    text-align: center;
}

footer .nav-left__logo {
    padding-left: 0;
}

footer .nav-left__social ul li:last-child {
    margin-right: 0;
}

footer .nav-left__social ul li i.fb--positioning {
    left: 15px;
}

footer .nav-left {
    float: none;
}

footer .nav-left__social ul {
    padding-left: 0;
}

.sub-footer {
    background-color: rgb(147,79,149);
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    padding: 15px 0;
    font-weight: 100;
    letter-spacing: .5px;
    line-height: 14px;
}

.sub-footer a {
    color: #fff;
}

/* --------------- Watch me Now ---------- */
.play-btn {
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid #ddd;
    margin-left: 1px;
    border-radius: 50%;
    position: relative;
    top: -6px;
}

.play-btn i {
    position: relative;
    top: 7px;
    left: 11px;
    -webkit-transition: .1s ease-in-out all;
    transition: .1s ease-in-out all;
}

.play-btn-header {
    color: #ddd;
    position: absolute;
    top: 43%;
    left: 20px;
}

.video-still-wrapper {
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.advice-content__wrapper .video-still-wrapper {
        margin-bottom: 10px;
    }

.video-still-wrapper-bkg,
.highlight__thumb {
    min-width:100%;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.video-still-wrapper img {
    min-width:100%;
}

.video-still-wrapper:hover .play-btn i, .video-still-wrapper:hover .play-btn-header {
    color: #fff;
    border-color: #fff;
}

.advice-wrapper {
    background: url('/wp-content/uploads/2017/07/background.jpg') 60% 100% no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 30px;
    /* margin-bottom: -40px; */
    position: relative;
}

.advice--image {
    position: absolute;
    right: 20px;
    top: -10px;
    width: 150px;
}

.advice-content__video {
    width: 32%;
    float:left;
    box-sizing: border-box;
    margin-right: 2%;
}
.advice-content__video:nth-child(3n) {
    margin-right:0;
}

.media-category {
    margin-bottom: 40px;
}

.media-category__feature {
    width: 49%;
    float:left;
    margin-right:2%
}

.media-category__feature:last-child {
    margin-right:0;
}

/* --------------- See me Live ---------- */
.colorful-background-wrapper {
    background: url('/wp-content/uploads/2017/07/book-me-background.jpg') 50% 0% no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: -40px;
    position: relative;
}

.book-me .btn {
    margin-bottom:20px;
}

.colorful-background-wrapper.book-me-wrapper {
    margin-bottom:0;
}

.see-me-live__headers {
    font-weight:bold;
}

.event {
    margin-top: 20px;
}

.see-me-live__headers p, .event-detail {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
}

.event-detail {
    padding-right: 7px;
}

/* --------------- Slide out Menu ---------- */
.mobile-menu {
    display: block;
}

.mobile-menu-slideout {
    background: rgb(171, 87, 151);
    padding: 25px;
}

.mobile-menu-slideout .nav-right__menu-item {
    border-left: none;
    margin-top: 25px;
}

.mobile-menu-slideout .nav-left__social {
    border-left: none;
    margin-left: 0;
}

.mobile-menu-slideout .nav-left__social ul {
    padding-left: 0;
    margin-top: 25px;
    border-top: 1px solid #fff;
}

.mobile-menu-slideout .nav-left__social ul li {
    display: block;
    margin: 20px auto;
}

.mobile-menu-slideout .nav-right__menu-item svg {
    width: 41px;
}

.mobile-menu-slideout .nav-left__social ul li i.fb--positioning {
    left: 15px;
}

/* --------------- Watch me Now Archives ---------- */
.video-archive {
}

.video-archive__item {
    margin-right: 2%;
    width: 49%;
    box-sizing: border-box;
    float: left;
}

.video-archive__item:nth-child(2n) {
    margin-right:0;
}

/* --------------- What's Happening Page ---------- */
.fixed-events-wrapper {
    margin-bottom:-40px;
}

.fixed__event {
    width:100%;
    padding:20px;
}

.event__logo__container {
    display:inline-block;
    float:left;
    margin-right:20px;
}

.event-logo {
    /* float:left; */
    max-height: 123px;
    width: auto;
    /* max-width: 30%; */
}

.event__text .btn {
    margin-top:15px;
}

.highlights-wrapper .embed-container {
    margin-bottom: 0;
}

.highlight {
    margin-right: 2%;
    box-sizing: border-box;
    width: 49%;
    padding-bottom: 35px;
    float:left;
}

.highlights-wrapper .highlight:nth-child(2n) {
    margin-right:0;
}

.category-name {
    color: red;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 15px;
    
}

.highlights--short-description {
    padding-top: 5px;
    line-height: 1.2;
}

section {
    padding: 0 20px;
    margin: 40px auto;
}

/* --------------- Contact Form ---------- */
.contact-form {
    width: 90%;
    margin: 0 auto;
}

.hidden-label {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

div.wpcf7-validation-errors {
    border: none;
    padding: 0;
    text-transform: uppercase;
    color: #222;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-spam-blocked {
    border:none;
}

div.wpcf7-response-output {
    padding:0;
}

.comment-form-author input {
    padding:10px;
}
.comment-form-author input, 
#comment, 
.contact-form input, 
.contact-form textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
}

::-webkit-input-placeholder {
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

:-ms-input-placeholder {
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    padding: 15px;
    color: #4e4e4e;
    font-size: 14px;
    width: 50%;
}

input[type="submit"] {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    cursor: pointer;
}

/* --------------- Media Queries ---------- */

@media (min-width: 601px) {
    .hidden-xs {
        display:block;
    }
}
@media (min-width: 768px) {
    .banner__header {
        top:21%;
    }
    .sidebar {
        margin-top:0;
        float:right;
        text-align:left;
    }
    .fixed__event {
        background-size:cover;
        background-repeat:no-repeat;
        box-sizing: border-box;
        display: inline-block;
        float: left;
    }
    .item {
        max-height: 500px;
    }
    .featured-posts {
        width:80%;
        display: inline-block;
        float: left;
    }
    .blog__post {
        width:48%;
        display:inline-block;
        float:left;
        box-sizing: border-box;
        padding-right: 2%;
        
    }
    .blog__post:nth-child(odd) {
        clear:both;
    }
    .sub-banner__description h3 {
        font-size: 18px;
    }
    .sub-banner__description h3 span {
        font-size: 13px;
    }
    .play-btn {
        width: 40px;
        height: 40px;
        top: -9px;
    }

    .play-btn i {
        top: 9px;
        left: 14px;
    }

    .highlight__item {
        border: none;
    }

    .cat1 {
        width: 80px;
        position: absolute;
        top: -49px;
        right: 0;
    }

    .cat2 {
        position: absolute;
        top: -45px;
    }

    .twitter-feed {
        margin-top: 0;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    .twitter-feed, .highlights {
        width: 48%;
        display: inline-block;
        float: left;
    }

    .highlights {
        margin-top: 0;
    }

    .single-blog-post {
        width: 560px;
        float: left;
        margin-right: 2%;
    }

    section.home-content {
        width: 90%;
    }

    section.masonry-layout {
         column-count: 2; 
         column-gap: inherit; 
         margin-top:80px;
    }
    section.highlights-archive,
    section.video-archive,
    section.masonry-layout {
        margin-top:80px;
    }

    .masonry-layout__panel {
         break-inside: avoid;
         margin-bottom: 50px;
    }

    .masonry-layout__panel-content {
         padding: 10px;
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        margin: 30px auto;
    }

    section.beyonce-intro {
        margin: 100px auto;
    }

    .sub-banner {
        border-top: 2px solid #fff;
        z-index: 1;
        position: relative;
        }

    .sub-banner__block {
        border-top: none;
        border-right: 2px solid #fff;
        width: 33.3333%;
        display: inline-block;
        float: left;
    }

    .blog-wrapper .sidebar {
        margin-left: 37px;
        float: right;
    }

    footer .nav-left__social ul li, nav .nav-left__social ul li {
        font-size: 16px;
        margin-right: 5px;
        width: 25px;
        height: 25px;
    }

    footer .nav-left__social ul li i, nav .nav-left__social ul li i {
        left: 6px;
        top: 4px;
    }

    footer .nav-left__social ul li i.fb--positioning, nav .nav-left__social ul li i.fb--positioning {
        left: 8px
    }

    footer .nav-left__social ul, nav .nav-left__social ul {
        padding-left: 15px;
    }

    .header-bottom {
        font-size: 19px;
        font-weight: 300;
    }

    .highlights {
        padding-left: 20px;
    }
}

@media (min-width: 870px) {
    .banner__header {
        top:41%;
    }
    footer .nav-left {
        float:left;
    }
    .footer-right {
        margin-left:60px;
        display: inline-block;
    }
    .nav-right__menu-item svg {
        width: 35px;
    }
    .nav-right__menu-item a {
        padding: 0 26px;
    }
    #allcontent {
        top:0;
    }
    .advice--image {
        right: 80px;
        top: -10px;
        width: 160px;
    }

    footer .nav-left__social {
        border-left: 2px solid #fff;
        margin: 0 auto 0 28px;
    }

    footer {
        text-align: initial;
    }

    footer .nav-left__social ul {
        padding-left: 30px;
    }

    .nav-left__logo {
        margin-left: auto;
        float: left;
    }
    footer .nav-left__logo {
        padding-left:20px;
    }

    nav .nav-right__menu-item {
        display: inline-block;
        box-sizing: border-box;
        float: left;
        max-height: 69px;
    }

    .nav-right__menu-item.mobile-menu {
        display: none;
    }

    .nav-right__menu-item p {
        font-size: 13px;
        line-height: 9px;
    }

    .nav-right__menu-item p span {
        font-size: 9px;
    }

    nav .nav-left__social {
        display: inline-block;
        /* padding-top: 6px; */
        float: right;
        max-height: 69px;
        min-height: 69px;
    }

    footer .nav-left__social {
        padding-top: 5px;
        float: left;
    }

    .nav-right__menu-item--email {
        border-right: 1px solid #fff;
        padding-top: 8px;
    }

    .nav-right .nav-right__menu-item:first-child {
        padding-top: 0px;
    }
}

@media (min-width: 992px) {
    .banner__header {
        top:51%;
    }
    .fixed__event {
        min-height:190px;
        width:50%;
    }
    .sub-banner__description h3 {
        font-size: 22px;
    }
    .sub-banner__description h3 span {
        font-size:15px;
    }
    .btn--large {
        font-size:20px;
    }

    .nav-right__menu-item p {
        font-size: 16px;
    }

    section {
        width: 870px;
    }

    .modal-content, .modal-dialog {
        width: 800px;
    }

    .masonry-layout, .see-me-live__columns, .book-me {
        width: 90%;
        margin: 0 auto;
    }

    .nav-right__menu-item svg {
        width: 35px;
    }
    .nav-right__menu-item a {
        padding: 0 26px;
    }
    .event__logo__container {
        width:40%;
    }
}

@media (min-width: 1100px) {
    .single-blog-post {
        width: 750px;
    } 
    .event__logo__container {
        width:auto;
    }
    .fixed__event {
        min-height:175px;
    }
    .highlight__item .video-still-wrapper,
    .highlight-video-bkg-wrapper,
    .highlight__thumb__wrapper {
        width: 49%;
        display: inline-block;
        float: left;
        min-width: auto;
    }
    .highlight-video-bkg-wrapper .video-still-wrapper {
        min-width:100%;
    }

    .highlight__thumb .play-btn {
        width: 30px;
        height: 30px;
        display: inline-block;
        border: 1px solid #ddd;
        margin-left: 1px;
        border-radius: 50%;
        position: relative;
        top: -5px;
    }

    .highlight__thumb .play-btn i {
        position: relative;
        top: 6px;
        left: 10px;
        -webkit-transition: .1s ease-in-out all;
        transition: .1s ease-in-out all;
    }

    .highlight__thumb .play-btn-header {
        color: #ddd;
        position: absolute;
        top: 42%;
        left: 13px;
        font-size: 18px;
    }

    .advice-wrapper {
        padding-top: 40px;
    }

    .advice--image {
        right: 200px;
        top: -50px;
        width: 240px;
    }

    .highlight__description {
        padding-left: 15px;
        padding-top: 0;
        width: 49%;
        float: left;
    }

    .modal-content, .modal-dialog {
        width: 900px;
    }

    .nav-right {
        padding-right: 60px;
    }

    nav .nav-left__social ul {
        padding-left: 30px;
        top: 6px;
        position: relative;
    }

    footer .nav-left__social ul li, nav .nav-left__social ul li {
        font-size: 25px;
        margin-right: 17px;
        width: 45px;
        height: 45px;
    }

    footer .nav-left__social ul li i, nav .nav-left__social ul li i {
        left: 12px;
        top: 10px;
    }

    nav .nav-right__menu-item svg {
        width: 41px;
    }

    footer .nav-left__social ul li i.fb--positioning, nav .nav-left__social ul li i.fb--positioning {
        left: 15px;
    }

    .masonry-layout, section {
        width: 992px;
    }
}

@media (min-width: 1200px) {
    .nav-right__menu-item a {
        padding: 0 34px;
    }
    .nav-left {
        margin-left: 5%;
    }
}

@media (min-width: 1300px) {
    .nav-right__menu-item a {
        padding: 0 44px;
    }

    .masonry-layout, section, section.home-content {
        width: 1150px;
        margin: 40px auto;
    }
    .single section.blog {
        width:992px;
    }
}


@media (max-width: 1600px) {
    .banner {
        max-height:475px;
    }
    
}

@media (max-width: 600px) {

    .highlight,
    .video-archive__item,
    .see-me-live__headers p, 
    .event-detail,
    .advice-content__video,
    .event__logo__container {
        margin-right: 0;
        width: 100%;
        float:none;
    }
     
    .fixed__event {
        width:auto;
    }
     
    .event__logo__container img {
        margin:0 auto;
    }
    .fixed__event {
        text-align:center;
    }
    .featured-posts {
        display:block;
    }
    .blog__post {
        width:auto;
        
    }
    .wpulike-heart .count-box {
        top: -1px;
    }

    .control__item .small {
        top: -8px;
        margin-left: 4px;
        font-size:10px;
    }

    .icon-circle {
        width: 22px;
        height: 22px;
    }

    .control__icon {
        top: 6px;
        left: 5px;
        width: 12px;
    }

    .section--header {
        margin-bottom: 20px;
    }

    .contact-form {
        width: 100%;
    }

    .intro__paragraph {
        display: block;
    }

    .intro__paragraph .cat-img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
        max-width: 100%;
        width: auto;
        box-sizing: border-box;
    }

    .highlights-wrapper {
        display: block;
    }

    .highlight {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .media-category__feature {
        width: 100%;
        border-bottom: 1px solid #eee;
        padding: 40px 0;
    }

    .media-category .section--header {
        margin-bottom: 0;
    }

    .media-category__feature:last-child {
        border-bottom: none;
    }

    .advice-content__wrapper, .media-category__feature-wrapper {
        display: block;
    }

    .advice-wrapper {
        padding-top: 40px;
    }

    .advice--image {
        right: 34%;
        top: -31px;
        width: 140px;
    }

    .event {
        display: block;
        margin-top: 0;
        border-top: 1px solid #eee;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .see-me-live__headers {
        display: none;
    }

    .nav-left__logo h1 a {
        font-size: 34px;
    }

    .nav-left__logo p {
        font-size: 10.2px;
    }

    .nav-right__menu-item.mobile-menu {
        padding: 10px 20px 0 20px;
    }

    #nav-icon3 {
        top: 11px;
    }

    #allcontent {
        top: 74px;
    }

    .banner__header {
        
        top: 15%;
        color: #fff;
        left: 42px;
        text-transform: uppercase;
        max-width: 60%;
    }
    .banner__header h1 {
        font-size:23px;
    }

    .banner__header.no--slider {
        left: 20px;
    }

    .desktop-banner-img {
        /* display: none; */
    }

    .mobile-banner-img {
        display: block;
    }

    .highlight__thumb {
        min-height: 200px;
    }
}

@media (max-width: 450px) {
    .highlights .btn--purple {
        float:none!important;
        max-width: 100%;
        display: block;
        text-align: center;
    }
}

@media (max-width: 376px) {
    #allcontent {
        top:66px;
    }

    .nav-right__menu-item.mobile-menu {
        padding: 5px 20px 0 20px;
        margin-right: auto;
    }
    .nav-right {
        padding-right:0;
    }

    #nav-icon3 {
        top: 8px;
    }

    .nav-left__logo h1 a {
        font-size: 27px;
    }

    .nav-left__logo p {
        font-size: 8px;
    }

    .wpulike-heart .count-box {
        top: -1px;
        font-size: 10px;
    }

    .control__item .small {
        top: -6px;
        margin-left: 3px;
        font-size: 10px;
    }

    .icon-circle {
        width: 16px;
        height: 16px;
    }

    .control__icon {
        top: 4px;
        left: 3.4px;
        width: 9px;
    }
}

/* ---------------- Misc ---------------- */
.error404 {
    position: relative;
    padding: 100px 0;
}

#wpadminbar {
    position: fixed!important;
}

.admin-bar header xnav {
    top: 46px;
}

@media screen and (min-width: 783px) {
    .admin-bar header nav {
        top: 32px;
    }
}

#loading {
    min-height: 50px;
}

.loading {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid rgb(171, 87, 151);
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/* ---------------- Modal Window ---------------- */
.video-container {
    position: relative;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container.ratio-16-9 {
    padding-bottom: 51.55%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    position: absolute;
    color: #aaa;
    z-index: 4;
    top: -30px;
    right: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-shadow: none;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.close:hover {
    color: #fff;
}

.close span {
    position: relative;
    font-size: 18px;
    top: 2px;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
#left, #right {
    font-size: 25px;
    color: #fff;
    position: absolute;
}

#left {
    top: 50%;
    left: 10px;
}

#right {
    top: 50%;
    right: 10px;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    height: 100%;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    max-width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #eee;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    margin: 0 auto;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1; *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x : 50%;
    -webkit-perspective-origin-y : 50%;
    -moz-perspective : 1200px;
    -moz-perspective-origin-x : 50%;
    -moz-perspective-origin-y : 50%;
    perspective : 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */
@-webkit-keyframes empty {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@keyframes empty {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: .14285714285714285em;
    text-align: center
}

.fa-twitter:before {
    content: "\f099"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-facebook:before,.fa-facebook-f:before {
    content: "\f09a"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-heart:before {
    content: "\f004";
}

.fa-comment:before {
    content: "\f075";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-play:before {
    content: "\f04b"
}