
/* Device Width */

@-ms-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


body {
    padding: 0 0 35px 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background-color: #e6e6e6;
    padding-top:50px;
}


a {
    color: #1e7d9d;
}

a:hover {
    text-decoration: none;
}

a.gray:hover {
    color: #222;
}

a.no-underline {
    text-decoration: none;
}

a.no-underline:hover {
    text-decoration: underline;
}

h1 {
    font-size: 31px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 3px #efefef solid;
}

h1:first-child {
    margin-top: 0;
}

h1.no-border {
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:0;
}


h3 {
    font-size:16px;
    margin-bottom:0;
}


h4 {
    font-size:14px;
    margin-bottom:0;
}

h4+p {
    margin-top:0;
}

label {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    /*margin-bottom: 14px;*/
    vertical-align:middle;
    /*color: #707070;*/
}




[type=checkbox], [type=radio] {
    margin:0;
    margin-right:3px;
    position:static !important;
}



[type=text], [type=password], [type=url], [type=tel], [type=number] {
    display: block;
    width: 100%;
    border: 0;
    padding: 10px;
    border: 1px #969696 solid;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top:14px;
    font-size: 16px;
}

input:focus {
    border-color: #222;
    background-color:#f9f9f9;
    outline:none;
}

[type=submit] {
    margin-bottom: 0;
    border: 0;
}

input {
    vertical-align:middle;
}

mark {
    background-color:#ffffe5;
    font-size:12px;
    font-weight:normal;
}

hr {
    border:0;
    border-top:1px #dedede solid;
    margin:30px auto;
}



/* Classes ----------------------------------------------------- */


.block {
    display:table !important;
    width:auto;
    margin:auto;
}

.left {
    float:left;
}


.right {
    float:right;
}

.wrap {
    max-width: 980px;
    margin: auto;
    overflow: hidden;
}

.wrapper {
    display:table;
    margin:auto;
}

.box {
    background-color: #fff;
    box-shadow: 0 2px 2px #d5d5d5;
    padding: 30px 45px 45px 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box.more-shadow {
    box-shadow: 5px 8.66px 50px 0 rgba(0, 0, 0, 0.05);
}

.content {
    padding: 65px 20px;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    
}

.button {
    background-color: #559c42;
    color: #fff;
    width: auto;
    outline: 0;
    line-height: 40px;
    padding: 0 40px;
    font-size: 15px;
    border-radius: 5em;
    float: right;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration:none;
    /*margin-right: -2px;*/
}

@media(max-width:380px) {

    .button-sm-only {
        display:block;
        background-color:#969696;
        color:#fff;
        width: auto;
        outline: 0;
        line-height: 40px;
        padding: 0 40px;
        font-size: 15px;
        border-radius: 5em;
        cursor: pointer;
        text-decoration:none;
        width:100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;

        margin:20px auto;
    }


}

.button:hover {
    background-color: #478237;
}

.button.secondary {
    background-color:transparent;
    color:#adadad;
    line-height:38px;
    border:1px #c8c8c8 solid;
}

.button.secondary:hover {
    background-color:#969696;
    border-color:#969696;
    color:#fff;
}

@media(max-width:520px) {
    .button.secondary {
        background-color:#969696;
        color:#fff;
        border:0;
        line-height:40px;
    }

    .button.secondary:hover {
        background-color:#808080;
    }
}


hr.dashed {
    display: block;
    clear: both;
    height: 5px;
    background: url(images/dashed-line.png) left center repeat-x;
    border: 0;
    margin: 40px auto;
}

.gray {
    color: #808080;
}

.green {
    color:#559c42;
}

.regular-font {
    font-weight:normal;
}

.center-text {
    text-align:center;
}

.valign-middle {
    line-height:40px;
}

.info-text {
    text-align:center;
    padding-top:15px;
    margin-left:40px;
    margin-right:40px;
    color:#808080;
}

.left-side {
    float:left;
    margin-right:45px;
}

.right-side {
    float:right;
}

.content .table-display {
    display: table;
    margin: auto;
    table-layout: fixed;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.content .table-display div {
    display:table-cell;
    vertical-align:top;
    padding:30px;
}

/* Error Messages */

.error-messages {
    color: #f2462c;
    margin: -29px auto 30px auto;
    background-color: #fef6f4;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
    margin-left: -45px;

}

.error-messages p {
    /*background-color: #fffce9;*/
    font-size: 15px;
    padding-left:30px;
    background: url(images/warning.png) left center no-repeat;
    
    margin:5px 0 0 0;
}


.error-messages p:first-child {
    margin-top:0;
}

.notification {
    display: table;
    width: 520px;
    padding: 0 45px;
    font-size: 15px;
    margin: auto;
    background-color:#fff7e5;
    border-left: 3px #ffa800 solid;
    color:#222;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top:-33px;
    margin-bottom:30px;
    /*background:#fef6f4 url(images/warning.png) 13px center no-repeat;*/
    box-shadow: 0 2px 2px #d5d5d5;
}

.notification.warning {
    color: #f2462c;
    background-color: #fef6f4;
    border-color: #f2462c;
}

.signup-page .notification {
    width:901px;
}

.signup-page .choose-plan {
    max-width: 230px;
    padding: 7px 10px;
}




/* Responsive Classes */

.over-768 {
    display:block;
}

.over-768-inline {
    display:inline-block;
}

@media(max-width:768px) {
    .over-768, .over-768-inline {
        display:none;
    }

    
}

.over-980 {
    display:block;
}

@media(max-width:980px) {
    .over-980 {
        display:none !important;
    }
}

.under-980 {
    display:none !important;
}

@media(max-width:980px) {
    .under-980 {
        display:inline-block !important;
    }
}



[id|="show-target"]:target {
    display:block;
}




/* Header ----------------------------------------------------- */

header {
    min-height: 50px;
    background-color: #333;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header .table-display {
    display:table;
    table-layout:fixed;
    width:100%;
    height:45px;
}

header .logo, header .text, header nav {
    display:table-cell;
    vertical-align:middle;
}

header .logo {
    background: url("https://sucuri.net/images/main-logo.png") no-repeat scroll 0 0 transparent;
    height: 29px;
    width: 116px;
    overflow: hidden;
    float: left;
    margin-top: 10px;
    margin-bottom:0;
    text-indent: -9999px;
    cursor:pointer;
    background-size: 116px auto;
            
}

header nav {
    text-align:right;
}

header nav a {
    color: #8a8a8a;
    font-size: 11px;
    text-decoration: none;
}

header nav a:hover {
    color: #fff;
}

header .text {
    text-align: center;
    color: #8a8a8a;
}

header .text a {
    color:#fff;
    margin-left:.5em;
}

header .text b a {
    margin-left:0;
}



/* Login Form ----------------------------------------------------- */

.login-form {
    max-width: 520px;
    margin: auto;
    position:relative;
}

.wrap.submit {
    line-height: 40px;
    padding-top: 15px;
    overflow: visible;
}

.login-form .not-registered {
    background: url("https://sucuri.net/images/i-website-bundle-new.png") right center no-repeat;
    color: #808080;
    min-height: 50px;
}

.login-form .not-registered h3 {
    margin-bottom: 3px;
}


/* Captcha */

#recaptcha_widget_div {
    /*border:1px red solid;*/

}

#recaptcha_widget_div table {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width:100% !important;
    position:relative;
    margin-bottom:65px;
    border:0 !important;
}

#recaptcha_widget_div td  {
    padding-left:0 !important;

}

/*#recaptcha_image {
    width:auto !important;
    max-width:300px !important;
}*/

.recaptcha_input_area {
    position:absolute !important;
    left:0 !important;
    top:90px !important;
    width:100% !important;
    padding: 0 !important;
}

#recaptcha_response_field {
    border:1px #969696 solid !important;
    width:100% !important;
}

#recaptcha_response_field:focus {
    border-color:#222 !important;
}

#recaptcha_widget_div ~ .greenbutton {
    display: none;
}


.recaptcha_only_if_privacy  a {
    display:none !important;
}

#recaptcha_widget_div ~ hr.dashed {
    background-image: url(https://login.sucuri.net/images/dashed-line.png);
    
    margin: 110px 0 40px 0 ; 
}





/* Responsive Login  ----------------------------------------------------- */

@media(max-width:768px) {

    .login-form.box {
        max-width:100%;
    }

    .login-form h1 {
        text-align:center;
    }

    .login-page header nav, .login-page header .text {
        display:none !important;
    }

    .notification {
        margin-top:0;
        min-width:0;
        width:100%;
        margin-bottom:0;
        text-align:center;
        border-left:0;
    }

    .error-messages {
        margin-left:-30px;
        padding-left:30px;
        padding-right:30px;
        text-align:center;
        background-image:url(images/warning.png);
        background-position:center 20px;
        background-repeat:no-repeat;
        padding-top:50px;
    }

    .error-messages p {
        padding-left:0;
        background:0;
    }



    
}




/* Signup Form ----------------------------------------------------- */

.signup-form {
    max-width: 520px;
}

.check label {
    display:inline;
    font-size:11px;
}

.middle-border {
    border-top:1px #d2d2d2 solid;
    line-height:0;
}

.middle-border p {
    line-height:1.4;
    margin:-1em auto -1em auto;
    background-color:#e6e6e6;
    display:inline-block;
    padding:0 25px;
}


.more-questions {
    max-width:800px;
    margin:65px auto 0 auto;
    
}

/* Selected Plan */

.box.selected-plan {
    width:336px;
    padding:7px;
    text-align:center;
    margin-bottom:40px;
}

.box.selected-plan .plan {
    /*border:1px #cfcfcf dashed;*/
    padding:40px;
    /*background:url(images/lines-pattern.png) left top repeat-x;*/
}

h1.name {
    color:#559c42;
    padding-bottom:0;
    border:0;
    font-size:19px;
    margin-bottom:0;
    font-weight:700;
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:60px;
}



.box.selected-plan .plan.bundle h1.name {
    background-image:url(https://sucuri.net/images/i-website-bundle-new.png);
}

.box.selected-plan .plan.antivirus h1.name {
    background-image:url(https://sucuri.net/images/i-website-antivirus-new.png);
}

.box.selected-plan .plan.firewall h1.name {
    background-image:url(https://sucuri.net/images/i-website-firewall-new.png);
}

h2.price {
    font-size:21px;
    font-weight:600;
    margin:0;
    
}

h2.price+p {
    margin:0;
}

.plan p:last-child {
    margin-bottom:0;
}

.selected-plan a {
    font-size:15px;
    margin-top:15px;
    display:inline-block;
}

.left-side .selected-plan .middle-border {
    width:100%;
    margin:20px 0;
}

.left-side .selected-plan .middle-border p {
    font-size:13px;
    background-color:#fff;
    font-weight:bold;
}



.left-side h3 {
    margin:0;
    margin-bottom:3px;
}

.left-side h3 + p {
    margin:0;
}




.left-side .middle-border {
    margin:30px 40px;
}

.left-side .middle-border p {
    font-size:21px;
    font-weight:300;
}


/* Payment ----------------------------------------------------- */

.payment-page .selected-plan {
    opacity:.7;
}

.payment-page h1.name {
    color:#222;
}


.payment-page .selected-plan form {
    text-align:center;
    
}

.payment-page .selected-plan select {
    width:100%;
    font-size:17px;
    padding:10px;
    margin:10px 0 10px 0;
}

.payment-page .selected-plan input {
    background:0;
    cursor:pointer;
    color: #1e7d9d;
    text-decoration:underline;
    font-size:15px;
    margin-top:15px;
}

.payment-page .selected-plan input:hover {
    text-decoration:none;
}



/* Add Product to Plan*/

.add-product-to-plan {
    background-color: #eef5ec;
    width: 100%;
    padding: 20px 45px 45px 45px;
    margin: 35px 0 45px -45px;

}

.add-product-to-plan p.title {
    color:#559c42;
    font-weight:bold;
    padding-bottom:10px;
    margin-bottom:30px;
    border-bottom:1px #d9d9d9 solid;
    font-size:14px;
}

.add-product-to-plan .product {
    padding-left:22px;
    position:relative;
    
}

.add-product-to-plan .product .logo {
    position:absolute;
    width:34px;
    height:40px;
    background:url(https://sucuri.net/images/i-website-firewall-new.png) 90% top no-repeat;
    background-size:contain;
    opacity:.25;
    right:5%;
    top:0;
}

.add-product-to-plan .product input:checked ~ .logo {
    opacity:1;
}

.add-product-to-plan .product input {
    margin-left:-22px;
    margin-right:5px;
}

.add-product-to-plan .product p {
    margin-top:4px;
    color:#606060;
}


/* Submit Payment */

/*.payment-page .submit-payment {
    padding-bottom:60px;
    background:url(images/payment.gif) center bottom no-repeat;
}*/



/* Also Included*/

.table-display.also-included {
    padding:0 40px;
    border-radius:1em 0 2em 0;
    margin-top:50px;
    margin-bottom:80px;
    position:relative;
    max-width:1300px;
}

.also-included div {
    max-width:350px;
}

i.special-corner {
    display:block;
    width:49px;
    height:29px;
    position:absolute;
    top:-15px;
    left:27%;
    background:url(images/special-corner.png) center center no-repeat;
}


/* Responsive /Payment Form ----------------------------------------------------- */

@media(max-width:1200px) {
    i.special-corner {
        left:21.5%;
    }
}


@media(max-width:980px) {

    .signup-page .notification {
        margin-top:0;
        min-width:0;
        width:100%;
        margin-bottom:0;
        text-align:center;
        border-left:0;
    }

    .signup-page .error-messages {
        margin-top:-53px;
        text-align:center;
        background-image:url(images/warning.png);
        background-position:center 20px;
        background-repeat:no-repeat;
        padding-top:50px;
    }

    .signup-page .error-messages p {
        padding-left:0;
        background:0;
    }

    .signup-page .content {
        top:50px;
    }


    .box.more-shadow {
        box-shadow: 0 2px 2px #d5d5d5;
    }

    .signup-page .content, .payment-page .content {
        padding:0;
    }

    .left-side, .right-side, .box.selected-plan, .signup-form, .wrapper {
        float:none;
        max-width:100%;
        width:100%;
        display:block;
        
    }
    
    .signup-form.right-side {
        overflow: hidden;        
    }

    /*.left-side {
        margin-bottom:50px;
    }*/

    .box.selected-plan .plan, .box.selected-plan {
        border:0;
        background:#fff;
        margin-bottom:0;
    }

   .payment-page .box.selected-plan {
       opacity:1;
   }


    #selected-plan:target #target-plan-features {
        display:block !important;
    }

    #target-plan-features {
        margin:25px;
    }

    #target-plan-features p:first-child {
        margin-top:0;
    }

    .signup-form.box {
        padding-top:0;
    }

    .signup-form h1 {
        text-align:center;
        margin-bottom:50px;
    }

    .link-change-plan {
        margin-left:20px;
    }

    #selected-plan:target .link-change-plan {
        margin-left:0;
    }

    .signup-page header .table-display nav {
        display:none;
    }

    .signup-page header .text {
        text-align:right;
    }

    .signup-page .valign-middle {
        text-align:center;
    }

    .signup-page .button {
        float:none;
        display:block;
        margin:20px auto 0 auto;
    }


    /* Payment Page */

    .payment-page {
        text-align:center;
    }

    .payment-page h1+p {
        display:none;
    }

    .add-product-to-plan {
        padding:45px;
        margin-left:-45px;
    }


    .add-product-to-plan .product {
        padding-left:0;
    }

    .add-product-to-plan p.title, .add-product-to-plan .logo {
        display:none;
    }

    .add-product-to-plan input[type=checkbox] {
        margin:auto;
    }

    .add-product-to-plan label {
        display:block;
        margin-top:10px;
        text-align:center;
    }

    .add-product-to-plan label:after {
        content:" (Recommended For Complete Website Security)";
        display:block;
        font-size:11px;
        font-weight:normal;
        margin:5px auto;
    }

    .wrap.submit-payment {
        display:inline-block;
    }

    .wrap.submit-payment form {
        margin-left:20px !important;
        
    }

    .wrap.submit-payment form:first-child {
        margin-left:0;
    }

    .payment-page .right-side hr.dashed {
        display:none;
    }

    .payment-page .testimonials {
        margin-top:45px;
    }
}

@media(max-width:768px) {
    
    .signup-page .content {
        top:87px;
    }
    
    .signup-page header .text {
        text-align:center;
    }
}

@media(max-width:520px) {

    .wrap.submit-payment {
        display:block;
        overflow:hidden;
    }

    .submit-payment .button {
        display:block;
        /*border-radius:0;*/
        width:100%;
        margin-bottom:0;
    }

    .wrap.submit-payment form {
        width:100%;
        margin-left:0 !important;
        margin-top:20px !important;
        overflow:hidden;
    }

    .wrap.submit-payment form:first-child {
        margin-top:0 !important;
    }
}

@media(max-width:490px) {

    .valign-middle {
        text-align:center;
    }

    .valign-middle .check [type=checkbox] {
        display:block;
        margin:auto;
    }

    .valign-middle .button {
        float:none;
        display:block;
        width:100%;
        /*border-radius:0;*/
        margin:20px auto;
    }

}




/* Footer ----------------------------------------------------- */

footer.foot {
    text-align:center;
    padding-top:50px;
    font-size:11px;
}

footer.foot a {
    color:#808080;
    display:inline-block;
    text-decoration:none;
    margin-left:25px;
    margin-bottom:20px;
}

footer.foot a:first-child {
    margin-left:0;
}

footer.foot a:hover {
    color:#222;
    text-decoration:underline;
}

footer.foot .social-media {
    margin-top:25px;
}

footer.foot .social-media a {
    display:inline-block;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#bfbfbf;
    border-radius:4px;
    width:30px;
    height:30px;
    margin-left:12px;
}

footer.foot .social-media a:hover {
    background-color:#404040;
}

footer.foot .social-media a:first-child {
    margin-left:0;
}


a.facebook {
    background-image:url(https://sucuri.net/images/i-social-facebook.png);
}

a.twitter {
    background-image:url(https://sucuri.net/images/i-social-twitter.png);
}

a.linkedin {
    background-image:url(https://sucuri.net/images/i-social-linkedin.png);
}


/* Responsive Footer ----------------------------------------------------- */


@media(max-width:768px) {
    footer.foot {
        padding-left:20px;
        padding-right:20px;
    }
    
}






/* Responsive Global ----------------------------------------------------- */


@media(max-width:768px) {

    .box, .more-shadow {
        /*box-shadow:none;*/
        padding-left:30px;
        padding-right:30px;
    }

    .add-product-to-plan {
        padding:45px 30px;
        margin-left:-30px;
    }

    header {
        padding-left:10px;
        padding-right:10px;
    }

    
    header .wrap {
        overflow:visible;
    }

    header .table-display div, header .table-display nav, header .text {
        display:block;
    }

    header h2.logo {
        float:none;
        display:block;
        margin-left:auto;
        margin-right:auto;
    }

    header .text, header nav {
        clear: both;
        width: 100%;
        padding: 15px 30px;
        background-color: #333;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /*display:none !important;*/
    }

    /*header .text b {
        display:none;
    }*/

    header nav {
        /*position:absolute;
        right:20px;
        top:16px;*/
        padding-top:0;
        text-align:center;
    }



    .content {
        padding-top:0;
        padding-left:0;
        padding-right:0;
    }

    p.info-text {
        margin-left:20px;
        margin-right:20px;
    }

    .middle-border {
        border:0;
    }

    #recaptcha_image  {
        width: 100% !important;
        height: auto !important;
    }
    
    #recaptcha_image img {
        width: 100%
    }

}

@media(max-width:380px) {

    .button, .button-sm-only {
        float:none;
        width:100%;
        margin-bottom:20px;
        /*border-radius:0;*/
    }

    .submit {
        text-align:center;
    }

    .not-registered {
        text-align:center;
        padding-top:50px;
        background-position:center top !important;
    }

    .not-registered a {
        display:block;
        margin-top:10px;
    }

    .not-registered a + span {
        display:none;
    }

    br {
        display:none;
    }

    h1 {
        font-size:20px;
        font-weight:900;
    }

    mark {
        display:block;
    }

    .error-messages {
        margin-top:-20px;
    }
}


/* 2FA ----------------------------------------------------- */

.no-background {
    background: 0 !important;
}

[name="2facode"] {
   padding-right: 50px;
   background: url("https://dashboard.sucuri.net/settings/images/2fa.jpg") right 5px center no-repeat;
   background-size:30px 30px;
   margin-bottom: 30px;
}


