/*
Theme Name: Dream Exchange Investor Portal
Theme URI: https://yourwebsite.com
Author: Tamlyn
Author URI: https://yourwebsite.com
Description: A minimal custom WordPress theme optimized for Elementor.
Version: 1.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dreamex-investor-portal
*/

/* ========================================== */
/* RESET: BOX-SIZING AND TEXT SIZE ADJUST */
/* ========================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/* ========================================== */
/* RESET: BODY AND TYPOGRAPHY BASICS */
/* ========================================== */

body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Prevent top-margin collapse causing a “gap” at the top */
	display: flow-root;
	overflow-x: hidden !important;
}
/* Remove default margins on common text elements */

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* Prevent long text overflow */

:where(p, h1, h2, h3, h4, h5, h6, li) {
	overflow-wrap: anywhere;
	word-break: normal;
}

/* ========================================== */
/* RESET: LISTS */
/* ========================================== */

ul[role="list"],
ol[role="list"] {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
/* ========================================== */
/* RESET: LINKS AND FOCUS */
/* ========================================== */

/* a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
a:hover {
	text-decoration-thickness: 2px;
}
/* Accessible focus outline without double-rendering */

/* :focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
:focus:not(:focus-visible) {
	outline-width: 0;
}
:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}
 */

/* ========================================== */
/* RESET: MEDIA */
/* ========================================= */

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}
svg {
	overflow: visible;
}
/* ========================================== */
/* RESET: FORMS AND BUTTONS */
/* ========================================== */

input,
button,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
	border-width: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: "proxima-nova" !important;
}
button,
[type="button"],
[type="submit"],
[type="reset"] {
	cursor: pointer;
}
textarea {
	resize: vertical;
}
label {
	cursor: pointer;
}
/* Remove number input spinners (Chrome, Safari, Edge) */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}

/* ========================================== */
/* RESET: TABLES */
/* ========================================== */

table {
	border-collapse: collapse;
	width: 100%;
}
th,
td {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}

/* ========================================== */
/* WORDPRESS BASICS: ALIGNMENT AND CAPTIONS */
/* ========================================== */

.alignnone {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1rem;
	margin-left: 0;
}
.alignleft {
	float: left;
	margin-top: 0;
	margin-right: 1rem;
	margin-bottom: 1rem;
	margin-left: 0;
}
.alignright {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1rem;
	margin-left: 1rem;
}
.aligncenter {
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: auto;
	text-align: center;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption .wp-caption-text {
	margin-top: 0.25rem;
}

/* ========================================== */
/* MEMBERS */
/* ========================================== */

.wp-theme-dreamex-investor-portal input[type="submit"] {
	font-size: 13px !important;
	line-height: 1 !important;
	border: 0px !important;
	font-weight: 500 !important;
	background-color: #6fa4e0 !important;
	transition: background-color 220ms ease-out !important;
}
.wp-theme-dreamex-investor-portal input[type="submit"]:hover {
	background-color: #1e2834 !important;
}
.wp-theme-dreamex-investor-portal #wpmem_login,
.wp-theme-dreamex-investor-portal #wpmem_msg,
.wp-theme-dreamex-investor-portal #wpmem_reg,
.wpmem_msg {
	width: 100% !important;
	max-width: 100% !important;
}
.wp-theme-dreamex-investor-portal #wpmem_login legend,
.wp-theme-dreamex-investor-portal #wpmem_reg legend {
	text-align: center !important;
	margin-bottom: 32px !important;
}
.wp-theme-dreamex-investor-portal #wpmem_login label,
.wp-theme-dreamex-investor-portal #wpmem_reg label {
	text-transform: uppercase;
	font-family: "proxima-nova" !important;
	margin-bottom: 6px;
	font-size: 14px;
	letter-spacing: 2px;
	display: block !important;
}
.wp-theme-dreamex-investor-portal #wpmem_login input[type=password],
.wp-theme-dreamex-investor-portal #wpmem_login input[type=text],
.wp-theme-dreamex-investor-portal #wpmem_reg input[type=date],
.wp-theme-dreamex-investor-portal #wpmem_reg input[type=email],
.wp-theme-dreamex-investor-portal #wpmem_reg input[type=number],
.wp-theme-dreamex-investor-portal #wpmem_reg input[type=password],
.wp-theme-dreamex-investor-portal #wpmem_reg input[type=text],
.wp-theme-dreamex-investor-portal #wpmem_reg input[type=url],
.wp-theme-dreamex-investor-portal #wpmem_reg textarea {
	border: 1px solid #c7c7c7 !important;
	border-radius: 0 !important;
	color: #122231 !important;
	padding: 12px !important;
	background: none repeat scroll 0 0 #fff;
}
.page-id-9515 #wpmem_login fieldset,
.page-id-9515 #wpmem_reg fieldset {
	margin: 16px 0;
}

/* ========================================= */
/* AUTH: REMEMBER + LOGIN LAYOUT */
/* ========================================== */

.wp-theme-dreamex-investor-portal .button_div {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	column-gap: 4px;
	row-gap: 4px;
	align-items: center;
	width: 100%;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.wp-theme-dreamex-investor-portal .button_div>* {
	font-size: 16px;
	line-height: 1.4;
}
.wp-theme-dreamex-investor-portal .button_div #rememberme {
	width: 24px;
	height: 24px;
}
.wp-theme-dreamex-investor-portal .button_div label[for="rememberme"] {
	width: 100%;
	min-width: 0;
	position: absolute;
	top: 20px;
	text-align: left;
	left: 40px;
}
.wp-theme-dreamex-investor-portal .button_div .buttons {
	grid-column: 1 / -1;
	justify-self: end;
}
.wp-theme-dreamex-investor-portal #wpmem_login .link-text {
	display: none
}