/*-- General --*/
#wpcontent {
	padding-left:0 !important;
}

html,
body {
	font-family: 'Open Sans', sans-serif !important;
}

.smooth-round {
	border-radius: 50px 20px;
}

.freshing-blue {
	background-color:#00b6dc;
}

.freshing-purple {
	background-color: #4a3087;
}

.max-width {
	max-width:600px !important;
}

.btn-circle {
	width: 40px !important; 
	height: 40px !important; 
	padding: 9px 10px !important; 
	border-radius: 20px !important; 
	font-size: 15px !important; 
	text-align: center !important; 
}

/*-- Header --*/

#welcome-message {
	font-size:15px;
	bottom:1rem;
	right:0;
	position:absolute;
}

/*-- Stats --*/
.stat-title {
	color:white;
	padding-left:20px;
	line-height:30px;
	margin-bottom:0px;
}

.stat-container {
	box-shadow: 2px 2px 7px #4a3087;
	height:270px;
}

/*--  Next phase --*/

.next-phase {
	color:white;
}

.inline-container {
	width:280px;
	display:inline-block;
}


/*-- Amcharts --*/

.row-stats:after {
	content: "";
	display: table;
	clear: both;
}

#chartdiv {
	float:left;
	height: 240px;
	width:55%;
}

#legenddiv {
	float:left;
	height: 240px;
	width:45%;
}

/*-- Pages --*/
.action-title {
	text-align:center;
	overflow:hidden;
}

.action-text {
	height:170px;
	text-align:center;
}

.page-freshen {
	height:50px;
	text-align:center;
}

#freshen-title {
	color:#1e006a;
}


/*-- Footer --*/

.freshing-footer{
	background-color:#00b6dc;
	color:white;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding:0 50px 55px;
	margin-top: 80px;
}

.freshing-footer-copyright{
	color:  white;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.padding-footer-items {
	padding-top: 55px;
}

.freshing-footer-links {
	line-height: 26px;
}

.freshing-footer-links ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.icon-style {
	vertical-align:middle;
	margin-right:10px;
	font-size:24px !important;
}

.freshing-footer-links ul li a{
	font-size: 15px;
	text-decoration:none;
	color:white;
}

.freshing-footer-about {
	line-height: 22px;
}

.freshing-footer-title, .freshing-footer-title{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.freshing-footer-about p{
    color:white;
	font-size: 15px;
}

.freshing-icon-container {
	display:inline-block;
	width:35px;
	margin:0;
}

/* Settings pane */

.settings-pane {
	right:0;
	left:0;
	margin:auto;
	max-width:700px;
	width:100%;
	background:white;
	z-index:100;
	top:110px;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 0 40px 10px rgba(0,0,0,0.05);
	max-height:80vh;
	overflow-y:scroll;
}

.settings-pane form {
	margin-top:40px;
}

.settings-pane p {
	font-size:16px;
	padding-top:1rem;
}

.settings-pane form button {
	margin-top:20px;
	width:100px;
}

/* Buttons */
.intro-button {
	position:fixed;
	right:30px;
	z-index:1;
}