/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
.main-navigation-ul .cwa-logged-menu {
	display: none !important;
}

body.logged-in .main-navigation-ul .cwa-logged-menu {
	display: block !important;
}

.cwamembership .messages {
	list-style-type: none;
	padding: 15px;
	margin: 0 0 20px;
}

.cwamembership .messages.red {
	border: 1px solid red;
	background: #ffd4d4;
}

.cwamembership .messages.green {
	border: 1px solid #00ff10;
	background: #baffd3;
}

.cwamembership .messages li {
	margin: 0;
	font-size: 16px;
	white-space: pre-line;
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
.cwamembership .form-row {
	margin: 0 0 20px;
}

.cwamembership .form-row label {
	display: block;
	margin: 0 0 5px;
}

.cwamembership .form-row input {
	box-sizing: unset;
	max-width: 400px;
	width: 100%;
	display: block;
}

.cwamembership button {
	position: relative;
}

.cwamembership .btn-loader {
	display: none;
	color: #fff;
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
	margin: 0;
}

.cwamembership button i {
	font-size: 16px;
}


/*--------------------------------------------------------------
Login
--------------------------------------------------------------*/
.cwamembership .forgot-password,
.cwamembership .forgot-password-back {
	margin-left: 20px;
	cursor: pointer;
	vertical-align: -webkit-baseline-middle;
}


/*--------------------------------------------------------------
Documents
--------------------------------------------------------------*/
.page-id-2517 #theme-page .theme-content {
	float: none;
	width: 100%;
}

.page-id-2517 #mk-sidebar {
	display: none;
}

/* Search */
.cwamembership-documents-search {
	padding: 30px;
	background: #eee;
	margin: 0 0 30px;
}

.cwamembership-documents-search-section {
	margin: 0 0 20px;
}

.cwamembership-documents-search-section label {
	display: block;
	margin: 0 0 5px;
	font-weight: 700;
}

.cwamembership-documents-search-section input {
	box-sizing: unset;
	width: 100%;
	display: block;
}

.cwamembership-documents-search-section .cds-radio {
	display: block;
}

.cwamembership-documents-search-section .cds-radio label {
	display: inline-block;
	margin: 0 0 0 10px;
	font-weight: 400;
}

.cwamembership-documents-search-section .cds-radio input {
	width: auto;
	display: inline-block;
}

.cwamembership-documents-search .cds-clear {
	margin-left: 20px;
	vertical-align: -webkit-baseline-middle;
}

.cwamembership-documents-search button i {
	margin-right: 5px;
}

/* Listing */
.cwamembership-documents-listing {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #eee;
}

.cwamembership-documents-listing a:first-of-type {
	margin-right: 10px;
}