/*Style*/

.bpcard {
    padding: 30px 25px 17px;
}

.bpc-partner-logo-wrapper {
    height: 65px;
    float: left;
    margin-right: 24px;
    margin-bottom: 20px;
}

.bpcard img.bpc-partner-logo {
    height: 65px;
}

.bpc-offer {
    color: #5F5F5F;
    font-size: 29px;
    font-family: 'Open Sans', sans-serif;
    line-height: 33px;
    margin-bottom: 20px;
    font-weight:bold;
    font-style: italic;
    text-transform: uppercase;
}
.bpc-usebonus {
    color: #5F5F5F;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight:bold;
    font-style: italic;
    line-height: 33px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.bpc-available-country {
    clear: both;
    margin-bottom: 8px;
    color: #646464;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bpc-available-country img {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.bpc-bonus {
    color: #292929;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    flex: 1;
    display: flex;
    background-image: url(../images/bonuscode-cta/bonus-background.svg);
    margin-right: 30px;
    align-items: center;
    padding: 4px 25px;
    border-radius: 4px;
}

.bpc-code {
    clear: both;
    display: flex;
    border: 1px solid #ccc;
    background-size: cover;
    border-radius: 5px;
    padding: 8px;
    align-items: center;
}

.bpc-copy {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
    border-radius: 5px;
    padding: 13px 28px;
    cursor: pointer;
    color: #FFF;
}

.bpc-button {
    text-align: right;
}

.bpcard .bpc-button a.bpc-button-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6F9EAF;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: none;
    align-items: center;
    font-size: 12px;
    padding-top: 10px;
}

.bpc-button a.bpc-button-link:hover,
.bpc-button a.bpc-button-link:active,
.bpc-button a.bpc-button-link:visited,
.bpc-button a.bpc-button-link:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6F9EAF;
}

.bpc-tnc {
    color: #5F5F5F;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 24px;
}

/*Mobile and tablet*/

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

    .bpc-partner-logo-wrapper {
      margin-right: 0;
      margin-bottom: 14px;
      float: none;
    }

    .bpcard {
      text-align: center;
      padding: 21px 10px 6px;
    }

    .bpc-available-country{
      text-align: left;
    }

    .bpc-copy {
      font-size: 16px;
      padding: 14px 8px;
    }

    .bpc-bonus {
      margin-right: 8px;
      font-size: 20px;
      padding: 11px 11px;
    }

    .bpc-button {
      padding-top:6px;
    }

}

/*Sidebar*/

.textwidget .bpc-partner-logo-wrapper {
    margin-right: 0;
    margin-bottom: 14px;
    float: none;
}

.textwidget .bpcard {
    text-align: center;
    padding: 21px 10px 6px;
}

.textwidget .bpc-available-country{
    text-align: left;
}

.textwidget .bpc-copy {
    font-size: 16px;
    padding: 14px 8px;
}

.textwidget .bpc-bonus {
    margin-right: 8px;
    font-size: 20px;
    padding: 11px 11px;
}

.textwidget .bpc-button {
    padding-top:6px;
}
