.rcp_form {
    width: 100%;
}
.rcp_form fieldset p {
    width: 100%;
}
@media screen and (min-width: 720px) {
    .rcp_form fieldset:not(.rcp_card_fieldset) p {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }
}
.rcp_form input[type="text"],
.rcp_form input[type="email"],
.rcp_form input[type="password"],
.rcp_form input[type="tel"],
.rcp_form textarea,
.page-template-user-dashboard-template .wpcf7-form input[type="text"],
.page-template-user-dashboard-template .wpcf7-form input[type="email"],
.page-template-user-dashboard-template .wpcf7-form input[type="tel"],
.page-template-user-dashboard-template .wpcf7-form input[type="password"],
.page-template-user-dashboard-template .wpcf7-form textarea {
    display: inline-block;
    width: 100%;
    max-width: none !important;
    height: 50px;
    padding: 4px 8px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #D0D0D0;
    transition: background-color 0.25s;
    font-family: 'Oswald', sans-serif;
    color: black;
}
.page-template-user-dashboard-template .wpcf7-form textarea {
    height: 300px;
}
.rcp_form input[type="text"]:focus,
.rcp_form input[type="email"]:focus,
.rcp_form input[type="tel"]:focus,
.rcp_form input[type="password"]:focus,
.rcp_form textarea:focus,
.page-template-user-dashboard-template .wpcf7-form input[type="text"]:focus,
.page-template-user-dashboard-template .wpcf7-form input[type="email"]:focus,
.page-template-user-dashboard-template .wpcf7-form input[type="tel"]:focus,
.page-template-user-dashboard-template .wpcf7-form input[type="password"]:focus,
.page-template-user-dashboard-template .wpcf7-form textarea:focus {
    background-color: #E0E0E0;
}
.rcp_form input[type="submit"] {
    max-width: none !important;
}

.rcp_form input::-webkit-input-placeholder,
.rcp_form textarea::-webkit-input-placeholder,
.rcp_form input:-moz-placeholder,
.rcp_form textarea:-moz-placeholder,
.rcp_form input::-moz-placeholder,
.rcp_form textarea::-moz-placeholder,
.rcp_form input:-ms-input-placeholder,
.rcp_form textarea:-ms-input-placeholder {
   color: #A0A0A0;
}

.rcp_form .mandatory-fields-note {
    font-size: 10px;
}

.page-template-user-dashboard-template h2 {
    color: #666666;
}

p.rcp_success, p.rcp_error {
    padding: 12px;
}
p.rcp_success span, p.rcp_error span {
    padding: 0;
}
p.rcp_success {
    border-color: #55DB55;
    background: #E0FFE0;
}

.rcp_form #rcpga-group-member-disable-invite-wrap {
    margin-top: 24px;
}

/***************
 * Header link *
 ***************/
.header__top a.rcp-header-link {
    display: none;
    position: absolute;
    right: 0;
    color: white;
    text-decoration: none;
    font-size: 0.825rem;
    padding-bottom: 4px;
}
@media screen and (min-width: 1024px) {
    .header__top a.rcp-header-link {
        display: block;
    }
}
.header__top a.rcp-header-link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    background-color: white;
    -webkit-transition: height 0.25s;
    transition: height 0.25s;
}
.header__top a.rcp-header-link:hover::after {
    height: 3px;
}

.header__top a.rcp-header-link .icon-r89 {
    position: relative;
    top: 4px;
    padding-right: 2px;
    font-size: 20px;
}
.header__top a.rcp-header-link img {
    border: solid 3px #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.5);
    margin-right: 5px;
    margin-bottom: 5px;
}

/*************************
 * User dashboard widget *
 *************************/
.user-dashboard-widget {
    margin-top: 2px;
}
.user-dashboard-widget a.icon-button:hover {
    background-color: #c30000;
}
.user-dashboard-widget a.icon-button div.icon-button__body {
    padding: 24px;
}
.user-dashboard-widget a.icon-button div.icon-button__icon,
.user-dashboard-widget a.icon-button div.icon-button__body .icon-button__title {
    color: white;
}
.user-dashboard-widget a.icon-button div.icon-button__icon {
    font-size: 40px;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.user-dashboard-widget a.icon-button div.icon-button__body .icon-button__title {
    margin: 0;
    font-size: 16px;
}

/**************
 * Breadcrumb *
 **************/
.page-template-user-dashboard-template .breadcrumb {
    margin-bottom: 20px;
    padding: 5px 5px 5px 15px;
    background: #eee;
    font-weight: bold;
}
.page-template-user-dashboard-template .breadcrumb a:not(.icon-button) {
    color: #025484;
    text-decoration: none;
}
.page-template-user-dashboard-template .breadcrumb a:not(.icon-button):hover {
    text-decoration: underline;
}
.page-template-user-dashboard-template a.icon-button.back-button {
    float: left;
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}
.page-template-user-dashboard-template a.icon-button.back-button .icon-button__body {
    font-size: 14px;
    font-size: 0.8rem;
    padding: 2px 5px;
}

/*************************************
 * Registration & subscription forms *
 *************************************/
/***
 * Subscription and payment gateway choices */
.rcp_subscription_message:empty {
    display: none;
}
@media screen and (min-width: 720px) {
    .rcp_subscription_fieldset .rcp_subscription_level {
        width: 55%;
    }
}
.rcp_subscription_fieldset .rcp_subscription_level.rcp_subscription_level_none {
    background: #555555;
}
.rcp_subscription_fieldset .rcp_subscription_level:not(.rcp_subscription_level_none) {
    background: #c30000;
}
.rcp_gateways_fieldset .rcp_gateway_choice {
    background: #E0E0E0;
}
.rcp_subscription_fieldset .rcp_subscription_level input[type="radio"],
.rcp_gateways_fieldset .rcp_gateway_choice input[type="radio"] {
    display: none;
}
.rcp_subscription_fieldset .rcp_subscription_level input[type="radio"] + label,
.rcp_gateways_fieldset .rcp_gateway_choice input[type="radio"] + label {
    position: relative;
    width: 100%;
    padding: 15px 15px 15px 65px;
}
.rcp_subscription_fieldset .rcp_subscription_level input[type="radio"] + label {
    color: white;
}
.rcp_gateways_fieldset .rcp_gateway_choice input[type="radio"] + label {
    color: black;
}
.rcp_subscription_fieldset .rcp_subscription_level input[type="radio"] + label::before,
.rcp_gateways_fieldset .rcp_gateway_choice input[type="radio"] + label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(0, -50%);
    font-size: 50px;
    font-family: "r89";
}
.rcp_subscription_fieldset .rcp_subscription_level input[type="radio"]:checked + label::before,
.rcp_gateways_fieldset .rcp_gateway_choice input[type="radio"]:checked + label::before {
    content: '';
}
.rcp_subscription_fieldset .rcp_subscription_level input[type="radio"]:not(:checked) + label::before,
.rcp_gateways_fieldset .rcp_gateway_choice input[type="radio"]:not(:checked) + label::before {
    content: '';
}
.rcp_subscription_fieldset .rcp_subscription_level input[type="radio"] + label .rcp_subscription_level_name,
.rcp_subscription_fieldset .rcp_subscription_level input[type="radio"] + label .rcp_price,
.rcp_subscription_fieldset .rcp_subscription_level input[type="radio"] + label .rcp_level_duration,
.rcp_gateways_fieldset .rcp_gateway_choice input[type="radio"] + label .rcp_gateway_name {
    font-weight: bold;
}
.rcp_subscription_fieldset .rcp_subscription_level input[type="radio"] + label .rcp_level_description,
.rcp_gateways_fieldset .rcp_gateway_choice input[type="radio"] + label .rcp_gateway_description {
    opacity: 0.8;
    font-style: italic;
}
.rcp_form fieldset.rcp_sepa_fieldset > p {
    width: 100%;
}

/***
 * Payment gateway */
@media screen and (min-width: 720px) {
    .rcp_gateway_choice {
        width: 50%;
    }
}
.rcp_gateways_fieldset {
    color: black;
}
.rcp_gateways_fieldset .rcp_gateway_choice {
    margin-bottom: 15px;
}
.rcp_gateways_fieldset .rcp_gateway_choice input#rcp_gateway_stripe[type="radio"]:checked + label {
    border-bottom: #E0E0E0 solid 10px;
}

.rcp_form fieldset.rcp_card_fieldset {
    position: relative;
    width: 100%;
    padding: 5px 15px 15px 15px;
    background: #E0E0E0;
}
.rcp_form fieldset.rcp_card_fieldset input {
    background: #F5F5F5;
}
.rcp_form fieldset.rcp_card_fieldset input:focus {
    background: white;
}
.rcp_form fieldset.rcp_card_fieldset p#rcp_card_exp_wrap,
.rcp_form fieldset.rcp_card_fieldset p#rcp_card_cvc_wrap {
    width: 24%;
}
.rcp_form fieldset.rcp_card_fieldset select {
    display: inline;
    width: auto;
    height: 50px;
    background: #F5F5F5;
    border: none;
}

@media screen and (max-width: 720px) {
    .rcp_form fieldset.rcp_card_fieldset p#rcp_card_exp_wrap,
    .rcp_form fieldset.rcp_card_fieldset p#rcp_card_cvc_wrap {
        display: inline-block;
        width: 48%;
    }
}

/***
 * Carte update form */
#rcp_update_card_form #rcp_submit_wrap {
    display: block;
    margin: auto;
}
#rcp_update_card_form input[type="submit"] {
    background-color: #c30000;
}
#rcp_update_card_form #update-card-container:not(.open) {
    height: 0;
    overflow: hidden;
    padding: 0;
}
#rcp_update_card_form #update-card-container.open {
    height: auto;
    padding: 15px;
}

/***
 * Slimpay */
@media screen and (min-width: 720px) {
    .rcp_form fieldset.rcp_slimpay_fieldset p {
        margin-right: 1%;
    }
    .rcp_form fieldset.rcp_slimpay_fieldset #rcp_slimpay_honorific_wrap {
        width: 13%;
    }
    .rcp_form fieldset.rcp_slimpay_fieldset #rcp_slimpay_last_name_wrap {
        width: 34%;
    }
    .rcp_form fieldset.rcp_slimpay_fieldset p select,
    .rcp_form fieldset.rcp_slimpay_fieldset p input {
        display: inline;
    }
}
.rcp_form fieldset.rcp_slimpay_fieldset p select {
    max-width: none;
    height: 50px;
    background: #D0D0D0;
    border: none;
    color: black;
    font-family: 'Oswald', sans-serif;
}

/***
 * Discount code */
.rcp_discount_code_field_wrap {
    position: relative;
    width: 100%;
    height: 50px;
}
@media screen and (min-width: 720px) {
    .rcp_discount_code_field_wrap {
        width: 50%;
    }
}
.rcp_discount_code_field_wrap input[type="text"] {
    position: absolute;
    top: 0;
    right: 25%;
    bottom: 0;
    left: 0;
    width: 75% !important;
}
.rcp_discount_code_field_wrap label {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75%;
}
.rcp_discount_code_field_wrap label span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.rcp_discount_code_field_wrap .rcp_discount_invalid {
    background: #FFD0D0;
    font-size: 32px;
}
.rcp_discount_code_field_wrap .rcp_discount_valid,
.rcp_discount_code_field_wrap .rcp_discount_amount {
    background: #D0FFD0;
    margin: 0;
}
.rcp_discount_code_field_wrap .rcp_discount_valid,
.rcp_discount_code_field_wrap .rcp_discount_amount {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}
.rcp_discount_code_field_wrap .rcp_discount_valid {
    font-size: 30px;
}
.rcp_discount_code_field_wrap .rcp_discount_amount {
    font-size: 23px;
    font-weight: bold;
    padding-top: 8px;
}
.rcp_discount_code_field_wrap button {
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 75%;
    width: 25%;
    background: #F5F5F5;
    border: none;
}

/***
 * Total to pay */
.rcp_registration_total_details {
    width: 100%;
}
@media screen and (min-width: 720px) {
    .rcp_registration_total_details {
        width: 50%;
    }
}
.rcp_registration_total_details th,
.rcp_registration_total_details td {
    padding: 0 5px;
    border: #707070 solid 1px;
}
.rcp_registration_total_details th {
    background: #F0F0F0;
}
.rcp_registration_total_details td,
.rcp_registration_total_details tr th {
    text-align: left;
}
.rcp_registration_total_details td:first-child,
.rcp_registration_total_details tr.rcp-total th:first-child,
.rcp_registration_total_details tr.rcp-recurring-total th:first-child {
    text-align: right;
}
td.no-border {
    border: 0;
}

/***
 * Donate button and popup */
.donation-button {
    margin-top: 10px;
}
.donation-button:hover {
    text-decoration: none !important;
}
    .donation-button .icon-button__body {
        padding: 2px;
    }
.donation-popup {
    z-index: 200;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    text-align: center;
    overflow-y: auto;
}
.donation-popup--open {
    display: block;
}
    .donation-popup .donation-popup__content {
        display: block;
        position: relative;
        max-width: 400px;
        margin: 50px auto 0 auto;
        padding: 20px;
        border-radius: 20px;
        background: white;
    }
        .donation-popup .donation-popup__content .close {
            position: absolute;
            right: 10px;
            top: 5px;
            border: 0;
            background: none;
            font-size: 20px;
            font-weight: bold;
            cursor: pointer;
        }
        .donation-popup .donation-popup__content p {
            margin-bottom: 10px;
        }
        .donation-popup .donation-popup__content .donation-type-radio {
            display: inline-block;
            min-width: 50%;
            margin-bottom: 15px;
            text-align: center;
        }
        .donation-popup .donation-popup__content input:not([type=radio]) {
            width: 70px;
            border-bottom: 1px solid black;
            border-left: 0;
            border-right: 0;
            border-top: 0;
            text-align: right;
        }
        .donation-popup .donation-popup__content a {
            margin: 10px auto 0 auto;
            max-width: 180px;
        }
            .donation-popup .donation-popup__content a .icon-button__body {
                padding: 5px;
            }

/********************************
 * Login and lost password form *
 ********************************/
.rcp_form#rcp_login_form fieldset p,
.rcp_form#rcp_lostpassword_form fieldset p {
    display: block;
    position: relative;
    margin: auto;
}

@media screen and (min-width: 720px) {
    .after-small-form {
        width: 48%;
    }
}
.after-small-form {
    margin: 20px auto 0 auto;
    padding-top: 10px;
    border-top: #505050 2px solid;
}

.password-visibility {
    position: absolute;
    bottom: 10px;
    right: 6px;
    border: 0;
    background: transparent;
}
.password-visibility img {
    width: 30px;
    height: 30px;
}
.password-visibility.password-visibility--hide :not(.hide) {
    display: none;
}
.password-visibility.password-visibility--show :not(.show) {
    display: none;
}

/****************************
 * User dashboard home page *
 ****************************/
.page-template-user-dashboard-template .article__content .user-dashboard-button-panel {
    font-size: 0;
    line-height: 0;
}
.article__content a.simple-text-button,
.page-template-user-dashboard-template .article__content .icon-button--subscribe,
.page-template-user-dashboard-template .article__content a.all-blogs-btn {
    display: inline-block;
    width: 100%;
    height: 75px;
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
    .article__content a.simple-text-button,
    .page-template-user-dashboard-template .article__content .icon-button--subscribe,
    .page-template-user-dashboard-template .article__content a.all-blogs-btn {
        width: 49%;
    }
    .page-template-user-dashboard-template .article__content .user-dashboard-button-panel a.icon-button:nth-child(2n+1) {
        margin-right: 1%;
    }
    .page-template-user-dashboard-template .article__content .user-dashboard-button-panel a.icon-button:nth-child(2n) {
        margin-left: 1%;
    }
}
@media screen and (min-width: 1024px) {
    .article__content a.simple-text-button,
    .page-template-user-dashboard-template .article__content .icon-button--subscribe,
    .page-template-user-dashboard-template .article__content a.all-blogs-btn {
        width: 24%;
    }
    .page-template-user-dashboard-template .article__content .user-dashboard-button-panel a.icon-button:nth-child(4n+1) {
        margin-right: 1%;
    }
    .page-template-user-dashboard-template .article__content .user-dashboard-button-panel a.icon-button:nth-child(4n+2) {
        margin-left: 0.333%;
        margin-right: 0.666%;
    }
    .page-template-user-dashboard-template .article__content .user-dashboard-button-panel a.icon-button:nth-child(4n+3) {
        margin-left: 0.666%;
        margin-right: 0.333%;
    }
    .page-template-user-dashboard-template .article__content .user-dashboard-button-panel a.icon-button:nth-child(4n) {
        margin-left: 1%;
    }
}
.article__content a.simple-text-button .icon-button__body,
.page-template-user-dashboard-template .article__content a.all-blogs-btn  {
    padding: 29px 15px 30px 15px;
    line-height: 1;
}
.article__content a.simple-text-button .icon-button__title {
    width: 100%;
    text-align: center;
}
.article__content a.simple-text-button .icon-button__title,
.page-template-user-dashboard-template .article__content a.all-blogs-btn {
    color: white;
}
.article__content a.simple-text-button:hover,
.page-template-user-dashboard-template .article__content .icon-button--subscribe,
.page-template-user-dashboard-template .article__content a.all-blogs-btn:hover {
    text-decoration: none;
}

.page-template-user-dashboard-template .article__content .icon-button--subscribe .icon-button__body {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 10px;
    text-align: center;
}
.page-template-user-dashboard-template .article__content .icon-button--subscribe .icon-button__title {
    margin-right: 0;
}
.page-template-user-dashboard-template .article__content .icon-button--subscribe .icon-button__subtitle {
    display: none;
}

.page-template-user-dashboard-template .article__content a.all-blogs-btn {
    margin-right: 1%;
    line-height: 1;
    letter-spacing: normal;
    font-family: 'Hind Vadodara', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

/*********************
 * Edit profile page *
 *********************/
.rcp_form fieldset p.rcp_password_change_notice,
.rcp_form fieldset p#rcp_profile_email_wrap {
    width: 100%;
}
@media screen and (min-width: 720px) {
    .rcp_form fieldset p.rcp_password_change_notice,
    .rcp_form fieldset p#rcp_profile_email_wrap,
    .rcp_form fieldset p#rcp_profile_see_ads {
        width: 96.5%;
    }
}

/**************************
 * Subscription info page *
 **************************/
table#rcp-account-overview,
table#rcp-payment-history,
table#rcp-sepa-mandates,
table#rcpga-group-members-list {
    width: 100%;
}

table#rcp-account-overview th,
table#rcp-payment-history th,
table#rcp-sepa-mandates th,
table#rcp-account-overview td,
table#rcp-payment-history td,
table#rcp-sepa-mandates td,
table#rcpga-group-members-list th,
table#rcpga-group-members-list td {
    padding: 0 5px;
    border: #707070 solid 1px;
    text-align: left;
}

table#rcp-account-overview th,
table#rcp-payment-history th,
table#rcp-sepa-mandates th,
table#rcpga-group-members-list th {
    background: #F0F0F0;
}

/***********************
 * Restricted articles *
 ***********************/
body.restricted-post .restricted-content-user-actions {
    position: relative;
    top: -150px;
}
body.restricted-post .restricted-content-user-actions::before {
    content: '';
    display: block;
    height: 150px;
    background: transparent;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
body.restricted-post .restricted-content-user-actions h1,
body.restricted-post .restricted-content-user-message h1 {
    font-family: 'Oswald', sans-serif;
    color: black;
    margin-bottom: 10px;
}
body.restricted-post .restricted-content-user-actions .user-action-block {
    display: inline-block;
    width: 100%;
    background: #D0D0D0;
    margin: 5px 0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}
body.restricted-post .restricted-content-user-actions .user-action-block a {
    margin-top: 20px;
    margin-bottom: 0;
}
body.restricted-post .restricted-content-user-actions .user-action-block a .icon-button__body {
    padding: 19px;
}
@media screen and (min-width: 720px) {
    body.restricted-post .restricted-content-user-actions .user-action-block {
        width: 49.5%;
    }
}
body.restricted-post article.article .main-column__main {
    min-height: none;
}

/***
 * restricted label */
.article-block .article-block__poster {
    overflow: hidden;
}
.article-block.restricted-post .article-block__label {
    display: none;
}
.article-block.restricted-post .article-block__poster::after,
body.restricted-post .article-block .article-block__poster::after{
    content: 'Kiosque abonné';
    display: block;
    width: 1000px;
    -webkit-transform: rotate(-90deg) translate(-100%, 0);
    -ms-transform: rotate(-90deg) translate(-100%, 0);
    -moz-transform: rotate(-90deg) translate(-100%, 0);
    -o-transform: rotate(-90deg) translate(-100%, 0);
    transform: rotate(-90deg) translate(-100%, 0);
    transform: rotate(-90deg) translate(-100%, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #0066ff none repeat scroll 0% 0%;
    text-align: right;
    color: white;
    font-weight: bold;
    font-size: 16px;
    height: 45px;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    line-height: 1.6;
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: .05em;
    padding: .5em 1em;
}
.article-list__articles .article-block.restricted-post .article-block__poster::after {
    left: 24px;
}
@media screen and (min-width: 720px) {
    .article-block.article-block--small.restricted-post .article-block__poster::after,
    .article-group--three .article-block.article-block--medium.restricted-post .article-block__poster::after,
    .article-group--two .article-block.article-block--medium.restricted-post .article-block__poster::after {
        font-size: 12px;
        height: 34px;
    }
}
@media screen and (max-width: 400px) {
    .article-block.restricted-post .article-block__poster::after,
    body.restricted-post .article-block .article-block__poster::after {
        font-size: 13px;
        height: 37px;
    }
}
@media screen and (max-width: 300px) {
    .article-block.restricted-post .article-block__poster::after,
    body.restricted-post .article-block .article-block__poster::after {
        font-size: 10px;
        height: 30px;
    }
}

/***
 * Subscription button */
.icon-button--subscribe .icon-button__icon {
    width: 75px;
    height: 75px;
    padding: 0;
    margin-right: 0;
    border-right: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/subscribe-logo.png');
    background-size: auto 32px;
}
.icon-button--subscribe .icon-button__body {
    min-height: 75px;
    padding-left: 24px;
    border-left: solid 1px #8a0000;
}
.icon-button--subscribe .icon-button__subtitle {
    color: #cccccc;
    font-size: 9px;
    font-size: 0.56rem;
}
@media screen and (max-width: 719px) {
    .icon-button--subscribe .icon-button__title {
        font-size: 16px;
        font-size: 1rem;
    }
}
@media screen and (min-width: 460px) and (max-width: 719px) {
    .icon-button--subscribe .icon-button__body {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
    .icon-button--subscribe .icon-button__body {
        line-height: normal;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .icon-button--subscribe .icon-button__subtitle {
        font-size: 12px;
        font-size: 0.75rem;
    }
}
@media screen and (min-width: 1024px) {
    .icon-button--subscribe .icon-button__body {
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 20px;
    }
    .icon-button--subscribe .icon-button__title {
        font-size: 14px;
        font-size: 0.9rem;
    }
}

/************
 * Comments *
 ************/
.comment__tagline {
    margin: 5px 0;
}
.comment__tagline .social .share-bar__btn {
    height: 30px;
    width: 30px;
    font-size: 9px;
    font-size: 0.6rem;
    margin: 0 1px;
}
.comment__tagline .social .share-bar__btn:last-of-type {
    margin-right: 12px;
}
.comment__tagline .social .share-bar__btn.share-bar__btn--website {
    font-size: 6.5px;
    font-size: 0.4rem;
}
.comment__tagline .comment__author-tag {
    margin-top: 7px;
    font-family: 'Montserrat', sans-serif;
}
.comment__author-tag--blue {
    background-color: #0066ff;
}
.comment__article-author {
    display: none;
}

/***********************
 * Free shared article *
 ***********************/
.relative-position {
    position: relative;
}
.free-article-tooltip {
    z-index: 10;
    position: absolute;
    width: 200px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0px 5px rgba(0,0,0,0.5);
    background: #C30000;
    font-size: 12px;
    font-weight: bold;
    color: white;
}
.free-article-tooltip--top {
    right: -45px;
    bottom: 115%;
}
.free-article-tooltip--bottom {
    left: 0;
    bottom: 90%;
}
.free-article-tooltip::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10px;
    height: 10px;
    transform: translate(-50%, 50%) rotate(45deg);
    background: #C30000;
}
.free-article-tooltip--bottom::after {
    left: 10%;
}
.free-article-tooltip .close {
    position: absolute;
    top: -6px;
    right: 3px;
    font-size: 20px;
    cursor: pointer;
}
@media print {
    .free-article-tooltip {
        display: none;
    }
}
@media screen and (max-width: 719px) {
    .free-article-tooltip--top {
        display: none;
    }
    .free-article-tooltip--bottom {
        bottom: 115%;
    }
}
@media screen and (min-width: 720px) and (max-width: 1023px) {
    .free-article-tooltip--top {
        bottom: 58%;
    }
}
