/*
 *  custom.css
 *
 * This file contains css values and hints for style elements that are frequently customised.
 * Note that this CSS file is loaded last so values defined here will override all others
 * including responsive.css
 */

/* Changing the header image
 * With this version of we_universal it is not possible to change the header image using CSS
 * It is recommended that the header image is changed by renaming your file to dashboard.jpg in 
 * the styles/we_universal/theme/images/ directory.
 * Alternatively the link may be changed in styles/we_universal/template/overall_header.html
 * around line 211.


/* link decoration
 * Uncomment the following lines to have all links underlined 
 * and visited links re-coloured
 */
/*
a:link,a:visited {
    text-decoration: underline;
    color: #3f3f3f; }

a:focus,
a:hover, a:active {
    text-decoration: underline; }
*/

/*
 * set header background colour (appears as a border around the image)
 */
/*
.inventea-header {
	background: #424242;   
}
*/

/* Set the maximum forum width on wide screens
 * To set a maximum width that the forum will not grow beyond, uncomment the following lines
 * and set a value (1200px is a typical value)
 */*
.inventea-wrapper,
.inventea-header,
.inventea-footer {
	max-width: 85%;
}

.inventea-dashboard {
	width: 100%;
}


/* 
 * Hide some non-essential menu items if desired 
 */
/*
#menu_faq, #button_faq{
    display: none;
}
*/

/*
#menu_team, #button_team{
    display: none;
}
*/

/*
#menu_memberlist, #button_memberlist{
    display: none;
}*/


/*
 * Button hide threshold
 * The max-width here adjusts the screen widths for which the header buttons are replaced by a dropdown menu
 * set this value higher if the screen buttons start to wrap, or the text becomes ugly in your language.
 * The valid range of this value is 319px to 699px.
 * a value of 319px works for me, but if you have added buttons, or a language with long button labels, a higher
 * value ma be better.
 */
@media only screen and (max-width: 549px) {
    .inventea-menu li > a {
           display: none; 
    }

    .inventea-mobile-dropdown-menu {
	    display: block;
    }
    .inventea-dashboard img {
    padding-top: 4%;
    padding-bottom: 4%;
    }
}

/* Family Rights Group New Styling */

/* Fonts and Links */

@import url('https://fast.fonts.net/t/1.css?apiType=css&projectid=75d2f31a-2b0d-48b1-abad-ea901af99b2d');

@font-face{
	font-family: 	'Futura PT W01 Demi';
	src: 			url('/YfyvForum/styles/we_universal/fonts/848602e3-bda3-4b1c-976b-fe26eecfab31.woff2') format('woff2'),
					url('/YfyvForum/styles/we_universal/fonts/e4eacf8d-aba1-40d4-9597-1198e91dcf00.woff') format('woff');
	font-display: 	swap;
	font-weight: 	normal;
    font-style: 	normal;
}

@font-face{
	font-family: 	'Futura PT W01 Book';
	src: 			url('/YfyvForum/styles/we_universal/fonts/aafdd021-88d4-41d8-8e15-fe91f83e4b17.woff2') format('woff2'),
					url('/YfyvForum/styles/we_universal/fonts/81d44d4b-ac07-4ad4-8cdd-4df771a3c1c3.woff') format('woff');
	font-display: 	swap;
	font-weight: 	normal;
    font-style: 	normal;
}

@font-face{
	font-family: 	'FuturaPTW01-BookOblique';
	src: 			url('/YfyvForum/styles/we_universal/fonts/28351402-8fc5-4d21-a3df-e99d2d814bd4.woff2') format('woff2'),
					url('/YfyvForum/styles/we_universal/fonts/10cee8c3-6e4c-4f57-8121-cf5e361423a7.woff') format('woff');
	font-display: 	swap;
	font-weight: 	normal;
    font-style: 	normal;
}

body {
	font-family: 'Futura PT W01 Book', Futura, 'Trebuchet MS', Arial, sans-serif;
	font-size: 1.25rem !important;
	color: #78767B;
}

input, select, textarea, #message-box textarea,
fieldset, dl.faq, .content dl.faq, .content p, .panel p {
	font-family: 'Futura PT W01 Book', Futura, 'Trebuchet MS', Arial, sans-serif;
	font-size: 1.25rem !important;
	line-height: 1.5;
}

h1, h2, h3, h4, h5 {
	font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
}

a {
	transition: all 250ms cubic-bezier(.6,0,.4,1);
	color: #78767B;
}

a:hover {
	color: #4CB9CE;
	text-decoration: none;
}

a.forumtitle,
a.forumtitle:visited,
a.forumtitle:active,
a.forumtitle:hover,
a.topictitle,
a.topictitle:visited,
a.topictitle:active,
a.topictitle:hover {
	font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
	font-size: 1.25rem !important;
	color: #7166AD;
	text-decoration: none;
}

.forumbg .header a:hover,
.forabg .header a:hover, th a:hover {
	text-decoration: none;
}

ul.linklist > li {
	font-size: 1.25rem !important;
}

ul.topiclist li.header dt, ul.topiclist li.header dd, table.table1 thead th, .cp-main table.table1 thead th {
	font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
	font-size: 1.25rem !important;
	text-transform: none !important;
}

a.postlink:active,
a.postlink:focus,
a.postlink:hover {
	border-color: #bc2a4d;
	background: none;
	color: #4CB9CE;
}

.row-item .topictitle:hover,
.row-item .subforum:hover,
.row-item .username:hover,
.row-item .username-coloured:hover {
	text-decoration: none !important;
}

.button {
	color: #78767B;
}

fieldset.submit-buttons input {
    vertical-align: middle;
    border-radius: 1rem 1rem 0 0;
    font-size: 1rem;
    padding: 1rem;
    color: #FFFFFF;
    font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2rem;
    padding: 1.6rem 3.5rem;
    margin-left: 1rem;
    margin-top: 1rem;
    line-height: 0.1;
    background-color: #7166AD;
    border: 0;
    transition: all 250ms cubic-bezier(.6,0,.4,1);
}

.button2 {
	background-color: #4CB9CE !important;
}

a.button2:focus, a.button2:hover, a.button2:active,
input.button2:active, input.button2:hover {
	border: 0 !important;
	background-color: #3F9DAF !important;
}

a.button1:focus, a.button1:hover, a.button1:active,
input.button1:focus, input.button1:hover, input.button1:active,
input.button3:focus, input.button3:hover, input.button3:active {
	border: 0 !important;
	background-color: #594F8E !important;
}

a.button2:link {
    vertical-align: middle;
    font-size: 1rem;
    color: #FFFFFF;
    font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2rem;
    padding: 1rem 2.5rem;
    border: 0;
    transition: all 250ms cubic-bezier(.6,0,.4,1);
    line-height: 1.8;
}

input.button1 {
	vertical-align: middle;
    border-radius: 1rem 1rem 0 0;
    font-size: 1rem;
    padding: 1rem;
    color: #FFFFFF;
    font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2rem;
    padding: 1.6rem 3.5rem;
    margin-top: 1rem;
    line-height: 0.1;
    background-color: #7166AD;
    border: 0;
    transition: all 250ms cubic-bezier(.6,0,.4,1);
}

input.button2 {
	color: #FFFFFF;
    font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2rem;
    border: 0;
    transition: all 250ms cubic-bezier(.6,0,.4,1);
    line-height: 0;
}

.button:hover, .button:focus,
.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button:hover .icon {
	border-color: #4CB9CE !important;
	color: #4CB9CE !important;
}

.postprofile a:focus,
.postprofile a:hover,
.postprofile a:active,
.search .postprofile a:focus,
.search .postprofile a:hover,
.search .postprofile a:active {
	color: #4CB9CE !important;
}

p.author, .postbody .content,
.post:target .content {
	font-family: 'Futura PT W01 Book', Futura, 'Trebuchet MS', Arial, sans-serif;
}

.navigation .active-subsection a,
.navigation a:hover,
.tabs .tab>a:hover, .tabs .tab>a:active,
.navigation .active-subsection a:hover {
	color: #4CB9CE;
	background-color: #F8F7FB;
}

dl.details {
    line-height: 1.5rem;
    font-size: 1rem;
}

ul.topiclist dd {
	font-size: 1.1rem;
}

dd.lastpost {
	padding: 1.5rem !important;
	color: #78767B !important;
}

a.lastsubject {
	border-bottom: 0 !important;
}

dd.lastpost .username {
	color: #4CB9CE !important;
}

dd.posts {
	color: #78767B !important;
}

li.row strong {
	color: #3C3A3F !important;
}

/* Forums and tables */

.forabg,
.forumbg,
.cp-main table.table1 {
	background: #7166AD;
}

.forabg ul.topiclist li.row dt,
.forabg ul.topiclist li.row dd {
	padding: 1rem 0.5rem;
}

.forabg ul.topiclist li.row dt:nth-child(even),
.forabg ul.topiclist li.row dd:nth-child(even),
.forumbg ul.topiclist li.row dt:nth-child(even),
.forumbg ul.topiclist li.row dd:nth-child(even),
.forabg ul.topiclist li.row dt:nth-child(odd),
.forabg ul.topiclist li.row dd:nth-child(odd),
.forumbg ul.topiclist li.row dt:nth-child(odd),
.forumbg ul.topiclist li.row dd:nth-child(odd) {
	background-color: #EAE8F3;
	padding-top: 1rem;
    padding-bottom: 1rem;
}

.forabg ul.topiclist li.row:nth-child(even) dt:nth-child(even),
.forabg ul.topiclist li.row:nth-child(even) dd:nth-child(even),
.forumbg ul.topiclist li.row:nth-child(even) dt:nth-child(even),
.forumbg ul.topiclist li.row:nth-child(even) dd:nth-child(even),
.forabg ul.topiclist li.row:nth-child(even) dt:nth-child(odd),
.forabg ul.topiclist li.row:nth-child(even) dd:nth-child(odd),
.forumbg ul.topiclist li.row:nth-child(even) dt:nth-child(odd),
.forumbg ul.topiclist li.row:nth-child(even) dd:nth-child(odd) {
	background-color: #F8F7FB;
	padding-top: 1rem;
    padding-bottom: 1rem;
}

ul.topiclist li.header dt, ul.topiclist li.header dd, table.table1 thead th, .cp-main table.table1 thead th {
	border: 1px solid #FFFFFF;
	padding: 1rem !important;
	color: #FFFFFF !important;
}

.forabg ul.topiclist li.row dt, .forabg ul.topiclist li.row dd {
    border: 1px solid white;
    padding: 1rem;
}

.row-forum {
	border-left: none !important;
}

dd.topics,
dd.lastpost {
	border-left: 1px solid white !important;
}

dd.topics,
dd.posts {
    width: 15rem;
}

dd.lastpost {
    width: 25rem;
}

dd.posts {
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
}

.row-item:first-of-type {
	border-right: 0 !important;
}

.forabg {
	border-radius: 1rem 1rem 0 0;
}

.forabg, .forumbg, .cp-main table.table1 {
	border-bottom: 0;
}

table.table1 tbody td:nth-child(even) {
	background-color: #EAE8F3;
}

table.table1 tbody tr:nth-child(even) td:nth-child(even) {
	background-color: #F8F7FB;
}

ul.forums, ul.topics, table.table1 tbody {
	background-color: #EAE8F3;
}

table.table1 tbody tr:nth-child(even) {
	background-color: #F8F7FB;
}

.row .list-inner {
    line-height: 1.5;
}


/* Individual Post */

.post.bg1 {
	background: #F8F7FB;
}

.post.bg2 {
	background: #F8F7FB;
}

.post.bg1 .postprofile {
	background-color: #F8F7FB;
}

.post.bg2 .postprofile {
	background-color: #EAE8F3;
}

.post.reported .postprofile {
	background-color: #F8F7FB;
}

.post.reported .postbody {
	background-color: #F8F7FB;
}

.post.bg2 .postbody:before {
    border-color: transparent #F8F7FB transparent transparent;
}

.section-viewtopic .postbody .content {
	max-width: 100%;
	font-size: 1.1rem;
}

.postprofile dd {
	line-height: 1.5 !important;
}


/* Control Panel */

.bg3 {
    background-color: #F8F7FB;
}

.navigation a,
.tabs .tab>a {
	background-color: #EAE8F3;
}

.tabs .tab>a {
	background-color: #EAE8F3;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 10px rgba(60,58,63,0.15);
    border-radius: 1rem 1rem 0 0;
    min-height: 1.8rem;
    color: #7166AD;
    font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
    margin: 0 0.2rem;
    font-size: 1.2rem;
    padding: 0.8rem;
}

.section-ucp ul.topiclist li.header, .section-mcp ul.topiclist li.header {
    background: #7166AD;
}

dl.row-item {
	background-size: 1.3rem !important;
}

ul.topiclist li.row dd:nth-child(even) {
	background-color: #F8F7FB;
}

ul.topiclist li.row dl {
	background-color: #EAE8F3;
}


/* Profile */

.bg1 {
	background-color: #EAE8F3;
}

.bg2 {
	background-color: #F8F7FB;
}

.left-box.profile-details span {
	color: #7166AD !important;
}

.cp-main h3, .cp-main hr, .cp-menu hr {
	display: none;
}

/* Icons */

.forum_unread,
.forum_read,
.topic_unread,
.topic_read,
.topic_read_mine {
	background-image: url("./images/speech-icon.svg") !important;
}

.unanswered-topics:before {
	content:url('./images/unanswered-topics.svg');
	position: relative;
    top: 0;
    right: 0;
    width: 2.25rem;
    display: inline-block;
}

.active-topics:before {
	content:url('./images/active-topics.svg');
	position: relative;
    top: 0;
    right: 0;
    width: 2.25rem;
    display: inline-block;
}

.parents-website:before {
	content:url('./images/parents-website.svg');
	position: relative;
    top: 0;
    right: 0;
    width: 2.25rem;
    display: inline-block;
}

.home-link:before {
	content:url('./images/home-link-icon.svg');
	position: absolute;
    top: 0.1rem;
    left: 0;
    width: 2.25rem;
}

/* FAQ Panel */

.panel {
	padding: 2rem !important;
	background-color: #F8F7FB;
}

.panel:first-of-type {
	background-color: #EAE8F3;
}

dl.faq {
	line-height: 1.5rem !important;
}


/**
 * Forum icons & Topic icons
 */
.global_read					{ background-image: url("./images/speech-icon.svg") !important }
.global_read_mine				{ background-image: url("./images/speech-icon.svg") !important }
.global_read_locked				{ background-image: url("./images/speech-icon.svg") !important }
.global_read_locked_mine		{ background-image: url("./images/speech-icon.svg") !important }
.global_unread					{ background-image: url("./images/speech-icon.svg") !important }
.global_unread_mine				{ background-image: url("./images/speech-icon.svg") !important }
.global_unread_locked			{ background-image: url("./images/speech-icon.svg") !important }
.global_unread_locked_mine		{ background-image: url("./images/speech-icon.svg") !important }

.announce_read					{ background-image: url("./images/announcement.svg") !important }
.announce_read_mine				{ background-image: url("./images/announcement.svg") !important }
.announce_read_locked			{ background-image: url("./images/announcement.svg") !important }
.announce_read_locked_mine		{ background-image: url("./images/announcement.svg") !important }
.announce_unread				{ background-image: url("./images/announcement.svg") !important }
.announce_unread_mine			{ background-image: url("./images/announcement.svg") !important }
.announce_unread_locked			{ background-image: url("./images/announcement.svg") !important }
.announce_unread_locked_mine	{ background-image: url("./images/announcement.svg") !important }

.forum_link						{ background-image: url("./images/speech-icon.svg") !important }
.forum_read						{ background-image: url("./images/speech-icon.svg") !important }
.forum_read_locked				{ background-image: url("./images/speech-icon.svg") !important }
.forum_read_subforum			{ background-image: url("./images/speech-icon.svg") !important }
.forum_unread					{ background-image: url("./images/speech-icon.svg") !important }
.forum_unread_locked			{ background-image: url("./images/speech-icon.svg") !important }
.forum_unread_subforum			{ background-image: url("./images/speech-icon.svg") !important }

.sticky_read					{ background-image: url("./images/sticky.svg") !important; }
.sticky_read_mine				{ background-image: url("./images/sticky.svg") !important; }
.sticky_read_locked				{ background-image: url("./images/sticky.svg") !important; }
.sticky_read_locked_mine		{ background-image: url("./images/sticky.svg") !important; }
.sticky_unread					{ background-image: url("./images/sticky.svg") !important; }
.sticky_unread_mine				{ background-image: url("./images/sticky.svg") !important; }
.sticky_unread_locked			{ background-image: url("./images/sticky.svg") !important; }
.sticky_unread_locked_mine		{ background-image: url("./images/sticky.svg") !important; }

.topic_moved					{ background-image: url("./images/speech-icon.svg") !important }
.topic_read						{ background-image: url("./images/speech-icon.svg") !important }
.topic_read_mine				{ background-image: url("./images/hot-topic.svg") !important }
.topic_read_hot					{ background-image: url("./images/hot-topic.svg") !important }
.topic_read_hot_mine			{ background-image: url("./images/hot-topic.svg") !important }
.topic_read_locked				{ background-image: url("./images/locked.svg") !important }
.topic_read_locked_mine			{ background-image: url("./images/locked.svg") !important }
.topic_unread					{ background-image: url("./images/speech-icon.svg") !important }
.topic_unread_mine				{ background-image: url("./images/speech-icon.svg") !important }
.topic_unread_hot				{ background-image: url("./images/hot-topic.svg") !important }
.topic_unread_hot_mine			{ background-image: url("./images/hot-topic.svg") !important }
.topic_unread_locked			{ background-image: url("./images/locked.svg") !important }
.topic_unread_locked_mine		{ background-image: url("./images/locked.svg") !important }

.pm_read						{ background-image: url("./images/read.svg") !important }
.pm_unread						{ background-image: url("./images/unread.svg") !important }


/* Header */

.inventea-headerbar .icon {
	font-size: 1.5rem;
    padding: 0 0.5rem;
    color: #B4B2B7;
}

a.header-avatar span:after {
	line-height: 1.5;
}

.inventea-headerbar .icon:hover {
	color: #4CB9CE;
}

.inventea-headerbar .username-coloured {
	padding-left: 0.5rem !important;
}

ul.linklist.inventea-user-menu > li {
    padding-left: 0.5rem;
}

.register:after,
.private-messages:after,
.notifications:after {
    content: "" !important;
    padding: 0.3rem 0;
    margin-left: 1rem;
    border-left: 1px solid #cacaca;
    min-height: 1rem;
    line-height: 1.5;
}

ul.linklist.inventea-user-menu > li + li {
    margin-right: 0;
}

ul.linklist.bulletin>li:first-child:before {
	border-left: 0 !important;
}

ul.linklist > li {
	line-height: 1.5 !important;
}

.username-coloured {
	color: #7166AD !important;
}

.inventea-wrapper {
	padding: 0;
	border: none;
	box-shadow: 0 0 50px 0 rgba(60,58,63,0.08);
}

.inventea-content,
.inventea-userbar {
	padding: 1rem 3.5rem;
}

.fa-navicon:before, 
.fa-reorder:before, 
.fa-bars:before {
    color: #7166AD;
}

.inventea-toggle {
	background: #EAE8F3;
	display: block;
    padding: 3px 6px 2px;
    border-bottom: 3px solid #ccc;
    border-radius: 5px;
    line-height: 1;
    font-size: 21px;
}

.js-responsive-menu-link {
	display: none !important;
}

.inventea-menu li a {
	display: flex;
    align-items: center;
}

.inventea-menu li > a {
	background: #FFFFFF;
	box-shadow: inset 0px 0px 10px rgba(60,58,63,0.15);
	border-radius: 1rem 1rem 0 0;
	font-size: 0.9rem;
	min-height: 1.8rem;
	padding: 1rem !important;
	color: #7166AD;
	font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
	margin: 0 0.8rem;
}

.inventea-menu li > a:first-of-type {
	margin-left: 0 !important;
}

.inventea-menu li > a:focus,
.inventea-menu li > a:hover,
.inventea-menu li > a:active {
	background: #FFFFFF !important;
	color: #4CB9CE;
}

.inventea-menu-top li {
	float: left;
    background: none;
    list-style: none;
}

.inventea-menu-top li a {
    border-radius: 1rem 1rem 0 0;
    font-size: 1rem;
    padding: 1rem;
    color: #7166AD;
    font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	border-radius: 2rem;
    padding: 1.2rem 3.5rem;
    margin-left: 1rem;
    margin-top: 1rem;
}

.faq-button a {
	color: #4CB9CE !important;
	background-color: #FFFFFF;
}

.search-button a {
	color: #FFFFFF !important;
	background-color: #7166AD;
}

.inventea-dashboard h1 {
	color: #FFFFFF;
	font-size: 4rem !important;
    margin-left: 3%;
    margin-top: -1.5%;
}

.forum-header-bg {
	background-image: url("./images/frg-forum-bg.svg") !important;
	background-size: cover;
    height: 16rem;
    display: flex;
    align-items: center;
}

.inventea-userbar {
	height: 100% !important;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
	min-width: 17rem;
}

#nav-breadcrumbs {
	margin-bottom: 1rem;
}

.breadcrumbs {
	display: flex;
    align-items: baseline;
}

.breadcrumbs a {
	overflow: visible !important;
}

.breadcrumbs span {
	position: relative;
}

li.breadcrumbs span:first-child > a {
    margin-left: 2rem;
}

.breadcrumbs:last-child .crumb:last-child:before,
#nav-footer .breadcrumbs .crumb:last-child:before,
ul.linklist > li.inventea-time:before {
	display: none;
}

.breadcrumbs .crumb:before,
.breadcrumbs .crumb:first-child:before,
ul.linklist > li:not(.breadcrumbs):before,
#nav-footer > li.responsive-menu:after {
	content: "" !important;
	font-size: 23px;
	margin: 0.125rem 0.625rem 0 0.625rem;
    padding: 0;
    border-left: 1px solid #cacaca !important;
    min-height: 1.5rem;
}

.search-button a:before {
	content: url('./images/search-icon.svg');
    position: relative;
    top: 0.1rem;
    right: 0;
    width: 1.5rem;
    display: inline-block;
}


/* Footer */

.footer-wrapper {
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.inventea-footer-wrapper {
	border-top: 0;
}

.inventea-footer {
    margin: 0 auto;
    padding: 2rem 0 0;
    max-width: 100% !important;
    color: #959595;
    line-height: 18px;
    font-size: 14px;
}

.wrap {
	padding: 0;
}

.inventea-footer a {
	color: #4CB9CE !important;
}

.online-list {
	background-color: #7166AD;
	padding: 1rem 3rem;
    text-align: center;
}

.online-list * {
	color: #FFFFFF !important;
}

.online-list h3 {
	border-bottom: 0;
	text-transform: none;
	font-size: 2.25rem;
}

.online-content {
	display: flex;
    justify-content: center;
}

.online-list .column {
	float: left;
	width: 20%;
    padding: 1% 3%;
}

.online-list:after {
  content: "";
  display: table;
  clear: both;
}

.online-list strong {
	display: flex;
    justify-content: center;
    font-size: 4rem;
    color: #4CB9CE !important;
    padding: 0.6rem;
}

.inventea-footer-wrapper {
	box-shadow: none;
	margin-top: 0;
}

.statistics {
	padding: 1rem 3rem 3rem;
    text-align: center;
}

.statistics-content {
	display: flex;
    justify-content: center;
}

.statistics-content .column {
	margin: 0 1rem;
    font-size: 1.25rem;
    background-color: #F5F3F8;
    border-radius: 2rem;
    border: 0;
    box-shadow: none;
    padding: 1rem;
    text-transform: none;
    width: 100%;
}

.statistics h3 {
	border-bottom: 0;
	text-transform: none;
    font-size: 2.25rem;
    color: #7166AD;
    padding-bottom: 1rem;
}

.statistics strong {
	display: flex;
    justify-content: center;
    font-size: 4rem;
    color: #7166AD;
    padding-top: 1rem;
}

.statistics a {
	color: #7166AD;
}

.inventea-credits {
    font-size: 1.25rem;
}

/* Hidden areas */

.birthday-list {
	display: none;
}

.permissions {
	display: none;
}

/* Login / Register Footer */

.headerspace {
	padding: 1rem 3.5rem;
}

.headerspace h3 {
	border: 0;
	padding-bottom: 1.5rem;
}

.headerspace a {
	padding-right: 0.5rem;
	font-size: 1rem;
}

.quick-login {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.quick-login label {
	width: 100%;
	padding-right: 0;
}

.quick-login span {
	display: block;
	padding-bottom: 1rem;
}

.quick-login input.button2 {
	font-size: 1rem;
    color: #FFFFFF;
    background-color: #4CB9CE;
    font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2rem;
    height: 3.5rem;
    padding: 1.2rem 5rem;
    margin-left: 0;
    line-height: 1;
    border: 0;
    box-shadow: none;
    align-self: flex-end;
}

.quick-login input.inputbox {
	font-size: 1rem;
    background-color: #F5F3F8;
    font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 2rem;
    height: 3.5rem;
    line-height: 1;
    border: 0;
    box-shadow: none;
    padding: 1rem;
    text-transform: none;
    width: 95%;
}

.login-link {
	text-transform: none;
    font-size: 2.25rem !important;
    color: #7166AD;
}

.register-link {
	text-transform: none;
	float: right;
}

.register-link:before {
	content: url(./images/register-icon.svg);
    position: relative;
    top: 0.5rem;
    left: -0.5rem;
    width: 2.25rem;
}

/* Forms */

select {
	height: 2.4rem;
}

.checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.checkbox > span {
    padding-left: 0.5rem;
    font-size: 1rem;
}

.checkbox > input {
    height: 1.5rem;
    width: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    transition-duration: 0.3s;
    cursor: pointer;
    font-size: 1rem;
    background-color: #F5F3F8;
    font-family: 'Futura PT W01 Demi', Futura, 'Trebuchet MS', Arial, sans-serif;
    border-radius: 2rem;
    border: 0;
    box-shadow: none;
    text-transform: none;
  }

.checkbox > input:checked + span::before {
    content:url('./images/icon-check.svg');
    display: block;
    text-align: center;
    color: #7166AD;
    position: absolute;
    left: 0.15rem;
    top: 0.20rem;
}



/* Responsive */

@media only screen and (max-width: 450px) {
	.inventea-toggle {
		position: absolute;
		margin-top: -1rem;
	}
	
	.inventea-userbar ul.linklist {
		min-width: auto !important;
	}
	
	.inventea-footer ul.linklist {
		min-width: auto !important;
	}
}

@media only screen and (max-width: 750px) {
	.statistics-content {
		display: block;
	}
	
	.statistics-content .column {
		margin: 1rem 0 !important;
		padding: 1rem 0 !important;
	}
	
	.inventea-userbar {
		padding: 0.5rem 0 !important;
	}
	
	.online-content {
		display: block !important;
	}
	
	.online-list .column {
		padding: 0 0 1rem !important;
	}
	
	.breadcrumbs .crumb.wrapped-max a {
	    max-width: 100% !important;
	}
	
	.breadcrumbs .crumb {
		width: 100% !important;
	}
	
	.breadcrumbs .crumb:before {
		display: none;
	}
}

@media only screen and (max-width: 1100px) {
	.inventea-wrapper,
	.inventea-header {
		max-width: 95% !important;
	}
	
	.inventea-userbar {
	    justify-content: center;
	    align-items: center;
	    flex-wrap: wrap;
	}
	
	.inventea-userbar ul.linklist {
		margin-left: -1.5rem;
	}
	
	.inventea-content {
		padding: 1.5rem !important;
	}
	
	dd.lastpost,
	dd.topics {
		display: none !important;
	}
	
	.forum-header-bg {
		height: 10rem;
		padding-bottom: 1rem;
	}
	
	.inventea-forum-menu {
		display: none !important;
	}
	
	.header-logo {
		padding-bottom: 1rem;
	}
	
	.inventea-dashboard h1 {
		font-size: 2rem !important;
		margin-top: 7%;
	}
	
	.inventea-user-menu {
		margin-right: 0 !important;
	}
	
	.inventea-menu li > a {
		display: none !important;
	}
	
	li.rightside.inventea-time {
		display: none !important;
	}
	
	.home-link:before {
		top: 0.5rem;
	}
	
	.breadcrumbs {
		display: block;
	}
	
/*
	.breadcrumbs .crumb {
		padding-top: 1rem;
	}
*/
	
	#nav-breadcrumbs {
	    margin-top: -1rem;
	}
	
	.breadcrumbs .crumb a {
    	white-space: normal !important;
    }
	
	.online-list .column {
	    width: 100%;
    }
    
    .statistics strong {
	    font-size: 2rem !important;
    }
    
    .quick-login {
	    display: block !important;
    }
    
    .quick-login label {
	    padding-bottom: 1rem !important;
	}
    
    .inventea-credits {
	    margin-left: 1.9rem;
	}
	
	.inventea-mobile-dropdown-menu {
	    display: block !important;
	    position: relative !important;
	}
	
	li.responsive-menu.rightside.dropdown-container {
		margin-right: 0 !important;
	}
	
	ul.linklist {
		min-width: 25rem;
	}
	
	.header-logo-nav {
		display: flex;
	    align-items: center;
	    justify-content: space-evenly;
	    align-items: center;
	    width: 100%;
	}
	
	.header-logo {
		min-width: auto !important;
	}
	
	ul.linklist.bulletin.inventea-user-menu {
		display: inline-flex;
	    width: 100%;
	    justify-content: center;
	    flex-direction: row-reverse;
	}
	
	fieldset.submit-buttons input {
		padding: 1.6rem 1.5rem;
		font-size: 0.9rem !important;
	}
}

@media only screen and (max-width: 1600px) {
	dd.topics,
	dd.posts {
    	width: 10rem;
	}
	
	dd.lastpost {
	    width: 15rem;
	}
}

@media only screen and (max-width: 1350px) {
	.breadcrumbs .crumb a {
		font-size: 1rem !important;
	}
}

.agreement,
.panel h2, .panel h3, .content h2 {
	font-size: 1.1rem !important;
	line-height: 1.5;
}