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

    ** Custom Stylesheet **

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

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

/* GLOBAL STYLING UPDATES */
body, html, .primary-bg-color {
    background: white;
}
#main-body > div:not(.container) > div:not(.row) > .primary-content {
    padding: 0;
}
.primary-content > p[style="text-align:center;"]:last-of-type {
    display: none;
}
.carbonbadge {
    text-align: left !important;
}
.list-initial {
    list-style: initial;
}
.dm-ignore {
    isolation: isolate;
}

/* Header */
#header {
    padding: 0 !important;
}
.topbar .dropdown-menu {
    font-size: 0.9rem;
}

/* Footer */
.apple-chat {
    padding: 50px 0;
}
#footer {
    padding: 0 !important;
}
.footer-top {
    padding: 50px 20px;
    background: #3667a6;
    border-bottom: 5px solid #bdd8f1;
    font-size: 15px;
}
.footer-top li {
    line-height: 18px;
    margin-bottom: 15px;
    color: #bdd8f1;
}
#footerChat, .footer-top a {
    color: #bdd8f1;
}
.footer-top a:hover {
    color: white;
}
.footer-top a[aria-expanded="false"]::after {
	content: "\f078";
	top: 0;
	right: 0;
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
}
.footer-top a[aria-expanded="true"]::after {
	content: "\f054";
	top: 0;
	right: 0;
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
}
.footer-top strong {
    color: white !important;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    display: block;
    line-height: 1.5;
}
.footer-top .collapse {
    margin-top: 5px;
}
.footer-bottom {
    background: #214177;
    padding: 30px 50px;
    color: white;
}
.footer-bottom a {
    color: #bdd8f1;
}
.footer-bottom .logo {
    font-size: 18px;
    padding-bottom: 20px;
}
.footer-bottom .logo img {
    height: 25px;
}

@media (max-width: 768px) {
    .footer-bottom {
        padding: 50px 15px;
    }
}

/* HOME PAGE */

#home-banner {
    background-color: #214177 !important;
}
.center-pills {
    display: flex;
    justify-content: center;
}
.center-pills li {
    margin-left: 0 !important;
}
.center-pills a {
    border-radius: 0 !important;
    background: rgba(235,235,235,.6);
    color: black;
}
.center-pills a.active {
    border-radius: 0 !important;
    background: #3667a6;
}
.center-pills li:first-of-type a {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.center-pills li:last-of-type a {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.tld-prices .img-container {
    color: black;
    font-size: 20px;
    padding: 20px 0;
    height: 115px;
    line-height: 75px;
    overflow: hidden;
    text-align: center;
}
.tld-prices .img-container img {
    max-width: 70%;
    max-height: 100%;
}
.tld-prices .price {
    border-radius: 0 0 0.25rem 0.25rem;
    padding: 5px;
    background-color: #f9f9f9;
    color: #555;
    font-weight: 400;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
}
.price.org {
    background: rgb(23,59,79);
    color: #fff;
}
.price.co {
    background: rgb(243,111,33);
    color: #fff;
}
.price.io {
    background: rgb(106,175,7);
    color: #fff;
}
.price.me {
    background: rgb(239,59,57);
    color: #fff;
}
.featured-tld.text .img-container {
    height: auto !important;
    overflow: visible !important;
}
.action-icon-btns a {
    border-radius: 0.25rem 0.25rem 0 0;
}

/* LEGAL PAGE */
.legal-links h3 {
    font-weight: 800;
    margin: 0;
}

/* SHARED HOSTING PAGE */
.shared-hosting .pricing .nav-pills.flex-column .nav-item button {
    border-radius: 0.25rem;
    background: white;
}
.shared-hosting .pricing .nav-pills .nav-item button {
    background: rgba(235,235,235,.6);
    color: black;
}
.shared-hosting .pricing .nav-pills .nav-item button.active {
    color: #fff;
    background-color: #369;
}
.shared-hosting .pricing .nav-pills.center-pills .nav-item:first-of-type button {
    border-radius: 0.25rem 0 0 0.25rem;
}
.shared-hosting .pricing .nav-pills.center-pills .nav-item:last-of-type button {
    border-radius: 0 0.25rem 0.25rem 0;
}
.pricing-item li {
    border: 0 !important;
    padding: 0 20px;
    padding-bottom: 15px;
}
.pricing-item li .fal {
    margin-right: 10px;
}
.landing-page.sitelock p {
    font-size: 1.1rem;
}
.landing-page.sitelock p strong {
    font-size: 1.2rem;
}
#addons .addon-image {
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 576px) {
    #addons .addon-image {
        height: 50px;
    }
}

/* WEB DESIGN PAGE */
.testimonials blockquote {
    background: #f8f8f8 none repeat scroll 0 0;
    border: medium none;
    color: #666;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
}
.testimonials blockquote::before {
    width: 0; 
    height: 0;
    right: 0;
    bottom: 0;
    content: " "; 
    display: block; 
    position: absolute;
    border-bottom: 20px solid #fff;    
    border-right: 0 solid transparent;
    border-left: 20px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #3667A6 transparent transparent transparent;
}
.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}
.testimonials .carousel-info {
    overflow: hidden;
}
.testimonials .carousel-info img {
    margin-right: 15px;
}
.testimonials .carousel-info span {
    display: block;
}
.testimonials span.testimonials-name {
    color: #3667A6;
    font-size: 16px;
    font-weight: 300;
    margin: 23px 0 7px;
}
.testimonials span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
.testimonials a {
    color: #656565
}

/* DARK MODE */
.dm-show {
    display:none
}
.navbar,.dropdown {
    position:initial
}
.dropdown.show {
    position:relative
}

@media (prefers-color-scheme: dark) {
    ::placeholder {
        color:var(--light)!important;
        opacity:1
    }
    
    .modal-content,.md-editor>.md-preview,.md-editor>textarea.markdown-editor,.md-editor>.btn-toolbar,.landing-page.ssl .detailed-info .card-body,.landing-page.mail-services .product-options,.footer-bottom,.primary-bg-color,.bg-white,.landing-page .tab-content,.video-banner {
        background:#000;
        background-color:#000!important
    }
    
    .shadow-sm {
        box-shadow:0 .25rem .75rem rgba(255,255,255,.15)!important
    }
    
    .shadow {
        box-shadow:0 .5rem 1rem rgba(255,255,255,.175)!important
    }
    
    html,body {
        background:#000!important;
        color:var(--light)
    }
    
    .alert-primary,.weebly-lite-plan,.landing-page.sitelock .plans {
        background-color:#1E3047!important;
        border-color:var(--gray)!important;
        color:var(--light)!important
    }
    
    .text-primary {
        color:#64A3F6!important
    }
    
    a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover,.master-breadcrumb,.breadcrumb {
        background-color:var(--gray)!important
    }
    
    .tld-prices .card {
        background-color:var(--light)!important
    }
    
    .tld-prices .price {
        background-color:var(--gray);
        color:var(--light)
    }
    
    .landing-page .navbar.navbar-expand-md .navbar-nav>li>a,.landing-page .navbar.navbar-expand-md .navbar-nav>li:last-child>a,.landing-page .pricing-item,.border-light,.domain-promo-box,#order-standard_cart .field,#order-standard_cart .form-control,.landing-page .navbar.navbar-expand-lg .navbar-nav>li>a {
        border-color:var(--gray)!important
    }
    
    .dm-show {
        display:auto!important
    }
    
    div.dm-show {
        display:block!important
    }
    
    .dm-hide {
        display:none
    }
    
    .landing-page.sitelockvpn .feature.pricing,.landing-page.ssl .certificate-options,.landing-page.ssl .certificate-options,.landing-page.ssl .validation-levels,.landing-page.sitelockvpn .hero,.footer-top {
        background-color:#151D2E;
        border-bottom-color:var(--gray-dark)
    }
    
    .dropdown-divider {
        border-top-color:var(--gray-dark)
    }
    
    .bg-dark {
        background-color:#000!important
    }
    
    .bg-primary {
        background-color:#1E3047!important
    }
    
    .dataTables_wrapper table.table-list,.home-domain-search .input-group-wrapper {
        border-color:var(--gray-dark)
    }
    
    div.product-details div.product-icon,.kb-article-item:hover,.kb-category a:hover,.md-editor .md-footer,.md-editor>.md-header,.page-link,.page-item.disabled .page-link,.table-list>tbody>tr>td,.nav-tabs .nav-item.show .nav-link,.landing-page .nav-tabs>li>a:hover,.nav-tabs .nav-link.active,.landing-page .pricing-item .feature-heading,.home-domain-search .input-group-wrapper,.form-control,.form-control:focus,#order-standard_cart .field,#order-standard_cart .form-control,.input-group-text,.input-group .btn-reveal-pw:active,.input-group .btn-reveal-pw:hover,.btn-default {
        background-color:var(--gray);
        border-color:var(--gray);
        color:var(--light)!important
    }
    
    .list-group-item.active:hover {
        background-color:#369;
        border-color:#369
    }
    
    .landing-page.codeguard .pricing {
        background:#354816!important
    }
    
    #addons .card {
        background:var(--light)!important;
        color:var(--gray-dark)!important
    }
    
    .domain-renewals,.client-home-cards .card-header,.tiles .tile,#order-standard_cart .product-info,#order-standard_cart .domain-selection-options .option,#order-standard_cart .view-cart-tabs .nav-tabs>li.active>a,#order-standard_cart .view-cart-tabs .tab-content,#order-standard_cart .summary-container,.btn-default:hover,.table-list>tbody>tr:hover>td,.page-link:hover,table.table-list thead th,.landing-page.sitelockvpn .feature.countries,.landing-page.sitelockvpn .feature.pricing .pricing-box,.landing-page.sitelockvpn .feature.devices,.landing-page.ssl .detailed-info,.landing-page.ssl .browser-notice .wrapper,.landing-page.ssl .validation-levels .item,.landing-page.mail-services .tab-content,.landing-page .light-grey-bg,.landing-page.mail-services .product-options .item,.landing-page.sitelock .plans .plan,.landing-page.codeguard .faqs,.landing-page.marketgoo .faqs,.landing-page.marketgoo .plan.marketgoo_pro ul,.landing-page.marketgoo .feature-wrapper,.landing-page.weebly .faq,.landing-page .features,.landing-page.ox .stand-out,.landing-page.ox .pricing table tr:nth-child(even) td:first-child:not(.no-bg),.landing-page.ox .faqs {
        background:var(--gray-dark)!important;
        border-color:var(--gray)!important;
        color:var(--light)!important
    }
    
    .landing-page.sitelock .emergency .btn {
        color:var(--gray)
    }
    
    .landing-page .nav-tabs>li>a,.landing-page .nav-tabs>li>a:focus {
        background-color:#464A50
    }
    
    .landing-page .get-started {
        background-color:#045
    }
    
    .landing-page.ssl .certificate-options.ov {
        background-color:#764F01!important
    }
    
    .landing-page.ssl .certificate-options.ev {
        background-color:#1E452C!important
    }
    
    .dataTables_wrapper .dataTables_filter label .form-control {
        background:url(../../../assets/img/search.png) var(--gray) no-repeat 8px 5px
    }
    
    .action-icon-btns a, header.header .navbar a,.landing-page.ssl .ssl-benefits .row,.landing-page.ssl .validation-levels .item p,.landing-page .product-options p,.landing-page.sitelock .plans .plan ul li span,.landing-page.sitelock .plans .plan ul li,.breadcrumb-item+.breadcrumb-item::before,.landing-page.ox .stand-out h2,.topbar .dropdown-item,.landing-page.ox .pricing table,.landing-page .hero,a:not(#wcb_a) {
        color:var(--light)!important
    }
    
    :-ms-input-placeholder,::-ms-input-placeholder,::-webkit-input-placeholder,a,.domain-promo-box,.text-secondary,.table,.text-muted,#order-standard_cart label,.btn-outline-secondary,.markdown-editor-status,.action-icon-btns a:hover {
        color:var(--light)!important
    }
    
    a:hover,.list-group-item-action,.breadcrumb-item.active {
        color:var(--white)
    }
    
    .bg-light,.card,.domain-promo-box,.dropdown-menu {
        background-color:var(--gray-dark)!important
    }
    
    .dropdown-item:focus,.dropdown-item:hover,header.header .dropdown-item.active,header.header .dropdown-item:active,.landing-page .navbar .navbar-nav>li.active>a,.domain-pricing .tld-pricing-header div:nth-child(odd),.domain-pricing .tld-row.highlighted,.list-group-item-action:focus,.list-group-item-action:hover {
        background-color:var(--gray)
    }
    
    .domain-pricing .tld-row,.list-group-item,.domain-pricing .tld-pricing-header .col-sm-2,.domain-pricing .tld-pricing-header .col-sm-4,.domain-pricing .tld-pricing-header .col-xs-2,.domain-pricing .tld-pricing-header .col-xs-4 {
        background-color:var(--gray-dark)
    }
    #cpanel {
        background: #000 !important;
    }
}