/*
Theme Name: Oscilloscope 2.0
Theme URI: http://.oscilloscope.net/
Description: Oscilloscope 2.0 WP theme
Version: 2.0
Author: VHX, WhiteCity Soft
Author URI: http://www.whitecitysoft.com/, http://vhx.tv/;
Tags: dark, space, grunge

	Oscilloscope v2.0
	 http://.oscilloscope.net/

	This theme was designed and built by WhiteCity Soft

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body.parent-pageid-12 li.menu-item-1304 a {
    /* make About Us stay current when on a child page */
    border-bottom: 5px solid rgba(126, 0, 0, .15);
}

.aboutBackground img {
    width: 100%;
}

.columns.flush {
    padding-left: 0;
    padding-right: 0;
}

footer {
    margin-bottom: 60px;
    padding-bottom: 30px;
}

div#mc_embed_signup_top {
    float: right;
    width: auto;
    position: relative;
    top: 15px;
    right: 15px;
    text-align: left;
    margin-bottom: 10px;
}

input#mce-EMAIL_top.email {
    height: 30px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 11px;
    width: 150px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 0;
}

#mc_embed_signup_top input.button {
    width: auto;
    height: 30px;
    font-size: 11px;
    color: #fff;
    padding: 5px 10px;
    border: none;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0;
}

#mc_embed_signup_top input.button:hover {
    background-color: #000;
}

#mc_embed_signup {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    color: white;
    text-align: center;
    width: 800px;
    margin: 10px auto 40px;
    max-width: 85%;
}

#mc_embed_signup form {
    padding: 10px 0 !important;
}

input#mce-EMAIL.email {
    display: inline-block !important;
    height: 30px;
    text-transform: uppercase;
    padding: 5px 10px !important;
    font-size: 13px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    width: auto !important;
    border-radius: 0;
    margin: 0 !important;
}

#mc_embed_signup input.button {
    display: inline-block !important;
    width: auto !important;
    height: 30px;
    font-size: 13px;
    color: #000;
    color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    border: none;
    background-color: #ffd630;
    border-radius: 0;
    font-weight: normal;
    margin: 0 !important;
    line-height: 1.5;
    border-radius: 0;
}

#mc_embed_signup input.button:hover {
    background-color: #ebae31;
}


/* BRINGING IN OLD STYLES */
.blackLink,
#searchform label {
    padding: 0 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background-color: #000;
}

a.blackLink:hover {
    color: #FFCC33;
}

div.postmetadata {
    float: right;
}

div.postmetadata ul.socialwrap {
    margin-top: 25px !important;
}

a.more-link {
    float: right;
    margin-left: 10px;
    margin-top: 20px;
    padding: 0 5px;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    background-color: #000;
}

a.left {
    float: left;
    margin-top: 20px;
}




/* ----Sidebar---- */

#searchform {
    padding: 8px;
}

#searchform input[type=submit] {
    background: #000;
    color: #FFF;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
}

#searchform input[type=text] {
    width: 200px;
    font-size: 15px;
    padding: 4px;
    -webkit-appearance: none;
    border: none;
    border-bottom: 1px solid #000;
}

#sidebar {
    border-left: 1px solid rgba(0, 0, 0, .2);

}

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

#sidebar ul li a {
    display: block;
    padding: 8px 22px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}

#sidebar ul li a:hover,
#sidebar ul li.current-cat a {
    color: #ffcc00;
    background-color: #000;
}

.categoryNav {}

.categoryNav li.categories {
    border-top: 1px solid rgba(0, 0, 0, .4);
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}

h2.archivetitle {
    color: #666666;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    line-height: 34px;
    padding-left: 22px;
    font-size: 18px;
}

#sidebar ul.archivelist li a {
    padding: 8px 34px;
}

#sidebar p.browsingInfo {
    padding: 8px 22px;
}

#sidebar p.browsingInfo a {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px;
}

#sidebar p.browsingInfo a:hover {
    color: #ffcc00;
    background-color: #fff;
}


.newsPost {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px #000 dashed;
    padding: 40px;
}

.newsPost h2,
.newsPost h2 a,
.newsPost h3,
.newsPost h3 a,
h2.pagetitle {
    font-size: 21px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 25px;
}

h2.pagetitle {
    margin-bottom: 25px;
    font-size: 26px;
    border-bottom: 1px #000 dashed;
}

.newsPost h2 small,
.newsPost h3 small {
    font-size: 14px;
    text-transform: none;
}

.newsPost p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.fullPost p {
    display: block;
}

.textsHolder {
    height: auto;
    height: 100%;
    float: left;
}

img.attachment-post-thumbnail {
    float: left;
    padding: 0 28px 20px 0;
}

.entry {
    overflow: hidden;
    padding-bottom: 0px;
}

.fullPost {
    padding-bottom: 60px;
}

.entry a {
    text-decoration: underline;
}

.entry a:hover {
    text-decoration: none;
    color: #FFCC33;
}

.entry p {
    padding-bottom: 10px;
}

.entry ul {
    margin: 10px 0;
    padding-left: 20px;
}

.entry ul li {
    color: #000;
    line-height: 18px;
    font-size: 12px;
    list-style-type: disc;
}

.entry ol {
    margin: 10px 0;
    padding-left: 20px;
}

.entry ol li {
    color: #000;
    line-height: 18px;
    font-size: 12px;
    list-style-type: decimal;
}

.entry blockquote {
    font-style: italic;
}

.blackLink,
#searchform label {
    padding: 0 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background-color: #000;
}

a.blackLink:hover {
    color: #FFCC33;
}

div.postmetadata {
    float: right;
}

div.postmetadata ul.socialwrap {
    margin-top: 25px !important;
}

a.more-link {
    float: right;
    margin-left: 10px;
    margin-top: 20px;
    padding: 0 5px;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    background-color: #000;
}

a.left {
    float: left;
    margin-top: 20px;
}

.wp-pagenavi {
    min-height: 50px;
}



/* ABOUT US
----------------------------------------- */
#aboutContent {
    width: 604px;
    height: 420px;
    margin-top: 22px;
    padding: 66px 173px 71px 178px;
    background: url(images/about_background_new.jpg) 0 0 no-repeat;
    text-align: right;
}

#aboutContent p {
    display: inline;
    color: #FFF;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    background: #000;

}

.aboutBackground {
    position: relative;
    display: block;
    border: 3px solid #FFF;
    padding: 0;
}

.aboutBackground:after {
    content: '';
    clear: both;
}

.aboutBackground img.attachment-post-thumbnail {
    padding: 0;
    float: none;
}

.aboutText {
    width: 585px;
    overflow: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 6px;
}

.aboutText p {
    background-color: #000;
}

.aboutText a {
    color: #09F;
    text-decoration: underline;
}

.aboutText a:hover {
    text-decoration: none;
    color: #FFCC33;
}

.aboutText ul {
    margin: 10px 0;
}

.aboutText ul li {
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    list-style-type: disc;
}

.aboutText ol {
    margin: 10px 0;
}

.aboutText ol li {
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    list-style-type: decimal;
}

.aboutText blockquote {
    font-style: italic;
}

/* THE TEAM
----------------------------------------- */
.page-id-1162 #content {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.page-id-1162 .team-member {
    width: 50%;
    margin: 0 auto -20px;
}

.page-id-1162 h1 {
    color: #000;
    padding-bottom: 10px;
    background-color: #FFCC33;
    font-weight: bold;
    width: intrinsic;
    margin: 0 auto -10px;
    padding: 0 1px 3px 15px;
    position: relative;
    right: 100px;
    line-height: 110%
}

.page-id-1162 .teamPhoto img {
    max-height: 400px;
    width: auto;
    border: 3px solid #FFF;
}

.page-id-1162 div.teamAbout {
    background-color: #000;
    width: 360px;
    display: block;
    position: relative;
    bottom: 120px;
    left: 320px;
    -webkit-box-shadow: #fff 0 0 10px 0px;
    -webkit-box-shadow: rgba(255, 255, 255, .5) 0 0 20px 0px;
    -moz-box-shadow: #fff 0 0 10px 0px;
    -moz-box-shadow: rgba(255, 255, 255, .5) 0 0 20px 0px;
    box-shadow: #fff 0 0 10px 0px;
    box-shadow: rgba(255, 255, 255, .5) 0 0 20px 0px;
}

.page-id-1162 .teamAbout p {
    color: #a3a3a3;
    text-align: left;
    padding: 4px 7px;
    margin-bottom: 0;
}

.page-id-1162 .member-1240 {
    /* fix Gozo spacing */
    margin: 20px auto 0;
}

/* MOBILE MEDIA QUERIES
----------------------------------------- */

@media only screen and (max-width: 40em) {
    .aboutText {
        width: auto;
        position: relative;
        bottom: auto;
        right: auto;
    }
}

.prevButton {
    display: block;
    position: absolute;
    top: 318px;
    left: 9px;
    width: 119px;
    height: 146px;
    background: url(images/prev_button.jpg) 0 0 no-repeat;
}

.nextButton {
    display: block;
    position: absolute;
    top: 319px;
    right: 13px;
    width: 119px;
    height: 146px;
    background: url(images/next_button.jpg) 0 0 no-repeat;
}

.fancy-video-player {
    position: relative;
    width: 950px;
    height: 575px;
    margin: 0 auto;
}

.video-wrapper-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.fancy-video-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 58px;
    margin: -40px auto;
    z-index: 2;
}

.video-player-link-top,
.video-player-link-bottom {
	position: absolute;
	background-color:#200c04;
	z-index: 9;
	overflow: hidden;
}

.video-player-link-top {
	top: 14px;
    width: 387px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 348px;
    white-space: nowrap;
}

.video-player-link-bottom {
	bottom: 31px;
    width: 557px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 206px;
    white-space: nowrap;
}

.video-player-link-top a,
.video-player-link-bottom a {
	color:red;
	text-transform: uppercase;
	font-weight: bold;
}

.click-to-enter {
	background-color:#EBAE31;
	font-size:22px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 250px;
	height:40px;
	color:#fff;
	padding:0 20px;
	border-radius: 5px;
	transition: ease all .25s;
}

.click-to-enter:hover {
	background-color:#c49025;
}

.click-here-to-enter-on-player {
	position: absolute;
	height:100px;
	width:100px;
	display: block;
	background-color:transparent;
	border-radius: 50%;
	cursor: pointer;
	z-index: 5;
	top: 100px;
    left: 30px;
}

.click-here-to-enter-on-player a {
	position: absolute;
	display: block;
	height:100%;
	width:100%;
	font-size:0;
}

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

	.fancy-video-player {
		width:95%;
		padding:10px 15px;
		height:auto;
	}

    .video-wrapper-image,
    .video-player-link-top,
	.video-player-link-bottom  {
        display: none !important;
    }

    .fancy-video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
        top:auto;
        transform: none;
        right:0;
        margin:0 auto;
    }

    .fancy-video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .waves {
        display: none !important;
    }
}


@media only screen and (max-width: 40em) {
    .content {
        padding-top: 70px;
    }

    nav {
        position: relative;
        z-index: 350;
    }

    nav.secondary {
        display: none;
    }

    .page-id-1162 .team-member {
        width: 100%;
        margin: 0 auto 40px;
    }

    .page-id-1162 h1 {
        right: 0 !important;
        margin: 0 auto;
        padding: 0 10px 3px 15px;
    }

    .page-id-1162 .teamPhoto {
        width: 80%;
        margin: 0 auto 10px;
    }

    .page-id-1162 .teamAbout {
        bottom: 0 !important;
        left: 0 !important;
        width: 100%;
        margin: 0 auto;
    }

    input#mce-EMAIL_top.email {
        width: 130px;
    }
}