/*

Changes to the WHPress minimal.css styles

*/

div.select-box a.www-button, div.select-box a.whois-button {
    color: rgb(255,0,0)!important;
    background-color: transparent !important;
    border: 2px solid rgb(255,0,0) !important;
    text-transform: none !important;
    text-decoration: none !important;
    font-size: 1.05em !important;
    height: 46px !important;
    line-height: 43px !important;
    border-radius: 60px 60px !important;
    padding: 0 30px !important;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out !important;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out !important;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out !important;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out !important;
}
div.select-box a.www-button:hover, div.select-box a.whois-button:hover {
    color: white !important;
    background-color: rgb(255,0,0) !important;
    border: 2px solid rgb(255,0,0) !important;
}
/* WHMPress Buttons */
.whmpress button,
.whmpress a.whmpress-btn,
.whmpress a.buy-button,
.whmpress a.www-button,
.whmpress a.whois-button,
.whmpress input[type="submit"] {
    background-color: rgb(255,0,0) !important;
    border: 1px solid rgb(255,0,0) !important;
    color: white !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    padding: 10px 15px !important;
    transition: opacity .25s ease-in-out !important;
    -moz-transition: opacity .25s ease-in-out !important;
    -webkit-transition: opacity .25s ease-in-out !important;
}
.whmpress button:hover,
.whmpress a.whmpress-btn:hover,
.whmpress a.buy-button:hover,
.whmpress a.www-button:hover,
.whmpress a.whois-button:hover,
.whmpress input[type="submit"]:hover {
    opacity: .6 !important;
    background-color: rgb(255,0,0) !important;
    border: 1px solid rgb(255,0,0) !important;
    color: white !important;
    text-decoration: none !important;
}
/***********************************************************
    .whmpress_domain_search_ajax Css
***********************************************************/
.whmpress_domain_search_ajax form input {
    border-bottom-left-radius: 24px !important;
    border-top-left-radius: 24px !important;
    height: 48px;
    border: 1px solid rgb(242,242,242);
    background-color: rgb(242,242,242);
    -webkit-transition: color .30s linear, background-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out;
}
.whmpress_domain_search_ajax form input:focus {
    border: 1px solid rgb(242,242,242);
    background-color: white;
}
.whmpress_domain_search_ajax form button {
    border-bottom-right-radius: 24px !important;
    border-top-right-radius: 24px !important;
    height: 48px;
    background-color: rgb(255,0,0);
    border-color: rgb(255,0,0);
    color: white;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.whmpress_domain_search_ajax form button:hover {
    opacity: .6;
    background-color: rgb(255,0,0);
    border: 1px solid rgb(255,0,0) !important;
    color: white;
}



