/*
 * Template Name: 	DWTools
 * Version: 		1.0.0
 * Author: 			Devslib
 * Author URI: 		https://devslib.com/
 */


/*
|================================================
| Table of contents
|================================================
| General
| Bootstrap Core
| Navigation Bar
| Sidebar
| Footer
| Domain Availability Card
| Social Sharing
| About Tab
| Homepage
| Tools
| Miscellaneous
| Responsiveness
|================================================
*/


/*
|================================================
| General
|================================================
*/

/* Smooth Scrolling */

html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}


body {
    background-color: #fff;
}

a {
    color: #007bff;
    cursor: pointer;
}

a, a:hover {
    transition: all .2s ease-in-out;
    text-decoration: none;
}

.view {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

/* Heading */

h1, .h1 {
    font-size: 40px;
    line-height: 52px;
}

h2, .h2 {
    font-size: 34px;
    line-height: 44px;
}

h3, .h3 {
    font-size: 27px;
    line-height: 38px;
}

h4, .h4 {
    font-size: 20px;
    line-height: 27px;
}

/* Welcome Content */

.welcome-content .description h1,
.welcome-content .description h2,
.welcome-content .description h3,
.welcome-content .description h4,
.welcome-content .description h5,
.welcome-content .description h6,
.welcome-content .description .h1,
.welcome-content .description .h2,
.welcome-content .description .hh,
.welcome-content .description .h4,
.welcome-content .description .h5,
.welcome-content .description .h6 {
    margin-bottom: 10px;
    margin-top: 20px;
}

/*
|================================================
| Bootstrap Core
|================================================
*/

.card{
    border: 0;
}

.card-header{
    background-color: transparent;
    border-bottom: none;
}

button:focus,
.form-control:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: none !important;
}

/*
|================================================
| Navigation Bar
|================================================
*/

.navbar{
    padding: 0.8rem 1rem;
}

.navbar-brand.has-logo {
    padding-top: 0;
}

.navbar .dropdown-menu {
    box-shadow: 0 1rem 3rem rgba(17, 17, 17, .175) !important;
    border: none !important;
}

.navbar .dropdown-menu a {
    padding: 8px 10px;
}

.navbar .dropdown-menu a:hover {
    background-color: #4285f4;
    color: #fff;
    transition: all .1s ease-in-out;
}
.navbar .dropdown-menu a.waves-effect {
    margin-bottom: -7px;
}
.navbar .nav-item .nav-link {
    border-radius: 5px;
    cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff !important;
}
.navbar .dropdown .dropdown-menu {
    pointer-events: none;
    display: block;
    position:absolute;
    opacity: 0;
    top: calc(100% + 5px);
    -moz-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;

}

.navbar .dropdown:hover .dropdown-menu {
    pointer-events: auto;
    display: block;
    opacity: 1;
    transform: translate(0, -7px);
}

@media (min-width: 600px) {
    .navbar.scrolling-navbar.top-nav-collapse {
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 992px){
    ul.navbar-nav{
        padding: 10px 0 0;
    }
}

.dropdown-toggle::after {
    margin-left: .355em;
    vertical-align: 0.15em;
}

.top-nav-collapse {
    background-color: #3e4551 !important
}

@media (max-width: 1000px) {
    .dropdown-menu-right {
        left: 0 !important;
    }
}

.navbar .collapsing {
    max-height: 220px
}


@media (min-width: 600px) {
    .navbar.scrolling-navbar .navbar-nav > li {
        transition-duration: 1s;
    }
}

.divider-new, .navbar .nav-flex-icons {
    flex-direction: row;
}

.navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, .75);
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
    transition: .35s;
}

.navbar .nav-item .nav-link {
    display: block;
    cursor: pointer;
}


.navbar .nav-item .nav-link .fab,
.navbar .nav-item .nav-link .far,
.navbar .nav-item .nav-link .fas {
    padding-right: 3px;
    padding-left: 3px;
}

@media (max-width: 992px) {
    .navbar .nav-item .nav-link {
        padding-right: 6px;
        padding-left: 6px;
    }
}

.navbar-dark .navbar-toggler {
    border: none;
    color: #fff;
}

button.navbar-toggler:focus {
    outline: none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-dark .nav-item.active {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}


/*
|================================================
| Sidebar
|================================================
*/

.sidebar .summery .fas {
    min-width: 20px;
}

.sidebar .about .nav-tabs {
    border-bottom: unset !important;
}

.sidebar .about .nav-tabs .nav-link {
    border: unset;
    border-radius: unset !important;
    color: #212529;
}

.sidebar .about .nav-tabs .nav-item.show .nav-link,
.sidebar .about .nav-tabs .nav-link.active {
    border-bottom: 2px solid #007bff;
}

.sidebar .about .nav-tabs .nav-link {
    border: unset;
}

.sidebar .card-header {
    border-bottom: 1px solid #eee;
}

.recent-searches .list-group-item {
    border: none;
}


/*
|================================================
| Footer
|================================================
*/

footer.page-footer a {
    color: #fff;
}

footer.page-footer {
    bottom: 0;
    color: #fff;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255, 255, 255, .6);
    background-color: rgba(0, 0, 0, .2);
}

.page-footer {
    background-color: #1C2331;
}

.footer-menu ul li{
    margin: 3px 0;
}
.footer-menu .menu-title{
    border-bottom: 2px solid rgba(0,0,0,.2);
    margin-bottom: 10px;
}


.footer-menu .menu-title h5{
    border-bottom: 2px solid rgba(255,255,255,.2);
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: -2px;
}


/* Footer Affiliate Link (Biggapon means ads. We will use biggapon instead of the word "ad" to avoid ad-blockers) */

.footer-biggapon {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: -45px;
    min-height: 100px;
    position: relative;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;
}

.footer-biggapon .biggapon-title {
    width: 100%;
}


/*
|================================================
| Domain Availability Card
|================================================
*/

.domain-available .provider {
    text-align: center;
    background-color: #cccccc50;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 4px;
}

.domain-available .provider .logo {
    align-items: center;
    justify-content: center;
    min-height: 120px;
    display: flex;
}

.domain-available .provider .price {
    font-size: 20px;
}

.domain-available .provider .name h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.domain-available .provider .logo img,
.domain-available .provider .link a{
    width: 100%
}

.domain-available .provider .link{
    margin-bottom: 8px
}

/*
|================================================
| Social Sharing
|================================================
*/

.share {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.fb-ic {
    color: #3b5998 !important
}

.fb-ic:hover, .fb-ic:focus {
    color: #3b5998
}

.tw-ic {
    color: #55acee !important
}

.tw-ic:hover, .tw-ic:focus {
    color: #55acee
}

.pin-ic {
    color: #c61118 !important
}

.pin-ic:hover, .pin-ic:focus {
    color: #c61118
}

.ins-ic {
    color: #2e5e86 !important
}

.copy-ic {
    color: #2e5e86 !important
}

.ins-ic:hover, .ins-ic:focus {
    color: #2e5e86
}

.li-ic {
    color: #0082ca !important
}

.li-ic:hover, .li-ic:focus {
    color: #0082ca
}

.footer-social a {
	padding-top: 8px;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
}

.footer-social a.facebook {
    background-color: #3b5998 !important;
}

.footer-social a.twitter {
    background-color: #55acee !important;
}

.footer-social a.linkedin {
    background-color: #0082ca !important;
}

.footer-social a.pinterest {
    background-color: #c61118 !important;
}

.footer-social a.github {
    background-color: #F1502F !important;
}

.footer-social a.reddit {
    background-color: #FF4500 !important;
}

.footer-social a.youtube {
    background-color: #c4302b !important;
}

.footer-social a.instagram {
    background-color: #2e5e86 !important;
}


/*
|================================================
| About Tab
|================================================
*/

.about-tab {
    color: #fff;
    background-color: #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    background-image: url('../img/card-background.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
}


.about-tab-content input[type=text] {
    border: none !important;
}

.about-tab-content input[type=text]:focus,
.about-tab-content input[type=text]:active{
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.3) !important;
}

/*
|================================================
| Homepage
|================================================
*/

/* Main Search */

.header-search h3 {
    font-size: 20px;
    margin-bottom: 20px
}

.main-search {
    padding: 0;
    box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.1), 2px 2px 2px 0 rgba(0, 0, 0, 0.05) !important;
    background-color: #fff;
    border-radius: 3px;
}

.main-search .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: unset;
    min-width: 140px;
}

.main-search .bootstrap-select .dropdown-toggle:focus,
.main-search .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: unset !important;
}
.main-search .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: unset;
    min-width: 140px;
}

.main-search button[aria-owns=bs-select-1] {
    background-color: #eee !important;
    padding: 10px;
    margin-left: 10px;
    margin-top: 10px;
    height: 45px;
}

.main-search input[type=text] {
    height: 45px;
    margin: 10px;
    border-radius: 3px !important;
}

.main-search input[type=text],
.main-search input[type=text]:active,
.main-search input[type=text]:hover,
.main-search input[type=text]:focus {
    border: none !important;
    box-shadow: none !important;
}
.main-search .input-group-append {
    padding: 10px 10px 10px 0;
}
.main-search .input-group-append button {
    border-radius: 3px !important;
    height: 45px;
}
#universal-form ul.dropdown-menu li:focus,
#universal-form ul.dropdown-menu li a:focus,
#universal-form button.dropdown-toggle:focus{
    outline: none !important;
}
#universal-form ul.dropdown-menu li a:hover{
    transition: all 0.1s ease-in;
}
#universal-form button.dropdown-toggle:focus{
    background-color: #d3d9df !important;
}
#universal-form ul.dropdown-menu li a:hover{
    background-color: #d3d9df;
    color: #000;
}

.homepage-universal-search h1.title{
    font-weight: bolder;
}

.homepage-universal-search .main-search{
    width:60%;
    display:inline-flex
}

/* About */
.about-description,
.qc-description,
.feature-description{
    text-align: justify;
}

/*
|================================================
| Tools
|================================================
*/

/* DNS Checker */

.dns-result table td.priority {
    max-width: 20px
}

.dns-result table td.content {
    max-width: 370px
}

table.table-dns td {
    font-weight: normal !important;
    font-size: 16px;
}

/* Domain Availability  */

#other-extensions tr th:last-child,
#domain-suggestion tr th:last-child,
#other-extensions tr td:last-child,
#domain-suggestion tr td:last-child {
    text-align: right;
}

/* Map */
#map{
    width: 100%;
    height: 300px;
}

/* Contact From */

#contact-form .form-control {
    border-radius: 0;
}

/*
|================================================
| Miscellaneous
|================================================
*/

.text-success {
    color: #28a745 !important;
}

.text-black {
    color: #2a2a2a !important;
}

.white-text {
    color: #fff !important;
}

.grey-text {
    color: #9e9e9e !important;
}

.no-right-border {
    border-right: 0 !important
}

.font-14 {
    font-size: 14px !important;
}

.font-12 {
    font-size: 11px !important;
}

.min-w-100px {
    min-width: 100px;
}

.min-w-10px {
    min-width: 10px;
}

.grey.lighten-3{
    background-color: #eee;
}

.result .title,
.result-property{
    font-weight: bold;
}

.font-small{
    font-size: 0.9rem !important;
}

.shadow-1{
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;
}

/* Fix for Facebook Comments */
iframe[data-testid="fb:comments Facebook Social Plugin"]{
    min-width:100% !important;
}

/* Loader Icon */

.loader {
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes  spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




/*
|================================================
| Responsiveness
|================================================
*/




@media (max-width: 768px) {
    .card-header {
        padding: 10px 0;
        margin-bottom: 5px;
    }
    .card-body{
        padding: 1.25rem 0;
    }
    .recent-searches .list-group-item{
        padding: 0;
    }
    .homepage-universal-search .main-search{
        width:100%;
    }
    .footer-biggapon .border-right{
        border-right: 0 !important;
    }
}

@media (max-width: 580px) {

    #other-extensions .btn,
    #domain-suggestion .btn{
        margin-bottom: 5px;
    }

    .footer-biggapon {
        margin: auto auto -50px;
    }

    .header-biggapon img {
        width: 100%;
    }

    /* Sidebar */
    .recent-searches .list-group-item {
        padding: 0;
    }

    /* Main Search */

    .header-search h3 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .homepage-universal-search .main-search {
        width: 100% !important;
        margin-bottom: 0 !important;
        align-items: center;
        padding: 10px !important;
    }

    .homepage-universal-search .main-search .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {

        width: 100% !important;
    }

    .main-search button[aria-owns=bs-select-1] {
        margin: 0 0 10px 0 !important;
    }

    .homepage-universal-search .main-search input[type=text] {
        background-color: #eaeaea;
        width: 100%;
        border-radius: 5px !important;
        margin: 0 !important;
    }

    .homepage-universal-search .main-search .input-group-append {
        padding: 10px 0 0 0 !important;
        margin: 0;
        width: 100%;
    }

    .homepage-universal-search .main-search .input-group-append button.btn {
        width: 100%;
        border-radius: 3px;
    }

    /* About Tab */

    .about-tab .card-body {
        padding: 10px;
    }

    .about-tab h3 {
        margin-top: 10px;
    }

    /* Heading */

    h1, .h1 {
        font-size: 25px;
        line-height: 35px;
    }

    h2, .h2 {
        font-size: 22px;
        line-height: 32px;
    }

    h3, .h3 {
        font-size: 20px;
        line-height: 30px;
    }

    h4, .h4, .feature-title, .qc-title {
        font-size: 17px;
        line-height: 26px;
    }

    h5, .h5, h6, .h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .whois-result h4{
        font-size: 21px;
    }

    /* Footer */

    .footer-menu .menu-title{
        border-bottom: none;
    }

    .website-information,
    .footer-menu{
        text-align: center;
    }
}
