/*
Theme Name:     CodeThrive
Theme URI:      #
Description:    Code That Helps You Thrive
Author:         CodeThrive
Author URI:     https://codethrive.io
Version:        1.0
Template:       xhub
*/

@import url("../xhub/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.logo-text {
	font-family: "Roboto Mono", Sans-serif;
    font-weight: 600;
    color: #fff !important;
    font-size: 24px;
}

.error-404 {
	position: relative;
}
.error-404:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0.75;
    z-index: 2;
}

.error-404 > .container {
	z-index: 3;
}
.error-404 .error-logo {
    width: 200px;
}

body:not(.home) #site-header {
	background-color: #1A1B1E;
}

.xptf-btn:visited {
    background: #00ae6c;
    color: #fff;
}
.xptf-btn-dark:visited {
	background: #1e73be;
}

.woocommerce-checkout h3 {
    line-height: 1.4 !important;
}

.page-id-67:not(.logged-in) .site-main {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}
.page-id-67.woocommerce-page form .form-row .input-text {
	width: 100%;
}
.page-id-67 .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	padding-top: 8px;
}

.lost_reset_password .woocommerce-form-row {
	width: 100% !important;
}

.page-id-11059 .woocommerce-customer-details {
	display: none !important;
}