
.header {
    width: 100%;
    height: 60px;
    background: #74c982;
}
.header  {
    color: white;
    margin-left: -22px;
    padding: 7px 0 0 22px;
    letter-spacing: 0.1px;
}
.header ul {
    margin: 0;
    padding: 0;
}
.header .logo {
    margin-top: 10px;
}
.header .logo .text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 23px;
}
.header .logo .fa-stack {
    margin-top: -10px;
}
.header .logo .fa-circle {
    color: white;
}
.header .logo .fa-plane {
    color:  #74c982;
}
#header-steps {
    float: right;
    margin-top: -42px;
    margin-right: 15px;
    font-size: 23px;
    font-weight: bold;
    display: none;
}
input[type=checkbox]:checked:before {
    color:  #74c982;
}
input[type=radio]:checked:before {
    background-color: #74c982;
}
h1, h2 {
    text-align: center;
}
h2 {
    font-weight: normal;
}

#step1 {
    margin: 0 auto;
    max-width: 700px;
}
#step1 .column-2 {
    width: 300px;
    min-height: 350px;
    float: left;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 50px;
    background: #EBECEB;
}
#step1 .column-1 {
    width: 100%;
    min-height: 275px;
    margin-top: 50px;
    padding-left: 0;
    background: #EBECEB;
    position: relative;
}
.to-content .header {
    height: 25px;
    font-weight: bold;
    margin-left: 0;
    padding-left: 10px;
    width: 640px;
}
.to-content .column-2 .header {
    width: 290px;
}
.to-content .column-1 .header {
    width: 100%;
    padding-left: 0;
}
.to-content .column-1 .header .header-text {
    margin-left: 10px;
}

.to-content p, .to-content .plugin-content {
    margin-left: 10px;
}
.to-content .skills {
    display: block;
    width: 100%;
    text-align: center;
    border-top: solid 1px #ccc;
    padding: 10px 0;
}
.to-content .skills .text {
    margin: 10px;
}
#action {
    clear: both;
    text-align: center;
    padding-bottom: 10px;
}
#action .btn {
    margin-top: 35px;
    clear: both;
}
.btn, .btn:hover {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #0073AA;
    text-decoration: none;
    padding: 7px 15px;
    display: inline-block;
    margin-top: 15px;
}
.btn:hover {
    background: #00567f;
}
.btn.disabled {
    background: #ccc;
}
.advice-card:first-child {
    display: block;
}
.advice-card {
    display: none;
}
.plugin-box {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 50px;
}
.plugin-box .header {
    margin-bottom: 10px;
}
.plugin-box .header .steps {
    float: right;
    margin-right: 10px;
}
.plugin-box {
    min-height: 350px;
    background: #EBECEB;
}
.plugin-content {
    position: relative;
}
.plugin-content .active {
    position: absolute !important;
    top: -10px;
    left: -10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    height: 300px;
    z-index: 2;
    color: white;
    font-size: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding-top: 50px;
}
.plugin-content .active .fa {
    font-size: 150px;
}
.plugin-content .plugin-card {
    width: 98.5%;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    margin-right: 10px;
    margin-top: 20px;
    margin-left: 0px;
}
.plugin-content .plugin-card p {
    margin: 0;
}
.plugin-box .btn {
    margin-top: 10px;
    float: right;
}
.button.activate-now:before {
    width: 400px;
    height: 20px;
    background: red;
    display: block;
}
.button.activate-now, .button.button-disabled {
    //display: none;
}
.wp-installed {
    font-weight: bold;
    color: #74c982;
}
.suggest-table {
    background: white;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-top: 20px;
    display: none;
}