﻿
#tabs,
.theme-live-article-top-nav {
	display: none;
}



.scrbbl {

    margin-bottom: 10px;

	.scrbbl-embed {
			padding: 0;
			border-bottom: 1px solid #ccc;
		}

	input[type="checkbox"] + .scrbbl-embed:after {
		content: '';
	}

	input[type="checkbox"] {
		display: none;
	}

	input[type="checkbox"] + .scrbbl-embed {
		max-height: none;
		overflow: hidden;
	}

	input[type="checkbox"] + .scrbbl-embed + label {
		background-color: #333;
		display: block;
		text-align: center;
		padding: 10px;
		color: #fff;
		border-radius: 0 0 3px 3px;
		font: normal 14px/30px "gibsonRegular", "Verdana", sans-serif;
		text-transform: uppercase;
		line-height: 20px;
		margin-top: -5px;
		// margin-bottom: 20px;
	}

	input[type="checkbox"] + .scrbbl-embed + label:before {
			color: rgba(255,255,255,0.6);
	}

	input[type="checkbox"]:checked + .scrbbl-embed {
		max-height:none;
		overflow: visible;
		border-bottom: none;
        height:4599px;
        overflow-y: scroll !important;
	}

	input[type="checkbox"]:checked + .scrbbl-embed + label {
		display: none;
	}


    input[type="checkbox"] + .scrbbl-embed.QA + label:before {
			color: rgba(255,255,255,0.6);
	}

	input[type="checkbox"]:checked + .scrbbl-embed.QA {
		max-height:none;
		overflow: visible;
        border-bottom: none;
        height:4000px;
        overflow-y: scroll !important;		
	}

    input[type="checkbox"]:checked + .scrbbl-embed.QA + label {
		display: none;
	}
}

.ie {
	.scrbbl {
		.scrbbl-embed {
			iframe {
				height: 1000px !important;
			}
		}

		input[type="checkbox"] + .scrbbl-embed + label {
			display: none;
		}

	}
}

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

    #live, #media, #social {
        display: block;
        margin-bottom: 10px;
        padding: 10px;
        font-size:18px;
        height: 43px;
        box-sizing: border-box;
        text-transform: uppercase;
        background-color: @grey-50;
        background-color: fade(white, 50%);
        border: none;
        line-height: 23px;
    }

    #live {
        margin-bottom: 0;
        padding: 0;
        height: 0;
    }

    #social {
        margin-bottom: 26px;
    }
    .dr-page-social-media {
        margin-top: 60px;
    }



    .theme-live-article-top-nav {
        display: block;
        position: fixed;
        // top: -60px;
        -webkit-transform: translate3d(0,0,0);
        -webkit-transform: translate(0, -60px);
        transform: translate(0, -60px);
        left: 0;
        top: 0px;
        background-color: fade(#000, 50%);
        padding-bottom: 10px;
        transition: transform 0.5s ease-out;
        -webkit-transition: -webkit-transform 0.5s ease-out;
        z-index: 1000;
        width: 100%;
        &.show {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            transition: transform 0.2s ease-out;
            -webkit-transition: -webkit-transform 0.2s ease-out;
        }
    }
    #tabs,
    .theme-live-article-top-nav ul {
        padding: 10px;
        box-sizing: border-box;
        display: block;
        height: 42px;
        margin-right: -5px;

        & + .combine-layout {
            margin-top: 10px;
        }


        li[class*="-tab"] {
            margin: 0;
            padding: 0;
            list-style: none;
            box-sizing: border-box;
            display: inline-block;
            float: left;
            padding-right: 5px;

            a {
                color: #fff;
                background-color: #000;
                text-transform: uppercase;
                text-align: center;
                font-family: gibsonRegular;
                font-size: 14px;
                line-height: 12px;
                letter-spacing: 1px;
                border-radius: 3px;

                display: block;
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                padding: 10px;
            }
        }

        [class*="-tab"]:before {
            color: rgba(255,255,255,0.6);
            //content: "#";
            margin-right: 2px;
            margin-left: -7px;
        }
    }

    .live-stream {
        img {
            width: 100%;
        }
    }
}