/*
Theme Name: Bitmovin Website Theme
Theme URI: http://bitmovin.com
Description: A theme designed for the Bitmovin website 2017
Author: Tristan Boyd
Version: 1.0.1
*/

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/



/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: #333;border-radius:0px;}

a {color: #2eabe2; word-wrap: break-word;}
a:hover {color: #0294c6;}

#menu-support-main-menu a:focus {
    font-weight: bold;
}

/* Bulletpoints for the mpeg-dash-hls-drm-test-player page*/
#post-8863 ul li, #post-7914 ul li {
    list-style: circle;
    margin-left: 30px;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color  */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default  */
input:-moz-placeholder { color:#a9a9a9; }
input:focus {
    outline: 0;
}

textarea:-moz-placeholder { color:#a9a9a9; } 

/* In content buttons
--------------------------------------------------------------------------------*/



@media screen and (max-width: 799px) {
	.prod-header-container-analy .post ul li {margin:0px!important;}
	p, h2, h4, h5 {margin-left: 8px;margin-right: 8px;}
}


/*** DEFAULT COLORS/STYLES ***/
/* Root menu */
.dropdown-menu {
    background: #c4c7c8;
}
/* Root links */
.dropdown-menu a,
.dropdown-menu a:link,
.dropdown-menu a:visited {
    text-decoration: none;
    color: #393939;
    padding: 5px 9px;
}
/* Root link hover */
.dropdown-menu a:hover,
.dropdown-menu li.dropdown-menu-hover > a {
    color: #000;
}
/* Root menu item hover */
.dropdown-menu li:hover,
.dropdown-menu li.dropdown-menu-hover {
    background: #e0e2e2;
}
/* Submenus */
.dropdown-menu ul {
    border: 1px solid #c4c7c8;
    background: #e0e2e2;
}
/* Submenu item hover */
.dropdown-menu ul li:hover,
.dropdown-menu ul li.dropdown-menu-hover {
    background: #c4c7c8;
}

/* Optional submenu drop shadow */
.dropdown-menu-shadow {
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}

/*** ESSENTIAL STYLES ***/
.dropdown-menu {
    white-space: nowrap;
    display: inline-block;
    /* IE7 inline-block fix */
    *display: inline;
    *zoom: 1;
}
.dropdown-menu,
.dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown-menu ul {
    display: none;
    position: absolute;
    z-index: 1000000;
}
.dropdown-menu ul ul {
    top: 0;
    left: 100%;
}
.dropdown-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    /* IE7 inline-block and padding fix */
    *display: inline;
    *zoom: 1;
    *vertical-align: bottom;
}
.dropdown-menu li a {
    display: block;
}
.dropdown-menu ul li {
    position: relative;
    display: block;
}

/* Optional submenu arrows */
span.dropdown-menu-sub-indicator {
    margin-left: .4em;
    display: inline-block;
    vertical-align: baseline;
    /* Image Replacement */
    background-color: transparent;
    background-image: url('arrows-000000.png');
    background-repeat: no-repeat;
    background-position: 0 -100px;
    width: 10px;
    height: 10px;
    border: 0;
    overflow: hidden;
    /* IE7 image replacement fix */
    *text-indent: -9999px;
    /* IE7 inline-block fix */
    *display: inline;
    *zoom: 1;
    *vertical-align: middle;
}
span.dropdown-menu-sub-indicator:before {
    /* Image replacement */
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
/* Arrow hovers */
.dropdown-menu li:hover > a > span.dropdown-menu-sub-indicator,
.dropdown-menu li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator {
    background-position: -10px -100px;
}
/* Point arrows to the right for anchors in subs */
.dropdown-menu ul span.dropdown-menu-sub-indicator {
    background-position: 0 0;
}
.dropdown-menu ul li:hover > a > span.dropdown-menu-sub-indicator,
.dropdown-menu ul li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator {
    background-position: -10px 0;
}

/* Vertical-style menu with default width */
.dropdown-menu-vertical {
    width: 250px;
}
.dropdown-menu-vertical li {
    display: block;
    position: relative;
    /* IE7 fix */
    *float: left;
    *width: 100%;
}
.dropdown-menu-vertical span.dropdown-menu-sub-indicator {
    background-position: 0 0;
}
.dropdown-menu-vertical li:hover > a > span.dropdown-menu-sub-indicator,
.dropdown-menu-vertical li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator {
    background-position: -10px 0;
}


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}



/* Media queries!
-------------------------------------------------------------------------------*/
.big-hidden {display:none;}
@media screen and (max-width: 1200px) {
#mob-toggle {display:block;}
.small-hidden {display:none;}
.big-hidden {display:block;}


}

@media screen and (max-width: 799px) {
	
	.prod-onprem-graphic {
    background: url(images/on-prem-bg.png) no-repeat;
    min-height: 330px;
    background-size: cover;
    background-position-y: 10px;
}


	
	
.breadcrumb {display:none;}
.breadcrumb ul li {display:list-item;}

h1 {
	font-size:2.4em;
	padding-left: 8px;
	}

h2 {font-size:2em;}

h3 {
	font-size:1.8em;

	}

.cat-header-box p, .category .entry  {
    padding-right: 0;
}

.cat-header {
    padding: 1em;
}

.post-con img {margin-top:1em;}
.category .post {
    margin-top: 1em;
}

#footer-wrapper {
    padding: 0 1em;
}

#mc_embed_signup .submit-mc input {
    width: 40%; margin-left:1em;margin-top:0;
}

#mc_embed_signup .email-mc input {width:50%;}

blockquote {
    padding: 0 1em;
	margin-top:1em;
}

.prod-text p{font-size:1.2em;line-height:1.2em;}

.page-template-player-pricing .page-container, .page-template-encoding-pricing .page-container {
    margin-top: 30px;

}

}

@media screen and (max-width: 499px) {
	.parallax {
	background-attachment:scroll!important;
	    padding-top: 50px;
	}
	.page-container {margin-top: 0;}
	.prod-onprem-graphic {
	background: url(images/on-prem-bg.png) no-repeat;
    min-height: 350px;
    background-size: cover;
    padding-bottom: 100px;
    background-position-y: 100px;
    background-position-x: +50%;
	}
	.sidebar-support {
    padding-left: 5px!important;
	padding-right: 5px!important;
	}
	
	.menu-support-main-menu-container {
    font-size: 1.2em;
}
   
	}

/* VP9 Error message
-----------------------------------------------*/

#vp9-unsupported-message {padding:10px 15px; border:solid 1px #eee;color:#777;text-align:center;}

/* Temp fix for footer spacing */

.pub_300x250 {display:none;}