/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.logo {
    max-width: 100%;
}
/* #main-menu{
    min-height: 66px;
} */
.navbar{
    height: 66px;
    width: 100%;
}
.navbar-brand{
    height: 66px;
}
.navbar-header{
    margin-left: 10%;
}
#primary-nav{
    margin-right: 10%;
}
.navbar-nav{
    background-color: white;
    /* width: 100%; */
    /* align-content: center; */
    /* display: inline-block; */
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    margin-left: auto;
    margin-right: auto;
}
.nuovo-menu li a span{
    color:rgb(77, 77, 77);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10pt;
}
.nuovo-menu li a span:hover{
    color: #1146dd;
}
.blu-banner{
    /* background: linear-gradient(190deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);  */
    background: linear-gradient(190deg, #092777 0%, #09229e 30%, rgb(0, 162, 255) 100%); 
    display: grid;
    width: 100%;
    padding: 15rem 10rem;
    min-height: 50vh;
}
.blu-banner h1{
    font-size: 48px;
    text-align: center;
    color: white;
    text-transform: capitalize;
}
.blu-banner h2{
    font-size: 30px;
    text-align: center;
    color: white;
    text-transform: capitalize;
}
.blu-banner h3{
    font-size: 18px;
    text-align: center;
    color: white;
    text-transform: capitalize;
}

.blu-banner-thin{
    /* background: linear-gradient(190deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);  */
    background: linear-gradient(190deg, #092777 0%, #09229e 30%, rgb(0, 162, 255) 100%); 
    display: grid;
    width: 100%;
    padding: 5rem 5rem;
    min-height: 20vh;
}
.blu-banner-thin h1{
    font-size: 48px;
    text-align: center;
    color: white;
    text-transform: capitalize;
}
.blu-banner-thin h2{
    font-size: 30px;
    text-align: center;
    color: white;
    text-transform: capitalize;
}
.blu-banner-thin h3{
    font-size: 18px;
    text-align: center;
    color: white;
    text-transform: capitalize;
}
.bordered{
    border-bottom: 0px;/*3px solid #1146dd;*/
    color:rgb(77, 77, 77);
}
.block-footer .footer-widgets h4 {
    border-bottom: 3px solid #1146dd;
    color:rgb(77, 77, 77);
}

.btn-primary {
    color: #fff;
    background-color: rgb(36, 104, 221);
    border-color: rgb(36, 104, 221) !important;
    font-weight: bold;
}

.btn{
    font-weight: bold;
}
.bg-primary {
    background-color: rgb(36, 104, 221) !important;
    border-color: rgb(36, 104, 221) !important;
    font-weight: bold;
}

.tld-filters{
    font-size: 20px
}

.label-success{
    background-color: #090979 !important;
}

.label-default{
    background-color: #009cde;
}

.domain-table-title{
    font-size: 160%;
    font-weight: bold;
}
.domain-table-row{
    font-size: 16px;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
    color: #0d0d2d;
}

.domain-pricing .tld-row.highlighted{
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: rgb(77, 77, 77);
}

.domain-table-row small{
    color: rgb(77, 77, 77);
    font-size: 80%;
}

.header-lined .breadcrumb li{
    font-size: 16px;
}
.header-lined span{
    font-size: 13px;
}

.domain-pricing .two-row-center strong{
    font-weight: 700;
    font-size: 16px;
}
.domain-pricing .tld-row{
    padding: 0px;
}

.domain-pricing .two-row-center{
    margin-top: 10.5px;
    margin-bottom: 10.5px;
    color: #0d0d2d;
}
.domain-pricing .two-row-center strong:hover{
    color: #1146dd;
}