@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");

/* ------------------------------------------------*/
/*   			AFFOGATO FONT FILES   	   		   */
/*        	BASIC @FONT-FACE STUFF HERE     	   */
/* ------------------------------------------------*/
@font-face {
  font-family: 'Affogato-Black';
  src: url("../webfont/Affogato-Black.eot");
  src: url("../webfont/Affogato-Black.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Black.woff") format("woff"), url("../webfont/Affogato-Black.woff2") format("woff2"), url("../webfont/Affogato-Black.ttf") format("truetype"), url("../webfont/Affogato-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Affogato-Bold';
  src: url("../webfont/Affogato-Bold.eot");
  src: url("../webfont/Affogato-Bold.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Bold.woff") format("woff"), url("../webfont/Affogato-Bold.woff2") format("woff2"), url("../webfont/Affogato-Bold.ttf") format("truetype"), url("../webfont/Affogato-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Affogato-Medium';
  src: url("../webfont/Affogato-Medium.eot");
  src: url("../webfont/Affogato-Medium.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Medium.woff") format("woff"), url("../webfont/Affogato-Medium.woff2") format("woff2"), url("../webfont/Affogato-Medium.ttf") format("truetype"), url("../webfont/Affogato-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Affogato-Regular';
  src: url("../webfont/Affogato-Regular.eot");
  src: url("../webfont/Affogato-Regular.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Regular.woff") format("woff"), url("../webfont/Affogato-Regular.woff2") format("woff2"), url("../webfont/Affogato-Regular.ttf") format("truetype"), url("../webfont/Affogato-Regular.svg") format("svg");
}
@font-face {
  font-family: 'Affogato-Light';
  src: url("../webfont/Affogato-Light.eot");
  src: url("../webfont/Affogato-Light.eot?#iefix") format("embedded-opentype"), url("../webfont/Affogato-Light.woff") format("woff"), url("../webfont/Affogato-Light.woff2") format("woff2"), url("../webfont/Affogato-Light.ttf") format("truetype"), url("../webfont/Affogato-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

#wpadminbar{
	padding:0;
}

.wrap-main{
	position:relative;
	display:inline-block;
	width:100%;
}

.wrap-main *,
.wrap-main *:before,
.wrap-main *:after {
	box-sizing: border-box;
}

.statistics-wrap{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
}

.statistics-wrap-inner{
	position:relative;
	width:100%;
	display:inline-block;
	color:#fff;
	background-color:#14263a;
}

.statistics-top{
	display:table;
	width:100%;
	padding:20px 20px 20px 15px;
	background-color:#1b334d;
}

.statistics-top-cell{
	display:table-cell;
	width:33%;
	padding:5px;
	vertical-align: middle;
	font-family: "Affogato-Regular", "Open Sans", Helvetica, Arial;
	font-size: 17px;
	text-transform: uppercase;
}

.statistics-top-cell a{
	white-space: nowrap;
	display:inline-block;
	text-decoration:none;
	border-radius: 46px;
	transition: 0.3s;
}

.statistics-top-cell img{
	display:inline;
	vertical-align:middle;
}

.statistics-top-cell.logo{
}

.statistics-top-cell.logo img{
	max-height:46px;
	max-width:100%;
}

.statistics-top-cell.manual-optimisation{
	text-align: center;
}

.statistics-top-cell.manual-optimisation a,
.addon-feature-activation button{
	padding: 12px 15px;
	color: #000000;
	background: #ffcc26;
}

.statistics-top-cell.manual-optimisation a:hover,
.addon-feature-activation button:hover{
	background: #ffd859;
}

.statistics-top-cell.manual-optimisation a img{
	margin-right:10px;
	margin-top:-4px;
}

.statistics-top-cell.support{
	width:auto;
	text-align: right;
}

.statistics-top-cell.support a{
	color: #ffcc26;
	padding: 8px 20px 8px 15px;
}

.statistics-top-cell.support a:hover{
	background: #fff6d9;
  	color: #bf9200;
}

.statistics-top-cell.support a img{
	margin-right:15px;
}

.statistics-tabs{
	
}

.statistics-tabs-content-wrap{
	
}

.statistics-tab-content{
	position:relative;
	display:inline-block;
	width:100%;
	padding:4px 5px 5px;
}

.statistics-tabs-nav{
	display:table;
	width:100%;
	margin:0;
	padding:0;
	background-color:#1b334d;
}

.statistics-tabs-nav li{
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	width:33.3333%;

	font-family: "Affogato-Regular", "Open Sans", Helvetica, Arial;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffcc26;
	padding:25px 10px;
	transition: 0.3s;
	cursor:pointer;
}

.statistics-tabs-nav li.active,
.statistics-tabs-nav li:hover{
	background-color:#14263a;
}

.statistics-tab-content{
	position:relative;
	width:100%;
	float:left;
	display:none;
}

.statistics-tab-content.active{
	display:inline-block;
}

.addon-feature-activation,
.addon-feature-stats{
	position:relative;
	width:100%;
	display:inline-block;
	padding:30px;
	text-align: center;
	font-family: "Affogato-Regular", "Open Sans", Helvetica, Arial;
	color:#fff;
	color:rgba(255,255,255,0.7);
}

.addon-feature-activation a{
	display:inline-block;
	margin-top:10px;
	font-size:15px;
	font-weight:400;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
}

.addon-feature-activation a:hover{
	text-decoration:underline;
}

.addon-feature-activation button{
	position:relative;
	min-width: 120px;
	padding: 13px 25px;
	text-transform:uppercase;
	border:0;
	border-radius: 46px;
	cursor:pointer;
	overflow:hidden;
}

.addon-feature-activation button.disabled:after{
	content: "";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	background-color:#ffcc26;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../images/addon-load.gif);
}

.addon-feature-stats .compress-image-saved{
	display:table;
	width:140px;
	height:140px;
	margin:0 auto;
	font-weight:300;
	color:#fff;
	color:rgba(255,255,255,0.7);
	border:1px solid rgba(255,255,255,0.2);
	border-radius:9999px;
}

.addon-feature-stats .compress-image-saved div{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.addon-feature-stats .compress-image-saved span{
	display:inline-block;
	width:100%;
	padding-top:10px;
	font-size:2.2em;
	font-weight:500;
	color:#fff;
}

.total-image-compress{
	display:inline-block;
	width:100%;
	text-align:center;
	font-size:1.1em;
	font-weight:300;
}

.total-image-compress span{
	color:#fff;
	font-weight:500;
	font-size:1.4em;
}

ul.cache-and-database-list{
	display:table;
	width:100%;
	padding:0;
	margin:0;
	font-family: "Affogato-Regular", "Open Sans", Helvetica, Arial;
	border:1px solid rgba(255,255,255,0.05);
	border-radius:10px;
}

ul.cache-and-database-list li{
	display:table-cell;
	width:33%;
	padding:20px 5px;
	vertical-align:middle;
	font-weight:300;
	border-right:1px solid rgba(255,255,255,0.03);
}

ul.cache-and-database-list li:last-child{
	border-right:0;
}

ul.cache-and-database-list li span{
	display:inline-block;
	width:100%;
	padding-top:5px;
	font-size:1.5em;
	font-weight:500;
	color:#fff;
}

.cdn-comming-soon{
	position:relative;
	display:table;
	width:100%;
	margin-bottom:20px;
	margin-bottom:1.25rem;
	font-size:1.5em;
	line-height:1.2;
	color:rgba(0,0,0,0.3);
	background:rgba(0,0,0,0.1);
}

.cdn-comming-soon > div{
	display:table-cell;
	vertical-align:middle;
	font-weight:700;
	text-align:center;
	text-transform: uppercase;
	padding:75px 10px 80px;
}

.cdn-comming-soon strong{
	font-size:1.3em;
	font-weight:inherit;
	display:inline-block;
	width:100%;
}

.wrap-main .add-ons-list{
	position:relative;
	float:left;
	width:100%;
	font-family: "Affogato-Regular", "Open Sans", Helvetica, Arial;
}

.add-ons-list .add-on{
	position:relative;
	display:inline-block;
	width:100%;
	margin-bottom:1.25rem;
	background:#fff;
	border:1px solid #e6e6e6;
}

.add-on-title{
	position:relative;
	display:inline-block;
	width:100%;
	padding:0 15px;
	border-bottom:1px solid #e6e6e6;
	background-color:#f5f5f5;
}

.add-on-title h3{
	position:relative;
	display:inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height:1;
	text-transform:uppercase;
	color:#14263a;
	color:#1b334d;
}

.add-on-content{
	position:relative;
	display:inline-block;
	width:100%;
	float:left;
	padding:5px 15px 15px;
	background-color:#fff;
}

.add-on-content textarea{
	display:inline-block;
	width:100%;
	min-height:150px;
	margin:5px 0 10px;
}

.export-addons-list-options{

}

.export-addons-list-options label{
	position:relative;
	display:inline-block;
	width:100%;
	font-weight: 700;
	margin-bottom:15px;
}

.clear-import-btn,
.copy-export-btn{
	float:right;
}

.offload-g-analytics-form{
	position:relative;
	display:inline-block;
	width:100%;
	float:left;
	padding-top:10px;
}

.offload-g-analytics-form .form-group{
	position:relative;
	width:100%;
	float:left;
	display:inline-block;
	margin-bottom:20px;
}

.offload-g-analytics-form label{
	display:inline-block;
	 width:100%; 
	padding-bottom:10px;
	font-weight:600;
}

@media screen and (min-width:1141px){
	.statistics-wrap{
		width:67%;
	}

	.statistics-wrap-inner{
		margin-right:15px;
	}

	.wrap-main .add-ons-list{
		width:33%;
	}

	.add-ons-list-inner{
		padding-left:15px;
	}
}

@media screen and (max-width:990px){
	.statistics-top-cell{
		font-size: 16px;
	}
}
@media screen and (max-width:776px){
	.statistics-top{
		display:inline-block;
		padding:25px 0;
	}

	.statistics-top-cell{
		position:relative;
		display:inline-block;
		float:left;
		padding:5px;
		padding:0 20px;
		vertical-align: initial;
		text-align: center;
	}

	.statistics-top-cell.manual-optimisation{
		width:60%;
		
	}

	.statistics-top-cell.support{
		width:40%;
		text-align:center;
	}

	.statistics-top-cell.logo{
		width:100%;
		padding-bottom:30px;
	}
}

@media screen and (max-width:580px){
	.statistics-top{
		padding:30px 0 0 0;
	}

	.statistics-top-cell.manual-optimisation,
	.statistics-top-cell.support,
	.statistics-top-cell.logo{
		width:100%;
		padding:0 20px 20px;
		text-align:center;
	}
	.statistics-top-cell.logo{
		padding-bottom:30px;
	}

	.statistics-top-cell a{
		white-space: normal;
	}
}
