/**
 * $JA#COPYRIGHT$
 */

.ja-social-locker {
    display: block;
    position: relative;
}


.ja-social-locker .clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.ja-social-locker iframe,
.ja-social-locker svg {
    max-width: 450px !important;
}



/* GENERIC STYLE
/* ----------------------------------------*/
.ja-social-locker {
  margin: 40px auto;
  font-size: 16px;
  font-family: inherit;
}

.ja-social-locker-inner {
    margin: 2px;
}

/* Title */
.ja-social-locker .locker-title {
    margin: 0 0 10px;
    font-size: 22px;
    display: block;
}

/* Message */
.ja-social-locker .locker-message {

}


/* Social Buttons */
.ja-social-locker .ja-social-buttons {
    min-width: 400px;
    margin: 30px 0 0;
    display: inline-block;
}

.ja-social-locker .ja-social-buttons .btn-social {
    float: left;
    margin-right: 10px;
}

.ja-social-locker .ja-social-buttons .btn-facebook {
    margin-top: -2px;
}

/* Social Buttons - Standard */
.ja-social-locker .ja-social-buttons.standard .btn-social {
    margin-right: 20px;
}

.ja-social-locker .ja-social-buttons.standard .btn-twitter, 
.ja-social-locker .ja-social-buttons.standard .btn-gplus {
	max-width: 80px;
}

/* Social Buttons - Box */
.ja-social-locker .ja-social-buttons.box .btn-social {
    margin-right: 20px;
}

.ja-social-locker .ja-social-buttons.box .btn-facebook {
    margin-top: 0;
}

/* Action Buttons */
.ja-social-locker .btn-actions {
    margin: 30px auto 0 !important;
}



/* THEME DEFAULT
/* ----------------------------------------*/
.ja-social-locker.theme-default {
    border: 1px solid #F4F4F4;
}

.ja-social-locker.theme-default .ja-social-locker-inner {
    background: #F4F4F4;
}

.ja-social-locker.theme-default .locker {
    background: url("images/lock.png") right top no-repeat;
    padding: 30px 190px 30px 30px;
}

.ja-social-locker.theme-default .locked-content {
    background: #f9fbf5;
    border: 2px dashed #669900;
    padding: 30px;
}



/* THEME BLANK
/* ----------------------------------------*/
.ja-social-locker.theme-blank {
    text-align: center;
    border: 1px solid #eee;
}

.ja-social-locker.theme-blank .locker {
    padding: 30px;
}

.ja-social-locker.theme-blank .locked-content {
    border: 2px dashed #eee;
    margin: 10px;
    padding: 30px;
}

.ja-social-locker.theme-blank .ja-social-buttons {
    min-width: 0;
}


/* CONTROLS
/* ----------------------------------------*/
/* Locker Control */
.ja-social-locker.locked {
}

.ja-social-locker.unlocked.hide-locker .locker {
    display: none;
}

.ja-social-locker.locked .locker {
    display: block;
}


/* Locked Content Control */
.ja-social-locker .locked-content.closed {
    display: none;
    max-height: 0px !important;
}

.ja-social-locker .locked-content.opened {
    display: block;
    max-height: none !important;
}

.ja-social-locker .locked-content.error {
    color: red;
}