/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


/* IMPORT GOOGLE WEB FONTS */

@import url("//fonts.googleapis.com/css?family=Hind:400,300,600,500,700&amp;subset=latin,latin-ext");
@import url("//fonts.googleapis.com/css?family=Montserrat:400,700");

/* GLOBAL */

html, body {
    height: auto !important;
    min-height: 100%;
}

body {
    background: #fff;
    color: #5a5a5a;
    font-family: 'hind', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    position: relative;
    webkit-font-smoothing: antialiased;
}

.row.no-gutter {
    margin: 0 auto;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
    padding-left: 0;
    padding-right: 0;
}

.clientalert .btn-xs,
.admin-masquerade-notice,
input,
button,
select,
textarea,
.navbar-main,
#top-nav a.quick-nav {
    font-family: 'hind', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'montserrat', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}

hr {
    border: solid #dedede;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

a {
    color: #1abc9c;
    outline: 0;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
    color: #16a085;
}

.spacing-20 {
    padding-top: 20px;
}

.spacing-10 {
    padding-top: 10px;
}

.center-block {
    float: none!important;
}

#main-body .sidebar {
    clear: left;
}

.kbcategories a {
    font-weight: 600;
}

.page-subheader {
    border: none!important;
    margin-top: 35px;
}

.page-subheader h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 35px;
    padding: 15px 0;
    background: #1abc9c;
    letter-spacing: -.07;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    border: 0!important;
}

.page-subheader h2:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(26, 188, 156, 0);
    border-top-color: #1abc9c;
    border-width: 10px;
    margin-left: -10px;
}

.main-content {
    min-height: 400px
}

.main-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 25px 0 35px;
    padding: 15px 0;
    background: #1abc9c;
    letter-spacing: -.07;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    border: 0!important;
}

.main-content h2:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(26, 188, 156, 0);
    border-top-color: #1abc9c;
    border-width: 10px;
    margin-left: -10px;
}


/* WHMCS UTILITY — hidden state for validation containers */

.w-hidden {
    display: none !important;
}


/* BUTTONS */

.btn {
    text-shadow: none;
    border: 0;
    border-radius: 3px;
    background: #1abc9c;
    color: #fff;
}

.btn.btn-default {
    background: #1abc9c;
    color: #fff!important;
}

.login-form .btn.btn-default {
    background: #515151;
}
.login-form .btn.btn-default:hover {
    background: #646464;
    color: #333;
    text-decoration: none;
}

.btn.btn-primary {
    background: #1abc9c!important;
}

.btn.btn-info {
    background: #6E6E6E!important;
}

.btn.btn-success {
    background: #1abc9c!important;
}

.btn.btn-warning {
    background: #F7CA18!important;
}

.btn.btn-danger {
    background: #DE6262!important;
}

.btn:hover {
    color: #fff!important;
}

a.btn-continue-shopping {
    margin-top: 15px;
    background: #1abc9c;
    color: #fff!important;
}

a.btn-continue-shopping:hover {
    background: #16a085!important;
    text-decoration: none!important;
}

#default-captcha-domainchecker input {
    margin-bottom: 30px;
}

button.btn-remove-from-cart {
    color: #fff!important;
}

button.btn-remove-from-cart:hover {
    background: #333333!important;
}

.view-cart-items a.btn.btn-link:hover {
    background: #333333!important;
    color: #fff!important;
    text-decoration: none!important;
}


/* PANELS */

.panel {
    font-size: 15px!important;
}

.panel.panel-info {
    border-color: #e8e8e8!important;
}

.panel.panel-info .panel-heading {
    background: #1abc9c!important;
    color: #fff!important;
}


/* ALERTS */

.alert {
    border-radius: 5px!important
}

.alert.alert-info a {
    color: #ccc!important;
}

.alert.alert-danger {
    border: 0;
    background: #DE6262;
    color: #fff;
    border-radius: 0
}

.alert.alert-success {
    border: 0;
    background: #1abc9c;
    color: #fff;
    border-radius: 0
}

.alert.alert-info {
    border: 0;
    background: #1abc9c;
    color: #fff;
    border-radius: 0
}


/* STICKY HEADER WRAPPER */

.db-sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}


/* TOP BAR */

#thetopbar {
    background: #6E6E6E;
    padding: 10px 0;
}

.admin-masquerade-notice {
    margin: 0!important;
    margin-top: 7px!important;
    max-width: 100%!important;
    text-align: left!important;
    color: #fff!important;
    font-size: 13px!important;
}

.admin-masquerade-notice a {
    color: #ccc!important;
}

#top-nav a.quick-nav {
    color: #fff!important;
}

.badge {
    background: #1abc9c!important;
    color: #fff!important;
}

.list-group-item.active .badge {
    color: #5a5a5a!important;
    background: #FFFFF5!important;
}

#thetopbar .badge {
    background: #1abc9c;
    margin-left: 4px;
}


/* HEADER */

#header {
    padding: 0!important;
    margin: 0!important;
}

.top {
    background: #fff;
}

ul.top-nav {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
    overflow: hidden!important;
}

ul.top-nav>li {
    list-style: none;
    float: left;
    padding: 3px 10px 0;
    color: #fff;
    font-size: 12px;
}

ul.top-nav>li.primary-action {
    padding-left: 15px;
    padding-right: 15px;
    margin: 3px 0 0!important;
    border-left: 0!important;
    font-size: 11px!important;
}

ul.top-nav>li.primary-action a.btn.btn-action {
    padding: 2px 9px!important;
    font-size: 11px!important;
    background: #1abc9c;
    transition: background 0.5s ease;
}

ul.top-nav>li.primary-action a.btn.btn-action:hover {
    background: #16a085;
}

ul.top-nav>li:first-child {
    padding-left: 0;
}

ul.top-nav>li i {
    padding-right: 8px;
}

ul.top-nav>li a {
    color: #fff;
}

ul.top-nav>li a:hover,
ul.top-nav>li a:focus {
    color: #ccc;
    text-decoration: none;
}

.logo { padding-top: 8px; }
.logo a { padding: 12px; text-decoration: none; display: inline-block; white-space: nowrap; }
.logo-icon-desktop,
.logo-img {
    height: 35px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.logo-icon-desktop {
    margin-right: 10px !important;
}
.hamburger-icon {
    height: 28px;
    width: auto;
}

/* ============
   Custom Mobile Menu
   ============ */

/* Hamburger button — hidden on desktop, shown on mobile */
.db-mobile-hamburger {
    display: none;
}

/* Mobile menu container — hidden on desktop */
.db-mobile-menu {
    display: none;
}

/* Hide SlickNav's default button — we use our own hamburger */
.db-mobile-menu .slicknav_btn {
    display: none !important;
}

/* The nav list — hidden by default, toggled by hamburger */
.db-mobile-menu .slicknav_nav {
    display: none;
    margin: 0;
    padding: 12px 10px;
    list-style: none;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    /*box-shadow: 0 4px 12px rgba(0,0,0,0.08);*/
}

/* 3-column tile grid */
.db-mobile-menu .slicknav_nav > li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.db-mobile-menu .slicknav_nav > li > a {
    display: block;
    padding: 18px 8px 14px;
    margin: 4px;
    color: #313a46;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-align: center;
    background: #f5f7fa;
    transition: background 0.2s ease, color 0.2s ease;
}

.db-mobile-menu .slicknav_nav > li > a:hover,
.db-mobile-menu .slicknav_nav > li > a:active,
.db-mobile-menu .slicknav_nav > li.current > a {
    background: #e8f8f5;
    color: #1abc9c;
    border-radius: 8px;
}

/* Icons via ::before — FA4 content codes */
.db-mobile-menu .slicknav_nav > li > a::before {
    display: block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 6px;
    color: #1abc9c;
    -webkit-font-smoothing: antialiased;
}
.db-mobile-menu .slicknav_nav > li:nth-child(1) > a::before { content: "\f015"; } /* Marketing — home */
.db-mobile-menu .slicknav_nav > li:nth-child(2) > a::before { content: "\f0c0"; } /* About Us — users */
.db-mobile-menu .slicknav_nav > li:nth-child(3) > a::before { content: "\f059"; } /* FAQ — question-circle */

/* Clear float after grid */
.db-mobile-menu .slicknav_nav::after {
    content: "";
    display: table;
    clear: both;
}


/* NAVIGATION */

nav#desktop-menu {
    padding: 0;
    float: right;
    text-align: left;
}


/*** ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu li:last-child a {
    background: #1abc9c;
    color: #fff;
    border-color: #1abc9c;
    border-bottom: 1px solid #fff;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu>li {
    float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** SKIN ***/

.sf-menu {
    float: left;
    margin: 0;
}

.sf-menu ul {
    min-width: 12em;
    *width: 12em;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}


/* 1st level */

.sf-menu li {
    white-space: nowrap;
    *white-space: normal;
}

.sf-menu li a {
    border-right: 1px solid #e8e8e8;
    color: #6f6f6f;
    font-weight: 300;
    letter-spacing: .1em;
    padding: 28px 25px;
    text-transform: uppercase;
    font-size: 13px;
}

.sf-menu li:last-child a:hover {
    background: #16a085;
    color: #fff;
}

.sf-menu li:first-child a {
    border-left: 1px solid #e8e8e8;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu li.current a {
    background: #ededed;
    color: #6f6f6f;
    -webkit-transition: none;
    transition: none;
    text-decoration: none
}


/* 2nd level */

.sf-menu ul li,
.sf-menu li.current ul li {
    background: #fff!important;
}

.sf-menu ul li a {
    border-bottom: 1px solid #e8e8e8;
    background: #fff!important;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .04em;
    padding: 13px 20px 10px;
}

.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a {
    background: #ededed!important;
    color: #6f6f6f;
    -webkit-transition: none;
    transition: none;
}


/* 3rd level */

.sf-menu ul li.sfHover li a {
    background: #fff!important;
}

.sf-menu ul li li:hover a,
.sf-menu ul li li.sfHover a {
    background: #ededed!important;
    color: #6f6f6f;
    -webkit-transition: none;
    transition: none;
}


/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #999;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
    border-top-color: #999;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #6f6f6f;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
    border-left-color: #999;
}

.slicknav_menu {
    display: none;
}

.navbar-main {
    background: #1abc9c!important;
}

ul.navbar-nav li a {
    padding: 15px 18px!important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

ul.navbar-nav li a:hover,
ul.navbar-nav li a:focus {
    background: #16a085!important;
    color: #fff!important;
}

ul.navbar-nav li ul li a {
    padding: 5px 8px!important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}

ul.navbar-nav li ul li a:hover {
    background: #F0F1F5!important;
    color: #5a5a5a!important;
}

.navbar-main li.account,
.navbar-main li.support {
    background-color: #16a085;
}


/* HOME */

section#home-banner {
    padding: 75px 0!important;
    background-color: #F0F1F5!important;
    color: #5a5a5a!important;
}

section#home-banner h2 {
    margin-bottom: 20px;
}

section#home-banner input[type="submit"].btn.btn-warning {
    background: #1abc9c!important;
}

.domain-bulk-options-box .btn {
    margin-top: 12px;
}

.home-shortcuts {
    background: #1abc9c;
    padding: 20px 0 0;
    position: relative;
}

.home-shortcuts h2 {
    margin-bottom: 45px;
}

.home-shortcuts .lead {
    margin-bottom: 20px;
}

.home-shortcuts ul {
    padding: 25px 0 30px;
    background: #16a085;
    overflow: hidden;
}

.home-shortcuts ul:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(26, 188, 156, 0);
    border-bottom-color: #16a085;
    border-width: 10px;
    margin-left: -10px;
}

.home-shortcuts li {
    border: 0!important;
}

.home-shortcuts.nodomains li {
    width: 33%;
}

.home-shortcuts li i {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    height: 70px;
    padding: 18px 0 0 0;
    text-align: center;
    transition: all 0.4s ease;
    webkit-transition: all 0.4s ease;
    width: 70px;
    margin-bottom: 15px;
}

.home-shortcuts li i:hover {
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #1abc9c;
}

.home-shortcuts li p {
    font-size: 15px;
}

input[type="submit"].btn.search {
    font-size: 13px!important;
    font-weight: 500!important;
    background: #1abc9c!important;
    cursor: pointer!important;
}

input[type="submit"].btn.transfer {
    font-size: 13px!important;
    font-weight: 500!important;
    background: #6E6E6E!important;
    cursor: pointer!important;
}


/* ANNOUNCEMENTS */

.announcement-single {
    padding-bottom: 50px!important;
}

.announcement-single h3 {
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
}

.announcement-single h3 a {
    color: #5a5a5a;
}

.announcement-single h3 a:hover {
    color: #1abc9c;
    text-decoration: none
}

.announcement-single h3 span {
    margin: 0 10px 0 0!important;
}

.announcement-single blockquote {
    border: 0;
    padding: 0;
    marbgin: 0;
    font-size: 15px;
    color: #5a5a5a;
}

.announcement-single blockquote p a {
    font-size: 15px;
    color: #1abc9c;
}

.announcement-single a.label.label-warning {
    font-size: 11px;
    color: #5a5a5a;
    border-radius: 3px;
    background: #e8e8e8;
    padding-top: 2px;
}

.announcement-single a.label.label-warning:hover {
    color: #fff;
    background: #1abc9c;
}

.announcement-single h3 span.label.label-default {
    font-size: 12px;
    color: #fff;
    border-radius: 0!important;
    background: #1abc9c;
}

.main-content .announcement-single h2 {
    font-size: 17px;
    font-weight: 700;
    margin: 15px 0 0;
    padding: 0 0 18px;
    background: #fff;
    letter-spacing: -.07;
    text-align: left;
    border-bottom: 1px solid #e8e8e8!important;
}

.main-content .announcement-single h2:after {
    border-width: 0px;
}


/* TWEETS */

.tweet {
    padding: 0!important;
    border-bottom: 1px solid #e8e8e8
}

.tweet i {
    display: none
}

#twitterFeedOutput p {
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
}

#twitterFeedOutput .tweet p {
    font-size: 15px;
    text-align: left;
}

.tweet p span {
    color: #ccc;
}

.tweet a,
#twitterFeedOutput a {
    color: #1abc9c;
}


/* FOOTER */

.footer {
    background: #222;
    padding: 45px 0;
    border-top: 1px solid #fff;
}

.footer h4 {
    color: #e1e3e4;
    font-size: 20px;
    letter-spacing: -.03em;
    margin: 0;
    padding: 0 0 12px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.footer ul li {
    border-bottom: 1px solid #3f3f3e;
    color: #ccc;
    font-size: 14px;
    padding: 8px 0;
}

.footer ul li a {
    color: #ccc;
}

.footer ul li a:hover {
    color: #7dd5c9;
    text-decoration: none;
}

.footer ul.questions {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}

.footer ul.questions li {
    background: rgba(125, 213, 201, .15);
    font-size: 14px;
    margin-bottom: 4px;
    padding: 10px 15px;
}

.footer ul.questions li i {
    padding-right: 6px;
}

.footer ul.questions li a {
    color: #7dd5c9;
}

.footer ul.questions li a:hover {
    color: #fff;
}

.social {
    background: #2d2d2d;
}

.social ul {
    list-style: none;
    padding: 0;
}

.social ul li {
    border-left: 1px solid #393939;
    float: left;
    margin: 0;
    padding: 25px 35px;
}

.social ul li:last-child {
    border-right: 1px solid #393939;
}

.social ul li a {
    color: #fff;
    font-size: 17px;
}

.social ul li:hover {
    background: #16a085;
}

.social ul li:hover a {
    color: #fff;
}

.db-copyright {
    background: #1a1a1a;
    padding: 15px 0;
}

.db-copyright p {
    color: #666;
    font-size: 13px;
    margin: 0;
}


/* Back to Top Button  ----------------------- */

#back-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    display: none;
    text-align: center;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    background-color: rgba(26, 188, 156, 0.8);
    transition: background-color 0.2s linear;
}

#back-to-top i {
    padding-top: 6px;
    font-size: 17px;
}

#back-to-top:hover {
    background: #1abc9c;
}


/* Contact Modal  ----------------------- */

.db-contact-modal .modal-content {
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

.db-contact-modal .modal-header {
    background: #1abc9c;
    color: #fff;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    padding: 18px 24px;
}

.db-contact-modal .modal-header .close {
    color: #fff;
    opacity: 0.8;
    font-size: 24px;
    text-shadow: none;
}

.db-contact-modal .modal-header .close:hover {
    opacity: 1;
}

.db-contact-modal .modal-title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
}

.db-contact-modal .modal-title i {
    margin-right: 8px;
}

.db-contact-modal .modal-body {
    padding: 28px 24px;
}

.db-contact-modal .form-group {
    margin-bottom: 18px;
}

.db-contact-modal label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}

.db-contact-modal .form-control {
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 15px;
    padding: 10px 14px;
    height: auto;
    transition: border-color 0.2s ease;
}

.db-contact-modal .form-control:focus {
    border-color: #1abc9c;
    box-shadow: 0 0 0 2px rgba(26, 188, 156, 0.15);
    outline: none;
}

.db-contact-modal textarea.form-control {
    resize: vertical;
    min-height: 100px;
}

.db-contact-submit {
    display: block;
    width: 100%;
    background: #1abc9c;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 14px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.db-contact-submit:hover {
    background: #16a085;
}

.db-contact-alt {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}

.db-contact-alt p {
    font-size: 14px;
    color: #999;
    margin-bottom: 6px;
}

.db-contact-alt a {
    color: #1abc9c;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.db-contact-alt a:hover {
    color: #16a085;
    text-decoration: underline;
}

.db-contact-alt a i {
    margin-right: 5px;
}


/* MailChip Newsletter Form Styling  ----------------------- */

#mc_embed_signup {
    text-align: right;
    padding-top: 6px;
    padding-bottom: 5px;
}

#mc_embed_signup input[type="email"].form-control {
    border-radius: 0;
    font-size: 18px;
    height: 50px;
    padding: 5px 15px;
    width: 100%;
    line-height: 50px;
}

#mc_embed_signup input[type="submit"] {
    background: #16a085;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    height: 50px;
    padding: 8px 6px 6px;
    text-transform: uppercase;
    width: 100%;
    float: right;
    position: relative;
}

#mc_embed_signup input[type="submit"]:hover {
    background: #138d75;
}

#mc_embed_signup input[type="email"]:focus,
.domainsearch select:focus {
    border: 0;
    box-shadow: 0 8px 6px -6px #000;
}


/* HEADLINE & BREADCRUMBS */

.header-lined {
    margin: 0 0 35px!important;
    padding: 0;
    text-align: center;
}

.header-lined h1 {
    margin: 0 0 15px!important;
    padding: 0!important;
    border-bottom: 0!important;
    font-weight: 700!important;
    color: #333!important;
    font-size: 30px!important;
}

.header-lined h1 small {
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 10px 0 0;
    line-height: 26px;
}

ol.breadcrumb {
    position: relative;
    margin-top: 12px!important;
    background: #F5F5F5!important;
}

ol.breadcrumb:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 245, 245, 0);
    border-top-color: #F5F5F5;
    border-width: 8px;
    margin-left: -8px;
}

ol.breadcrumb li {
    font-size: 14px!important;
}

ol.breadcrumb li.active {
    color: #1abc9c!important;
}


/* SIDEBARS */

.sidebar .panel-heading {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    padding: 15px 8px;
    background: #1abc9c;
    letter-spacing: -.07;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    border: 0!important;
}

.sidebar .panel-heading:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(26, 188, 156, 0);
    border-top-color: #1abc9c;
    border-width: 10px;
    margin-left: -10px;
}

.sidebar .list-group a {
    font-size: 14px!important;
}

.sidebar .list-group a.list-group-item.active {
    background: #1abc9c;
    border-color: #1abc9c;
}

.sidebar .panel-heading {
    margin: 0 0 12px;
    padding: 15px 8px;
    background: #1abc9c;
    position: relative;
    text-align: left;
    border: 0!important;
}

.sidebar h3.panel-title {
    font-size: 15px;
    font-weight: 300;
    color: #fff!important;
    letter-spacing: -.07;
    text-transform: uppercase;
}


/* KNOWLEDGE BASE */

.kbcategories a,
.kbarticles a {
    font-size: 17px;
    font-weight: 300;
    padding: 0 0 2px 0;
    text-align: left;
    color: #1abc9c;
}

.kbcategories p,
.kbarticles p {
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 22px;
}


/* LOGIN PAGE AND FORMS */

.logincontainer {
    /*max-width: 100%!important;*/
    margin: 40px auto 0 auto;
}

.login {
    overflow: hidden;
    padding: 25px 0;
}

.login-form-panel {
    background: #F0F1F5;
    border: 0;
    padding: 15px;
    border-radius: 5px;
}

.login-form-panel h3.badge {
    border-radius: 3px;
    padding: 11px 24px;
    display: table;
    margin: 0 auto;
    margin-top: -30px;
    font-size: 18px;
    background: #1abc9c
}

.login-form {
    /*margin: 0 0 50px 0;*/
    margin: 0;
    text-align: center;
    background: #fff;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    padding: 30px;
}

.login-form input[type="email"],
.login-form input[type="text"],
.login-form input[type="subject"],
.login-form input[type="password"],
.logincontainer input[type="email"] {
    font-size: 16px;
    padding: 10px;
    height: 50px;
    width: 100%;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 5px;
    margin: 8px 0 18px;
    border: 1px solid #e0e1e3;
    line-height: 50px
}

.login-form select {
    font-size: 16px;
    padding: 10px;
    height: 50px;
    width: 100%;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 5px;
    margin: 4px 0 18px;
    border: 1px solid #e0e1e3;
}

.login-form input[type="submit"],
.logincontainer button[type="submit"] {
    margin-top: 25px;
    width: 100%;
    float: left;
    font-size: 16px;
    background: #1abc9c;
    height: 50px;
    color: #fff;
    font-weight: 900;
    padding: 6px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}

.login-form input[type="submit"] {
    margin-top: 25px;
    width: 100%;
    float: left;
    font-size: 16px;
    background: #1abc9c;
    height: 50px;
    color: #fff;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}

.login-form .btn {
    margin-top: 5px;
    width: 100%;
    float: left;
    font-size: 16px;
    background: #1abc9c;
    height: 50px;
    color: #fff;
    padding: 15px 6px!important;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}

.login-form textarea {
    font-size: 16px;
    padding: 10px;
    min-height: 50px;
    width: 100%;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 5px;
    margin: 8px 0 18px;
    border: 1px solid #e0e1e3;
}

.login-form input[type="submit"]:hover,
.login-form .btn:hover {
    background: #16a085;
}

.login-form p a {
    font-size: 14px;
    color: #1abc9c;
}

.login-form p a:hover {
    color: #1abc9c;
}

.logincontainer .social-signin-btns {
    padding: 123px 0 23px;
}

.login-form label,
label {
    font-weight: 300!important;
}

.login-form .captchaimage {
    padding-top: 11px;
}

.login-form input[type="text"]#inputCaptcha {
    font-size: 15px;
    height: 30px;
    padding: 5px!important;
    width: auto!important;
    max-width: 45%;
    line-height: 30px;
}

.popover-content input[type="email"].form-control,
.popover-content input[type="password"].form-control {
    font-size: 14px;
    padding: 7px;
    height: 45px;
    width: 100%;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 5px;
    margin: 8px 0;
    border: 1px solid #e0e1e3;
    line-height: 45px
}

.popover-content input[type="submit"].btn {
    margin: 0 0 10px;
    width: 100%;
    float: left;
    font-size: 14px;
    background: #1abc9c;
    height: 45px;
    color: #fff;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 5px!important;
    border: 0;
    cursor: pointer;
}

+
/* CLIENT AREA */

.statistics {
    background: #fff;
    overflow: hidden;
    padding: 0px 0 20px;
}

.statistics h2 {
    font-weight: 900;
    margin-bottom: 12px;
    text-align: center;
}

.statistics h2 i {
    color: #6cd0c3;
}

.statistics p {
    font-size: 17px;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
}

.statistics span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}

.statistics .circle-text {
    color: #807e7e;
    font-weight: 900;
}

.client-home-panels {
    margin-top: 45px
}

.client-home-panels .panel-heading {
    font-size: 18px;
    font-weight: 700;
    color: #5a5a5a;
    margin: 0 0 12px;
    padding: 22px 8px;
    background: #F5F5F5!important;
    letter-spacing: -.07;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    border: 0!important;
    border-radius: 0!important;
}

.client-home-panels .panel-heading:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(26, 188, 156, 0);
    border-top-color: #F5F5F5;
    border-width: 10px;
    margin-left: -10px;
}

.client-home-panels .panel-body {
    font-size: 15px;
}

.client-home-panels .list-group {
    font-size: 15px!important;
    border: 0!important;
}

.client-home-panels .list-group a {
    padding: 7px!important;
    border-bottom: 1px solid #e8e8e8!important;
}

.client-home-panels .list-group a span {
    font-size: 15px!important;
    color: #1abc9c!important;
}

.client-home-panels input[type="text"] {
    font-size: 15px;
    height: 38px;
    padding: 5px 15px!important;
    width: 100%;
    line-height: 38px;
}

.client-home-panels .input-group-btn .btn {
    padding: 9px 12px!important;
}

select#inputContactID {
    font-size: 15px;
    height: 38px;
    padding: 5px 15px!important;
    width: 100%;
    line-height: 38px;
}

button[type="submit"].gocontact {
    width: auto!important;
    display: table;
    margin: 0 auto;
    float: none!important;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 300;
    padding: 4px;
    height: auto!important;
}

.tab-content select {
    font-size: 14px;
    padding: 0 8px!important;
    width: 100%;
    height: auto!important;
    line-height: 15px!important;
    margin-bottom: 10px;
}

.tab-content button[type="submit"] {
    width: auto!important;
    display: table;
    margin: 0 auto;
    float: none!important;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 300;
    padding: 4px;
    height: auto!important;
}

button[type="button"].dropdown-toggle:focus {
    background: #1abc9c;
    color: #fff;
}

.btn.btn-primary.registerns {
    border-radius: 5px;
    cursor: default;
    height: 55px;
    background: #1abc9c!important;
    line-height: 40px;
}

ul.bulkdomlist {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.bulkdomlist li {
    padding: 8px 12px;
    margin: 0 0 1px;
    background: #F5F5F5;
}

.bg-info {
    background: #1abc9c;
    color: #fff;
    font-weight: 300!important;
}

button[type="submit"].gocontact {
    width: auto!important;
    display: table;
    margin: 0 auto;
    float: none!important;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 10px;
    height: auto!important;
}


/* DATATABLES */

.dataTables_wrapper .dataTables_filter label .form-control {
    line-height: 25px;
}

.table-container table td,
.dataTables_paginate {
    font-size: 14px!important;
}

span.label {
    border-radius: 5px!important;
    font-weight: 300
}

.dataTables_length select {
    font-size: 14px;
    padding: 0 8px!important;
    width: 100%;
    height: auto!important;
    line-height: 15px!important;
}

.dataTables_wrapper .dataTables_info {
    background: #1abc9c;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

td button[type="submit"] {
    width: auto!important;
    display: table;
    margin: 0 auto;
    float: none!important;
    font-size: 13px;
    font-weight: 300;
    padding: 4px;
    height: auto!important;
}

#tableDomainsList .btn-group>.btn+.dropdown-toggle {
    padding-right: 3px!important;
    padding-left: 3px!important;
}

#tableDomainsList .fa {
    font: normal normal normal 12px/1 FontAwesome!important;
}


/* DOMAINS */

.domain-checker-container {
    padding: 50px 0!important;
    background: #1abc9c!important;
}

.domain-checker-bg {
    padding: 15px 0 35px!important;
    background: #1abc9c!important;
    color: #5a5a5a!important;
}

.domain-bulk-options-box {
    top: 9px;
}

.domain-bulk-options-box .btn.btn-warning.btn-sm {
    background: #2D2D2D!important;
}

.domain-checker-container #default-captcha-domainchecker {
    background: transparent!important;
}

.domain-checker-container #default-captcha-domainchecker p {
    color: #fff!important;
}


/* AFFILIATES  */

.affiliate-stat {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 18px 8px;
}

ul.top-nav>li a i.fa-sign-out-alt {
    padding: 0!important;
    line-height: 4px!important;
    font-size: 12px;
}

.card .card-body .row.mb-2 .col-sm-4 {
    border-top: 1px solid #1abc9c;
    border-bottom: 1px solid #1abc9c;
    border-left: 1px solid #1abc9c;
    /*border-left: none;*/
    /*border-right: none;*/
    padding: 5px 10px 10px;
    margin-bottom: 10px;
    /*border-radius: 5px;*/
    background-color: #eee;
}
/*.card .card-body .row.mb-2 .col-sm-4:first-child {*/
/*    border-left: 1px solid #1abc9c;*/
/*}*/
/*.card .card-body .row.mb-2 .col-sm-4:last-child {*/
/*    border-right: 1px solid #1abc9c;*/
/*}*/
.card .card-body .row.mb-2 .col-sm-4:last-child {
    border-right: 1px solid #1abc9c;
}
.card .card-body .row.mb-2 .col-sm-4 h4 {
    color: #1abc9c;
}


/* MEDIA QUERIES  */

@media only screen and (max-width: 767px) {
    ul.top-nav {
        float: none!important;
        display: table!important;
        margin: 0 auto!important;
        text-align: center!important;
    }
    ul.top-nav>li {
        list-style: none;
        float: left;
        padding: 3px 0px 0;
        color: #fff;
        font-size: 11px;
    }
    #navigation {
        display: none;
    }
    .main-content {
        min-height: 10px
    }
    /* Show hamburger + mobile menu on mobile */
    .db-mobile-hamburger {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        padding: 0 8px 0;
        cursor: pointer;
        z-index: 10;
    }
    .db-mobile-hamburger .hamburger-icon {
        height: 40px;
        width: auto;
        transition: opacity 0.2s ease;
    }
    .db-mobile-hamburger.is-active .hamburger-icon {
        opacity: 0.6;
    }
    .db-mobile-hamburger::after {
        content: "\f0d7";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900;
        font-size: 12px;
        color: #1abc9c;
        position: absolute;
        bottom: -5px;
        right: 1px;
        transition: transform 0.2s ease;
        -webkit-font-smoothing: antialiased;
    }
    .db-mobile-hamburger.is-active::after {
        transform: rotate(180deg);
    }
    .db-mobile-menu {
        display: block;
        position: sticky;
        top: 56px;
        background-color: white;
        z-index: 10;
    }
    .db-mobile-menu .slicknav_menu {
        display: block;
        background: none;
        padding: 0;
    }
    .logo { padding: 0; display: table; margin: 0 auto; }
    .logo-img { height: 30px; }
    .logo-icon-desktop { display: none; }
    .footer {
        padding-top: 35px;
    }
    .footer h4 {
        margin-top: 10px;
    }
    .social {
        padding-bottom: 15px;
    }
    .social ul {
        display: table;
        margin: 0 auto;
        margin-bottom: 6px;
    }
    .social ul li {
        padding: 11px 14px 12px;
        border-bottom: 1px solid #393939;
    }
    .social ul li a {
        font-size: 15px;
    }
    button.navbar-toggle {
        display: table;
        margin: 0 auto;
        text-align: center;
        float: none!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    ul.navbar-nav li a {
        padding: 5px 18px!important;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 13px;
    }
    ul.navbar-nav li a:hover,
    ul.navbar-nav li a:focus {
        background: #16a085!important;
        color: #fff!important;
    }
    ul.navbar-nav li ul li a {
        padding: 5px 18px!important;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 13px;
    }
    ul.navbar-nav li ul li a:hover {
        background: #F0F1F5!important;
        color: #5a5a5a!important;
    }
    .announcement-single h3 span {
        padding: 10px 5px;
        border-radius: 6px;
        font-size: 12px;
        margin: 0 5px 12px 0!important;
        display: block;
        width: 100%;
        text-align: center
    }
    .captchaimage {
        text-align: center;
    }
    .logincontainer .social-signin-btns {
        padding: 23px 0;
    }
    .footer h4 {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 6px;
    }
    .footer ul li {
        font-size: 14px;
        padding: 4px 6px;
    }
    #mc_embed_signup input[type="email"].form-control {
        font-size: 15px;
    }
    #mc_embed_signup input[type="submit"] {
        font-size: 14px;
    }
    .navbar-main li.account ul.dropdown-menu>li>a,
    .navbar-main li.support ul.dropdown-menu>li>a {
        padding-left: 25px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .sf-menu li a {
        letter-spacing: 0;
        /*padding: 32px 10px;*/
    }
    .footer h4 {
        font-size: 14px;
        letter-spacing: 0;
        padding: 10px 6px;
    }
    .footer ul li {
        font-size: 14px;
        padding: 4px 6px;
    }
    .social ul li {
        padding: 25px 20px;
    }
    #mc_embed_signup input[type="email"].form-control {
        font-size: 15px;
    }
    #mc_embed_signup input[type="submit"] {
        font-size: 14px;
    }
    button.navbar-toggle {
        display: table;
        margin: 0 auto;
        text-align: center;
        float: none!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1025px) {
    .social ul li {
        padding: 25px 30px;
    }
    button.navbar-toggle {
        display: table;
        margin: 0 auto;
        text-align: center;
        float: none!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* Extend mobile dropdown-menu behavior for collapsed navbar (768-1200px).
   Bootstrap only applies position:static / transparent bg at max-width:767px,
   but overrides.css + custom.css collapse the navbar up to 1200px. Without this,
   dropdown menus float as absolute popups instead of expanding inline. */
@media (min-width: 768px) and (max-width: 1200px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
    /* Match mobile link colors — light text on green navbar background */
    .navbar-main .navbar-nav .open .dropdown-menu > li > a {
        color: #ddd;
    }
    .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-main .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
    }
    .navbar-main li.account ul.dropdown-menu>li>a,
    .navbar-main li.support ul.dropdown-menu>li>a {
        padding-left: 25px !important;
    }
    ul.navbar-nav li a {
        padding: 8px 18px !important;
    }
}

/* Scrollable collapsed menu — prevents tall menus from overflowing
   past the viewport when the sticky header is pinned to top */
@media (max-width: 1200px) {
    #primary-nav.collapse.in,
    #primary-nav.collapsing {
        /*max-height: calc(100vh - 340px);*/
        max-height: 400px;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}

/* Collapse #main-menu navbar at 1200px instead of 991px — cart element needs room */
@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-header { float: none; }
    .navbar-left, .navbar-right { float: none !important; }
    button.navbar-toggle {
        display: table;
        margin: 0 auto;
        text-align: center;
        float: none!important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
    .navbar-collapse.collapse { display: none !important; }
    .navbar-nav { float: none !important; margin-top: 7px; }
    .navbar-nav > li { float: none; }
    .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
    .collapse.in { display: block !important; margin-bottom: 10px; }
    .navbar-main .navbar-nav > li > a { padding: 3px 20px; }
    .navbar-main .open .dropdown-menu .dropdown-header,
    .navbar-main .open .dropdown-menu > li > a { padding: 3px 25px; }
}

@media (min-width:1200px) {
    section#main-menu li.account ul.dropdown-menu>li>a,
    section#main-menu li.support ul.dropdown-menu>li>a {
        color: #fff;
    }
    section#main-menu li.account ul.dropdown-menu,
    section#main-menu li.support ul.dropdown-menu {
        background-color: #16a085;
    }
}

@media (min-width:1300px) {
    .container {
        width: 1280px
    }
}

@media only screen and (max-width: 1025px) {
    #tableDomainsList td,
    #tableDomainsList th {
        padding: 10px 5px!important;
        font-size: 11px!important;
    }
}
