

/* Responsive Player */
.sbp-responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* This is default, but will be overriden */
	height: 0;

}


.sbp_poweredby {
font-size:12px;
margin-top: 15px;
}



/* Float Clearing
--------------------------------------------- */

audio:before, audio:after, buttons:before, buttons:after, sbpbuttons:before, sbpbuttons:after, sbp-optin-box:before, sbp-optin-box:after
{
	content: " ";
	display: table;
}



.ssp-fb-container{
margin-bottom: 25px;
clear: both;
}

/* responsiveness */

@media only screen and ( max-width: 32.5em ) /* 520 */
{
	body
	{
		/* -webkit-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 );  */
		/* -moz-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, 5 );  */
		/* box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 );  */
	}
	#wrapper
	{
		width: 100%;
		height: auto;
		position: static;
		padding: 1.25em; /* 20 */
		margin: 0;
	}



}



/* portrait phone */
@media screen and (max-width:29.9999em) {

}



/* landscape phone and portrait tablet (>= 480px < 960px) */
@media screen and (min-width:30em) and (max-width:59.9999em) {

    .download-box 
    {
        font-weight: normal !important;
        /* text-align: center !important; */
    }


}


/* landscape tablet and normal monitor (>= 960px < 1440px) */
@media screen and (min-width:60em) and (max-width:89.9999em) {
}

/* bigger monitor (>= 1440px) */
@media screen and (min-width:90em) {
}

/* big monitor (>= 1920px) */
@media screen and (min-width:120em) {
}




/* Container Box Properties */

.download-box {
    font-weight: normal !important;
    text-align: center !important;
}






/* Button Properties */

.sbpbuttons {
    text-align: center !important;
		padding-top: 10px;
}

.sbpbuttons a {
	text-decoration: none !important;
}


.sbp-button-twitter, .sbp-button-facebook {
    /* margin-top: 5px !important; */
    width: 250px;
    margin-bottom: 5px !important;
    font-weight: bold !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    outline: medium none !important;
    padding: 11px 41px 11px 41px !important;
    top: 30px !important;
    text-decoration: none !important;
    font-size: 15px !important;
    display: inline-block;
}


.sbp-button-downloadaudio, .sbp-button-followblab,.sbp-button-share, .sbp-button-custom1, .sbp-button-custom2, .sbp-button-custom3, .sbp-button-custom4, .sbp-button-custom5, .sbp-button-custom6, .sbp-button-leadbox {
    /* margin-top: 5px !important; */
    margin-bottom: 5px !important;
    margin-left: 2px !important;
	min-width: 130px !important;    font-weight: bold !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    outline: medium none !important;
    padding: 11px !important;
    top: 30px !important;
    text-decoration: none !important;
    font-size: 15px !important;
    display: inline-block;
}



.button-sbpsidebar {
    
    margin-top: 0px !important;
    text-align: center !important;

    border: 0px solid transparent !important;
    font-weight: bold !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    outline: medium none !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    width: 100% !important; 
    line-height: 250% !important;
    display:block !important; 
    
}


.button-sbpsidebar2 {
    
    margin-top: 1px;
    text-align: center !important;

    border: 0px solid transparent !important;
    font-weight: bold !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    outline: medium none !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    text-transform: uppercase !important;
	top: 30px !important;
    text-decoration: none !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    width: 98.5% !important; 
    line-height: 250% !important;
    display:inline-table !important; 
      
    
}

.sbp-button-twitter{
    background-color: #00aced; 
}
.sbp-button-facebook{
    background-color: #3b5998;
}
.sbp-button-downloadaudio{
    background-color: #3b5998;
}
.sbp-button-followblab{
    background-color: #3b5998;
}
.sbp-button-share{
    background-color: #3b5998;
}

.sbp-button-custom1{
    background-color: #3b5998;

}
.sbp-button-custom2{
    background-color: #3b5998;

}

.sbp-button-custom3{
    background-color: #3b5998;

}

.sbp-button-custom4{
    background-color: #3b5998;

}
.sbp-button-custom5{
    background-color: #3b5998;

}

.sbp-button-custom6{
    background-color: #3b5998;

}


.sbp-button-leadbox{

    background-color: #3b5998;

}


/* Button Hover Properties */

.button:hover, .sbp-button-downloadaudio:hover, .sbp-button-followblab:hover,.sbp-button-share:hover, .sbp-button-custom1:hover, .sbp-button-custom2:hover, .sbp-button-custom3:hover, .sbp-button-custom4:hover, .sbp-button-custom5:hover, .sbp-button-custom6:hover, .sbp-button-leadbox:hover, .sbp-button-twitter, .sbp-button-facebook {
    color: #FFFFFF !important;
    text-decoration: none !important;
}


.button-sbpsidebar:hover {
}


.sbp-button-twitter:hover{
    background-color: #66ADFF;
}

.sbp-button-facebook:hover{
    background-color: #4c70ba;
}

.sbp-button-downloadaudio:hover{
    background-color: #4177b6;
}

.sbp-button-followblab:hover{
    background-color: #4177b6;
}

.sbp-button-share:hover{
    background-color: #4177b6;
}

.sbp-button-custom1:hover{
    background-color: #4177b6;
}
.sbp-button-custom2:hover{
    background-color: #4177b6;
}

.sbp-button-custom3:hover{
    background-color: #4177b6;
}

.sbp-button-custom4:hover{
    background-color: #4177b6;
}
.sbp-button-custom5:hover{
    background-color: #4177b6;
}

.sbp-button-custom6:hover{
    background-color: #4177b6;
}

.sbp-button-leadbox:hover{
    background-color: #4177b6;
}


/* sbp Optin Box Properties */

.sbp-optin-box {
display:inline-table !important;
text-align: center !important;
box-sizing: border-box !important;
clear: both !important;
color: rgb(34, 34, 34) !important;
display: block !important;
font-size: 15px !important;
line-height: 18px !important;
margin-bottom: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 5px !important;
}



.sbp-optin-box-padding {
background-color: #fcfcfc !important;
background-position: 50% 0% !important;
background-repeat: no-repeat !important;
border-bottom-style: solid !important;
border-bottom-width: 0px !important;
border-image-outset: 0px !important;
border-image-repeat: stretch !important;
border-image-slice: 100% !important;
border-image-source: none !important;
border-image-width: 1 !important;
border-left-style: solid !important;
border-left-width: 0px !important;
border-right-style: solid !important;
border-right-width: 0px !important;
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-top-style: solid !important;
border-top-width: 0px !important;
box-sizing: border-box !important;
color: rgb(34, 34, 34) !important;
display: block !important;
font-size: 15px !important;

line-height: 18px !important;
margin-bottom: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
padding-bottom: 15px !important;
padding-left: 15px !important; 
padding-right: 15px !important;
padding-top: 15px !important;
}



.sbp-optin-box-form-wrap form {
padding-top:10px;
margin:0 !important;
}

.clear-subscribe {
clear:both !important;
}

.sbp-optin-box-content {
text-align: center !important;
box-sizing: border-box !important;
color: rgb(40, 40, 40) !important;
display: block !important;
font-size: 15px !important;
line-height: 18px !important;
position: relative !important;
z-index: 10 !important;
}


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

.subscribetxt{
font-size: 17px !important;
}


}

@media only screen and (max-width: 600px){
/* height:166px !important; */
}



.sbp-optin-box-headline {
word-break: normal !important;
text-align: center !important;
box-sizing: border-box !important;
clear: none !important;
color: rgb(40, 40, 40) !important;
display: inline-block !important;
font-size: 25px !important;
font-style: normal !important;
font-weight: bold !important;
letter-spacing: normal !important;
line-height: 23px !important;
margin-bottom: 7px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
text-transform: none !important;
}


.sbp-optin-box-subheadline {
word-break: normal !important;
text-align: center !important;
box-sizing: border-box !important;
clear: none !important;
color: rgb(85, 85, 85) !important;
display: block !important;
font-size: 20px !important;
font-style: normal !important;
font-weight: bold !important;
line-height: 18px !important;
margin-bottom: 10px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
text-transform: none !important;
font-family:Arial, Helvetica, sans-serif !important;
}



.sbp-optin-box-form-wrap {
box-sizing: border-box !important;
color: rgb(40, 40, 40) !important;
display: block !important;
font-size: 15px !important;
line-height: 18px !important;
overflow-x: hidden !important;
overflow-y: hidden !important;
}

.sbp-optin-box-field {
text-align: center !important;
box-sizing: border-box !important;
color: rgb(40, 40, 40) !important;
display: inline-block !important;
/* text-transform: uppercase !important; */
border: 2px solid transparent !important;
line-height: 18px !important;
margin-bottom: 10px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
max-width: 400px !important; /* 200 */
min-width:200px !important; /* 170 */
zoom: 1 !important;

box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
}
.sbp-optin-box-field-submit input[type='submit'][disabled]{
	background-color: #EBEBE4 !important;
}

.sbp-optin-box-field-submit {
text-align: center !important;
box-sizing: border-box !important;
color: rgb(40, 40, 40) !important;
display: inline-block !important;
font-size: 15px !important;  /* 15px */
/* text-transform: uppercase !important; */
border: 2px solid transparent !important;
line-height: 18px !important;
margin-bottom: 10px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 10px !important;
zoom: 1 !important;

box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
}

.sbp-optin-box-field input[type*="text"]{
text-align: center !important;
font-size: 15px !important; /* 15px */
height: 46px !important;
line-height: 18px !important;
border: 2px solid transparent !important;
margin:0;
display: inline-block !important;
width: 90% !important;
border-radius: 0px !important;
background-color: #FFFFFF !important;
border: 1px solid #CCCCCC !important;
padding-left: 5px !important; 
padding-right: 5px !important; 
padding-top: 0px !important;
padding-bottom: 0px !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
vertical-align: middle !important;

}


sbp-optin-box-field input[type*="text"]:focus {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  border: 0px solid rgba(0, 0, 0, 0) !important;
}



.sbp-optin-box-lastfield-second-row {
text-align: center !important;
box-sizing: border-box !important;
color: rgb(40, 40, 40) !important;
display: block !important;
font-size: 15px !important; /* 15px */
height: 40px !important;
line-height: 18px !important;
margin-bottom: 10px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
width: auto !important;
zoom: 1 !important;
padding-left: 20px !important; 
padding-right: 20px !important; 

}

.sbp-optin-box-lastfield {
text-align: center !important;
box-sizing: border-box !important;
color: rgb(40, 40, 40) !important;
display: inline-block !important;
font-size: 15px !important;  /* 15px */
/* text-transform: uppercase !important; */
border: 2px solid transparent !important;
line-height: 18px !important;
margin-bottom: 10px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
max-width: 400px !important; /* 200 */
min-width:200px !important; /* 170 */
zoom: 1 !important;
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;


}

.sbp-optin-box-lastfield input[type*="submit"] {
text-align: center !important;
line-height: 18px !important; 
margin-top: 0px !important; 
vertical-align: middle !important;
}


.sbp-optin-box-submit {
-webkit-appearance: none !important;
-webkit-background-clip: border-box !important;
-webkit-background-origin: padding-box !important;
-webkit-background-size: auto !important;
-webkit-box-shadow: none !important;
-webkit-rtl-ordering: logical !important;
-webkit-user-select: text !important;
-webkit-writing-mode: horizontal-tb !important;
align-items: flex-start !important;
background-attachment: scroll !important;
background-clip: border-box !important;
background-color: #3b5998 !important;
background-image: none !important;
background-origin: padding-box !important;
background-size: auto;
border-bottom-color: #3b5998 !important;
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-bottom-style: solid !important;
border-bottom-width: 3px !important;
border-image-outset: 0px !important;
border-image-repeat: stretch !important;
border-image-slice: 100% !important;
border-image-source: none !important;
border-image-width: 1 !important;
border-left-color: #3b5998 !important;
border-left-style: solid !important;
border-left-width: 3px !important;
border-right-color: #3b5998 !important;
border-right-style: solid !important;
border-right-width: 3px !important;
border-top-color: #3b5998 !important;
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
border-top-style: solid !important;
border-top-width: 3px !important;
box-shadow: none !important;
box-sizing: border-box !important;
color: #ffffff !important;
cursor: pointer !important;
display: inline-block !important;
font-size: 15px !important;  /* 16px */
font-style: normal !important;
letter-spacing: normal !important;
line-height: 18px !important;
margin-bottom: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
margin-top: 0px !important;
max-width: 100% !important;
padding-bottom: 5px !important;
padding-left: 5px !important; 
padding-right: 5px !important; 
padding-top: 5px !important;
text-align: center !important;
text-indent: 0px !important;
text-shadow: none !important;
text-transform: none !important;
border: 2px solid transparent !important;
white-space: pre !important;
width: auto !important;
word-spacing: 0px !important;
/* writing-mode: lr-tb !important; */
zoom: 1 !important;
text-align: center !important;

border: 2px solid transparent !important;

    font-weight: bold !important;
    box-shadow: none !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    outline: medium none !important;
    padding: 14px !important;
    border-radius: 0px !important;
    text-decoration: none !important;
background-color: #3b5998 !important;
border: #3b5998 !important;
color: #ffffff !important;
vertical-align: middle !important;

}
.sbp-optin-box-submit:hover{

background-color:#4177b6 !important;

}



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


.sbp-optin-box-subheadline{
}

.subscribetxt{
font-size: 17px !important;
}


}

@media only screen and (max-width: 600px) and (max-width: 700px){

}
@media (max-width: 767px) {
/* height:221px !important; */
}

@media (min-width: 768px) and (max-width: 778px) {

}
@media (min-width: 768px) and (max-width: 979px) {

}


.ssp-video-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.ssp-video-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.ssp-video-container-4x3 {
  padding-bottom: 75%;
}

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




/* Blab Tables */

.releasedColumn
{
	width: 17%;
}
	
.downloadColumn { 
	width: 15%;
}

td.sbp-episodes-released, td.sbp-episodes-released-title  { 
	width: 17%;
}
td.sbp-episodes-download, td.sbp-episodes-download-title { 
	width: 15%;
	text-align: center;
}

td.sbp-episodes-released-title, td.sbp-episodes-podcast-title {
	font-weight: bold;
}
.ssp-timestamp{
    cursor: pointer;
}

/* Round buttons and opt-in box - must be at the end */
