/*Hide WordPress Footer */
#wpfooter{
    display:none;
}
/*Hide Update notice from WordPress */
.seokey-heading .notice{
    display: none;
}
/*but show the wizard one */
#seokey_notice_wizard,
.seokey-heading .seokey-notice{
    display:flex;
}

/* Third databloc => align right */
#seokey-audit-issues {
    margin-left: auto;
    flex-direction: row;
    align-self: center;
}
#seokey-audit-issues ul{
    font-size:1.1em;
}
/* Score Shape */
.seokey-dashboard-section #seokey-audit-score div {
    padding: 0;
    flex-grow: initial;
}
#seokey-audit-score {
    background: #3C3C3C;
    width: 216px;
    height: 216px;
    padding: 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    border-radius: 150px;
    box-shadow:  inset 0 0 4px #000;
    position:relative;
    margin: 1em 0 1em 0;
    max-width: 216px;
    max-height: 216px;
    box-sizing: content-box;
}

/* main score and data */
#seokey-audit-score-int {
    font-size: 60px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    width: 100%;
    margin-top: 55px;
}
#seokey-audit-score-int.audit-up,
#seokey-audit-score-int.audit-down {
    margin-top: 32px;
}
#seokey-audit-score-scale {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

/* Picto UP ou DOWN */
#seokey-audit-score-variation::before {
    content: ' ';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 1.6em;
    background-position: center;
    display: block;
    margin: 0.7em auto 0;
}
#seokey-audit-score-variation.audit-up::before {
    background-image: url('../img/picto-fleche-up.png');
}

#seokey-audit-score-variation.audit-down::before {
    background-image: url('../img/picto-fleche-down.png');
}

/* Score main border background */
#seokey-audit-score-outter-circle {
    border-radius: 100%;
    width: 208px;
    height: 208px;
    margin-left: 4px;
    margin-top: 4px;
}
/* give correct color to main border */
#seokey-audit-score-outter-circle.good {
    background: #2CAFD9;
}
/* light border */
#seokey-audit-score-inner-circle {
    border-radius: 100%;
    height: 194px;
    width: 194px;
    position: absolute;
    margin-top: 7px;
    margin-left: 7px;
    color: #fff;
}
#seokey-audit-score-inner-circle::before {
    content: "";
    display: block;
    position: absolute;
    border-width: 2px;
    border-style: dashed;
    border-radius: 50%;
}
#seokey-audit-score-inner-circle::before  {
    width: 164px;
    height: 164px;
    border-color: rgba(44,175,217,0.7);/*#2CAFD9;*/
    margin-top: 13px;
    margin-left: 13px;
}
/* Serrure */
#seokey-audit-score-inner-circle {
    background-image: url('../img/score-serrure.png');
    background-repeat: no-repeat;
    background-size: 7em;
    background-position: center;
    background-color:#3C3C3C;
}



















@media (max-width: 1400px) {
    .seokey-pages #wpcontent .seokey-item h2{
        font-size:20px;
    }
}
@media (max-width: 1180px) {
    .seokey-pages #wpcontent .seokey-item h2{
        font-size:16px;
    }
}



.seokey-item{
    background: #F0F0F1;
    box-shadow: rgb(255, 255, 255) 0 0 0 0, rgba(17, 24, 39, 0.05) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 20px 25px -5px, rgba(0, 0, 0, 0.1) 0 8px 10px -6px;
    border-radius: 0.5rem;
    flex: 1 1 0;
}

.seokey-item + .seokey-item {
    margin-left: 2%;
}

.seokey-pages #wpcontent .seokey-item h2{
    background: #0A4B78;
    padding: 1em;
    margin: 0;
    color: #fff;
    border-radius: 0.5rem 0.5rem 0 0;
}
.seokey-item i{
    padding-right:10px;
}

.seokey-dashboard-section {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.seokey-dashboard-section div{
    flex-grow: 1;
    padding:1.5em;
}
.seokey-dashboard-section div + .seokey-dashboard-section div {
    margin-left: 2%;
}

#seokey-audit-score + .button-hero {
    display: inline-block;
    float: right;
    position: absolute;
    top: 108px;
    right: 3em;
}



.seokey-subwrapper .seokey-dashboard-section .button.button-primary,
.seokey-subwrapper .seokey-dashboard-section .button.button-secondary {
    margin: 1em 1em 1em 0;
    width: 13em;
    text-align: center;
    font-size: 15px;
}

.seokey-pages h2{
    text-align: center;
}
.seokey-pages .notice-title {
    text-align: left;
}
/* responsive */
@media (max-width: 1400px) {
    .seokey-pages h2{
        font-size: 18px;
    }
}