/*
 Theme Name:   Got Webspace
 Theme URI:    http://www.gotwebspace.com/
 Description:  Custom Themify Ultra Child Theme
 Author:       Michael Burch
 Author URI:   http://atomicx.com
 Template:     themify-ultra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout
 Text Domain:  themify-ultra-child
*/

/************************************************************************************
Custom Theme Styles
*************************************************************************************/

#content {
    padding-top: 0px !important;
}


/************************************************************************************
Header Widget Tweaks
*************************************************************************************/

#header .header-widget {
    display: none !important;
}

/************************************************************************************
Menu & Dropdown Menu Width Tweaks
*************************************************************************************/

.pull-down {
    display: none !important;
}

/************************************************************************************
Mobile Navigation Tweaks
*************************************************************************************/


/************************************************************************************
Index Tabs
*************************************************************************************/

.index-tabs .tab-nav li {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(255, 255, 255, 0.87) !important;
    border-bottom: 0px !important;
}

.index-tabs .tab-nav li.current a {
    color: #ED1E24 !important;
}

.index-tabs .tab-nav li a {
    font-size: 1.25em;
    font-weight: 700;
}

.tabs-row {
    min-height: 695px !important;
}

.tab-nav {
    text-align: center !important;
}

.index-tabs .module img {
    width: 40% !important;
    padding-top: 5%;
    padding-bottom: 5%;
}

/************************************************************************************
Whois Widget Styles
*************************************************************************************/

#domain-whois div:first-child {
    display: none !important;
}

#wpwhoisdomain {
    flex-grow: 4;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 0;
    margin-right: -5px !important;
    width: 40%;
    font-size: 100% !important;
}

#wpwhoisfor {
    text-align: center !important;
}

.whois-text {
    display: inline-block !important;
}

.whois-submit {
    background-color: #ed1e24 !important;
    color: #fff !important;
    border: 0 !important;
    padding: .6em 1.4em !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: .065em !important;
    -webkit-appearance: none !important;
    transition: all .3s ease-in-out !important;
    background-image: none !important;
    font-size: 100% !important;
}

/************************************************************************************
Contact Form 7 styles
*************************************************************************************/


/************************************************************************************
Media Queries
*************************************************************************************/

@media screen and (max-width: 1100px) {
    .pull-down {
        display: inline-block;
    }

}

@media screen and (max-width: 800px) {
   
}

@media screen and (max-width: 420px) {
    
}
