/* DISPLAY */

.dm-none {
    display: none;
}

.dm-visible {
    visibility: visible !important;
}

.dm-top-none {
    top: 0;
}

.dm-margin-none {
    margin: 0 !important;
}

.dm-padding-none {
    padding: 0 !important;
}

.dm-padding-bottom-less {
    padding-bottom: 10px;
}

.dm-padding-bottom-more {
    padding-bottom: 27px;
}

.dm-left {
    float: left;
}

.dm-right {
    float: right;
}

.dm-clear {
    clear: both;
}

.dm-line-height {
    line-height: 35px;
}

.dm-box-green, .dm-box-red, .dm-box-yellow{
/*     margin-left: 3%; */
}


/* CODE */

.dm-code {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 20px;
}

/* logo */
.vc_col-sm-4.column{
	margin-top:10px;
}
.column{
	float:left;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.logo-wrapper-dark {
    background-color: #3f3f3f;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
img.img.col-md-4, .img {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 25px;
	border: 1px solid black;
	padding: 3px;
}

.phone-preview-domain-checker {
	margin-left:25px;
}
.detail-box {
    border: 2px solid grey;
    padding: 5px;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    /* word-wrap: break-word; */
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin-right:15px;
}
.card-img{
	padding-bottom:1.5rem;
	padding-top:1.5rem;
}
.logo {
    width: 64px;
    margin: 0 auto;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logo-square {
    border-radius: 12px;
}
.logo-svg {
    height: 64px;
    width: 64px;
}
.logo-wrapper-dark {
    background-color: #3f3f3f;
}

/* .phone-domain-overview div.logo-placement {
    position: absolute;
	    margin-left: calc(50% - 183px);
}
.phone-domain-overview {
    margin-left: calc(50% - 175px);
}
 */
.phone-domain-overview img.inline-logo {
    border-radius: 50%;
}


.phone div.logo-placement {
    position: absolute;
}
.phone div.logo-placement2 {
    position: relative;
}
.phone img.inline-logo {
    border-radius: 50%;
}


/* COLORS */

.dm-text-green {
    color: #3ab44a;
}

.dm-text-orange {
    color: #ff6600;
}

.dm-text-red {
    color: #ed1f24;
}

.dm-text-yellow {
    color: #e7b416;
}

.dm-text-grey {
    color: grey;
}

.dm-bg-green {
    background-color: #3ab44a;
}

.dm-bg-red {
    background-color: #cc3333;
}

.dm-bg-orange {
    background-color: #ff6600;
}

.dm-bg-black {
    background-color: #000000;
}

.dm-bg-purple {
    background-color: #3626a7;
}

.dm-bg-light-grey {
    background-color: #bababa;
}

.dm-border-green {
    border-color: #3ab44a;
}

.dm-border-red {
    border-color: #ed1f24;
}

.dm-border-yellow {
    border-color: #e7b416;
}

.dm-border-grey {
    border-color: grey;
}


/* TEXT */

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

.dm-text-small {
    font-size: .8em;
}

.dm-text-smallest {
    font-size: .7em;
}

.dm-text-no-transform {
    text-transform: none;
}

.dm-break-word {
    overflow-wrap: break-word;
}


/* BUTTONS */

.dm-button {
    top: 0px;
    padding: 15px 22px;
    letter-spacing: normal;
    line-height: normal;
}

.dm-button-icon {
    position: relative;
}

.dm-button-icon .dm-button-icon-inner {
    display: inline-block;
    padding-right: 25px;
}

.dm-button-icon .dm-button-icon-inner .dm-icon {
    position: absolute;
    top: 16px;
    right: 12px;
}


/* ICONS */

.dm-fa-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
}


/* TAGS */

.dm-tag {
    display: inline-block;
    border-radius: .25rem;
    padding: 4px 6px;
    background-color: #676767;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    line-height: 1;
    color: #ededed;
    font-size: .8em;
}


/* FORMS */


/* This selector is so long so we can override the theme selectors. */

body .dm-form .dm-invalid-form-input label span.text span.text-inner {
    color: #ff6600 !important;
}

body .dm-form .dm-invalid-form-input label:before,
body .dm-form .dm-invalid-form-input label:after {
    border-color: #ff6600 !important;
}


/* TABLES */

.dm-fit-table-wrap {
    overflow-x: auto;
}

.dm-fit-table {
    table-layout: fixed;
    width: 100%;
}

.dm-cut-table-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* TOGGLE STATES */
.toggle.dm-valid h3 a i {
    color: #00C566;
}

.toggle.dm-valid.open h3 a i {
    color: inherit;
}

.toggle.dm-valid, .toggle.dm-invalid {
    margin-bottom: 3px !important;
}

.toggle.dm-invalid h3 a i {
    color: #ff6600;
}

.toggle.dm-invalid.open h3 a {
    background-color: #ff6600 !important;
}

.toggle.dm-invalid.open h3 a i {
    color: inherit;
}

body .toggle.accent-color {
    margin-bottom: 3px;
}


/* PROGRESS BARS */

.dm-bar .dm-bar-title {
    padding-bottom: 2px;
}

.dm-bar .dm-bar-wrap {
    margin-bottom: 13px;
    background-color: rgba(0, 0, 0, 0.043);
}

.dm-bar .dm-bar-progress {
    position: relative;
    display: block;
    height: 14px;
    background-color: #cc3333 !important;
    transition: width .5s;
}

.dm-bar .dm-bar-percent {
    position: absolute;
    right: 0;
    top: -23px;
    padding: 4px 0 !important;
    line-height: 12px !important;
    font-size: 11px !important;
    font-weight: 600;
}


/* LISTS */

.dm-list-icon {
    height: 100%;
    line-height: 26px;
}


/* This selector is so long so we can override the theme selectors. */

.nectar-fancy-ul ul li i.dm-list-icon-centered {
    width: 38px !important;
}


/* TIPS */

.dm-tip {
    cursor: pointer;
    color: #cc3333;
}

.dm-tip-content {
    max-width: 280px;
    padding: 6px;
    text-align: left;
}


/* SECTIONS */

.dm-section {
    border: solid #f0f0f0;
}

.dm-section-toggle {
    display: inline-block;
    width: 100%;
}

.dm-section-heading {
    padding-left: 20px;
    line-height: 32px;
}


/* TRANSITIONS */

.fade-enter-active,
.fade-leave-active {
    transition: all .5s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.horizontal-next-enter-active,
.horizontal-next-leave-active,
.horizontal-prev-enter-active,
.horizontal-prev-leave-active {
    transition: all .25s;
}

.horizontal-next-enter,
.horizontal-next-leave-active,
.horizontal-prev-enter,
.horizontal-prev-leave-active {
    opacity: 0;
}

.horizontal-next-enter {
    transform: translateX(100%);
}

.horizontal-next-leave-active {
    transform: translateX(-100%);
}

.horizontal-prev-enter {
    transform: translateX(-100%);
}

.horizontal-prev-leave-active {
    transform: translateX(100%);
}


/* EXPAND HINT AND TOGGLE BUTTONS */

.dm-expand-hint {
    padding: 3px 0 8px 2px;
}

@media only screen and (min-width: 691px) {
    .dm-expand-hint {
        float: left;
        padding-bottom: 0;
    }
    .dm-toggle-buttons {
        float: right;
    }
    .dm-toggle-buttons .nectar-button {
        float: right;
        margin-left: 4px;
        margin-bottom: 4px;
    }
}


/* DOMAIN CHECKER BOXES */

.dm-box .vc_column-inner {
    border: 6px solid;
    border-radius: 15px;
}

.dm-box .column-bg-overlay-wrap {
    /* for some reason the default throws a huge shadow */
    opacity: 0;
}

.dm-box-icon {
    width: 43px;
    height: 43px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 39px;
    font-size: 26px;
}

.dm-box-green .dm-box {
    color: #3ab44a;
    border-color: #3ab44a;
}

.dm-box-yellow .dm-box {
    color: #e7b416;
    border-color: #e7b416;
}

.dm-box-red .dm-box {
    color: #cc3333;
    border-color: #cc3333;
}

.dm-box .dm-box-title {
    line-height: 44px;
    font-size: 30px;
    font-weight: 600;
}

.dm-box .dm-box-content {
    padding: 10px 0 !important;
}


/* DOMAIN CHECKER CTA */

@media only screen and (max-width: 999px) {
    .dm-inspect-domain-cta .col.wpb_column.column_container {
        margin: 0;
    }
    .dm-inspect-domain-cta .dm-cta-title {
        padding-top: 30px;
    }
    .dm-inspect-domain-cta .dm-cta-button {
        margin-bottom: 30px !important;
    }
}

/* ALERTS */

.dm-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.dm-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.dm-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.dm-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* OLD THEME STOLEN STYLES */
div.dm-form-input {
    position: relative;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    display: inline-block;
    width: 100%;
    padding-top: 35px;
}

div.dm-form-input label {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    overflow: hidden;
    pointer-events: none;
}

div.dm-form-input label:before,
div.dm-form-input label:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-bottom: 1px solid #e0e0e0;
}

div.dm-form-input label:after {
    border-bottom: 2px solid #27CFC3;
    -webkit-transform: translate3d(-101%,0,0);
    transform: translate3d(-101%,0,0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.24,1,0.30,1), border-color 0.2s cubic-bezier(.39,.71,.56,.98);
    transition: transform 0.4s cubic-bezier(0.24,1,0.30,1), border-color 0.2s cubic-bezier(.39,.71,.56,.98);
}

div.dm-form-input.filled label:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

div.dm-form-input label span.text {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top:17px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 14px;
    color: #acacac !important;
}

div.dm-form-input.filled label span.text,
div.dm-form-input.has-text label span.text {
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
}

div.dm-form-input.textarea label span.text {
    top: 55px;
}

div.dm-form-input label span.text span.text-inner {
    display: inline-block;
    color: #acacac !important;
}

div.dm-form-input label span.text span.text-inner {
    -webkit-transition: all 0.25s cubic-bezier(.39,.71,.56,.98);
    transition: all 0.25s cubic-bezier(.39,.71,.56,.98);
}

div.dm-form-input.filled label span.text span.text-inner,
div.dm-form-input.has-text label span.text span.text-inner {
    font-size: 12px;
    line-height: 12px;
    -webkit-animation: text-in-from-left 0.25s cubic-bezier(.39,.71,.56,.98) forwards;
    animation: text-in-from-left 0.25s cubic-bezier(.39,.71,.56,.98) forwards;
}

div.dm-form-input.no-text label span.text span.text-inner {
    -webkit-animation: text-out-from-left 0.25s cubic-bezier(.39,.71,.56,.98) forwards;
    animation: text-out-from-left 0.25s cubic-bezier(.39,.71,.56,.98) forwards;
}

div.dm-form-input.dm-form-input-light label:before,
div.dm-form-input.dm-form-input-light label:after {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
div.dm-form-input.dm-form-input-light label span.text .text-inner {
    color: rgba(255,255,255,0.6) !important;
}

div.dm-form-input input,
div.dm-form-input textarea {
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    border: none !important;
    padding: 13px 0 13px 0 !important;
    background-color: transparent !important;
    font-size: 14px;
}

div.dm-form-input textarea {
    resize: none;
    min-height: 45px;
    height: 45px;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    overflow-y: hidden;
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}

div.dm-form-input.filled input,
div.dm-form-input.has-text input,
div.dm-form-input.filled textarea,
div.dm-form-input.has-text textarea {
    color: #000;
}

div.dm-form-input br {
    display: none;
}
