/*===Typography styles===*/
.tablet-mobile-visible,
.tablet-visible,
.mobile-visible {
	display: none;
}

@media only screen and (max-width : 991px) {
	.desktop-visible {
		display: none;
	}

	.tablet-visible,
	.tablet-mobile-visible {
		display: block;
	}
}

@media only screen and (max-width : 603px) {
	.tablet-visible,
	.desktop-tablet-visible,
	.desktop-tablet-visible.amazon-button {
		display: none;
	}

	.mobile-visible {
		display: block;
	}
}

.single-page h1:not(.article-title),
.single-page h2:not(.article-title),
.single-page h3:not(.article-title),
.single-page h4:not(.article-title):not(.ra-title),
.single-page h5:not(.article-title),
.single-page h6:not(.article-title) {
	font-family: Open Sans Extrabold, sans-serif;
	color: #3f3f3f;
	letter-spacing: -0.02em;
	text-transform: none;
}

.single-page h1:not(.article-title),
.single-page h1:not(.article-title) a {
	font-size: 52px !important;
}

.single-page h2:not(.article-title),
.single-page h2:not(.article-title) a {
	font-size: 32px !important;
}

.single-page h3:not(.article-title),
.single-page h3:not(.article-title) a {
	font-size: 28px !important;
}

.single-page h4:not(.article-title):not(.ra-title),
.single-page h5:not(.article-title) {
	font-size: 20px;
}

.single-page h6:not(.article-title),
.single-page h6:not(.article-title) a {
	font-size: 18px !important;
}

.single-page p,
.single-page ul li,
.single-page ol li {
	line-height: 28px;
	letter-spacing: 0em;
}

.single-page p {
	font-family: 'Proximanova Regular', sans-serif;
	font-size: 18px;
	color: #424242;
	margin: 0 0 21px;
}

.single-page p iframe {
	max-width: 100%;
}

.single-page img {
  max-width: 100%;
  height: auto;
}

.single-page .aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto 15px;
}

/*links*/
.single-page .the-content a,
.single-page .the-content a:link,
.single-page .the-content a:visited {
	font-family: Proximanova Regular, sans-serif;
}

/* content not in p fix */
.single-page div[id^="content-anchor-inner"] {
	font-family: Proximanova Regular, sans-serif;
	font-size: 19px;
	color: #727272;
	letter-spacing: -0.04em;
}

.single-page ul {
	list-style: none;
	padding-left: 50px;
}

.single-page ul li {
	position: relative;
}

.single-page .the-content ul li:not(.rv_list_item):not(.aa_p_rp):not(.comment):not(.gfield):before {
	content: '.';
	display: block;
	position: absolute;
	color: #53cc39;
	font-size: 26px;
	left: -10px;
	top: -8px;
}

.single-page ol {
	counter-reset: item;
}

.single-page ol li {
	display: block;
}

.single-page ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	color: #00D49F;
	font-family: Open Sans Bold, sans-serif;
	font-size: 15px;
	margin-right: 4px;
}

code, pre {
	font-family: Consolas;
	font-size: 12px;
	color: #444 !important;
	padding: 15px 20px !important;
	background: #f1f5f7 !important; 
}

/*=Blockquote=*/
blockquote {
	margin: 50px 0;
	display: block;
	padding: 0;
	position: relative;
	border: none;
}

.single-page blockquote p {
	font-family: Open Sans Semibold Italic !important;
	font-size: 20px !important;
	letter-spacing: -0.015em !important;
	line-height: 28px !important;
	padding: 0 50px 0 70px;
}

blockquote:before,
blockquote:after {
	display: block;
	position: absolute;
	font-family: aressence;
	font-size: 96px;
	color: #b6b6b6;
}

blockquote:before {
	top: 20px;
	left: 25px;
	content: '\201c';
}

blockquote:after {
	bottom: -32px;
	right: 25px;
	content: '\201d';
}

blockquote.left {
	max-width: calc(50% - 10px);
	float: left;
	margin-right: 10px;
	margin-left: 0;
}

blockquote.right {
	max-width: calc(50% - 10px);
	float: right;
	margin-left: 10px;
}

/*=Pull Quotes=*/
blockquote.quote_new {
	margin-left: 51px;
	border-left: 5px solid;
	padding-left: 2px;
}

blockquote.quote_new p {
	color: inherit;
	padding: 0 20px;
}

blockquote.quote_new:before,
blockquote.quote_new:after {
	display: none;
}

blockquote.quote_new.left{
	max-width: calc(50% - 71px);
	margin-left: 51px;
}

blockquote.quote_new.right {
	margin-left: 10px;
}

blockquote.quote_new.center {
	margin: 0;
	border: none;
	margin: 45px 0 52px;
}

blockquote.quote_new.center p {
	font-family: Open Sans Extrabold, sans-serif !important;
	font-size: 34px !important;
	letter-spacing: -0.065em !important;
	line-height: 38px !important;
	padding: 0 20px;
	margin-bottom: 14px;
}

blockquote.quote_new.center footer {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-family: Proximanova Bold, sans-serif !important;
	letter-spacing: -0.01em;
}

blockquote.quote_new.center footer cite {
	font-style: normal;
}

blockquote.quote_new.center footer:before {
	display: none;
}

a.tweet-this {
	position: relative;
	top: 3px;
	right: 5px;
}

a.tweet-this:before {
	content: 'Tweet this';
	font-family: Proximanova Extrabold, sans-serif !important;
	font-size: 14px;
	color: #fff;
	background: #000;
	position: absolute;
	width: 80px;
	height: 26px;
	border-radius: 3px;
	left: -95px;
	top: -13px;
	letter-spacing: -0.03em;
	line-height: 26px;
	padding: 0 6px;
	box-shadow: 0px 7px 19px 0px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 7px 19px 0px rgba(0, 0, 0, 0.13); 
}

a.tweet-this:after {
	content: '';
	display: block;
	position: absolute;
	border-width: 0 0 0 5px;
	border-color: #fff #fff #fff #000;
	border-style: solid;
	width: 10px;
	height: 10px;
	border-left: 5px solid #000;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	left: -15px;
	top: -5px;
}

a.tweet-this:before,
a.tweet-this:after {
	opacity: 0;
	transition: top .3s cubic-bezier(0,1.18,.4,1.86), opacity .3s linear;
	-webkit-transition: top .3s cubic-bezier(0,1.18,.4,1.86), opacity .3s linear;
}

a.tweet-this:hover:before {
	opacity: 1;
	top: -8px;
}

a.tweet-this:hover:after {
	opacity: 1;
	top: 0px;
}

.blockquote-reverse,
blockquote.pull-right {
	border: none;
	padding: 0;
}

.blockquote-reverse p,
blockquote.pull-right p {
	padding: 0 70px 0 50px;
}

blockquote.quote_long {
	margin: 25px 0 30px;
}

blockquote.quote_long:after {
	display: none;
}

blockquote.quote_long:before {
	top: 45px;
	left: -35px;
	font-size: 200px;
	line-height: 43px;
	color: #e5e5e5;
}

.single-page blockquote.quote_long p {
	font-size: 26px !important;
	letter-spacing: 0em !important;
	line-height: 38px !important;
	padding: 0 0 0 47px;
	color: inherit !important;
	margin-bottom: 10px;
}

blockquote.quote_long footer,
blockquote.quote_new footer {
	font-size: 16px;
	line-height: 20px;
	color: #787878;
	font-family: Open Sans Bold Italic, sans-serif;
	letter-spacing: -0.01em;
}

blockquote.quote_long footer {
	margin-left: 46px;
}

blockquote.quote_new footer {
	margin-left: 20px;
}
/*===End Typography===*/

/* AD styles */
.section_divider .textwidget {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}

.section_divider,
.is_section_divider {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* AD styles */

/*---.ss_post_wrapper---*/
@media only screen and (min-width : 1241px) {
  .col-md-8.single-post-selector,
  .billboard-content-wrap .col-md-8 {
    min-width: 830px;
  }

  .billboard-help-grid {
    max-width: 195px;
  }
}

.col-md-4.single-sidebar-selector {
	max-width: 380px;
  display: none;
}

@media (min-width: 992px) {
  .col-md-4.single-sidebar-selector {
    display: block;
  }
}

.single #page .container-fluid .container-inner {
	margin-bottom: 50px;
}

.single-wrapper {
	margin-top: 0;
}

.padded-panel {
	padding: 0;
}

.post-content {
	overflow: visible;
}

.post-right {
	position: relative;
}

/*===Billboard layout===*/
/*---billboard.wide---*/
.billboard-wrapper {
  position: relative;
}

.billboard-wrapper.wide {
	max-width: 1200px;
}

.billboard-content-wrap.wide {
	max-width: 1200px;
	margin: 0 auto;
}

/*===Longform layout===*/
/* full width billboard */
.full-billboard-wrapper {
  position: relative;
}

.full-billboard-wrapper .billboard-image-wrapper {
  height: 600px;
}

.billboard-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0 !important;
  background-image: url("data:image/png;base64,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DAQIECBAgAABAgQIECBAgAABAgQIECBAoFogFtD3VR/U8QgQIECAAAECBAgQIECAAAECBAgQIECAgAW0c4AAAQIECBAgQIAAAQIECBAgQIAAAQIEugjEAvr+Lkd2UAIECBAgQIAAAQIECBAgQIAAAQIECBAYWiAW0A8MLeDFEyBAgAABAgQIECBAgAABAgQIECBAgEAXAQvoLqwOSoAAAQIECBAgQIAAAQIECBAgQIAAAQKxgH4QAwECBAgQIECAAAECBAgQIECAAAECBAgQqBaIBfRD1Qd1PAIECBAgQIAAAQIECBAgQIAAAQIECBAgYAHtHCBAgAABAgQIECBAgAABAgQIECBAgACBLgKxgH64y5EdlAABAgQIECBAgAABAgQIECBAgAABAgSGFogF9CNDC3jxBAgQIECAAAECBAgQIECAAAECBAgQINBFIBbQj07TdDQ7evx/vt6C8HA+uB5cDymgB3qgB3qgB01AD/VQD/VQD/XQ/cD90DxgHjAPmAcWzQO5gO6y3XZQAgQIECBAgAABAgQIECBAgAABAgQIEBhXIBbQj4378r1yAgQIECBAgAABAgQIECBAgAABAgQIEOglYAHdS9ZxCRAgQIAAAQIECBAgQIAAAQIECBAgMLhALKAfH9zAyydAgAABAgQIECBAgAABAgQIECBAgACBDgKxgH6iw3EdkgABAgQIECBAgAABAgQIECBAgAABAgQGF4gF9JNTe2pnPr3UrzycD64HHdABHdABHdABHdABHdABHdABHdABHdABHdCBgzuQC+jB9/BePgECBAgQIECAAAECBAgQIECAAAECBAhUC8QC+qnqgzoeAQIECBAgQIAAAQIECBAgQIAAAQIECBDYXUDn2+pTxtftbfY8moDzwfngetADPdRD9wP3Q/OAecA8YB4wD5gHzAPmAfOAecA8YB5YPA9EMJ7e/GnxEA/xEI/F8dh8drw/7y8f/vLhLx/mB/OD+cH8YB4wD5gHzAPmAfOAecA8YB4wD+ydB+Im8czsHb5+S4AAAQIECBAgQIAAAQIECBAgQIAAAQIESgRiAf3s7Ej7nmqYf8Q/P/7pp3yagPPD+XHc03FdH64PfdBH9wf3B/eHszvg/uj+6P7o/uj+6P7o/uj+uNsB84H54H85H+wuoEu22g5CgAABAgQIECBAgAABAgQIECBAgAABAgRiAf0cBgIECBAgQIAAAQIECBAgQIAAAQIECBAgUC2QC+jjfuxj348D+f+P/zEhLlxcR/t/jNL14fpwfbg+dEAHdEAHdEAHdEAHdEAHdEAHdGDADsSF//w5PrvXSTHgSeF82PtZ1q4H14NhybCkAzqgAzqgAzqgAzqgAzqgAzqgAzqgAys6kAvo6ndWOx4BAgQIECBAgAABAgQIECBAgAABAgQIDC4QC+gXZu94TY78To6vmwCP9p0t54PzwfWgB3qoh+4H7ofmAfOAecA8YB4wD5gHzAPmAfOAecA8sHgeyAV0vm08A+LrdhLxaALOB+eD60EP9FAP3Q/cD80D5gHzgHnAPGAeMA+YB8wD5gHzgHlg9TwQ4Xhxtmj1WwIECBAgQIAAAQIECBAgQIAAAQIECBAgUCKQC2gfnL3ig7Nn7wjmxs2DBzx4QAd0QAd0QAd0QAd0QAd0QAd0QAd0QAd0QAf2dCBgXpp9xrGLxcXiYnHT1AEd0AEd0AEd0AEd0AEd0AEd0AEd0AEd0AEdKOlALqBL3k7tIAQIECBAgAABAgQIECBAgAABAgQIECBAIAViAf0yDgIECBAgQIAAAQIECBAgQIAAAQIECBAgUC2QC+iSt1P7bOSJox9P8eMpfjxFB3RAB3RAB3RAB3RAB3RAB3RAB3RAB3RABzYdCIhXqrfajkeAAAECBAgQIECAAAECBAgQIECAAAECBGIB/SoGAgQIECBAgAABAgQIECBAgAABAgQIECBQLRAL6NeqD+p4BAgQIECAAAECBAgQIECAAAECBAgQIEDAAto5QIAAAQIECBAgQIAAAQIECBAgQIAAAQJdBGIB/XqXIzsoAQIECBAgQIAAAQIECBAgQIAAAQIECAwtEAvoNzYC+XTOBPF1e1onjybgfHA+uB70QA/10P3A/dA8YB4wD5gHzAPmAfOAecA8YB4wD5gHVs0D8wX00Jt4L54AAQIECBAgQIAAAQIECBAgQIAAAQIEagViAf1m7SEdjQABAgQIECBAgAABAgQIECBAgAABAgQItB8ZeAsEAQIECBAgQIAAAQIECBAgQIAAAQIECBCoFrCArhZ1PAIECBAgQIAAAQIECBAgQIAAAQIECBA4IxAL6LdZECBAgAABAgQIECBAgAABAgQIECBAgACBaoFcQHt65VbW01w9zdX14HpIAT3QAz3QAz1oAnqoh3qoh3qoh+4H7ofmAfOAecA8cKJ5IE6cd6q32o5HgAABAgQIECBAgAABAgQIECBAgAABAgRiAX0aAwECBAgQIECAAAECBAgQIECAAAECBAgQqBaIBfS71Qd1PAIECBAgQIAAAQIECBAgQIAAAQIECBAgYAHtHCBAgAABAgQIECBAgAABAgQIECBAgACBLgKxgH6vy5EdlAABAgQIECBAgAABAgQIECBAgAABAgSGFogF9PtDC3jxBAgQIECAAAECBAgQIECAAAECBAgQINBFwAK6C6uDEiBAgAABAgQIECBAgAABAgQIECBAgEAsoD/AQIAAAQIECBAgQIAAAQIECBAgQIAAAQIEqgViAf1h9UEdjwABAgQIECBAgAABAgQIECBAgAABAgQIWEA7BwgQIECAAAECBAgQIECAAAECBAgQIECgi0AsoD/qcmQHJUCAAAECBAgQIECAAAECBAgQIECAAIGhBWIB/fHQAl48AQIECBAgQIAAAQIECBAgQIAAAQIECHQRmC+g4/dHs/+Kr3k4H7YXhOvB9eB6cD2kgB7ogR7ogR40AT3UQz3UQz3UQ/cD90PzgHngvPNAnCSfdFltOygBAgQIECBAgAABAgQIECBAgAABAgQIDC0QC+hPhxbw4gkQIECAAAECBAgQIECAAAECBAgQIECgi4AFdBdWByVAgAABAgQIECBAgAABAgQIECBAgACBWEB/hoEAAQIECBAgQIAAAQIECBAgQIAAAQIECFQLxAL68+qDOh4BAgQIECBAgAABAgQIECBAgAABAgQIEIgF9BdTe1pjPrXSrzycD64HHdABHdABHdABHdABHdABHdABHdABHdABHdCBgzuQC2ireAIECBAgQIAAAQIECBAgQIAAAQIECBAgUCoQC+gvS4/oYAQIECBAgAABAgQIECBAgAABAgQIECBAYPOxG7GAzrfTJ4qv29vreTQB54PzwfWgB3qoh+4H7ofmAfOAecA8YB4wD5gHzAPmAfOAecA8sHoeiHB8tfkM6NX/8uZfEB/xER/x0Q9/GfGXEX8ZMQ+YB8wD5gHzgHnAPGAeMA+YB8wD5gHzgHngrHkgF9CzN/v6LQECBAgQIECAAAECBAgQIECAAAECBAgQOFwgFtBfb94B7amWnmp58FMtZx/X4XxyPjmfPC1ZB3RAB3RAB3RAB3RAB3RAB3RAB3RABwbvQC6gD19lOwIBAgQIECBAgAABAgQIECBAgAABAgQIEJgJxAL6GyIECBAgQIAAAQIECBAgQIAAAQIECBAgQKBaIBfQfhzCj0P4cYjBfxzCx6dMOqiDOqiDOqADOqADOqADOqADOqADOqADOlDcgQD91mdAT+IiLuJSHBdd0RXf1PBNDR3QAR3QAR3QAR3QAR3QAR3QAR3QgVxAV7+z2vEIECBAgAABAgQIECBAgAABAgQIECBAYHCBWEB/N7iBl0+AAAECBAgQIECAAAECBAgQIECAAAECHQR2F9D5MQT5n/J1+1gCHk3A+eB8cD3ogR7qofuB+6F5wDxgHjAPmAfMA+YB84B5wDxgHjAPLJ4HIhjfd1hsOyQBAgQIECBAgAABAgQIECBAgAABAgQIDC4QC+gfNgb5IL4k8XX7jiaPJuB8cD64HvRAD/XQ/cD90DxgHjAPmAfMA+YB84B5wDxgHjAPmAdWzQNxwvzoaZSeRumptJ5KqwM6oAM6oAM6oAM6oAM6oAM6oAM6oAM6oAM6UN2BXEAP/kZwL58AAQIECBAgQIAAAQIECBAgQIAAAQIEqgViAf1T9UEdjwABAgQIECBAgAABAgQIECBAgAABAgQI5AI6n17q1+1nOeVnGvl1+3Rf54fzw/XgetABHdABHdABHdABHdABHdABHdABHdABHVjcgfiDP9vDEyBAgAABAgQIECBAgAABAgQIECBAgACBaoFcQM+fXrn731j7dFP//n8F+K17Oqzzx/kzF3D9uH7WPF1ZP/RDP7YC+qmf+rn8enD/cP9w/1h+vezeX1w/rh/Xj+snBcyf5s+982f8g19mT7c86Umz9iTz59edlLx4rflLpPPF+eJ8OfkQ6Ppx/bh+XD/m4Sagh3qoh3qoh3rofuB+aB4wD5TMA7mArn5nteMRIECAAAECBAgQIECAAAECBAgQIECAwOACsYD+dXADL58AAQIECBAgQIAAAQIECBAgQIAAAQIEOgjkAnrxUwtnP47naZeedum88dRbHdABHdABHdABHdABHdABHdABHdABHdABHdCBvR2If/Bbh8W2QxIgQIAAAQIECBAgQIAAAQIECBAgQIDA4AKxgP59cAMvnwABAgQIECBAgAABAgQIECBAgAABAgQ6CMQC+o8Ox3VIAgQIECBAgAABAgQIECBAgAABAgQIEBhcwAJ68BPAyydAgAABAgQIECBAgAABAgQIECBAgEAvgVhA/9nr4I5LgAABAgQIECBAgAABAgQIECBAgAABAuMKxAL6r3FfvldOgAABAgQIECBAgAABAgQIECBAgAABAr0ELKB7yTouAQIECBAgQIAAAQIECBAgQIAAAQIEBheIBfTfgxt4+QQIECBAgAABAgQIECBAgAABAgQIECDQQSAW0P90OK5DEiBAgAABAgQIECBAgAABAgQIECBAgMDgAv8CeAXOYiEzFiEAAAAASUVORK5CYII=");
  background-position: center bottom;
  background-repeat: repeat-x;
  padding: 25px 0 17px;
}

.billboard-content-wrapper .container-inner {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.billboard-content-wrapper h1.single-title,
.billboard-content-wrapper .publication-time,
.billboard-content-wrapper .aa_socs_total,
.billboard-content-wrapper .soc:before {
  color: #fff !important;
}

.billboard-content-wrapper h1.single-title {
  margin-bottom: 16px;
}

.billboard-content-wrapper a.aa_post_cat_link {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.billboard-content-wrapper .single_share_block,
.billboard-content-wrapper .authorinfo {
  float: right;
  position: relative;
  top: -3px;
}

		/*mobile*/
		@media only screen and (max-width : 1200px) {
			.longform-billboard-wrapper .post-info-block {
				max-width: calc(100% - 40px);
			}
		}

		@media only screen and (max-width : 991px) {
			.full-billboard-wrapper.longform-billboard-wrapper {
				height: calc(100vh - 167px);
				min-height: 496px;
				padding-top: 92px;
			}

			.longform-billboard-wrapper .longform-container.container-inner {
				min-height: 496px;
			}

			.longform-logo-wrapper {
				padding-top: 1px;
			}

			.longform-logo-wrapper img {
				max-width: 270px;
			}

			.longform-billboard-wrapper h1.main-title {
				font-size: 32px !important;
				line-height: 38px !important;
				margin: -11px 0 24px !important;
				letter-spacing: -0.06em;
				padding: 0 20px;
			}

			.longform-billboard-wrapper .post-info-block {
				position: relative;
				text-align: center;
			}

			.longform-billboard-wrapper .post-info-block:before,
			blockquote.quote_new.center:after {
				display: none;
			}

			.longform-billboard-wrapper .post-info-block {
				max-width: 100%;
			}
		}

		@media only screen and (max-width : 782px) {
			.aa_mobile_device .full-billboard-wrapper.longform-billboard-wrapper {
				height: calc(100vh - 138px);
			}
		}
		/*mobile*/

/*===Longform layout===*/

/* billboard-wrapper */
h1.single-title {
	margin: 5px 0 8px;
}

/* .post-info-block */
.post-categories {
	margin-right: 3px;
  display: inline-block;
  overflow: hidden;
}

a.aa_post_cat_link {
  display: inline-block;
  height: 22px;
  border-radius: 2px;
  background-color: #edeef4;
  color: #525767;
  font-family: "Proximanova Bold", sans-serif;
  font-size: 12px;
  letter-spacing: 2.57px;
  line-height: 24px;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 0 17px;
}

.publication-time {
  display: inline-block;
  height: 22px;
  color: #b5b6c3;
  font-family: "Proximanova Regular", sans-serif;
  font-size: 13px;
  line-height: 24px;
  overflow: hidden;
}

.aa_postauthor_link span {
	color: #00D49F;
}

.aa_postauthor_link:hover span {
	color: #3f3f3f;
}

.span-container span:not(:last-child):after {
	content: '/';
	margin: 0 6px;
	font-family: Proximanova Black, sans-serif;
}

.post-info-block.top-info-block {
  margin-bottom: 15px;
}

/*bottom-info-blo*/
.post-info-block.bottom-info-block {
  border-top: 1px solid rgba(181, 182, 195, 0.3);
  border-bottom: 1px solid rgba(181, 182, 195, 0.3);
  padding: 20px 0 10px;
  margin: 19px 0;
}

.post-tags-container {
  float: right;
}

.tag-block-title,
.tag-link {
  width: 46px;
  height: 24px;

  font-family: "Proximanova Regular", sans-serif;
  font-size: 13px;
  line-height: 24px;
}

.tag-block-title {
  color: #b5b6c3;
}

.tag-link {
  color: #46bd50;
}

.post-tags .tag-link:not(:last-child):after {
  content: ', ';
}
/* .post-info-block */

/*author info*/
.authorinfo:not(.multiple) {
  overflow: hidden;
}

.aa_author_thumb_wrap {
  float: left;
  margin-right: 10px;
}

.aa_author_thumb_wrap .avatar {
	border-radius: 50%;
}

.aa_author_cont_wrap {
	display: inline-block;
}

.authorinfo:not(.multiple) .author-name-block,
.multiple_authors .centering-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  line-height: 30px;
}

.authorinfo a.author-name {
	color: #00D49F;
  font-family: 'Proximanova Regular', sans-serif;
  font-size: 13px;
  display: inline-block;
}

/*multiple author*/
.authorinfo.multiple .author-info {
  float: left;
  position: relative;
  cursor: pointer;
}

.authorinfo.multiple .author-info:not(:first-of-type) {
  margin-left: -22px;
}

.authorinfo.multiple .author-info:first-of-type {
  z-index: 10;
}

.authorinfo.multiple .author-info:nth-child(2) { z-index: 9; }
.authorinfo.multiple .author-info:nth-child(3) { z-index: 8; }
.authorinfo.multiple .author-info:nth-child(4) { z-index: 7; }
.authorinfo.multiple .author-info:nth-child(5) { z-index: 6; }
.authorinfo.multiple .author-info:nth-child(6) { z-index: 5; }
.authorinfo.multiple .author-info:nth-child(7) { z-index: 4; }
.authorinfo.multiple .author-info:nth-child(8) { z-index: 3; }
.authorinfo.multiple .author-info:nth-child(9) { z-index: 2; }
 
.authorinfo.multiple .aa_author_thumb_wrap {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.authorinfo.multiple .aa_author_cont_wrap {
	position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 169px;
  background: #fff;
  border: 1px solid #c4cfd4;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: center;
  top: calc( 100% - -13px );
  left: calc(-50% - 46px);
  padding: 5px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  overflow: visible;
}

.authorinfo.multiple .aa_author_cont_wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: #fff;
  border-top: 1px solid #c4cfd4;
  border-right: 1px solid #c4cfd4;
  transform: rotate(-45deg);
  right: 0;
  left: 0;
  margin: -7px auto;
  top: 0;
}

.authorinfo.multiple .author-info:hover {
  z-index: 11;
}

.authorinfo.multiple .author-info:hover .aa_author_cont_wrap {
  opacity: 1;
  visibility: visible;
}

.authorinfo.multiple .author-name-block a {
	display: block;
}

.authorinfo.multiple .author-name-block a.author-name{
  line-height: 20px;
}

.authorinfo.multiple .authorinfo a.author-name {
  margin-top: 0;
}

.multiple_authors {
  overflow: hidden;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

.multiple_authors a.author-name:not(:first-child):before {
  content: '•';
  color: #b5b6c3;
  margin: 0 4px;
}
/* authorinfo */

/*-Image Source Link-*/
.source_link_wrap {
	display: block;
	text-align: right;
}

.source_link_wrap a{
	line-height: 30px;
	font-size: 13px;
	position: relative;
	font-family: Open Sans Semibold, sans-serif;
}

.single-page .alignnone + .source_link_wrap {
	margin-top: -5px;
}

.alignleft + .source_link_wrap {
	float: left;
	clear: left;
}

.alignright + .source_link_wrap {
	float: right;
	clear: right;
}

/*===end cats/tag postinfo===*/
.aa_padded {
	padding-left: 20px;
	padding-right: 20px;
}

.aa_padded li:before {
	display: none !important;
}
/*===related videos widget===*/

/*===end related videos widget===*/
.related_videos_shortcode.align_left .rv_list_item:nth-child(2n+1),
.related_videos_shortcode.align_right .rv_list_item:nth-child(2n+1) {
	clear: left;
}

.related_videos_shortcode.align_left .rv_list_item:nth-child(2n),
.related_videos_shortcode.align_right .rv_list_item:nth-child(2n) {
	margin-left: 0;
	margin-right: 0;
}

.related_videos_widget .rv_list_item,
.related_videos_shortcode.align_left .rv_list_item,
.related_videos_shortcode.align_right .rv_list_item {
	margin-right: 6%;
	width: 46%;
	float: left;
	margin-bottom: 6%;
	max-width: 178px;
	list-style: none;
}

.related_videos_widget .rv_list_item:nth-child(even) {
	margin-right: 0;
}

.related_videos_widget .bar-header {
	margin-bottom: 17px;
}

.rv_item_link {
	display: inline-block;
	padding: 0;
	position: relative;
	width: 100%;
	height: 128px;
}

.yt-thumbnail-block {
	background-size: cover;
	height: 96px !important;
	padding: 0;
	width: 100%;
	background-position: center;
}

.yt-thumb-subscr {
	display: block;
	color: #3f3f3f;
	font-family: Open Sans Bold,sans-serif;
	top: 50px;
	font-size: 14px;
	letter-spacing: -0.02em;
	line-height: 20px;
	width: 100%;
	margin-top: 6px;
	max-height: 40px;
	overflow: hidden;
}

/*related videos from shortcode*/
.related_videos_shortcode {
	position: relative;
}

.related_videos_shortcode.align_left {
	width: 50%;
	float: left;
	margin-right: 10px;
}

.related_videos_shortcode.align_right {
	width: 50%;
	float: right;
	margin-left: 10px;
}

.related_videos_shortcode .rv_list_item {
	float: left;
	width: 180px;
	height: 146px;
	margin-right: 18px;
}

.related_videos_shortcode.align_center .rv_list_item:last-child {
	margin-right: 0;
}

.related_videos_shortcode .rv_list {
	background: #F1F5F7;
	padding: 20px 17px 11px !important;
	margin-top: 8px;
	position: relative;
}

.related_videos_shortcode .yt-thumb:after {
	border-radius: 5px;
}

.yt-thumb {
	position: relative;
}

.yt-thumb:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/native_hub_video_overlay.png);
	width: 100%;
	height: 100%;
	background-size: 75%;
	background-position: 105% 115%;
	background-repeat: no-repeat;
}

.related_videos_shortcode .aa_rr_slider_arr {
	top: 1px;
}

/*---Envira Gallery Plugin---*/
.aa_envira {
	margin: 0 auto 15px;
}

.aa_envira code,
.aa_envira .envirabox-skin {
	background-color: transparent;
}

.aa_envira_wrapper {
	position: relative;
}

.lb_bg .aa_envira_wrapper {
	position: static;
}

.aa_envira_lightbox_trigger {
	width: 130px;
	height: 130px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 4;
}

.aa_envira_lightbox_trigger:before {
	content: '\e900';
	font-family: icons;
	color: #fff;
	right: 15px;
	top: 10px;
	position: absolute;
	font-size: 21px;
}

.lb_bg .aa_envira_lightbox_trigger:before {
	content: '\e5cd';
	right: 15px;
	top: 10px;
	position: absolute;
	font-size: 32px;
}

.aa_envira_controls {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.lb_bg .aa_envira_controls {
	display: none;
}

.envirabox-overlay .aa_envira_controls,
.envirabox-overlay .envirabox-wrap {
	overflow: visible !important;
}

.aa_envira_items {
	max-width: none;
	text-align: center;
	position: relative;
	left: 0;
	margin-top: 7px;
}

.aa_sliding .aa_envira_items {
	text-align: left;
}

.aa_envira_wrapper .aa_envirabox-nav {
	width: 15%;
	z-index: 3;
	position: absolute;
	top: 0;
	height: 100%;
}

.aa_envira_wrapper .aa_envirabox-prev {
	left: 0;
}

.aa_envira_wrapper .aa_envirabox-next {
	right: 0;
}

.aa_envira_wrapper .aa_envirabox-nav:before {
	font-family: icons;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	font-size: 46px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.aa_envira_wrapper .aa_envirabox-nav:hover:before {
	opacity: 0.3;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.aa_envira_wrapper .aa_envirabox-prev:before {
	content: '\e5c4';
	left: 3px;
}

.aa_envira_wrapper .aa_envirabox-next:before {
	content: '\e5c8';
	right: 9px;
}

.aa_envira_controls .envirabox_nav {
	display: none;
	background: #fff;
	width: 30px;
	height: 100%;
	opacity: 1;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.lb_bg .aa_envira_controls .envirabox_nav {
	background: #000;
	border-color: #222 !important;
}

.aa_envira_controls .envirabox_nav:hover {
	opacity: .9;
}

.aa_envira_controls .envirabox_nav:before {
	content: '';
	border-width: 8px;
	border-style: solid;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 50%;
	margin-right: -6px;
}

.aa_envira_controls .envirabox_nav.envirabox_prev {
	left: 0;
	border-right: 1px solid #e2e2e2;
}

.aa_envira_controls .envirabox_nav.envirabox_prev:before {
	border-color: transparent #838383 transparent transparent;
	margin-left: -12px;
}

.aa_envira_controls .envirabox_nav.envirabox_next {
	right: 0;
	border-left: 1px solid #e2e2e2;
}

.aa_envira_controls .envirabox_nav.envirabox_next:before {
	border-color: transparent transparent transparent #838383;
}

.aa_sliding .envirabox_nav {
	display: none;
}

.aa_sliding .envirabox_nav.hide {
	display: none;
}

.aa_envira_controls .aa_envira_gallery_item {
	display: inline-block;
	margin-left: 7px;
	width: 92px;
	height: 92px;
	overflow: hidden;
}

.aa_envira_controls .aa_envira_gallery_item:first-child {
	margin-left: 0 !important;
}

.aa_envira_items.aa_sliding .aa_envira_gallery_item {
	float: left;
}

.aa_envira_controls .aa_envira_gallery_item img {
	width: 100%;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.aa_envira_controls .aa_envira_gallery_item img:hover {
	opacity: .8;
}

.aa_envira_controls .aa_envira_gallery_item img.active {
	opacity: .5;
}

.aa_envirabox_outer {
	position: relative;
}

.lb_bg .aa_envirabox_outer {
	position: static;
}

.aa_envirabox_inner {
	text-align: center;
	min-height: 0;
	width: 100%;
	-webkit-transition: min-height .3s ease-out;
	transition: min-height .3s ease-out;
	vertical-align: middle;
	overflow: hidden;
}

.aa_envira_main_image {
	position: relative;
	cursor: pointer;
	opacity: 1;
	width: 100%;
}

.aa_image_wrapper img.aa_envira_main_image {
	max-height: 456px;
	width: 100%;
}

.lb_bg .aa_envira_main_image {
	width: auto;
	max-height: 100%;
}

.aa_envira_main_image:hover {
	opacity: .7;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.lb_bg .aa_envira_main_image:hover {
	opacity: 1;
}

.aa_main_images {
	overflow: hidden;
	display: table-cell !important;
	vertical-align: middle;
}

.aa_main_images_wrapper {
	display: inline-block;
	position: relative;
	width: 6000px;
	left: 0;
	max-width: none;
	max-height: 100%;
}

.aa_main_images_wrapper .aa_image_wrapper {
	display: inline-block;
	float: none;
	margin-right: 10px;
	height: 100%;
	vertical-align: middle;
}

@media only screen and (max-width : 991px) {
	.lb_bg .aa_envira {
		max-width: 100%;
	}

	.lb_bg .aa_envirabox_outer {
		padding: 0 44px;
	}

}

/*-Vertical-*/
.aa_envira_type_vertical .aa_envira_controls .aa_envira_gallery_item {
	width: 120px;
	height: 160px;
}

#main .aa_envira_type_vertical .aa_envira_main_image {
	width: 70%;
	height: auto;
}

#main .aa_envira_wrapper:not(.aa_envira_type_vertical) .aa_envira_main_image {
	max-height: 400px;
}

.aa_envira_has_vertical_imgs .aa_envira_main_image {

	display: block;
	margin: 0 auto;
}
.aa_envira_has_vertical_imgs .aa_envira_main_image.aa_envira_main_image_vertical {
	width: auto;
}

/*-vertical-*/

/*-Mobile-*/
.aa_mobile_device .aa_envira_lightbox_trigger {
	width: 70px;
	height: 70px;
}

@media only screen and (max-width : 340px) {
	#search-toggle {
		padding: 14px 12px 0 12px;
	}

	.menu-button {
		width: 49px;
	}
}

/*-mobile-*/

.bg,
.lb_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6000000;
}

.bg {
	background-color: rgba(255, 255, 255, .8);
}

.lb_bg {
	position: fixed;
	background-color: rgba(16, 16, 16, 0.95);
}

.bg .loader {
	display: block;
	margin-top: 100px;
}

.loader {
	width: 100%;
	height: 50px;
	display: none;
	text-align: center;
	position: relative;
}

.lb_bg .aa_envira_wrapper .aa_envira_main_image {
	max-width: 100%;
	width: auto;
}

/*---envira gallery plugin---*/

/*===Forms Element===*/
.gform_wrapper .gform_heading {
	margin-bottom: 0px;
}

.gform_wrapper h3.gform_title {
	font-weight: normal !important;
	font-size: 20px !important;
	letter-spacing: -0.02em !important;
}

.gform_wrapper span.gform_description {
	font-family: Open Sans Regular, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #787878;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
	background: #55cc3a;
	font-size: 14px !important;
	padding: 4px 20px;
}

/*===End Forms Element===*/

/*===Product shortcode amazon button===*/
.aa_product_block {
	border: 1px solid #E2E2E2;
	margin: 20px 0;
	padding: 23px 15px 20px;
	background: #fff;
	border-radius: 5px;
}

.product_image_wrapper {
	width: 26%;
	margin-right: 0;
	float: left;
}

.product_content_wrapper {
	width: 73%;
	float: right;
	margin-bottom: 7px;
}

.aa_product_image_size_big .product_image_wrapper,
.aa_product_image_size_big .product_content_wrapper {
	width: 100%;
}

.aa_product_image_size_big .product_footer {
	width: 100%;
	text-align: center;
}

.aa_product_button_wrapper {
	margin: 18px 15px 0;
	max-width: 100%;
	position: relative;
	padding-bottom: 0;
	height: auto;
	width: 200px;
	text-align: center;
	display: inline-block; /* For prime icon align */
}

.aa_product_button_wrapper .amazon-button {
	padding: 3px 10px;
}

.aa_product_block .product_content_wrapper h5 {
	line-height: 30px;
	margin-bottom: 7px;
	letter-spacing: -0.025em;
}

.aa_product_block .product_desctiption {
	letter-spacing: -0.014em;
	max-height: none;
	overflow: hidden;
}

.aa_product_button_wrapper:hover .amazon-button {
	opacity: 0.6;
}

.amazon_price {
	font-family: Open Sans Bold, sans-serif;
}

.aa_product_button_prime {
	background-image: url("/wp-content/themes/aa/images/amazon_prime_icon.png");
	background-repeat: no-repeat;
	background-size: 55px;
	height: 16px;
	width: 55px;
}

.product_footer.after_prime_icon:after {
	content: '';
	display: inline-block;
	background-image: url("/wp-content/themes/aa/images/amazon_prime_icon.png");
	background-repeat: no-repeat;
	background-size: 55px;
	height: 16px;
	width: 55px;
	margin-bottom: 10px;
	margin-left: 3px;
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}

.amazon-button {
	display: block;
	background: #FE9900;
}

.amazon-button a {
	color: #fff !important;
}

.aa_product_block .post_buy {
	position: absolute;
	padding: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.aa_product_button_prime {
	display: inline-block;
}

.aa_product_block .product_title {
	text-transform: none;
	margin-top: 0;
}

.aa_product_block .product_title a {
	color: #6B6B6B;
}

.product_desctiption p {
	line-height: 30px;
	padding-left: 0;
}

.aa_product_block .product_image_wrapper.product_image_big {
	text-align: center;
}

/*===Product shortcode amazon button===*/

/*===Related Products===*/
.aa_apss {
	position: relative;
	margin-top: 20px;
}

.aa_apss_list {
	padding: 10px !important;
	margin: 0 0 20px 0;
	background: #F1F5F7;
	border-radius: 5px;
}

.aa_apss .aa_rr_slider_arr {
	top: -3px;
}

.aa_apss_list .aa_apss_item:before {
	content: none !important;
}

.aa_apss_list .aa_apss_item {
	float: left;
	width: 189px;
	padding-right: 10px;
	height: 177px;
	border-radius: 5px;
}

.aa_apss_link {
	display: block;
	height: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}

.aa_apss_img_wrapper {
	height: 100px;
}

.aa_apss_img_wrapper img {
	max-height: 100px;
	max-width: 100px;
}

.aa_apss_list h3.aa_apss_title {
	font-family: Open Sans Semibold, sans-serif;
	font-size: 15px !important;
	text-align: center;
	margin: 0;
	color: #00D49F;
	line-height: 1em;
	margin-top: 9px;
}

/*===Related Products===*/

/*======Shorcode Generator======*/
/*===Alert Boxes===*/
.alert {
	border-radius: 3px;
	text-shadow: none;
	border: 0;
	position: relative;
	overflow: hidden;
	padding: 18px 35px 18px 19px;
}
.alert,
.alert p {
	font-family: Open Sans Bold, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.02em;
}

.alert p {
	padding-left: 0;
}

.alert-warning { background-color: #55cc34; background-image: none; }
.alert-warning, .alert-warning p { color: #fff; }
.alert-info { background-color: #cceeff; }
.alert-info, .alert-info p { color: #39648d; }
.alert-attention { background-color: #fff2b2; }
.alert-attention, .alert-attention p { color: #976533;}
.alert-success { background-color: #c9f7b2; }
.alert-success, .alert-success p { color: #587448; }
.alert-danger { background-color: #ffd9d9; }
.alert-danger, .alert-danger p { color: #a14061; }
.alert-custom-color { background-color: #b29ada; }
.alert-custom-color, .alert-custom-color p { color: #f8f4fc; }
.alert-standard { background-color: #00D49F; }
.alert-standard, .alert-standard p { color: #fff; }

.alert-dismissable .close {
	width: 20px;
	height: 20px;
	position: relative;
	top: 0px;
	right: -16px;
	opacity: 1;
	text-shadow: none;
}

.alert-dismissable .close:before {
	content: '\e5cd';
	display: block;
	font-family: icons;
	font-size: 26px;
	color: rgba(0, 0, 0, 0.15);
	position: relative;
}

.alert .p_content_more {
	text-align: center;
}

.alert .p_content_more span {
	font-family: Open Sans Bold, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	position: absolute;
	margin-left: -42px;
	bottom: 8px;
}

.alert .p_content_more {
	position: absolute;
	display: none;
	width: 100%;
	height: 90px;
	left: 0;
	bottom: 0;
	border-radius: 3px;
}

.alert-warning .p_content_more {
	background: -moz-linear-gradient(top,  rgba(85,204,58,0.01) 0%, rgba(85,204,58,0.22) 11%, rgba(85,204,58,0.36) 20%, rgba(85,204,58,0.55) 34%, rgba(85,204,58,0.74) 51%, rgba(85,204,58,0.91) 72%, rgba(85,204,58,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(85,204,58,0.01) 0%,rgba(85,204,58,0.22) 11%,rgba(85,204,58,0.36) 20%,rgba(85,204,58,0.55) 34%,rgba(85,204,58,0.74) 51%,rgba(85,204,58,0.91) 72%,rgba(85,204,58,1) 100%);
	background: linear-gradient(to bottom,  rgba(85,204,58,0.01) 0%,rgba(85,204,58,0.22) 11%,rgba(85,204,58,0.36) 20%,rgba(85,204,58,0.55) 34%,rgba(85,204,58,0.74) 51%,rgba(85,204,58,0.91) 72%,rgba(85,204,58,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0355cc3a', endColorstr='#55cc3a',GradientType=0 );
}

.alert-info .p_content_more {
	background: -moz-linear-gradient(top, rgba(204,238,255,0) 0%, rgba(204,238,255,0.02) 11%, rgba(204,238,255,0.22) 20%, rgba(204,238,255,0.36) 34%, rgba(204,238,255,0.55) 51%, rgba(204,238,255,0.74) 72%, rgba(204,238,255,0.91) 100%);
	background: -webkit-linear-gradient(top, rgba(204,238,255,0) 0%,rgba(204,238,255,0.02) 11%,rgba(204,238,255,0.22) 20%,rgba(204,238,255,0.36) 34%,rgba(204,238,255,0.55) 51%,rgba(204,238,255,0.74) 72%,rgba(204,238,255,0.91) 100%);
	background: linear-gradient(to bottom, rgba(204,238,255,0) 0%,rgba(204,238,255,0.02) 11%,rgba(204,238,255,0.22) 20%,rgba(204,238,255,0.36) 34%,rgba(204,238,255,0.55) 51%,rgba(204,238,255,0.74) 72%,rgba(204,238,255,0.91) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fccceeff',GradientType=0 );
}

.alert-attention .p_content_more {
	background: -moz-linear-gradient(top, rgba(255,242,178,0) 0%, rgba(255,242,178,0.02) 11%, rgba(255,242,178,0.22) 20%, rgba(255,242,178,0.36) 34%, rgba(255,242,178,0.55) 51%, rgba(255,242,178,0.74) 72%, rgba(255,242,178,0.99) 100%);
	background: -webkit-linear-gradient(top, rgba(255,242,178,0) 0%,rgba(255,242,178,0.02) 11%,rgba(255,242,178,0.22) 20%,rgba(255,242,178,0.36) 34%,rgba(255,242,178,0.55) 51%,rgba(255,242,178,0.74) 72%,rgba(255,242,178,0.99) 100%);
	background: linear-gradient(to bottom, rgba(255,242,178,0) 0%,rgba(255,242,178,0.02) 11%,rgba(255,242,178,0.22) 20%,rgba(255,242,178,0.36) 34%,rgba(255,242,178,0.55) 51%,rgba(255,242,178,0.74) 72%,rgba(255,242,178,0.99) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fcfff2b2',GradientType=0 );
}

.alert-success .p_content_more {
	background: -moz-linear-gradient(top, rgba(201,247,178,0) 0%, rgba(201,247,178,0.02) 11%, rgba(201,247,178,0.22) 20%, rgba(201,247,178,0.36) 34%, rgba(201,247,178,0.55) 51%, rgba(201,247,178,0.74) 72%, rgba(201,247,178,0.99) 100%);
	background: -webkit-linear-gradient(top, rgba(201,247,178,0) 0%,rgba(201,247,178,0.02) 11%,rgba(201,247,178,0.22) 20%,rgba(201,247,178,0.36) 34%,rgba(201,247,178,0.55) 51%,rgba(201,247,178,0.74) 72%,rgba(201,247,178,0.99) 100%);
	background: linear-gradient(to bottom, rgba(201,247,178,0) 0%,rgba(201,247,178,0.02) 11%,rgba(201,247,178,0.22) 20%,rgba(201,247,178,0.36) 34%,rgba(201,247,178,0.55) 51%,rgba(201,247,178,0.74) 72%,rgba(201,247,178,0.99) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fcc9f7b2',GradientType=0 );
}

.alert-danger .p_content_more {
	background: -moz-linear-gradient(top, rgba(255,217,217,0) 0%, rgba(255,217,217,0.02) 11%, rgba(255,217,217,0.22) 20%, rgba(255,217,217,0.36) 34%, rgba(255,217,217,0.55) 51%, rgba(255,217,217,0.74) 72%, rgba(255,217,217,0.99) 100%);
	background: -webkit-linear-gradient(top, rgba(255,217,217,0) 0%,rgba(255,217,217,0.02) 11%,rgba(255,217,217,0.22) 20%,rgba(255,217,217,0.36) 34%,rgba(255,217,217,0.55) 51%,rgba(255,217,217,0.74) 72%,rgba(255,217,217,0.99) 100%);
	background: linear-gradient(to bottom, rgba(255,217,217,0) 0%,rgba(255,217,217,0.02) 11%,rgba(255,217,217,0.22) 20%,rgba(255,217,217,0.36) 34%,rgba(255,217,217,0.55) 51%,rgba(255,217,217,0.74) 72%,rgba(255,217,217,0.99) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fcffd9d9',GradientType=0 );
}

.alert-custom-color .p_content_more {
	background: -moz-linear-gradient(top, rgba(178,154,218,0) 0%, rgba(178,154,218,0.02) 11%, rgba(178,154,218,0.22) 20%, rgba(178,154,218,0.36) 34%, rgba(178,154,218,0.55) 51%, rgba(178,154,218,0.74) 72%, rgba(178,154,218,0.99) 100%);
	background: -webkit-linear-gradient(top, rgba(178,154,218,0) 0%,rgba(178,154,218,0.02) 11%,rgba(178,154,218,0.22) 20%,rgba(178,154,218,0.36) 34%,rgba(178,154,218,0.55) 51%,rgba(178,154,218,0.74) 72%,rgba(178,154,218,0.99) 100%);
	background: linear-gradient(to bottom, rgba(178,154,218,0) 0%,rgba(178,154,218,0.02) 11%,rgba(178,154,218,0.22) 20%,rgba(178,154,218,0.36) 34%,rgba(178,154,218,0.55) 51%,rgba(178,154,218,0.74) 72%,rgba(178,154,218,0.99) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fcb29ada',GradientType=0 );
}

.alert-standard .p_content_more {
	background: -moz-linear-gradient(top, rgba(119,167,44,0) 0%, rgba(119,167,44,0.02) 11%, rgba(119,167,44,0.22) 20%, rgba(119,167,44,0.36) 34%, rgba(119,167,44,0.55) 51%, rgba(119,167,44,0.74) 72%, rgba(119,167,44,0.99) 100%);
	background: -webkit-linear-gradient(top, rgba(119,167,44,0) 0%,rgba(119,167,44,0.02) 11%,rgba(119,167,44,0.22) 20%,rgba(119,167,44,0.36) 34%,rgba(119,167,44,0.55) 51%,rgba(119,167,44,0.74) 72%,rgba(119,167,44,0.99) 100%);
	background: linear-gradient(to bottom, rgba(119,167,44,0) 0%,rgba(119,167,44,0.02) 11%,rgba(119,167,44,0.22) 20%,rgba(119,167,44,0.36) 34%,rgba(119,167,44,0.55) 51%,rgba(119,167,44,0.74) 72%,rgba(119,167,44,0.99) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fc77a72c',GradientType=0 );
}

/*---End Alert Boxes---*/

/*=custom button=*/

.single-page a.btn,
.single-page a.btn:link,
.single-page a.btn:hover,
.single-page a.btn:visited,
.btn:hover,
.btn:focus,
.btn.focus {
	color: #fff;
}

.btn {
	margin: 17px 0;
}

.btn-standart {
	background-color: #00D49F;
}

.btn-purple {
	background-color: #7E57C2;
}

.btn-navy {
	background-color: #5C6BC0;
}

.btn-youtube {
	background-color: #CE332D;
}

.btn-amazon {
	background-color: #FE9900;
}

.btn-google {
	background-color: #00A6B9;
}

.btn-twitch {
	background-color: #6441A5;
}

.btn-medium {
	width: 235px;
}

.btn-half-left {
	width: 48%;
	margin-right: 2%;
	float: left;
}

.btn-half-right {
	width: 48%;
	margin-left: 2%;
	float: right;
}

.btn-full-width {
	width: 100%;
}

.btn-youtube span,
.btn-amazon span,
.btn-google span,
.btn-twitch span {
	position: relative;
	padding-left: 36px;
}

.btn-youtube span:before {
	background-image: none;
	content: "\e63a";
	font-family: 'icons';
	font-size: 20px;
	position: absolute;
	top: -4px;
	left: 0;
}

.btn-amazon span:before {
	content: "\f270";
	font-family: icons;
	font-size: 22px;
	position: absolute;
	left: -2px;
	top: -4px;
}

.btn-google span:before {
	content: "\e902";
	font-family: icons;
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: -5px;
	left: 4px;
}

.btn-twitch span:before {
	content: "\e90a";
	font-family: icons;
	position: absolute;
	left: 2px;
	font-size: 24px;
	top: -4px;
}

/*---End Buttons---*/
/*======Full width layout======*/
/*.full-layout*/
.container-inner.full-layout  {
	max-width: 1160px;
}
/*======End Full width layout======*/
/*======Billboard Post======*/
.row.billboard-post {
	background: #f0f4f7;
}

.billboard-content-wrap .col-md-8.single-post-selector:after {
	display: none;
}

.billboard-content-wrap .single-sidebar-selector .content-panel {
	padding-right: 16px;
}

.single-page .post-left {
	margin-left: -194px;
  width: 160px;
  height: auto;
  margin-top: 2px;
  border-radius: 8px;
  border: 2px solid #edeef4;
}

@media only screen and (min-width : 1200px) {
	.single-page .ss_contents_menu.fixed
	.fixed-object.fixed {
		top: 128px;
	}

	.admin-bar .single-page .ss_contents_menu.fixed,
	.fixed-object.fixed.admin-bar {
		top: 160px;
	}
}

.billboard-wrapper .post-byline {
	font-family: Open Sans Regular, sans-serif;
	display: block;
	font-size: 20px;
	line-height: 1em;
	text-transform: none;
	word-spacing: 0em;
	letter-spacing: -0.02em;
}

.billboard-wrapper .post-byline {
	font-family: PT Serif Bolditalic, sans-serif;
	font-size: 32px;
	color: #3f3f3f;
	line-height: 29px;
	text-indent: 7px;
	margin-bottom: 60px;
}

.billboard-wrapper .post-byline span {
	position: relative;
}

.billboard-wrapper .post-byline span:before,
.billboard-wrapper .post-byline span:after {
	content: '';
	display: block;
	position: absolute;
	font-family: aressence;
	font-size: 96px;
	color: #55cc3a;
}

.billboard-wrapper .post-byline span:before {
	content: '\201c';
	left: -44px;
	top: 27px;
}

.billboard-wrapper .post-byline span:after {
	content: '\201d';
	right: -40px;
	bottom: -29px;
}

.billboard-image-wrapper {
	top: 0;
	position: relative;
	height: 400px;
	margin-bottom: 20px;
}

@media only screen and (min-width : 992px) {
  .billboard-image-wrapper {
    display: none;
  }
}

.billboard-post .billboard-image-wrapper,
.full-billboard-wrapper .billboard-image-wrapper {
  display: block;
}

.billboard-image {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.billboard-wrapper .aa_item_info_block {
	margin: 7px 0 0 2px;
	text-align: left;
}

.billboard-wrapper .editor-rating-wrap-full {
	position: absolute;
	right: 58px;
	top: -8px;
	z-index: 1;
	transform: scale(1.3333);
	-webkit-transform: scale(1.3333);
}

.aa_editors_choice_wrapper {
	width: 142px;
	height: 160px;
	background-image: url(/wp-content/themes/aa/images/editors_choice.png);
	z-index: 1;
	position: absolute;
	right: 223px;
	top: -38px;
	background-size: 100%;
}

/*-.contents-menu-*/
.contents-links li:before {
	content: none !important;
}

.contents-menu ul.contents-links {
	padding: 19px 18px;
}

.contents-menu .nav > li > a {
  color: #525767;
  font-family: "Proximanova Bold";
  font-size: 12px;
  line-height: 14px;
  padding: 8px 0 7px 17px;
}

.contents-menu .nav > li > a:before {
	content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #edeef4;
  left: 0;
  top: 0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.contents-menu .nav > li.active > a:before {
  box-shadow: 0 3px 6px rgba(0, 212, 159, 0.4);
  background-color: #00d49f;
}
/*---.ss_post_wrapper---*/

/*---end .infinite-billboard-post----*/

@media only screen and (max-width : 1400px) {
	.billboard-content-wrap .col-md-8.single-post-selector::after {
		display: none;
	}
}

@media only screen and (max-width : 1723px) {
  .row > .col-md-8 .post-left {
    margin-left: -183px;
    width: 173px;
  }
}

@media only screen and (max-width : 1584px) {
  .row > .col-md-8 .post-left {
    position: relative !important;
    margin: 0;
    width: 100%;
    left: auto;
    background: transparent;
    top: auto !important;
  }
  
  .row > .col-md-8 .contents-menu ul.contents-links {
    column-count: 2;
  }
  
  .row > .col-md-8 .contents-menu .nav > li > a:before {
    content: '.';
    display: block;
    color: #53cc39;
    font-size: 26px;
    left: 6px;
    top: 3px;
    opacity: 1;
    width: auto;
    height: auto;
    background: transparent;
  }
}

@media only screen and (max-width : 1200px) {
  .row > .billboard-content-wrap .post-left {
    position: relative !important;
    margin: 0 15px 18px;
    width: calc(100% - 30px);
    left: auto;
    background: transparent;
    top: auto !important;
  }
  
  .row > .billboard-content-wrap .contents-menu ul.contents-links {
    column-count: 2;
  }
  
	.billboard-post .container-inner {
		margin: 0;
		width: 100%;
	}
}

/*======End Billboard Post======*/

/*===Comments===*/
#disqus_thread.big_thread {
  max-height: 60vh;
  overflow: hidden;
  position: relative;
}

.show-disqus-thread span {
  height: 40px;
  line-height: 40px;
  box-shadow: 0 5px 10px rgba(0, 212, 159, 0.2);
  border-radius: 25px;
  background-color: #00d49f;
  color: #fff;
  font-family: "Proximanova Bold", sans-serif;
  font-size: 16px;
  display: inline-block;
  padding: 0 32px;
}

.show-disqus-thread {
  height: 150px;
  bottom: 0;
  position: absolute;
  text-align: center;
  line-height: 200px;
  cursor: pointer;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.75) 25%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  width: 100%;
}
/*===Comments===*/

/*======Review Post======*/
/*===.procon-box-wrapper===*/
.procon-box-wrapper {
	margin-bottom: 0;
	background: #f1f5f7;
	border-bottom: 2px solid #dee3e7;
}

.procon-box .col-wrapper {
	float: left;
	width: 50%;
}

.procon-box .col-wrapper.solo,
.ratings .col-wrapper.solo {
	width: 100%;
  border: none !important;
  margin-left: 0 !important;
}

.procon-box .col-wrapper:first-child,
.ratings .col-wrapper:first-child {
	border-right: 1px solid #dee3e7;
}

.procon-box .col-wrapper:last-child,
.ratings .col-wrapper:last-child {
	border-left: 1px solid #dee3e7;
	margin-left: -1px;
	padding-left: 24px;
}

.procon-box .col-wrapper,
.ratings .col-wrapper {
	padding: 22px 20px 23px 21px;
}

.procon-box .section-title,
.ratings .section-title,
#aa_bottom_line .section-title {
	font-family: Open Sans Extrabold, sans-serif;
	font-size: 20px;
	text-transform: none;
	color: #4b4b4b;
	padding: 0;
	letter-spacing: -0.02em;
	position: relative;
	margin-bottom: 10px;
}


.single-page .procon > p {
	padding-left: 22px;
	font-family: Open Sans Semibold, sans-serif;
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 0;
	color: #999;
}

.procon > p span {
	position: relative;
}

.procon.pro > p span:before {
	content: '';
	display: block;
	position: absolute;
	border-bottom: 2px solid #55cc3a;
	border-left: 2px solid #55cc3a;
	width: 8px;
	height: 5px;
	top: 7px;
	left: -19px;
	transform: rotate(-41deg);
	-webkit-transform: rotate(-41deg);
}

.procon.con > p span:before {
	content: "\2b";
	display: block;
	position: absolute;
	font-size: 10px;
	left: -19px;
	top: -4px;
	font-family: icons;
	color: #dc4e41;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/*-ratings-*/
.ratings {
	margin-top: 0;
  margin-bottom: 21px;
	background: #f1f5f7;
}

.ratings .col-wrapper {
	float: left;
	width: 50%;
}

.ratings .section-subtitle {
	line-height: 28px;
	font-family: Open Sans Semibold, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #999;
	text-align: right;
	margin-right: 7px;
}

.ratings .rating-value {
	font-family: Open Sans Bold, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #666;
}

.ratings .rating-label {
	line-height: 32px;
	padding: 0;
	background: transparent;
	color: #999;
	font-family: Open Sans Semibold, sans-serif;
	font-size: 14px;
	text-transform: none;
	display: block;
	float: left;
}

.ratings .rating-wrapper {
	float: right;
	margin-right: 3px;
}

.ratings .rating-criteria {
	position: relative;
	margin-top: 17px;
}

.rating-criteria-item {
	height: 53px;
}

.ratings.solo .rating-line {
	width: 100%;
	margin: 0;
	height: 5px;
	background: #dae2e4;
}

.ratings .rating-line.aa_rating_line_green {
	background-color: #55cc3a;
}

.ratings .rating-line.aa_rating_line_yellow {
	background-color: #f9af2f;
}

.ratings .rating-line.aa_rating_line_red {
	background-color: #f36c60;
}

#aa_bottom_line {
	margin-bottom: 20px;
}

.ratings .editor-rating-wrap {
	float: left;
	margin: 13px 10px 0 -3px;
	color: #fff;
}

.ratings .product-title {
	padding-top: 25px;
	font-family: Open Sans Bold, sans-serif;
	font-size: 16px;
	letter-spacing: -0.02em;
	color: #3f3f3f;
}

.ratings .bottomline p,
#aa_bottom_line .bottomline p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 21px;
	font-family: Open Sans Semibold, sans-serif;
	padding: 0;
}

#aa_bottom_line .total-info {
	position: relative;
	z-index: 2;
	background: #f1f5f7;
}

#aa_bottom_line .bottomline {
	padding: 20px 20px 20px 160px;
	min-height: 220px;
}

.ratings .total-info .aa_hexagon_wrap,
#aa_bottom_line .total-info .aa_hexagon_wrap {
	top: 43px;
	left: 21px;
}

.ratings .total-info .aa_hexagon_rating,
#aa_bottom_line .total-info .aa_hexagon_rating {
	font-size: 28px;
	top: 10px;
}

.ratings .total-info .aa_square,
#aa_bottom_line .total-info  .aa_square {
	box-shadow: 2px 0 0 0 #DEE0E1;
}

.ratings .total-info .aa_hexagon_border,
#aa_bottom_line .total-info .aa_hexagon_border {
	opacity: 1;
}

.ratings .total-overlay {
	background: #f1f5f7;
}

.ratings .total-info {
	min-height: 220px;
}

.ratings .col-wrapper.solo .total-info {
	min-height: 0;
}

#aa_bottom_line .total-overlay {
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

/* Mce form */
.single-page #mc_embed_signup .mc-field-group ul li:before {
	display: none; /* Remove list dot */
}

.single-page #mc_embed_signup .aa_wrap_input {
	position: relative;
	max-width: 280px;
}

.single-page #mc_embed_signup .input-group ul li {
	float: none;
}

.single-page #mc-embedded-subscribe {
	float: none;
	line-height: 10px;
}

.single-page #mc_embed_signup_scroll p:first-of-type {
	font-family: Open Sans Bold, sans-serif;
	font-size: 20px;
	color: #6b6b6b;
}

.aa_mobile_device #mc_embed_signup_scroll {
	padding: 0 20px;
}

.aa_mobile_device .single-page #mc_embed_signup_scroll p:first-of-type {
	padding: 0;
}

/* End mce form */

@media only screen and (max-width : 603px) {
	.billboard-wrapper .aa_hexagon_wrap {
		top: 33px;
	}

	.procon-box-wrapper {
		border-bottom: 0;
	}

	.procon-box .section-title,
	.ratings .section-title,
	#aa_bottom_line .section-title {
		font-size: 16px;
		margin-bottom: 15px;
		text-transform: uppercase;
	}

	.procon-box .procon.con {
		padding-left: 0;
	}

	.procon-box .col-wrapper,
	.ratings .col-wrapper {
		width: 100%;
		float: none;
		margin-bottom: 6px;
		border-bottom: 2px solid #e1e5ea;
		padding: 19px 20px 23px 19px;
	}

	.procon-box .col-wrapper:last-child,
	.ratings .col-wrapper:last-child {
		border-left: none;
		margin-left: 0;
		padding-left: 19px;
	}

	.ratings .col-wrapper:last-child {
		border-bottom: none;
	}

	.procon-box .col-wrapper:first-child,
	.ratings .col-wrapper:first-child {
		border-right: none;
	}

	.single-page .procon > p {
		line-height: 24px;
		padding-left: 20px;
	}

	.ratings .bottomline p,
	#aa_bottom_line .bottomline p {
		margin-top: -3px;
	}

	.ratings .product-title {
		display: none;
	}

	.ratings .total-info {
		min-height: 0;
	}

	.ratings .rating-criteria {
		margin-top: 0;
	}

	.ratings .rating-label,
	.ratings .rating-value {
		line-height: 18px;
		letter-spacing: -0.02em;
	}

	.rating-criteria-item {
		height: 48px;
	}

	.procon.con > p span:before {
		left: -18px;
		top: -1px;
	}

	.ratings.solo .rating-line {
		width: 89%;
	}

	.ratings .rating-wrapper {
		margin-right: 0px;
		position: relative;
		top: 14px;
	}

	.ratings .col-wrapper {
		padding-bottom: 5px;
	}

	.ratings {
		margin-bottom: 20px;
	}

	.ratings .editor-rating-wrap-full {
		float: none;
		margin: 45px auto 27px;
	}

}

/*=end .procon-box-wrapper=*/
/*======End Review Post======*/

/*======Follow styles======*/
.aa_follow_wrapper .pre_text {
	text-transform: uppercase;
	color: #838383;
	font-size: 13px;
	font-weight: bold;
	margin-left: 27px;
	letter-spacing: 0.03em;
	margin-bottom: 8px;
}

.aa_follow_wrapper .aa_follow_item {
	width: 49%;
	display: inline-block;
	background-color: #F1F5F7;
	border-radius: 5px;
	margin-bottom: 16px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.27);
}

.aa_follow_wrapper .aa_follow_item:nth-child(2n){
	margin-right: 1.2%;
}

.aa_follow_wrapper .aa_follow_item p {
	display: none;
}

.aa_follow_wrapper .aa_author_block {
	display: inline-block;
	width: 100%;
}

.aa_follow_wrapper .aa_author_block span {
	font-family: Open Sans Semibold, sans-serif;
	font-size: 16px;
	color: #787878;
	letter-spacing: -0.02em;
	margin-top: 33px;
	display: inline-block;
}

.aa_follow_wrapper .aa_author_block img {
	border-radius: 5px;
	margin: 10px 15px 10px 10px;
	max-width: 81px;
	max-height: 71px;
}

.aa_follow_wrapper .aa_social_block {
	display: inline-block;
	width: 30%;
	top: 10px;
	position: relative;
	float: right;
	margin-top: 18px;
	margin-right: 5%;
}

.aa_follow_wrapper a.follow_soc_button {
	color: #CDD2D6;
	font-size: 23px;
	float: right;
}

.aa_follow_wrapper a.follow_soc_button.theme-icon-twitter {
	margin-left: 23px;
}

.aa_follow_wrapper a.follow_soc_button.theme-icon-twitter:hover {
	color: #6ACFF4 !important;
}

.aa_follow_wrapper a.follow_soc_button.theme-icon-googleplus {
	margin-left: 21px;
}

.aa_follow_wrapper a.follow_soc_button.theme-icon-googleplus:hover {
	color: #D13F2D !important;
}

@media only screen and (max-width : 991px) {

	.aa_follow_wrapper .aa_author_block span {
		line-height: 20px;
	}

	.aa_follow_wrapper a.follow_soc_button.theme-icon-twitter,
	.aa_follow_wrapper a.follow_soc_button.theme-icon-googleplus {
		margin-left: 5%;
	}

}

@media only screen and (max-width : 790px) {

	.aa_follow_wrapper .aa_follow_item {
		width: 48%;
	}

	.aa_follow_wrapper .aa_author_block span {
		float: left;
		width: 50%;
		margin-top: 10px;
	}

	.aa_follow_wrapper .aa_social_block {
		float: left;
		width: 45%;
		margin-top: 0;
		margin-right: 0;
	}

	.aa_follow_wrapper a.follow_soc_button {
		float: left;
		margin-left: 0;
		margin-right: 10px;
	}

	.aa_follow_wrapper a.follow_soc_button.theme-icon-twitter,
	.aa_follow_wrapper a.follow_soc_button.theme-icon-googleplus {
		margin-left: 0;
	}


}

@media only screen and (max-width: 603px) {
	.aa_follow_wrapper .pre_text {
		text-transform: capitalize;
		border-bottom: 2px solid #d6d8da;
		font-size: 14px;
		margin-left: 0;
		letter-spacing: 0;
		padding-bottom: 2px;
		margin-bottom: 18px;
		color: #6B6B6B;
	}

	.aa_follow_wrapper .pre_text:before {
		display: none;
	}

	.aa_follow_wrapper .aa_follow_item {
		margin-bottom: 10px;
	}

	.aa_follow_wrapper .aa_author_block span {
		float: left;
		width: 50%;
		font-size: 13px;
		letter-spacing: -0.045em;
		margin-top: 13px;
		line-height: 14px;
	}

	.aa_follow_wrapper .aa_author_block img {
		width: 29%;
		margin-right: 10px;
		margin-bottom: 5px;
	}

	.aa_follow_wrapper .aa_social_block {
		top: 3px;
	}

	.aa_follow_wrapper a.follow_soc_button.theme-icon-twitter,
	.aa_follow_wrapper a.follow_soc_button.theme-icon-googleplus {
		margin-left: 0;
		line-height: 5px;
		font-size: 20px;
		margin-right: 0;
	}

	.aa_follow_wrapper .aa_social_block {
		margin-bottom: 8px;
	}
}
/*======End Follow styles======*/

/*===Best List===*/
/*---contents menu---*/
.bestlist-post .contents-menu-icon {
	display: none;
}

.bestlist-post  .contents-menu .nav > li > a {
	padding-left: 13px;
	font-family: Open Sans Bold, sans-serif;
	color: #b2b2b2;
}

.bestlist-post .contents-menu .nav > li:not(#content-anchor-wrapper):not(#comments-anchor-wrapper) > a {
	text-transform: none;
}

/*===Best List author sidebar #aa_bestlist_guide===*/
#aa_bestlist_guide,
#aa_bestlist_updates {
	margin-bottom: 20px;
	letter-spacing: -0.02em;
}

.aa_bl_author_wrap {
	margin-top: -2px;
}

.aa_bl_avatar_wrap {
	float: left;
	margin-right: 20px;
}

.aa_bl_avatar_wrap a {
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	border: 3px solid #53cc39;
}

.aa_bl_avatar_wrap img {
	border-radius: 50%;
	border: 3px solid transparent;
}

.aa_bl_author {
	overflow: hidden;
	padding-top: 12px;
}

a.aa_bl_author_name {
	color: #3f3f3f;
	font-family: Open Sans Bold, sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
}

.aa_bl_author_desc {
	color: #9d9d9d;
	font-family: Open Sans Semibold, sans-serif;
	line-height: 20px;
	margin-top: 12px;
}

.aa_bl_author_item .author-profile-fields {
	margin: 5px 0 0 -2px;
}

.aa_bl_author_item .author-profile-fields a {
	margin-right: 13px;
}

.aa_bl_author_item .author-profile-fields a:before {
	color: #b0b9bf;
	font-size: 16px;
}

/*===End Best List author sidebar #aa_bestlist_guide===*/

/*===#aa_bestlist_updates===*/
#aa_bestlist_updates .bar-header {
	margin-bottom: 0;
}

#aa_bestlist_updates .bar-label {
	border-bottom: none;
}

.aa_bl_updates_wrap {
	background-color: #edf1f2;
	padding: 15px;
}

.aa_bl_update_date {
	display: inline-block;
	padding: 3px 22px;
	border-radius: 2px;
	font-family: Open Sans Bold, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	background: #c4c4c4;
}

.aa_bl_update_desc {
	font-family: Open Sans Semibold, sans-serif;
	font-size: 14px;
	color: #9d9d9d;
	margin: 10px 0 15px;
}

.aa_bl_updates_wrap .aa_bl_update_item:first-child .aa_bl_update_date {
	background: #00D49F;
}

/*===end #aa_bestlist_updates===*/

/*===next article button===*/
.single .load-more-wrapper {
	background: #dfe8ee;
	margin: 2px -10px 0 -10px;
	text-align: center;
	color: #00D49F;
	text-transform: uppercase;
	font-family: Open Sans Bold, sans-serif;
	font-size: 15px;
	padding: 22px 0;
	margin-bottom: 62px;
	position: relative;
}

.single .load-more-wrapper:before {
	content: 'Next Article';
}

.single .load-more {
	display: block;
	position: absolute;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	background-color: #dfe8ee !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 39px !important;
	color: transparent !important;
	text-shadow: none;
	-webkit-text-shadow: none;
}

.single .load-more:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	border-width: 0;
	border-color: transparent;
	border-bottom: 2px solid #b3bcc2 !important;
	border-left: 2px solid #b3bcc2 !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.single .load-more:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	border-bottom: 2px solid #b3bcc2;
	border-left: 2px solid #b3bcc2;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 33%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
/*===end next article button===*/

/*===Editors tip===*/
.aa_editors_tip {
	border-radius: 5px;
	background-color: #F0F0F0;
	padding: 20px;
	position: relative;
	margin-top: 30px;
}

.aa_editors_tip:before{
	content: '';
	background-image: url("/wp-content/themes/aa/images/editorstipbanner.png");
	position: absolute;
	top: -16px;
	height: 34px;
	width: 275px;
	left: 0;
	right: 0;
	margin: auto;
}
/*===End Editors tip===*/

/*===Promoted Text===*/
.aa_promoted_text {
	font-family: Open Sans Regular, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	color: #ccc;
	margin-top: -19px;
}
/*===Promoted Text===*/

/*===Image comparison===*/
.cd-image-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.cd-image-container img {
	display: block;
	width: 100%;
}

.cd-bottom-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 31px;
	background-color: #000;
	opacity: .6;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.75);
}

.cd-image-label {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	z-index: 5;
	font-family: Open Sans Semibold, sans-serif;
	font-size: 13px;
	padding: 0 9px 1px 10px;
	max-width: 45%;
	max-height: 61px;
	overflow: hidden;
}
.cd-image-label.is-hidden {
	visibility: hidden;
}
.is-visible .cd-image-label {
	opacity: 1;
}

.cd-resize-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-resize-img img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
}

.cd-image-label:first-of-type {
	right: auto;
	left: 0;
}
.is-visible .cd-resize-img {
	width: 50%;
	/* bounce in animation of the modified image */
	-webkit-animation: cd-bounce-in 0.7s;
	animation: cd-bounce-in 0.7s;
	border-right: 1px solid rgba(255,255,255,0.85);
}

@-webkit-keyframes cd-bounce-in {
	0% { width: 0; }
	60% { width: 55%; }
	100% { width: 50%; }
}
@keyframes cd-bounce-in {
	0% { width: 0; }
	60% { width: 55%; }
	100% { width: 50%; }
}

.cd-handle {
	position: absolute;
	cursor: move;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	width: 0;
	height: 0;
}

.cd-handle:before {
	content: '';
	display: block;
	height: 44px;
	width: 44px;
	border-radius: 50%;
	background: #00D49F url("/wp-content/themes/aa/js/images/image_comparison/arrows.svg") no-repeat center center;
	cursor: move;
	box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0) scale(0);
	transform: translate3d(0, 0, 0) scale(0);
}

.is-visible .cd-handle:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
	transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
/*===End image comparison===*/
/*----related articles---*/
.related_article_item {
	width: 404px;
	width: 329px; /*TODO: remove, after site return to normal width*/
	float: left;
	padding: 11px 20px 0;
	margin-bottom: 20px;
	position: relative;
	max-height: 112px;
	margin-bottom: 20px;
	overflow: hidden;
}

.shortcodes_wrapper {
	border: 1px solid #dcdddf;
	border-radius: 1px;
	margin: 37px 0 20px;
}

.related_articles_wrapper {
	position: relative;
}

.related_articles_wrapper .aa_rr_slider_arr {
	top: -28px;
}

.ra-image {
	width: 64px;
	height: 56px;
	background-size: cover;
	background-position: center;
	float: left;
	margin-right: 19px;
}

.ra-image .aa_nn_domain_name,
.ra-image span.aa_nn_domain_name {
	display: none;
}

.single-page h4.ra-title {
	font-family: Open Sans Bold, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	line-height: 19px;
	text-transform: none;
	margin: -2px 0 4px 0;
	letter-spacing: -0.02em;
	overflow: hidden;
	max-height: 38px;
	max-height: 57px; /*TODO: remove, after site return to normal width*/
}

.ra_comments_number {
	font-family: Open Sans Semibold, sans-serif;
	font-size: 12px;
	color: #9d9d9d;
	position: relative;
	top: -9px;
	line-height: 16px;
}

.shortcodes-header {
	margin-top: -15px;
}

.shortcodes-title {
	color: #3f3f3f;
	font-family: Open Sans Extrabold, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	background: #fff;
	display: inline-block;
	padding: 0 10px;
	margin-left: 9px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.shortcodes_wrapper:hover .shortcodes-title {
	color: #00D49F;
}

.ra-excerpt {
	font-family: Open Sans Semibold;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.01em;
	display: none; /*TODO: remove, after site return to normal width*/
}

/*----end related articles---*/

/* Editors pick shortcode */
.aa_srma_container.shortcodes_wrapper.right { margin: 20px 0 20px 43px; }
.aa_srma_container.shortcodes_wrapper.left { margin: 20px 43px 20px 0; }
.aa_srma_container.shortcodes_wrapper.center { margin: 20px auto; text-align: left; width: 348px; }

.aa_srma_container .related_article_item {
	width: 348px;
	max-height: 132px;
}

.aa_srma_container.center .related_article_item {
	float: none;
}
/* Editors pick shortcode */

/*===Price when reviewed block===*/
.aa_price_when_reviewed_wrapper {
	margin-top: 20px;
	position: relative;
}

.aa_toggle_shops {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #ccc;
	position: absolute;
	z-index: 1;
	right: 16px;
	text-align: center;
	top: 20px;
	cursor: pointer;
	line-height: 10px;
	font-size: 17px;
	font-family: Open Sans Regular;
}

.aa_toggle_shops:before {
	content: '\2d';
	font-family: icons;
	color: #ccc;
	font-size: 11px;
	display: inline-block;
	position: relative;
}

.aa_toggle_shops.closed:before {
	content: '\2b';
}

.aa_shop_link_block {
	background: #e9eef1;
	position: relative;
	border-bottom: 1px solid #d7dde2;
	height: 57px;
	padding: 4px 17px;
	overflow: hidden;
}

.aa_shop_link_block.closed,
.aa_mobile_device .aa_shop_link_block.closed {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.aa_shop_link_block.active {
	background: #f1f5f7;
	border-color: #f1f5f7; 
}

.aa_shop_link_block:last-child {
	border-bottom: none;
}

.aa_shop_price {
	font-family: Open Sans Light, sans-serif;
	font-size: 28px;
	color: #999;
	letter-spacing: -0.02em;
	line-height: 48px;
}

.aa_shop_link_block.active .aa_shop_price {
	font-family: Open Sans Regular, sans-serif;
	color: #00D49F;
}

.aa_shop_link_block .col-wrapper {
	width: 25%;
	float: left;
	padding: 0 10px;
}

.aa_shop_link_block .col-wrapper:nth-child(1) {
	width: 50%;
}

.aa_shop_link_block .col-wrapper:nth-child(2) {
	text-align: right;
}

.aa_shop_link_button {
	margin-top: 5px;
	background-color: #b7b9bb;
	position: relative;
	height: 36px;
	min-width: 120px;
	padding: 8px 20px;
	float: right;
	white-space: nowrap;
}

.aa_shop_link_block.active .aa_shop_link_button {
	background-color: #55cc3a;
}

.aa_shop_price,
.aa_shop_link_block,
.aa_shop_link_button,
.aa_shop_link_block.active,
.aa_shop_link_block.active .aa_shop_price,
.aa_shop_link_block.active .aa_shop_link_button {
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.aa_shop_link_logo {
	background-image: url('../images/shop-icons.png');
	height: 24px;
	width: 120px;
	display: inline-block;
	margin-top: 12px;
	margin-right: 4px;
}

.aa_shop_link_logo.no-icon {
	background: none !important;
}

.aa_amazon_shop .aa_shop_link_logo {
	background-position: -4px -7px;
	width: 65px;
	margin-right: 30px;
}

.aa_amazon_shop .aa_shop_link_logo.prime {
	width: 120px;
	margin-right: 4px;
}

.aa_ebay_shop .aa_shop_link_logo {
	background-position: -4px -36px;
}

.aa_wallmart_shop .aa_shop_link_logo {
	background-position: -4px -60px;
	margin-top: 9px;
}

.aa_verizon_shop .aa_shop_link_logo {
	background-position: -4px -90px;
	margin-right: 0;
}

.aa_google_shop .aa_shop_link_logo {
	background-position: -4px -173px;
	margin-right: 0;
}

/*-aa_amazon_buy_wrapper-*/
.aa_amazon_buy_wrapper {
	margin-bottom: 35px;
}

.aa_amazon_buy_wrapper .aa_shop_link_block {
	padding-top: 6px;
	background: rgb(111,198,18);
	background: -moz-linear-gradient(left, rgba(111,198,18,1) 0%, rgba(0,225,190,1) 100%);
	background: -webkit-linear-gradient(left, rgba(111,198,18,1) 0%,rgba(0,225,190,1) 100%);
	background: linear-gradient(to right, rgba(111,198,18,1) 0%,rgba(0,225,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc612', endColorstr='#00e1be',GradientType=1 );
}

.aa_amazon_buy_wrapper .aa_shop_price {
	color: #fff;
	font-family: Open Sans Regular, sans-serif;
}

.aa_amazon_buy_wrapper .aa_amazon_shop .aa_shop_link_logo {
	background-position: -4px -120px;
}

.aa_amazon_buy_wrapper .aa_shop_link_button {
	background-color: #317d61;
}

.aa_amazon_buy_wrapper .aa_shop_link_block .col-wrapper:last-child {
	text-align: right;
}

.aa_amazon_buy_wrapper .aa_shop_link_button {
	margin-top: 3px;
}

/*===best app shortcode===*/
.aa_best_app_wrapper {
	background: #f1f5f7;
	margin-bottom: 30px;
	padding: 18px;
}

.aa_best_app_logo {
	width: 122px;
	height: 122px;
	border: 5px solid #dfe8ea;
	float: left;
	margin: 0 22px 20px 0;
}

.aa_best_app_header {
	overflow: hidden;
}

.aa_best_app_header h3.aa_best_app_name {
	font-size: 24px;
	margin: 0;
	position: relative;
	padding: 0 !important;
}

.aa_best_app_price {
	letter-spacing: -0.02em;
}

.aa_best_app_price span:first-child {
	font-family: Open Sans Extrabold, sans-serif;
	font-size: 14px;
	color: #737373;
	margin-right: 8px;
}

.aa_best_app_price span:last-child {
	font-family: Open Sans Bold, sans-serif;
	font-size: 14px;
	color: #a5a5a5;
}

.aa_best_app_button {
	display: none;
	height: 46px;
	line-height: 46px;
	background: #00D49F;
	border-radius: 2px;
	position: relative;
	margin: 10px 0 0 2px;
	overflow: hidden;
	color: #fff;
	font-family: Open Sans Bold, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 25px 0 72px;
	letter-spacing: 0.02em;
}

.aa_best_app_button .cbs_icon_item {
	background-color: #44af2e;
	width: 50px;
	height: 100%;
	display: block;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}

.aa_best_app_button .cbs_icon_item[class*=" theme-icon-"] {
	text-align: center;
	line-height: 48px;
	font-size: 22px;
}

.aa_best_app_header .aa_best_app_button {
	display: inline-block;
}

.aa_best_app_desc {
	font-size: 15px;
	line-height: 24px;
	padding: 3px;
	letter-spacing: -0.03em;
}

.aa_best_app_image {
	text-align: center;
	margin-top: 21px;
}

.aa_best_app_image_wrap {
	border: 5px solid #fff;
	width: auto;
	display: inline-block;
}

.aa_best_app_video {
	margin-top: 21px;
	border: 5px solid #fff;
}

/*===end best app shortcode===*/

/*===best product shortcode===*/
.aa_best_product_wrapper {
	margin: 30px 0;
	background: #f1f5f7;
}

.aa_best_product_header {
	position: relative;
	border-bottom: 2px solid #dadada;
	padding: 20px;
}

.aa_best_product_header h3.aa_best_product_title {
	font-size: 24px;
	margin: 0;
	float: left;
}

.aa_best_product_header .aa_rating_wrap {
	width: 83px;
	float: right;
	line-height: 15px;
	margin-right: 18px;
	margin-top: 10px;
}

.aa_best_product_review {
	float: right;
	font-family: Open Sans Bold, sans-serif;
	font-size: 13px;
	color: #a5a5a5;
	text-transform: uppercase;
	background: #dfe8ea;
	border-radius: 3px;
	padding: 3px 13px;
	position: relative;
}

.aa_rating_background:before,
.aa_rating_hover:before {
	letter-spacing: 0.17em;
	font-size: 15px;
}

.aa_best_product_desc {
	padding: 15px 18px 17px 22px;
	font-family: Open Sans Semibold, sans-serif;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 22px;
	letter-spacing: -0.01em;
}

.aa_best_product_content {
	background: #e9eef1;
	padding: 14px 18px 9px 18px;
}

.aa_best_product_content .aa_envira {
	max-width: 480px;
	float: left;
	margin: 0 10px 0 0;
}

.aa_best_product_content .aa_main_images_wrapper .aa_image_wrapper {
	border: 5px solid #fff;
	max-width: 480px;
}

.aa_best_product_content .aa_image_wrapper img.aa_envira_main_image {
	max-height: 265px;
}

.aa_best_product_content .aa_envira_items {
	margin-top: 10px;
}

.aa_best_product_content .aa_envira_controls .aa_envira_gallery_item {
	margin-left: 15px;
	width: 109px;
	height: 78px;
	border: 5px solid #fff;
}

.aa_best_product_content .aa_envira_controls .aa_envira_gallery_item img {
	margin-top: -15px;
}

.aa_best_product_content .aa_envira_wrapper .aa_envirabox-nav:before {
	margin-top: -14px;
	font-size: 22px;
}

.aa_best_product_content .aa_envira_wrapper .aa_envirabox-prev:before { left: 10px; }
.aa_best_product_content .aa_envira_wrapper .aa_envirabox-next:before { right: 12px; }


.aa_best_product_content .aa_envira_lightbox_trigger {
	width: 70px;
	height: 70px;
}

.aa_best_product_content .aa_envira_lightbox_trigger:before {
	color: rgba(255, 255, 255, 0.6);
	right: 15px;
	top: 10px;
}

.aa_best_product_specs_wrapper {
	overflow: hidden;
	position: relative;
}

.aa_best_product_part_title {
	font-family: Open Sans Extrabold, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 18px;
	color: #4b4b4b;
}

.aa_best_product_part_title:before {
	content: '';
	display: inline-block;
	font-family: icons;
	color: #00D49F;
	top: 1px;
	margin-right: 10px;
	position: relative;
	font-size: 14px;
}

.bppt_video {
	margin-bottom: 20px;
}

.bppt_video:before {
	content: '\e920';
}

.bppt_spec {
	line-height: 18px;
	padding-top: 7px;
	margin-bottom: 17px;
}

.bppt_spec:before {
	content: '\e825';
}

.bppt_ra {
	margin-bottom: 14px;
}

.bppt_ra:before {
	content: '\e917';
	font-size: 12px;
	margin-right: 8px;
	top: 0;
}

.aa_best_product_specs_wrapper ul {
	height: 330px;
	position: relative;
	margin-bottom: 0;
	padding: 0;
}

.aa_best_product_specs_wrapper ul li {
	font-family: Open Sans Semibold, sans-serif;
	color: #9d9d9d;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: -0.03em;
	text-indent: 10px;
}

.aa_best_product_specs_wrapper ul li:before {
	color: #4b4b4b !important;
}

.aa_best_product_specs_wrapper .jspVerticalBar {
	top: 0;
	height: 100%;
}

.aa_best_product_specs_wrapper .jspDrag {
	background: #d8e3e9;
}

.aa_best_product_wrapper .aa_cbc_header_widget_wrapper {
	padding: 20px 18px 0;
}

.aa_best_product_wrapper .cbc-recent-videos-widget .yt-thumb-subscr {
	max-height: 100%;
	margin-top: 0;
}

.aa_best_product_wrapper .cbc-recent-videos-widget .yt-thumb-subscr p {
	font-family: Open Sans Bold, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	width: auto;
	line-height: 20px;
	padding: 0;
}

.aa_best_product_wrapper .cbc-recent-videos-widget {
	max-height: 290px;
}

.aa_best_product_wrapper .aa_price_when_reviewed_wrapper {
	margin-top: 0;
}

.aa_shop_link_block.aa_shop_link_first {
	background: #00D49F;
}

.aa_shop_link_first .aa_shop_price {
	color: #fff;
	font-family: Open Sans Regular, sans-serif;
}

.aa_shop_link_first.aa_amazon_shop .aa_shop_link_logo {
	background-position: -4px -118px;
}

.aa_shop_link_first .aa_shop_link_button {
	background: rgba(0, 0, 0, .7);
}

.aa_best_product_wrapper .aa_toggle_shops {
	border-color: rgba(0, 0, 0, .4);
}

.aa_best_product_wrapper .aa_toggle_shops:before {
	color: rgba(0, 0, 0, .4);
}

.aa_best_product_ra_wrap {
	background: #e9eef1;
	padding: 20px 18px 21px;
}

ul.aa_best_product_ra {
	padding-left: 18px;
	margin-bottom: 0;
}

ul.aa_best_product_ra li {
	line-height: 34px;
}

ul.aa_best_product_ra li a {
	font-size: 14px !important;
}

ul.aa_best_product_ra li:before {
	color: #3f3f3f !important;
}
/*===end best product shortcode===*/

/*=========================Mobile device===========================*/
/*Typography*/
.aa_mobile_device blockquote {
	margin: 30px 0;
}

.aa_mobile_device blockquote.quote_new.left,
.aa_mobile_device blockquote.quote_new.right,
.aa_mobile_device blockquote.quote_new {
	max-width: 100%;
	margin-left: 20px;
	padding-left: 2px;
}

.aa_mobile_device .single-page blockquote p {
	padding: 0 47px;
}

.aa_mobile_device blockquote:before,
.aa_mobile_device blockquote:after {
	font-size: 78px;
}

.aa_mobile_device blockquote:before {
	top: 18px;
	left: 17px;
}

.aa_mobile_device blockquote:after {
	bottom: -20px;
	right: 17px;
}

.aa_mobile_device blockquote.quote_new footer {
	margin-left: 47px;
}

.aa_mobile_device blockquote.quote_long {
	margin: 25px 0 30px;
}

.aa_mobile_device .single-page blockquote.quote_long p {
	padding: 0 20px !important;
	font-size: 20px !important;
	line-height: 30px !important;
	margin-bottom: 16px;
}

.aa_mobile_device blockquote.quote_long:before {
	position: static;
	float: left;
	font-size: 200px;
	margin: 0 8px 0 14px;
	line-height: 160px;
	height: 43px;
}

.aa_mobile_device blockquote.quote_long footer {
	margin-left: 20px;
}

.aa_mobile_device blockquote.quote_new.center {
	margin: 40px 20px;
}

.aa_mobile_device blockquote.quote_new.center p {
	padding: 0;
	font-size: 26px !important;
	line-height: 30px !important;
	margin-bottom: 11px;
}

.aa_mobile_device blockquote.quote_new.center footer {
	margin-left: 0;
	text-indent: -16px !important;
}

.aa_mobile_device a.tweet-this {
	right: 1px;
}

.aa_mobile_device .alert {
	padding: 13px 35px 13px 20px;
	line-height: 21px;
	margin: 0 20px;
}

/*billboard*/
@media only screen and (max-width: 991px) {
  .post-info-block.top-info-block {
    margin-bottom: 15px;
  }

  .billboard-wrapper:after {
    content: '\2b07';
    position: absolute;
    font-family: icons;
    color: #fff;
    bottom: 29px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    line-height: 26px;
    font-size: 14px;
  }

  .billboard-image-wrapper {
    height: 160px;
    width: calc(100% - -30px);
    margin-left: -15px;
  }

  .publication-time {
    font-size: 12px;
  }

  a.aa_post_cat_link {
    font-size: 10px;
    height: 20px;
    letter-spacing: 1.5px;
    line-height: 20px;
    padding: 0 16px;
  }
  
  .post-info-block.bottom-info-block {
    border-color: #edeef4;
    padding-top: 12px;
  }

  .bottom-info-block .post-categories {
    display: block;
    margin-bottom: 3px;
  }
  
  .post-tags-container {
    float: none;
  }
  
  .tag-block-title,
  .tag-link {
    font-size: 12px;
  }

  .single #page .container-fluid .container-inner {
    margin-bottom: 0;
    padding: 15px;
  }

  h1.main-title,
  h1.page-title {
    font-size: 24px;
    letter-spacing: -0.92px;
    line-height: 34px;
    margin: 10px 0 9px;
  }

  h1.page-title {
    padding: 22px 18px 0;
  }

  .aa_postauthor_link img {
    display: none;
  }

  .billboard-wrapper .editor-rating-wrap-full {
    display: none;
  }

  .aa_editors_choice_wrapper {
    width: 67px;
    height: 75px;
    right: 22px;
    top: auto;
    bottom: 14px;
  }

  .authorinfo.multiple .author-info:not(:first-of-type) {
    margin-left: -34px;
  }

  .authorinfo a.author-name,
  .authorinfo a.author-twitter-link {
    font-size: 12px;
  }

  .multiple_authors a.author-name:not(:first-child):before {
    margin: 0 2px;
  }

  .billboard-wrapper .post-byline {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 29px;
    padding: 0 20px;
    text-indent: 0;
    color: #fff;
  }

  .billboard-wrapper .post-byline span {
    display: inline-block;
    padding: 0 25px;
  }

  .billboard-wrapper .post-byline span:before,
  .billboard-wrapper .post-byline span:after {
    font-size: 78px;
  }

  .billboard-wrapper .post-byline span:before {
    left: -2px;
    top: 11px;
  }

  .billboard-wrapper .post-byline span:after {
    right: -2px;
  }

  /*-content-*/
  .billboard-help-grid {
    display: none;
  }
  
  .billboard-content-wrap .col-md-8 {
    min-width: 0;
  }
  
  .single-page p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
  }
  
  .single-page h1:not(.article-title),
  .single-page h1:not(.article-title) a {
    font-size: 26px !important;
  }

  .single-page h2:not(.article-title),
  .single-page h2:not(.article-title) a {
    font-size: 20px !important;
  }

  .single-page h3:not(.article-title),
  .single-page h3:not(.article-title) a {
    font-size: 18px !important;
  }

  .single-page h4:not(.article-title):not(.ra-title),
  .single-page h4:not(.article-title):not(.ra-title) a,
  .single-page h5:not(.article-title),
  .single-page h5:not(.article-title) a,
  .single-page h6:not(.article-title),
  .single-page h6:not(.article-title) a {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 991px) {
 .single-page p img.aligncenter {
    margin: 0 -20px 10px;
    max-width: calc(100% - -40px);
  }

  .single-page .wp-caption {
    margin: 10px -15px;
    max-width: calc(100% - -30px);
    padding: 0;
  }
}

/*price when reviewed*/
.aa_mobile_device .aa_price_when_reviewed_wrapper {
	margin-top: 0;
}

.aa_mobile_device .aa_shop_link_block .col-wrapper,
.aa_mobile_device .aa_shop_link_block .col-wrapper:nth-child(1) {
	width: 33.333%;
}

.aa_mobile_device .aa_shop_link_block {
	padding: 4px 18px 4px 14px;
}

.aa_mobile_device .aa_shop_price {
	font-family: Open Sans Bold, sans-serif;
	font-size: 15px;
	letter-spacing: 0em;
}

.aa_mobile_device .aa_amazon_buy_wrapper .aa_shop_price {
	font-size: 17px;
}

.aa_mobile_device .aa_shop_link_button.aa_button {
	height: 30px;
	margin-top: 9px;
	padding: 4px 12px;
	font-size: 0 !important;
}

.aa_mobile_device .aa_amazon_buy_wrapper .aa_shop_link_button {
	margin-right: -2px;
}

.aa_mobile_device .aa_shop_link_button.aa_button:before {
	content: 'Buy!';
	font-size: 14px !important;
}

.aa_mobile_device .aa_shop_link_logo {
	width: 90px;
}

.aa_mobile_device .aa_amazon_shop .aa_shop_link_logo {
	height: 15px;
	background-size: 95px 107px;
	background-position: -3px -1px;
	margin-top: 18px;
	margin-left: 13px;
	width: 49px;
}

.aa_mobile_device .aa_amazon_shop .aa_shop_link_logo.prime {
	width: 90px;
	margin-left: 8px;
}

.aa_mobile_device .aa_ebay_shop .aa_shop_link_logo {
	background-position: -22px -32px;
}

.aa_mobile_device .aa_wallmart_shop .aa_shop_link_logo {
	background-position: -23px -59px;
}

.aa_mobile_device .aa_verizon_shop .aa_shop_link_logo {
	background-position: -4px -46px;
	background-size: 96px 107px;
	height: 16px;
	margin-top: 19px;
	margin-left: 2px;
}

.aa_mobile_device .aa_google_shop .aa_shop_link_logo {
	background-position: -8px -267px;
	background-size: 125px 146px;
	width: 115px;
}

.aa_mobile_device .aa_shop_link_block .col-wrapper:nth-child(2) {
	text-align: left;
}

.aa_mobile_device span.source_via_title:before {
	display: none;
}

.aa_mobile_device .aa_amazon_buy_wrapper {
	margin-bottom: 20px;
}

/*comments*/
.aa_mobile_device .comment-header {
	height: 117px;
}

.aa_mobile_device .comment-title {
	font-size: 26px;
	padding-top: 38px !important;
	text-indent: -14px;
	text-align: center;
}

.aa_mobile_device .comment-title:before {
	position: relative;
	left: -17px;
	bottom: 0px;
	font-size: 23px;
}

/*shortcodes*/
.aa_mobile_device .shortcodes_wrapper {
	width: calc(100% - 40px);
	margin: 37px 20px 20px !important;
	border-right: none;
	border-left: none;
	float: none;
}

.aa_mobile_device .shortcodes-title {
	color: #00D49F;
	margin-left: 0;
	padding-left: 0;
}

.aa_mobile_device .related_article_item {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 14px;
	float: none;
	width: 100%;
}

/*-best app shortcode-*/
.aa_mobile_device .aa_best_app_button {
	display: block;
	text-align: center;
	margin: 13px 0 0;
}

.aa_mobile_device .aa_best_app_header .aa_best_app_button {
	display: none;
}

.aa_mobile_device .aa_best_app_header h3.aa_best_app_name {
	margin-top: -2px;
	font-size: 20px;
}

.aa_mobile_device .aa_best_app_logo {
	width: 74px;
	height: 74px;
	border-width: 2px;
	margin-bottom: 16px;
}

.aa_mobile_device .aa_best_app_price {
	line-height: 16px;
}

.aa_mobile_device .aa_best_app_image_wrap,
.aa_mobile_device .aa_best_app_video {
	border: none;
}

.aa_mobile_device .aa_best_app_image,
.aa_mobile_device .aa_best_app_video {
	margin-left: -18px;
	margin-right: -18px;
}

/*related videos shortcode*/
.aa_mobile_device .related_videos_shortcode .aa_slider_arr {
	display: none;
}

.aa_mobile_device #page .related_videos_shortcode.align_scroll {
	overflow-x: hidden;
}

.aa_mobile_device .related_videos_shortcode {
	background: #f1f5f7;
	padding: 16px 0;
	margin-bottom: 30px;
}

.aa_mobile_device .related_videos_shortcode ul.rv_list {
	padding: 7px 20px 4px !important;
}

.aa_mobile_device .related_videos_shortcode .rv_list_item {
	width: 145px;
	margin-right: 15px;
}

.aa_mobile_device .yt-thumb-subscr {
	max-height: 60px;
}

.aa_mobile_device .related_videos_shortcode .aa_item_info_block {
	padding: 0;
	margin: 0;
	line-height: 15px;
}

.aa_mobile_device .related_videos_shortcode .yt-thumbnail-block {
	height: 96px !important;
	width: 100%;
}

/* best product shortcode */
.aa_mobile_device .aa_best_product_wrapper {
	background: #f5f7fa;
}

.aa_mobile_device .aa_best_product_header h3.aa_best_product_title {
	padding: 0;
}

@media only screen and (max-width: 991px) {
	.aa_best_product_content .aa_envira {
		max-width: 100%;
		width: 100%;
		float: none;
	}

	.aa_best_product_content .aa_envira_controls {
		display: none;
	}

	.aa_best_product_content .aa_image_wrapper img.aa_envira_main_image {
		max-height: 100%;
		width: 100%;
	}

	.aa_best_product_content .aa_main_images_wrapper .aa_image_wrapper {
		border: none;
		max-width: 100%;
	}

	.aa_best_product_content .aa_envira_wrapper .aa_envirabox-next:before { right: 8px;	}
	.aa_best_product_content .aa_envira_wrapper .aa_envirabox-prev:before { left: 7px; }

	.aa_best_product_header {
		border-bottom: none;
		padding: 18px 20px 0;
		margin-bottom: 13px;
	}

	.aa_best_product_header h3.aa_best_product_title {
		font-size: 20px;
		letter-spacing: -0.02em;
		width: 100%;
		float: none;
	}

	.aa_best_product_header .aa_rating_wrap {
		float: none;
		margin-left: 0;
		margin-top: 8px;
	}

	.aa_bp_mobile_rate_review_block .aa_rating_background:before,
	.aa_bp_mobile_rate_review_block .aa_rating_hover:before {
		letter-spacing: 0.2em;
		font-size: 15px;
	}

	.aa_best_product_desc {
		padding-top: 0; 
	}

	.aa_best_product_review {
		float: none;
		width: calc( 100% - 40px );
		margin: 20px;
		    text-align: center;
	}

	.aa_best_product_content {
		background: transparent;
		padding: 0;
	}

	.aa_best_product_wrapper .aa_cbc_header_widget_wrapper {
		border-top: 2px solid #ebebeb;
		padding: 0;
	}

	.aa_best_product_specs_wrapper {
		padding: 14px 20px 29px;
		border-top: 2px solid #ebebeb;
	}

	.bppt_spec {
		margin-bottom: 19px;
	}

	.aa_best_product_specs_wrapper ul {
		height: auto;
	}

	.aa_best_product_specs_wrapper ul li {
		font-size: 14px;
		letter-spacing: -0.01em;
		text-indent: 14px;
	}

	.aa_best_product_specs_wrapper ul li:before,
	ul.aa_best_product_ra li:before {
		left: -14px !important;
	}

	.bppt_video {
		padding: 21px 18px 3px;
	}

	.aa_best_product_wrapper .cbc-recent-videos-widget {
		max-height: 100%;
	}

	.aa_mobile_device .aa_best_product_wrapper .cbc-latest-videos {
		max-width: 100%;
	}

	.aa_best_product_ra_wrap {
		background: #e9eef1;
		padding: 20px 18px 21px;
		background: transparent;
		border-top: 2px solid #ebebeb;
	}

	ul.aa_best_product_ra {
		padding-left: 16px;
	}

	ul.aa_best_product_ra li {
		line-height: 21px;
	}

	ul.aa_best_product_ra li a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
		display: inline-block;
	}

	.aa_shop_link_first.aa_amazon_shop .aa_shop_link_logo {
		background-position: -2px -61px;
	}

	.aa_mobile_device .aa_best_product_wrapper .aa_shop_price {
		margin-top: 0;
	}
}

/* end best product shortcode */

/*===Best list===*/
.aa_mobile_device #aa_bestlist_guide,
.aa_mobile_device #aa_bestlist_updates {
	background: #f5f7fa;
	padding: 17px 20px 20px 20px;
	margin-bottom: 22px;
}

.aa_mobile_device #aa_bestlist_guide .bar-label,
.aa_mobile_device #aa_bestlist_updates .bar-label {
	padding: 0;
	border: none;
}

.aa_mobile_device #aa_bestlist_guide .bar-label:after,
.aa_mobile_device #aa_bestlist_updates .bar-label:after {
	display: none;
}

.aa_mobile_device #aa_bestlist_guide .bar-label .label-text,
.aa_mobile_device #aa_bestlist_updates .bar-label .label-text {
	font-size: 18px;
}

.aa_mobile_device .aa_bl_author_wrap {
	margin: 0;
	padding-top: 8px;
	min-height: 68px;
}

.aa_mobile_device .aa_bl_author {
	overflow: hidden;
	padding: 2px 0 0 1px;
}

.aa_mobile_device .aa_bl_author_desc {
	margin-top: 3px;
	font-size: 13px;
	overflow: hidden;
}

.aa_mobile_device .aa_bl_update_item {
	margin-top: 13px;
}

.aa_mobile_device .aa_bl_update_desc {
	margin-bottom: 0;
}
/*===End Best list===*/

/*===Media query for single page===*/
@media only screen and (max-width : 1170px) {
	.aa_apss_list li {
		max-width: 25%;
	}
}
/*===tablet 991px===*/
@media only screen and (max-width : 991px) {
	.aa_item_info_block .aa_item_author {
		display: inline-block;
	}

	.single-post-selector {
		max-width: 100%;
	}

	/*billboard*/
	.related_videos_widget .rv_list_item,
	.related_videos_shortcode.align_left .rv_list_item,
	.related_videos_shortcode.align_right .rv_list_item {
		max-width: 100%;
	}

}
/*===end tablet 991px===*/
/*===mobile 603px===*/
@media only screen and (max-width : 603px) {
	#ss_posts_wrapper .container-inner,
	.bp-page .post-right {
		padding-bottom: 0;
	}

	.btn:not(.btn-full-width):not(.btn-half-right):not(.btn-half-left) {
		width: 48%;
		padding-left: 5px;
	}

	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium {
		width: 100% !important;
	}

	.aa_apss_list li,
	.aa_apss_list li:nth-child(4n) {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 10px;
		height: 70px;
	}

	.aa_apss_link {
		padding: 5px;
		text-align: left;
		height: 70px;
	}

	.aa_apss_list h3.aa_apss_title {
		text-align: left;
	}

	.aa_apss_img_wrapper {
		float: left;
		width: 90px;
	}

	.aa_apss_img_wrapper img {
		max-height: 60px;
		max-width: 60px;
	}

	.btn-youtube span,
	.btn-amazon span,
	.btn-google span,
	.btn-twitch span {
		padding-left: 0;
		font-size: 12px;
	}

	/*button*/
	.btn-youtube span:before,
	.btn-amazon span:before,
	.btn-google span:before,
	.btn-twitch span:before {
		content: none;
		display: none;
	}

	.single-page a.btn,
	.single-page a.btn:link,
	.single-page a.btn:hover,
	.single-page a.btn:visited,
	.btn:hover,
	.btn:focus,
	.btn.focus {
		padding-left: 10px;
	}

	.single-page .video-container {
		margin-left: -10px;
		margin-right: -10px;
	}

	.single-page .aa_full_width_item {
		overflow: visible !important; /* is important */
	}

	.single-page .wp-caption:not(.alignleft):not(.alignright) img {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.aa_item_source:after {
		content: none;
		display: none;
	}
}

/*===end mobile 603px===*/

/*=========================End Mobile device===========================*/

/*===Best Product Bar===*/
#scrolled_view_bar {
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 500004;
}

#scrolled_view_bar.admin-bar {
	top: 32px;
}

.scrolled_view_bar_content {
	float: left;
	height: 100%;
	font-family: Open Sans Bold, sans-serif;
	min-width: 200px;
}

.sw_bar_image {
	background-size: cover;
	background-position: center;
	float: left;
}

.sw_bar_title {
	overflow: hidden;
	display: inline-block;
}

.sw_bar_price_rating {
	overflow: hidden;
	font-size: 15px;
	color: #00D49F;
	margin-top: -2px;
	letter-spacing: 0.01em;
}

.sw_bar_price_rating {
	overflow: hidden;
	font-size: 15px;
	color: #00D49F;
	margin-top: -2px;
	letter-spacing: 0.01em;
}

.scrolled_view_bar_button {
	position: relative;
	float: right;
}

/*#scrolled_view_bar.review_bar*/
#scrolled_view_bar.review_bar {
	height: 61px;
	background: #fff;
	padding-top: 4px;
	box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.04);
}

#scrolled_view_bar.review_bar .aa_rating_wrap {
	display: none;
}

#scrolled_view_bar.review_bar .scrolled_view_bar_content {
	margin-left: 26px;
}

#scrolled_view_bar.review_bar .sw_bar_image {
	width: 53px;
	height: 53px;
	margin-top: 2px;
	margin-right: 20px;
}

#scrolled_view_bar.review_bar .sw_bar_title {
	font-size: 14px;
	color: #3f3f3f;
	margin-top: 7px;
	letter-spacing: -0.02em;
}

#scrolled_view_bar.review_bar .scrolled_view_bar_button {
	margin-right: 20px;
}

#scrolled_view_bar.review_bar .sw_bar_buynow_button {
	margin-top: 10px;
	padding: 7px 27px;
	height: 36px;
}

.sw_bar_prime_logo.prime {
	background-image: url(/wp-content/themes/aa/images/shop-icons.png);
	height: 24px;
	width: 120px;
	float: left;
	display: block;
	background-position: -4px -147px;
	margin: 18px 24px 0 0;
}

#scrolled_view_bar.review_bar #best_product_bar_progress {
	display: none;
}

/*#scrolled_view_bar.bestproduct_bar*/
#scrolled_view_bar.bestproduct_bar .sw_bar_price {
	display: none;
}

#scrolled_view_bar.bestproduct_bar .scrolled_view_bar_container {
	max-width: 1200px;
	margin: 0 auto;
}

#scrolled_view_bar.bestproduct_bar {
	height: 77px;
	background: rgb(111,198,18);
	background: -moz-linear-gradient(left,  rgba(111,198,18,1) 0%, rgba(0,225,190,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(111,198,18,1) 0%,rgba(0,225,190,1) 100%);
	background: linear-gradient(to right,  rgba(111,198,18,1) 0%,rgba(0,225,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc612', endColorstr='#00e1be',GradientType=1 );
}

#scrolled_view_bar.bestproduct_bar .scrolled_view_bar_content {
	margin-top: 12px;
}

#scrolled_view_bar.bestproduct_bar .sw_bar_image {
	width: 56px;
	height: 56px;
	margin-right: 14px;
}

#scrolled_view_bar.bestproduct_bar .sw_bar_title {
	font-size: 16px;
	color: #fff;
	margin-top: 6px;
	letter-spacing: -0.015em;
}

#scrolled_view_bar .aa_rating_wrap {
	width: 84px;
	line-height: 16px;
	margin-left: 1px;
	margin-top: 8px;
}

#scrolled_view_bar .aa_rating_background:before,
#scrolled_view_bar .aa_rating_hover:before {
	font-size: 15px;
	letter-spacing: 0.2em;
}

#scrolled_view_bar .aa_rating_background:before {
	color: rgba(255, 255, 255, 0.5);
}

#scrolled_view_bar .aa_rating_hover:before {
	color: #fff;
}

#scrolled_view_bar.bestproduct_bar .sw_bar_buynow_button {
	background-color: #2f7d63;
	height: 45px;
	margin-top: 16px;
	letter-spacing: -0.02em;
	padding-top: 8px;
}

#scrolled_view_bar.bestproduct_bar .sw_bar_buynow_price {
	font-family: Open Sans Regular, sans-serif;
	font-size: 22px;
	margin-right: 22px;
	position: relative;
	top: 3px;
}

#scrolled_view_bar.bestproduct_bar #best_product_bar_logo {
	background-size: 300px 140px;
	background-image: url(/wp-content/themes/aa/images/aa_logo_new.svg);
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
	height: 66px;
	margin: 8px 20px 0 -4px;
	position: relative;
	width: 300px;
	float: left;
	margin-right: 20px;
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
}

@media only screen and (max-width : 1200px) {
	#scrolled_view_bar.bestproduct_bar .scrolled_view_bar_container {
		padding: 0 20px;
	}

	#scrolled_view_bar.bestproduct_bar #best_product_bar_logo {
		display: none;
	}
}

@media only screen and (max-width : 782px) {
	#scrolled_view_bar.admin-bar {
		top: 46px;
	}

	#scrolled_view_bar.bestproduct_bar .scrolled_view_bar_content {
		margin-top: 2px;
	}

	#scrolled_view_bar.bestproduct_bar {
		height: 61px;
	}

	#scrolled_view_bar.bestproduct_bar .sw_bar_buynow_button {
		margin-top: 10px;
	}
}

@media only screen and (max-width : 603px) {
	.sw_bar_prime_logo.prime {
		background-image: none;
		width: 20px;
		margin-right: 10px;
	}

	.sw_bar_prime_logo.prime:before {
		content: '\e90a';
		font-family: icons;
		color: #9d9d9d;
		font-size: 17px;
		margin-right: 10px;
	}

	#scrolled_view_bar {
		top: -14px;
	}

	#scrolled_view_bar.header_tweaks {
		top: 0;
	}

	#scrolled_view_bar.admin-bar {
		top: 32px;
	}

	#scrolled_view_bar.admin-bar.header_tweaks {
		top: 46px;
	}

	#scrolled_view_bar.review_bar .sw_bar_buynow_button span:nth-child(2),
	#scrolled_view_bar.bestproduct_bar .sw_bar_buynow_button span {
		display: none;
	}

	#scrolled_view_bar.review_bar .sw_bar_buynow_button:before,
	#scrolled_view_bar.bestproduct_bar .sw_bar_buynow_button:before {
		content: 'Buy!';
	}

	#scrolled_view_bar.bestproduct_bar .sw_bar_buynow_button {
		padding-top: 12px;
	}

}

@media only screen and (max-width : 600px) {
	#scrolled_view_bar,
	#scrolled_view_bar.admin-bar {
		top: -61px;
	}

	#scrolled_view_bar.header_tweaks,
	#scrolled_view_bar.admin-bar.header_tweaks {
		top: 0;
	}
}

/*progres bar*/
#scrolled_view_bar.bestproduct_bar #best_product_bar_progress {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 2px;
	appearance:none;
	-webkit-appearance:none;
	background:transparent;
	border:none;
	z-index: 5;
}

#best_product_bar_progress::-moz-progress-bar {
	background-color: #418518;
}

#best_product_bar_progress::-webkit-progress-value {
	background-color: #418518;
}

#best_product_bar_progress::-webkit-progress-bar {
	background: transparent;
}

#scrolled_view_bar.bestproduct_bar #bp_bar_progress_end {
	display: block;
	width: 110px;
	height: 9px;
	position: absolute;
	bottom: -7px;
	content: '';
	opacity: 1;
	visibility: visible;
	background-image: url(/wp-content/themes/aa/images/progress_bar_end.png);
	left: -90px;
}

/*===BWS Updates Shortcode===*/
.bws_updates_block {
	margin: 20px 0;
}

.bws_update {
	border-top: 2px solid #464646;
	padding-top: 4px;
}

.bws_update_title_wrap {
	color: #464646;
	font-family: Montserrat, sans-serif;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}

.bws_update_title {
	margin-right: 10px;
	text-transform: uppercase;
}

/*===End BWS Updates Shortcode===*/

/* Cellphoneplans shortcode */
.aa_plane_info_wrapper > div:not(.clear) {
	float: left;
	padding: 5px;
}

.aa_plane_info_wrapper {
	display: block;
	margin-bottom: 20px;
	border: 1px solid #eee;
	font-family: Open Sans Bold, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background-color: #FFF;
}

.aa_plane_info_wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.aa_pi_permonth {
	font-size: 20px;
	color: #69af00;
}

.aa_pi_logo {
	width: 13%;
}

.aa_pi_product_name {
	width: 20%;
}

.aa_pi_calls,
.aa_pi_sms,
.aa_pi_data {
	width: 12%;
	text-align: center;
}

.aa_pi_price {
	width: 15%;
	text-align: center;
}

.aa_pi_bttn_wrapper {
	width: 15%;
	text-align: center;
}

.aa_pi_bttn a {
	display: block;
	background-color: #69af00;
	color: #FFF !important;
	padding: 6px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Open Sans Bold;
	font-size: 14px !important;
}

@media screen and (max-width: 630px) {
	.aa_plane_info_wrapper > div:not(.clear) {
		width: 25%;
	}

	.aa_pi_calls, .aa_pi_sms, .aa_pi_data {
		display: none;
	}
}

/* End Cellphoneplans shortcode */

/* Giveaways */
.aa_giveaway_section {
	background-color: #f1f5f7;
	margin-bottom: 30px;
}

.aa_giveaway_section .bar-label .label-text {
	color: #3f3f3f;
}

.aa_giveaway_section .bar-label {
	padding: 15px 20px 16px 20px;
}

.aa_giveaway_section .bar-label-wrapper {
	margin-bottom: 20px;
}

.aa_top_giveaway_block {
	margin-top: 52px;
}

.aa_top_giveaway .article-image-wrapper {
	position: relative;
	height: 400px;
	width: 67.5%;
	float: left;
}

.aa_top_giveaway .article-image {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.aa_top_giveaway .aa_giveaway_postdata {
	float: left;
	width: 32.5%;
	padding: 14px 16px 0 15px;
	position: relative;
	height: 400px;
}

.aa_top_giveaway .article-title {
	font-family: Open Sans Extrabold, sans-serif;
	font-size: 28px;
	line-height: 33px;
	max-height: 70px;
	letter-spacing: -0.023em;
}

.aa_top_giveaway .excerpt p {
	font-family: Open Sans Bold, sans-serif;
	font-size: 14px;
	color: #999999;
	margin-top: 14px;
	line-height: 24px;
	letter-spacing: -0.028em;
}

.aa_giveaway_topinfo {
	height: calc( 100% - 180px );
	overflow: hidden;
}

.aa_giveaway_bottominfo {
	position: absolute;
	width: calc(100% - 30px );
	bottom: 15px;
	border-top: 2px solid #dfe8ec;
	padding-top: 41px;
}

.aa_top_giveaway .aa_giveaway_submeta {
	font-family: Open Sans Bold, sans-serif;
	font-size: 13px;
	color: #666666;
	position: relative;
	margin-left: 24px;
	margin-bottom: 7px;
}

.aa_top_giveaway .aa_giveaway_submeta:before {
	display: block;
	position: absolute;
	left: -24px;
	top: 0;
	font-family: icons;
	color: #333333;
	font-size: 13px;
	width: 10px;
	height: 10px;
	opacity: .5;
}

.aa_top_giveaway .aa_giveaway_entries:before {
	content: '\1f464';
}
.aa_top_giveaway .aa_giveaway_exp:before {
	content: '\e919';
}

.aa_top_giveaway .aa_giveaway_submeta span {
	font-family: Open Sans Semibold, sans-serif;
	color: #999999;
}

.aa_top_giveaway .aa_button {
	width: 100%;
	height: 49px;
	line-height: 27px;
	margin-top: 6px;
}

.aa_winners_entry {
	float: left;
	width: 366px;
	margin-right: 30px;
	background-color: #FFF;
	margin-bottom: 20px;
}

.aa_winners_entry:nth-child( 3n + 3 ) {
	margin-right: 0;
}

.aa_winners_entry > iframe,
.aa_winners_entry > img {
	position: relative;
	width: 100%;
	/*height: 353px;*/
}

.aa_winners_entry blockquote {
	font-family: Open Sans Semibold, sans-serif;
	font-size: 14px;
	color: #999999;
	margin: 0;
	padding: 10px;
}

.aa_winners_entry blockquote:before,
.aa_winners_entry blockquote:after {
	display: none;
}

.aa_giveaway_post_container {
	padding: 0 20px;
}

.aa_giveaway_post_container.relative {
	position: relative;
}

.aa_past_giveaways .article-image {
	filter: grayscale(100%);
	transition: all;
}

.aa_past_giveaways .overlay {
	z-index: 1;
}

.aa_past_giveaways .aa_above_image {
	z-index: 2;
	opacity: .9;
}

.aa_past_giveaways .active .article-image {
	filter: grayscale(0%);
	transition: all;
}

.aa_past_giveaways .active .aa_above_image {
	opacity: 1;
}

.giveaway_item {
	margin-bottom: 30px;
}

.giveaway_item .article-image-wrapper {
	position: relative;
}

.aa_past_giveaways .aa_post_subinfo span:first-child {
	margin-right: 20px;
	position: relative;
}

.aa_past_giveaways .aa_post_subinfo span:first-child:after {
	content: '.';
	font-size: 24px;
	position: absolute;
	right: -13px;
	top: 4px;
	line-height: 0;
}

/* mobile device */
.aa_mobile_device #aa_giveaway_page h1.main-title {
	padding-top: 35px;
}

.aa_mobile_device .aa_giveaway_section {
	margin-bottom: 20px;
}

.aa_mobile_device .aa_giveaway_section .bar-label .label-text {
	font-size: 18px;
}

.aa_mobile_device .aa_top_giveaway_block {
	margin-top: 27px;
}

.aa_mobile_device .aa_top_giveaway {
	padding: 10px;
	position: relative;
}

.aa_mobile_device .aa_top_giveaway .article-image-wrapper {
	width: 100%;
	float: none;
}

.aa_mobile_device .aa_top_giveaway .aa_button {
	margin-top: 8px;
}

.aa_mobile_device .aa_top_giveaway .aa_giveaway_postdata {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	height: auto;
	bottom: 67px;
	left: 0;
}

.aa_mobile_device .aa_top_giveaway .aa_giveaway_submeta:before {
	display: none;
}

.aa_mobile_device .aa_top_giveaway .aa_giveaway_submeta {
	margin-left: 0;
}

.aa_mobile_device .aa_giveaway_entries {
	color: #b8b8b8;
	font-family: Open Sans Semibold, sans-serif;
	letter-spacing: -0.04em;
	margin-bottom: 13px;
	font-size: 13px;
}

.aa_mobile_device .aa_giveaway_entries span {
	color: #b8b8b8;
}

.aa_mobile_device .aa_giveaway_exp {
	font-size: 12px;
	letter-spacing: -0.02em;
	margin-bottom: 3px;
	color: #fff;
}

.aa_mobile_device .aa_top_giveaway .article-title {
	font-size: 20px;
	max-height: 44px;
	letter-spacing: -0.04em;
	color: #fff;
	line-height: 22px;
	margin-bottom: 7px;
}

/* past giveaways */
.aa_mobile_device .aa_past_giveaways .aa_tripple_posts {
	width: 100%;
}

.aa_mobile_device #aa_giveaway_page .giveaway_item {
	margin-bottom: 20px;
}

.aa_mobile_device .aa_past_giveaways .aa_post_subinfo span:first-child:after {
	top: 2px;
}

@media only screen and (max-width : 603px) {
	.aa_top_giveaway .article-image-wrapper {
		height: 200px;
	}
}

/* end mobile device */
/* End giveaways */

/*===Sponsored Single Post===*/
body.custom_sponsored_layout {
	background: #f6f6f6;
}

/* billboard */
.custom-billboard-wrapper {
	background: #fff;
	height: 543px;
	padding: 80px 0 55px;
	position: relative;
	margin-bottom: 23px;
}

.custom-billboard-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	border-bottom: 150px solid #f6f6f6;
	border-left: 100vw solid transparent;
}

.custom-billboard-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.custom-billboard-wrapper h1.main-title {
	margin: 72px 0 5px;
}

.regular-billboard-wrapper h1.main-title {
	margin: 48px 0 5px;
}

.sponsored-post-byline,
.sponsored-header-desc {
	font-family: Open Sans Regular, sans-serif;
	color: #787878;
}

.sponsored-post-byline {
	font-size: 26px;
	margin-bottom: 30px;
	text-align: left;
}

.sponsored-header-desc {
	font-size: 17px;
	padding: 0 25px 0 5px;
	line-height: 29px;
}

.custom-billboard-image-wrapper {
	height: 408px;
}

.custom-billboard-image-wrapper .billboard-image {
	position: relative;
}

.regular-billboard-wrapper .billboard-image-wrapper {
	margin: 42px 0 35px;
}

/* content */
.sponsored-single-page.single-page {
	max-width: 700px;
	margin: 0 auto;
}

.sponsored-single-page .content-panel {
	background: transparent;
}

.sponsored-single-page.single-page p {
	padding: 0 2px;
}

.sponsored-single-page p img.alignnone,
.sponsored-single-page p img.size-large,
.sponsored-single-page p img.size-full,
.aa_mobile_device .sponsored-single-page p img.aligncenter {
	margin: 10px -54px;
	max-width: calc(100% - -108px);
}

body.custom_sponsored_layout .sponsored-single-page p img.alignnone,
body.custom_sponsored_layout .sponsored-single-page p img.size-large,
body.custom_sponsored_layout .sponsored-single-page p img.size-full,
body.custom_sponsored_layout.aa_mobile_device .sponsored-single-page p img.aligncenter {
	margin: 10px -4px;
	max-width: calc(100% - -8px);
}

/* custom elemetns */
.aa_sponsored_leftcollumn_image {
	position: absolute;
	width: 250px;
	left: -250px;
	padding: 0 30px;
}

.aa_spnsrd_lftcllmn_links {
	float: left;
	width: 289px;
	margin: 4px 18px 0 -136px;
}

.aa_spnsrd_lftcllmn_link_item {
	padding: 10px 17px;
	background-color: rgba(218, 226, 228, 0.5);
	margin-bottom: 20px;
}

.aa_spnsrd_lftcllmn_links .aa_spnsrd_lftcllmn_link_item:last-child {
	margin-bottom: 0;
}

.aa_spnsrd_lftcllmn_link_item a {
	font-family: Open Sans Extrabold, sans-serif !important;
	font-size: 20px !important;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}

.aa_spnsrd_lftcllmn_descr {
	font-family: Open Sans Semibold, sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 20px;
	margin: 5px 0;
}

.aa_gray_bg_block {
	background-color: rgba(218, 226, 228, 0.5);
}

/* End custom elemetns */
/* Comments */
.sponsored-single-page .aa_comments_wrapper {
	border-top: 1px solid #eaebec;
	margin-top: 28px;
	padding: 31px 0 0;
}

.sponsored-single-page .aa_comments_wrapper  .bar-label {
	border-bottom: none;
	margin-bottom: 13px;
}

/* Sponsored sticky */
.aa_sticky_sponsor_wrapper {
	padding: 15px;
	float: left;
	position: relative;
	margin-left: 20px;
}

.aa_sticky_sponsor_wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	height: 100%;
	width: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.aa_sponsor_sticky_content {
	font-family: Open Sans Bold, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #196600;
	letter-spacing: -0.02em;
}

.sponsor_lb_loader {
	width: 12px;
	height: 12px;
	position: relative;
	cursor: pointer;
	margin-left: 7px;
	display: inline-block;
}

.sponsor_lb_loader:before {
	content: '\e91a';
	font-family: icons;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.aa_sponsor_sticky_logo {
	font-family: Open Sans Extrabold, sans-serif;
	color: #FFF;
	font-size: 19px;
	line-height: 15px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 3px;
	max-width: 125px;
}

.aa_sponsor_stiky_lightbox {
	width: 310px;
	max-width: 90vw;
	background-color: #e8eced;
	border: solid 1px rgba(63,63,63,.17);
	border-radius: 10px;
	position: absolute;
	padding: 16px 15px 20px 20px;
	left: -56%;
	top: 2px;
	margin-top: 70px;
	display: none;
	z-index: 5;
}

.aa_sponsor_stiky_lightbox:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: -10px;
	top: -6px;
	margin: 0 auto;
	background-color: #e8eced;
	width: 10px;
	height: 10px;
	border-left: solid 1px rgba(63,63,63,.17);
	border-top: solid 1px rgba(63,63,63,.17);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.aa_sponsor_stiky_lightbox .aa_sponsor_sticky_content,
.aa_sponsor_stiky_lightbox .aa_sponsor_sticky_logo {
	display: none;
}

.aa_sponsor_lb_text {
	font-family: Open Sans Semibold, sans-serif;
	font-size: 13px;
	letter-spacing: -0.025em;
	line-height: 20px;
	color: #999999;
	margin-bottom: 16px;
}

.aa_sticky_sponsor_wrapper .aa_popup_overlay {
	z-index: 1;
}

.aa_sponsor_share_block {
	float: right;
	margin-top: 20px;
	margin-right: 13px;
}

.fixed .aa_sponsor_share_block {
	margin-top: 15px;
}

.aa_sponsor_share_block .single_socs .soc {
	float: left;
	background-color: rgba(255, 255, 255, 0.20);
}

.aa_mobile_device .sponsored-post-byline {
	font-size: 21px;
	padding: 0 18px 0;
	margin-top: -3px;
	letter-spacing: -0.04em;
	line-height: 26px;
}

.aa_mobile_device .sponsored-single-page h2 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.aa_mobile_device .aa_sponsored_subtitle {
	font-size: 18px !important;
}

.aa_mobile_device .sponsored-single-page #content-anchor-inner {
	padding-top: 29px;
}

.aa_mobile_device .sponsored-single-page.single-page p {
	padding: 0 20px;
}

.aa_mobile_device .sponsored-single-page .aa_button {
	width: calc(100% - 40px );
	margin: 8px 20px 0;
}

.aa_mobile_device .sponsored-single-page .aa_comments_wrapper {
	margin-top: 35px;
}

.aa_mobile_device .sponsored-single-page .aa_comments_wrapper .bar-label {
	padding: 4px 20px 13px 20px;
	margin-bottom: 6px;
}

.aa_mobile_device .sponsored-single-page .aa_comments_wrapper .bar-label:after {
	display: none;
}

.aa_mobile_device .sponsored-single-page .aa_comments_more.aa_comments_button {
	width: calc( 100% - 40px );
	margin: 0 20px;
}

.aa_mobile_device .aa_sponsor_stiky_lightbox .aa_sponsor_sticky_content,
.aa_mobile_device .aa_sponsor_stiky_lightbox .aa_sponsor_sticky_logo {
	display: block;
}

.aa_sponsor_stiky_lightbox .sponsor_lb_loader {
	width: 34px;
	height: 40px;
	right: 12px;
	top: 6px;
}

.aa_sponsor_stiky_lightbox .sponsor_lb_loader:before {
	font-size: 33px;
	content: '\e5cd';
}

.aa_mobile_device .aa_sponsor_stiky_lightbox {
	right: 0;
	left: 0;
	width: 90vw;
	margin: 30px auto 0;
	border-radius: 0;
	background-color: #fff;
	padding: 24px 20px;
}

.aa_mobile_device .aa_sponsor_lb_link {
	text-align: right;
}

.aa_mobile_device .aa_sponsor_stiky_lightbox:before {
	display: none;
}

.aa_mobile_device .aa_sponsor_lb_text {
	color: #858585;
	margin-top: 20px;
	overflow-y: scroll;
	max-height: 50vh;
}

.aa_mobile_device.single-sponsored.sticky-search-bar #sticky-search {
	top: 48px;
}

@media only screen and (max-width: 1140px) {
	.aa_sponsored_leftcollumn_image {
		position: relative;
		left: auto;
		float: left;
	}
}

@media only screen and (max-width: 991px) {
	.custom-billboard-wrapper {
		margin-bottom: 0;
		padding-bottom: 0;
		height: auto;
	}
	.custom-billboard-wrapper:after {
		display: none;
	}

	.aa_spnsrd_lftcllmn_links {
		margin-left: 0;
	}
}

@media only screen and (max-width: 630px) {
	.aa_sponsor_share_block {
		display: none;
	}

	.aa_sticky_sponsor_wrapper {
		position: relative;
		padding: 10px 10px 5px;
		float: none;
		background-color: #FFF;
		margin: 48px 0 0 0;
		text-align: left;
		-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.04);
		box-shadow: 3px 4px 5px rgba(0,0,0,.04);
	}

	.single-sponsored .billboard-wrapper {
		margin-top: 81px;
	}

	.aa_sponsor_sticky_content {
		color: #3f3f3f;
	}

	.sponsor_lb_loader {
		position: absolute;
		right: 13px;
		top: 20px;
		width: 20px;
		height: 20px;
	}

	.aa_sponsor_sticky_logo,
	.sponsor_lb_loader:before {
		color: rgba(63, 63, 63, 0.3);
	}

	.sponsor_lb_loader:before {
		font-size: 16px;
	}

}

@media only screen and (max-width: 501px) {
	.aa_spnsrd_lftcllmn_links {
		margin-left: 20px;
		float: none;
	}
}

/* End sponsored sticky */
/*===End Sponsored Single Post===*/

/* Newsletter page */
/* TODO newsletter page id */
.page.page-id-240056 .main-title,
.page.page-id-240056 .aa_top_info_block {
	display: none;
}

.aa_nwslttr_header {
	float: left;
}

#post-240056 .aa_nwslttr_header {
	letter-spacing: -0.04em;
}

.page.page-id-240056 .aa_title_block p {
	padding: 0;
}

.page.page-id-240056 .single-page p {
	padding: 0;
	font-size: 18px;
	letter-spacing: -0.04em;
}

.page.page-id-240056 strong {
	font-family: Open Sans Extrabold, sans-serif;
	color: #3f3f3f;
}

.aa_title_block {
	margin-bottom: 38px;
}

.aa_nwslttr_recent_campaing.aa_button {
	float: right;
	background-color: #edf1f2;
	color: #a5a5a5 !important;
	font-size: 12px !important;
	margin-top: 31px;
	letter-spacing: 0;
}

.page.page-id-240056 .aa_newsletter_shortcode_wrapper {
	margin-top: 45px;
	margin-bottom: 13px;
}
.page.page-id-240056  .aa_ns_full_list {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.aa_nwslttr_option {
	float: left;
	position: relative;
	width: 24%;
	background-color: #f1f5f7;
	margin-right: 1.3333333%;
	min-height: 260px;
	font-family: Open Sans Semibold, sans-serif;
	font-size: 13px;
	color: #9d9d9d;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: -0.03em;
	line-height: 20px;
	padding: 3px 10px;
	/*cursor: pointer;*/
	display: block;
}

.aa_nwslttr_option_content {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 0 10px 7px;
}

.aa_nwslttr_option_content input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}



.aa_nwslttr_option_checked {
	position: absolute;
	right: 7px;
	top: 11px;
	width: 21px;
	height: 21px;
	background-color: #55cc3a;
	border-radius: 50%;
	display: none;
}



.aa_nwslttr_option_checked:after {
	content: '\2713';
	font-family: icons;
	font-size: 13px;
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	left: 0;
	margin: 0 auto;
	color: #f1f5f7;
}
/*
.aa_nwslttr_option:nth-child( 4n + 4 ) {
	margin-right: 0;
}*/

.aa_nwslttr_option_title {
	font-family: Open Sans Extrabold, sans-serif;
	font-size: 18px;
	letter-spacing: -0.05em;
	color: #3f3f3f;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
}

.aa_nwslttr_option_title:before {
	content: '';
	display: block;
	width: 55px;
	height: 60px;
	background-image: url( '../images/newsletter_page_sprite.png' );
	background-size: 499px 157px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 42px auto 15px;
}

.aa_nwslttr_option_descr {
	min-height: 80px;
	display: block;
}

.aa_android .aa_nwslttr_option_title:before {
	background-position: -10px -85px;
}

.aa_apps .aa_nwslttr_option_title:before {
	background-position: -82px -85px;
}

.aa_dev .aa_nwslttr_option_title:before {
	background-position: -154px -85px;
}

.aa_top_stories .aa_nwslttr_option_title:before {
	background-position: -230px -85px;
}

.aa_breaking .aa_nwslttr_option_title:before {
	background-position: -306px -85px;
}

.aa_review .aa_nwslttr_option_title:before {
	background-position: -367px -85px;
}

.aa_deal .aa_nwslttr_option_title:before {
	background-position: -432px -85px;
}
/*
.selected.aa_android .aa_nwslttr_option_title:before {
	background-position: -10px -2px;
}

.selected.aa_apps .aa_nwslttr_option_title:before {
	background-position: -82px -2px;
}

.selected.aa_dev .aa_nwslttr_option_title:before {
	background-position: -154px -2px;
}

.selected.aa_top_stories .aa_nwslttr_option_title:before {
	background-position: -230px -2px;
}

.selected.aa_breaking .aa_nwslttr_option_title:before {
	background-position: -306px -2px;
}

.selected.aa_review .aa_nwslttr_option_title:before {
	background-position: -367px -2px;
}

.selected.aa_deal .aa_nwslttr_option_title:before {
	background-position: -432px -4px;
}*/

.page.page-id-240056 p.aa_subscr {
	color: #787878 !important;
	padding-left: 53px;
	position: relative;
	font-size: 13px !important;
	letter-spacing: -0.015em;
}

.page.page-id-240056 p.aa_subscr:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	width: 40px;
	height: 2px;
	background-color: #55cc3a;
}

.page.page-id-240056 .mc-subscribe-wrap {
	background-color: #f1f5f7;
	position: relative;
	padding-top: 34px;
	padding-bottom: 20px;
}

.page.page-id-240056 .mc-subscribe-wrap:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #f1f5f7;
	width: 999px;
	height: 100%;
	left: -999px;
	top: 0;
}

.page.page-id-240056 .mc-subscribe-wrap:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #f1f5f7;
	width: 999px;
	height: 100%;
	right: -999px;
	top: 0;
}

.page.page-id-240056 .mc-subscribe-wrap h2 {
	font-size: 24px;
	color: #53cc39;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.page.page-id-240056 .mc-subscribe-wrap p {
    font-size: 13px !important;
    letter-spacing: -0.02em;
    color: #787878 !important;
}

.page.page-id-240056 .mc-subscribe-wrap input:not([type="submit"]) {
	width: 100% !important;
}

@media only screen and (max-width : 1230px) {
	.page.page-id-240056 .padded-panel {
		padding: 0 20px;
	}
}

@media only screen and (max-width : 900px) {
	.aa_nwslttr_option {
		width: 48%;
		margin-right: 4%;
	}
	.aa_nwslttr_option:nth-child( 2n + 2 ) {
		margin-right: 0;
	}
}

.page.page-id-240056 .billboard-image-wrapper {
	display: none;
}

@media only screen and (max-width : 603px) {
	.aa_mobile_device.page.page-id-240056 #mc_embed_signup_scroll {
		padding: 0 !important;
	}

	#post-240056 .aa_nwslttr_header {
		font-size: 26px;
		line-height: 27px;
	}
	.aa_nwslttr_recent_campaing.aa_button,
	.page.page-id-240056 .billboard-image-wrapper {
		display: none;
	}
	.aa_title_block {
		margin-bottom: 5px;
	}
	.page.page-id-240056 .single-page p {
		font-size: 16px;
	}
	.aa_nslttr_options_wrapper {
		margin: 20px -20px 10px;
	}
	.aa_nwslttr_option {
		width: 100%;
		margin-right: 0;
		min-height: 0;
	}
	.aa_nwslttr_option_title:before {
		display: none;
	}
	.selected.aa_nwslttr_option,
	.aa_nwslttr_option {
		border: none;
		border-bottom: 1px solid #e1e3e6;
		margin-bottom: 0;
		padding: 3px 10px;
	}
	.aa_nwslttr_option_content {
		position: relative;
		text-align: left;
		padding: 20px 15px;
		display: block;
	}
	.selected .aa_nwslttr_option_content {
		bottom: 0;
	}
	.selected .aa_nwslttr_option_checked {
		right: auto;
		left: 18px;
		top: 25px;
	}
	.aa_nwslttr_option_title {
		margin-bottom: 7px;
	}
	/*.selected .aa_nwslttr_option_title {
		color: #55cc3a;
	}*/
	.page.page-id-240056 p.aa_subscr {
		padding-left: 43px !important;
		line-height: 19px;
		margin-top: 30px;
		margin-bottom: 32px;
	}
	.page.page-id-240056 p.aa_subscr:before {
		left: -10px;
		top: 10px;
	}
	.page.page-id-240056 .mc-subscribe-wrap {
		padding-top: 7px;
		text-align: left;
	}
	.page.page-id-240056 .mc-subscribe-wrap h2 {
		font-size: 20px;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.page.page-id-240056 .mc-subscribe-wrap p {
		line-height: 20px;
	}
	
	.page.page-id-240056 .aa_ns_full_list .mc-subscribe-wrap .mc-field-group,
	.page.page-id-240056 .aa_ns_full_list input#mc-embedded-subscribe{
		float: none;
		width: 100%;
		clear: both;
		margin: 30px 0 0 0;
	}
}

/* End newsletter page */

/* Single page styles */
.page .aa_item_info_block,
.page .single_share_block {
	display: none;
}

.page .trans-element-checkbox {
	margin: 0 5px 0 4px;
}

.page.aa_mobile_device .billboard-image-wrapper {
	display: none;
}
@media only screen and (max-width : 1200px) {
	.aa_mob_padding {
		padding: 0 20px;
	}
}
/* End single page styles */
/* Contact us styles */
.aa_departaments_wrapper {
	margin-top: 33px;
	border-bottom: 1px solid #eaebec;
	padding-bottom: 8px;
}

.aa_departament {
	float: left;
	width: 47.6%;
	margin-right: 4.8%;
	margin-bottom: 20px;
}

.aa_departament:nth-child( 2n + 2 ) {
	margin-right: 0;
}

.aa_departament_title,
.aa_departament_title a {
	font-family: Open Sans Extrabold, sans-serif !important;
	font-size: 16px;
	color: #52cc39;
	text-transform: uppercase;
}

.aa_departament_content {
	position: relative;
	background-color: #f1f5f7;
	min-height: 96px;
	padding-left: 74px;
	margin-top: 8px;
	display: table;
	width: 100%;
}

.aa_departament_content p {
	margin: 0;
}

.aa_departament_descr {
	font-family: Open Sans Bold, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	line-height: 20px;
	display: table-cell;
	vertical-align: middle;
}

.aa_departament_content:before {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 31px;
	top: 30px;
	background-image: url( '../images/contact_page_sprite.png' );
	background-size: 182px 50px;
	background-repeat: no-repeat;
	background-position: -8px -5px;
}

.aa_support .aa_departament_content:before {
	background-position: -8px -5px;
}

.aa_app .aa_departament_content:before {
	background-position: -52px -5px;
}

.aa_adv .aa_departament_content:before {
	background-position: -98px -5px;
}

.aa_contr .aa_departament_content:before {
	background-position: -140px -5px;
}

.page .gform_wrapper textarea.medium {
	height: 190px;
}

.page .gform_wrapper .gform_footer {
	text-align: right;
	margin: 3px 0 0;
}

.page .gform_wrapper .gform_footer input.button,
.page .gform_wrapper .gform_footer input[type=submit] {
	margin: 0;
	font-size: 12px !important;
	padding: 0 16px;
	height: 31px;
}

@media only screen and (max-width : 640px) {
	.page .single-page div[id^="content-anchor-inner"] {
		font-family: Open Sans Semibold, sans-serif;
		font-size: 16px;
		letter-spacing: -0.025em;
	}

	.aa_departament {
		width: 100%;
		margin-right: 0;
		background-color: #f1f5f7;
		margin-bottom: 10px;
	}
	.aa_departament_content {
		padding-left: 68px;
		display: block;
		min-height: 41px;
		margin-top: 2px;
		padding-right: 20px;
	}
	.aa_departament_title {
		font-size: 18px;
		padding-left: 68px;
		padding-top: 20px;
	}

	.aa_departament_content:before {
		left: 16px;
		top: -34px;
	}
	.aa_departaments_wrapper {
		margin-top: 18px;
		padding-bottom: 12px;
	}
	.gform_wrapper span.trans-element-checkbox {
		display: inline-block !important;
	}
	.page input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.page textarea {
		padding: 4px 12px;
	}
}

/* End contact us styles */

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	margin: 10px 0 9px 1px !important;
}

/*===Newsletter shortcode===*/
.aa_ns_focused {
	width: 50%;
	background: #f1f5f7;
	margin-bottom: 38px;
	padding: 30px 16px 35px;
}

.aa_ns_focused.center {
	width: 100%;
}

.aa_ns_focused.left {
	margin-right: 21px;
}

.aa_ns_focused.right {
	margin-left: 21px;
}

.aa_ns_title {
	font-family: Open Sans Extrabold, sans-serif;
	font-size: 18px;
	color: #3f3f3f;
	line-height: 21px;
	letter-spacing: -0.02em;
	margin-bottom: 6px;
}

.aa_ns_description {
	font-family: Open Sans Semibold, sans-serif;
	font-size: 13px;
	color: #9d9d9d;
	letter-spacing: -0.025em;
	text-indent: 2px;
}

.aa_ns_focused_form {
	margin-top: 26px;
}

.aa_ns_focused_form .subscribe-form-email {
	border: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	float: left;
	width: 67%;
	height: 36px;
	padding-left: 8px !important;
}

.aa_ns_focused_form .aa-subscribe-button {
	width: 33%;
	float: left;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding: 8px 0;
	height: 36px;
}

/*full list*/
.aa_ns_full_list {
	background: #f1f5f7;
	padding: 25px 21px 0;
	margin-bottom: 17px;
}

.aa_ns_full_list #mc_embed_signup .input-group ul li {
	width: 177px;
	height: 46px;
	background: #e9eef1;
	border-radius: 3px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 20px 0 12px;
}

.aa_ns_full_list #mc_embed_signup .input-group ul li:nth-child(3n) {
	margin-right: 0;
}

.aa_ns_full_list #mc_embed_signup .trans-element-checkbox {
	margin-right: 9px;
	position: relative;
	margin-top: 17px;
	float: left;
}

.aa_ns_full_list #mc_embed_signup .input-group ul li label {
	font-family: Open Sans Semibold, sans-serif;
	color: #5f5f5f;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	height: 100%;
	display: table;
}

.aa_ns_full_list #mc_embed_signup .input-group ul li label span {
	display: table-cell;
	vertical-align: middle;
}

.aa_ns_full_list .mc-subscribe-wrap {
	background: #e9eef1;
	margin: 0 -21px;
	padding: 33px 19px;
}

.aa_ns_full_list .mc-subscribe-wrap .mc-field-group {
	width: 35.623%;
	float: left;
	margin-right: 2.913%;
}

.aa_ns_full_list .mc-subscribe-wrap input {
	height: 38px;
}

.aa_ns_full_list input#mc-embedded-subscribe {
	width: 22.928%;
}

/*===End Newsletter shortcode===*/

/* Highlight */
/*
  Five-color theme from a single blue hue.
*/
.aa_hljs_description {
	background: #f1f5f7;
	padding: 20px 22px 0 24px;
}

.aa_hljs_description .aa_lang_name,
.aa_hljs_description .aa_clipboard {
	font-family: Open Sans Bold, sans-serif;
	font-size: 13px !important;
	text-transform: uppercase;
}

.aa_hljs_description .aa_lang_name {
	color: #a5a5a5;
}

.aa_hljs_description .aa_clipboard {
	float: right;
	margin-top: -5px;
}

.hljs {
	display: block;
	overflow-x: auto;
	padding: 0.5em;
	background: #f1f5f7;
	-webkit-text-size-adjust: none;
	font-family: "Droid Sans Regular";
	font-size: 13px;
	letter-spacing: 0.015em;
	line-height: 19px;
	border-radius: 0;
	border: none;
}

.hljs,
.hljs-list .hljs-built_in {
	color: #4bbd33 !important;
}

.hljs-keyword,
.hljs-title,
.hljs-important,
.hljs-request,
.hljs-header,
.hljs-javadoctag,
.hljs-name {
	font-weight: bold;
}

.hljs-comment,
.hljs-chunk {
	color: #606060;
}

.hljs-string,
.hljs-title,
.hljs-parent,
.hljs-built_in,
.hljs-literal,
.hljs-filename,
.hljs-value,
.hljs-addition,
.hljs-tag,
.hljs-argument,
.hljs-link_label,
.hljs-blockquote,
.hljs-header,
.hljs-name {
	color: #2d761f;
}

.hljs-attr {
	color: #4bbd33;
}

.hljs-decorator,
.hljs-prompt,
.hljs-yardoctag,
.hljs-subst,
.hljs-symbol,
.hljs-doctype,
.hljs-regexp,
.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-attribute,
.hljs-attr_selector,
.hljs-javadoc,
.hljs-xmlDocTag,
.hljs-deletion,
.hljs-shebang,
.hljs-string .hljs-variable,
.hljs-link_url,
.hljs-bullet,
.hljs-sqbracket,
.hljs-phony {
	color: #4bbd33;
}
/* End highlight */

/* Custom deals widget in post content */
.widget_deals_large .bar-label {
	background-color: #FFF;
	text-align: left;
}

.widget_deals_large .widget_a.compact-panel.deals_item .article-image,
.widget_deals_large .widget_a.compact-panel.deals_item .article-image-wrapper {
	width: 100%;
	height: 190px;
}

.widget_deals_large .widget_a.compact-panel.deals_item .article-info {
	clear: both;
	padding: 0 !important;
	text-align: left;
	max-height: 65px;
}

.widget_deals_large .widget_a.compact-panel.deals_item {
	float: left;
	width: 255px;
	margin-right: 20px;
}

.widget_deals_large .widget-loop {
	width: 9999px;
}

.widget_deals_large .percentage_block {
	text-align: left;
}

.widget_deals_large .content-inner {
	overflow: hidden;
}

.widget_deals_large .aa_rr_slider_arr {
	display: none;
}

.aa_mobile_device .widget_deals_large .widget_a.compact-panel.deals_item {
	width: calc(100vw - 20px );
	margin: 0 10px;
}

/* Custom deals widget in post content */

/*remove ad from page*/
body.page .tpd-box {
	display: none !important;
}

/* Easy collumns */
.ezcol>* {
	max-width: 100%;
}
.ezcol-one-quarter,
.ezcol-one-half,
.ezcol-three-quarter,
.ezcol-one-third,
.ezcol-two-third,
.ezcol-one-fifth,
.ezcol-two-fifth,
.ezcol-three-fifth,
.ezcol-four-fifth {
	float: left;
	margin-right: 4%;
	position: relative;
	word-wrap: break-word;
	hyphens: auto;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	text-rendering: optimizedLegibility;
}
.ezcol-one-quarter {
	width: 22%;
}
.ezcol-one-half {
	width: 48%;
}
.ezcol-three-quarter {
	width: 74%;
}
.ezcol-one-third {
	width: 30.666%;
}
.ezcol-two-third {
	width: 65.334%;
}
.ezcol-one-fifth {
	width: 16.8%;
}
.ezcol-two-fifth{
	width: 37.6%;
}
.ezcol-three-fifth {
	width: 58.4%;
}
.ezcol-four-fifth {
	width: 79.2%;
}
.ezcol-last {
	float: right;
	clear: right;
	margin-right: 0;
}
.ezcol-last:after {
	content: ".";
	opacity: 0;
	display: block;
	height: 0;
	clear: both;
}
.ezcol-both,
.ezcol-left,
.ezcol-right {
	margin: 0;
	padding: 0;
	background: none;
}
.ezcol-divider {
	clear: both !important;
	display: block !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	width: 100% !important;
	background: none !important;
}
.ezcol-both {
	clear: both !important;
}
.ezcol-left {
	clear: left !important;
}
.ezcol-right {
	clear: right !important;
}
@media all and (max-width: 603px) {/**/
	.ezcol-one-quarter,
	.ezcol-one-half,
	.ezcol-three-quarter,
	.ezcol-one-third,
	.ezcol-two-third,
	.ezcol-one-fifth,
	.ezcol-two-fifth,
	.ezcol-three-fifth,
	.ezcol-four-fifth {
		width: 100% !important;
		margin-right: 0;
	}
}
/* Easy collumns */

/*===affiliate-text===*/
	.affiliate-text {
		font-family: Open Sans Light, sans-serif;
		font-size: 16px;
		line-height: 22px;
		padding: 13px 0;
		letter-spacing: -0.00em;
		border-top: 1px solid rgba(0, 0, 0, .1);
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
/*===affiliate-text===*/

/*===tldr shortcode===*/
	.single-page .aa_tldr_text ul li {
		font-weight: bold;
		color: #3f3f3f;
		margin-bottom: 20px;
	}

	.single-page .aa_tldr_text ul li:before {
		left: -15px !important;
		top: -7px !important;
		color: #3f3f3f !important;
	}

	.single-page .aa_tldr_text ul {
		padding-left: 25px;
	}
/*===tldr shortcode====*/

/*===Events post type===*/
	.event-billboard-wrapper {
		position: relative;
		height: 537px;
		text-align: center;
		margin-bottom: 115px;
	}

	.event-top-container {
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
	}

	.event-billboard-wrapper .event-top-container {
		z-index: 1;
		height: 100%;
	}

	.event-billboard-image.billboard-image {
		position: absolute;
		width: 100%;
	}

	.event-billboard-wrapper h1.main-title {
		color: #fff !important;
		margin: 0;
		font-size: 64px;
		letter-spacing: -0.07em;
		width: 100%;
		text-indent: -3px;
	}

	.event-logo-wrapper {
		margin-top: 66px;
		margin-left: -37px;
		display: inline-block;
		position: relative;
		max-width: 357px;
	}

	.event-logo-wrapper:before {
		content: '\2716';
		color: #fff;
		position: absolute;
		font-size: 33px;
		font-family: icons;
		top: 33px;
		left: -18px;
	}

	.event-logo-wrapper:after {
		content: '\e75d\e75d';
		color: #fff;
		font-family: icons;
		position: absolute;
		bottom: 52px;
		right: -19px;
		font-size: 50px;
		letter-spacing: 0.025em;
	}

	.event-top-description {
		font-family: Proximanova Regular, sans-serif;
		font-size: 20px;
		color: #727272;
		padding: 0 146px;
		line-height: 30px;
		letter-spacing: -0.04em;
		margin-bottom: 49px;
	}

	.event-top-description > p {
		margin-bottom: 30px;
	}

	.event-top-description > p:nth-child(2)::first-letter {
		color: #00D49F;
		margin: 31px 19px 30px -3px;
		display: block;
		float: left;
		font-family: Proximanova Extrabold, sans-serif;
		font-size: 100px;
	}

	.event-top-description:after {
		content: '';
		display: block;
		width: 31px;
		height: 2px;
		background: rgba(0, 0, 0, .2);
		margin: -2px 0 0 2px;
	}

	.event-top-logo-wrapper {
		min-height: 388px;
		line-height: 388px;
		text-align: center;
		background: #6ec614;
		background: -moz-linear-gradient(left,  #6ec614 0%, #11dda3 100%);
		background: -webkit-linear-gradient(left,  #6ec614 0%,#11dda3 100%);
		background: linear-gradient(to right,  #6ec614 0%,#11dda3 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec614', endColorstr='#11dda3',GradientType=1 );
	}

	.event-top-logo-wrapper img.event-logo {
		max-width: 478px;
	}

	/*mobile*/
  .aa_mobile_device .full-layout.events .col-md-8 {
    margin: 0 auto;
    float: none;
  }

  @media only screen and (max-width : 991px) {
		.event-billboard-wrapper {
			height: calc(100vh - 136px);
			min-height: 496px;
			margin-bottom: 57px;
		}

		.event-logo-wrapper {
			margin-left: 0;
			overflow: visible !important;
		}

		.event-logo-wrapper:before {
			font-size: 27px;
			top: 20px;
			left: -5px;
		}

		.event-logo-wrapper:after {
			bottom: 41px;
			right: -16px;
			font-size: 42px;
		}

		.event-billboard-wrapper h1.main-title {
			font-size: 36px;
			line-height: 38px;
		}

		.event-top-description {
			font-size: 19px;
			line-height: 29px;
			padding: 0 20px;
			margin-bottom: 40px;
		}

		.event-top-description > p {
			margin-bottom: 29px;
		}

		.event-top-description > p:nth-child(2)::first-letter {
			margin: 26px 19px 33px -3px;
		}

		.event-top-description:after {
			margin: 31px 0 0;
		}

		.event-top-logo-wrapper img.event-logo {
			max-width: 423px;
		}
		
		.event-top-logo-wrapper {
			height: 231px;
			line-height: 231px;
		}
  }
		/*mobile*/
/*===Events post type===*/

/*====Editor's Choice Page===*/
	/*billboard*/
	.ec-billboard-wrapper {
		height: 478px;
		padding-top: 119px;
	}

	.ec-top-container {
		position: relative;
	}

	.ec-top-container:after {
		content: "Editor's";
		font-size: 240px;
		font-family: Open Sans Extrabold, sans-serif;
		color: rgba(255, 255, 255, 0.02);
		position: absolute;
		top: -56px;
		left: 181px;
		text-transform: uppercase;
		letter-spacing: -0.065em;
	}

	.ec-logo-wrapper {
		float: left;
		margin-right: 73px;
		margin-left: -10px;
	}

	.ec-title-wrapper {
		overflow: hidden;
	}

	.ec-title-wrapper h1.page-title {
		font-size: 64px;
		color: #fff !important;
		margin: 50px 0 6px 0;
		letter-spacing: -0.07em;
	}

	.page-subtitle {
		font-family: Proximanova Regular, sans-serif;
		font-size: 18px;
		color: #899fa9;
		text-indent: 5px;
		letter-spacing: -0.035em;
	}
	/*billboard*/

	/*content*/
	.container-inner.ec-post-container {
		margin-top: 18px;
	}

	.loop-panel.ec-panel {
		width: 30%;
		float: left;
		box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.1);
		height: 484px;
		margin-bottom: 60px;
		border-radius: 4px;
	}

	.loop-panel.ec-panel:not(:nth-child(3n)) {
		margin-right: 5%;
	}

	.ec-panel .loop-image-wrapper {
		padding: 37px 20.08333% 27px;
	}

	.ec-panel .loop-image-wrapper:before {
		display: none;
	}

	.ec-panel .loop-image {
		position: relative;
		max-width: 210px;
		margin: 0 auto;
		width: 90%;
		height: 210px;
	}

	.ec-panel .loop-info-wrapper {
		text-align: center;
		padding: 0 20px;
	}

	.ec-panel h2.article-title {
		font-family: Open Sans Extrabold, sans-serif;
		font-size: 24px;
		line-height: 30px;
		color: #000 !important;
		letter-spacing: -0.06em;
		max-height: 30px;
		margin-bottom: 6px;
	}

	.ec-panel .excerpt {
		font-family: Proximanova Bold, sans-serif;
		font-size: 15px;
		color: #999;
		line-height: 21px;
		max-height: 42px;
		overflow: hidden;
		letter-spacing: -0.035em;
		margin-bottom: 21px;
	}

	a.hub_page_link {
		font-family: Open Sans Bold, sans-serif;
		text-transform: uppercase;
		letter-spacing: -0.04em;
		padding-left: 4px;
		color: #7199a7;
		opacity: .5;
		line-height: 22px;
	}

	a.ec-review-button {
		position: absolute;
		bottom: 0;
		background: #c8d7e2;
		width: 100%;
		height: 66px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		padding: 0 23px 0 18px;
		overflow: hidden;
	}

	a.ec-review-button:after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		border-bottom: 66px solid rgba(113, 153, 168, 0.1);
		border-left: 68px solid transparent;
		border-top: 0px solid transparent;
		border-right: 150px solid rgba(113, 153, 168, 0.1);
	}

	a.ec-review-button .rating {
		color: #fff;
		font-family: Proximanova Semibold, sans-serif;
		font-size: 28px;
		letter-spacing: -0.02em;
		line-height: 68px;
		position: relative;
	}

	a.ec-review-button .rating:after {
		content: 'Our Score';
		font-family: Open Sans Extrabold, sans-serif;
		font-size: 12px;
		letter-spacing: -0.02em;
		color: #86a8b5;
		text-transform: uppercase;
		max-width: 38px;
		display: inline-block;
		line-height: 10px;
		margin-left: 9px;
	}

	.ec-panel a.ec-review-button:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		opacity: 0;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		background: #51cc41;
		background: -moz-linear-gradient(-45deg, #51cc41 0%, #15db9e 100%);
		background: -webkit-linear-gradient(-45deg, #51cc41 0%,#15db9e 100%);
		background: linear-gradient(135deg, #51cc41 0%,#15db9e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51cc41', endColorstr='#15db9e',GradientType=1 );
	}

	a.ec-review-button .text {
		float: right;
		font-family: Open Sans Bold;
		font-size: 14px;
		letter-spacing: 0.01em;
		color: #fff;
		text-transform: uppercase;
		line-height: 72px;
		position: relative;
	}

	.ec-panel *,
	.ec-panel *:before,
	.ec-panel *:after {
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ec-panel.active .hub_page_link {
		color: #00D49F;
	}

	.ec-panel.active a.ec-review-button:before {
		opacity: 1;
	}

	.ec-panel.active a.ec-review-button .rating:after {
		color: #158a5b;
	}

	.ec-panel.active a.ec-review-button:after {
		border-bottom: 66px solid rgba(255, 255, 255, .15);
		border-left: 68px solid transparent;
		border-top: 0px solid transparent;
		border-right: 150px solid rgba(255, 255, 255, .15);
	}
	/*content*/

	/*mobile*/

		@media only screen and (max-width : 991px) {
			.ec-billboard-wrapper {
				height: calc(100vh - 167px);
				padding-top: 92px;
				min-height: 496px;
			}

			.ec-billboard-wrapper .full-billboard-image {
				background-position: 100% 50%;
			}

			.ec-top-container {
				text-align: center;
			}

			.ec-top-container:after {
				display: none;
			}

			.ec-logo-wrapper {
				float: none;
				margin: 0;
				display: inline-block;
				max-width: 164px;
			}

			.ec-title-wrapper h1.page-title {
				font-size: 32px;
				margin: 10px 0 21px 0;
			}

			.ec-panel .excerpt {
				display: none;
			}

			.page-subtitle {
				font-family: Proximanova Bold, sans-serif;
				font-size: 15px;
				text-transform: uppercase;
				text-indent: 0;
				padding: 0 20px;
			}

			.container-inner.ec-post-container {
				padding: 0 20px 40px !important;
				margin-top: 33px;
			}

			.loop-panel.ec-panel {
				float: none;
				width: 100%;
				margin-right: 0;
				margin-bottom: 20px;
				padding: 22px;
				height: 144px;
				box-shadow: 0 10px 31px 0 rgba(0, 0, 0, 0.07);
				-webkit-box-shadow: 0 10px 31px 0 rgba(0, 0, 0, 0.07); 
			}

			.ec-panel .loop-image-wrapper {
				height: 100px;
				width: 100px;
				float: left;
				margin-right: 27px;
				padding: 0;
			}

			.ec-panel .loop-image {
				width: 100%;
				height: 100%;
			}

			.ec-panel .loop-info-wrapper {
				text-align: left;
				overflow: hidden;
				padding: 0; 
			}

			.ec-panel h2.article-title {
				font-size: 18px;
				line-height: 24px;
				max-height: 48px;
				margin-top: -4px;
				margin-bottom: 13px;
			}

			.ec-link-container {
				margin-top: 14px;
			}
			
			.ec-link-container a {
				font-family: Proximanova Bold, sans-serif;
				font-size: 15px;
				text-transform: uppercase;
				letter-spacing: -0.02em;
			}

			.ec-link-container a:not(:last-child):after {
				content: '/';
				font-family: Proximanova Black;
				font-size: 15px;
				color: #cacdd2;
				margin: 0 6px;
			}
		}

		@media only screen and (max-width : 782px) {
			.ec-billboard-wrapper {
				height: calc(100vh - 138px);
			}
		}

		.aa_mobile_device .ec-billboard-wrapper .full-billboard-image {
			background-position: 100% 50%;
		}

		.aa_mobile_device .ec-top-container {
			text-align: center;
		}

		.aa_mobile_device .ec-top-container:after {
			display: none;
		}

		.aa_mobile_device .ec-logo-wrapper {
			float: none;
			margin: 0;
			display: inline-block;
			max-width: 164px;
		}

		.aa_mobile_device .ec-title-wrapper h1.page-title {
			font-size: 32px;
			margin: 10px 0 21px 0;
		}

		.aa_mobile_device .page-subtitle {
			font-family: Proximanova Bold, sans-serif;
			font-size: 15px;
			text-transform: uppercase;
			text-indent: 0;
			padding: 0 20px;
		}

		.aa_mobile_device .container-inner.ec-post-container {
			padding: 0 20px 40px !important;
			margin-top: 33px;
		}
/*====End Editor's Choice Page===*/

/*===Editor's Choice Product Shortcode===*/
	.ec-single-panel.ec-panel {
		min-height: 256px;
		padding: 31px 50px 0px 14px;
		box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 20px 45px 0px rgba(0, 0, 0, 0.1);
		margin: 40px 0 122px;
		border-radius: 0;
		position: relative;
	}

	.ec-single-panel.ec-panel:after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: rgba(200, 215, 221, .45);
		bottom: -61px;
		left: 0;
		position: absolute;
	}

	.ec-single-panel.ec-panel .loop-image-wrapper {
		padding: 0;
		width: 210px;
		height: 210px;
		margin: 0 47px 16px 0; 
		position: relative;
	}

	.ec-single-panel.ec-panel .loop-image {
		width: auto;
		height: auto;
	}

	.ec-single-panel.ec-panel .loop-info-wrapper {
		text-align: left;
		padding: 0;
		height: auto;
		max-height: 100%;
	}

	.ec-single-panel.ec-panel h2.article-title {
		font-size: 30px;
		line-height: 33px;
		max-height: 36px;
		height: 36px;
		letter-spacing: -0.07em;
		margin: 11px 0 15px 0;
	}

	.ec-single-panel.ec-panel .excerpt {
		font-size: 16px;
		line-height: 23px;
		max-height: 69px;
		letter-spacing: -0.05em;
		margin-bottom: 18px;
	}

	.ec-single-panel.ec-panel .aa_nh_button {
		font-family: Open Sans Bold, sans-serif !important;
		font-size: 14px;
		letter-spacing: -0.03em;
	}

	.ec-single-panel .circle_rating_block {
		position: absolute;
		top: 1px;
		right: -23px;
		z-index: 2;
	}

	.ec-single-panel .ec-review-button {
		position: relative;
		display: block;
		width: calc(100% - -64px);
		margin-left: -14px;
		border-radius: 0;
		height: 70px;
		padding: 0 78px 0 23px;
	}

	a.ec-review-button .price {
		color: #fff;
		font-family: Proximanova Regular, sans-serif;
		font-size: 32px;
		letter-spacing: -0.04em;
		line-height: 74px;
		position: relative;
	}

	.ec-single-panel a.ec-review-button:after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		border-bottom: 70px solid rgba(113, 153, 168, 0.1);
		border-left: 70px solid transparent;
		border-top: 0 solid transparent;
		border-right: 183px solid rgba(113, 153, 168, 0.1);
	}

	.ec-single-panel.active a.ec-review-button:after {
		border-bottom: 70px solid rgba(255, 255, 255, .15);
		border-left: 70px solid transparent;
		border-top: 0 solid transparent;
		border-right: 183px solid rgba(255, 255, 255, .15);
	}

		/*mobile*/
		@media only screen and (max-width : 991px) {
			.ec-single-panel.ec-panel {
				padding: 63px 0 0;
				margin-left: 20px;
				margin-right: 20px;
			}

			.ec-single-panel.ec-panel .loop-image-wrapper,
			.ec-single-panel.ec-panel .loop-info-wrapper {
				float: none;
				margin: 0 auto;
				text-align: center;
			}

			.ec-single-panel .circle_rating_block {
				top: -24px;
				right: -10px;
			}

			.ec-single-panel.ec-panel .excerpt {
				display: none;
			}

			.ec-single-panel.ec-panel h2.article-title {
				font-size: 24px;
				line-height: 30px;
				max-height: 100%;
				height: auto;
				margin: 22px 0 11px;
			}

			.ec-single-panel.ec-panel .aa_nh_button {
				background: transparent;
				color: rgba(113, 153, 167, .5);
				margin-bottom: 9px;
			}

			.ec-single-panel.ec-panel a.aa_nh_button:after {
				line-height: 0;
				position: relative;
				top: 5px;
				margin-left: 5px;
				right: -9px;
			}

			.ec-single-panel .ec-review-button {
				width: 100%;
				margin-left: 0;
				height: 66px;
				padding: 0 40px 0 18px;
			}

			.ec-single-panel.active a.ec-review-button:after {
				border-right: 146px solid rgba(255, 255, 255, .15);
			}

			a.ec-review-button .price {
				font-size: 28px;
				line-height: 66px;
			}

			a.ec-review-button .text {
				line-height: 66px;
			}

			a.ec-review-button .text:after {
				display: none;
			}
		}
		
/*===Editor's Choice Product Shortcode===*/

/*===Award gallery shortcode===*/
	.single-page h2.shortcode-title {
		text-transform: uppercase;
		margin: 47px 0 54px;
	}

	.single-page h2.shortcode-title:after {
		content: '';
		display: block;
		width: 31px;
		height: 2px;
		background: rgba(0, 0, 0, .2);
		margin: 7px 0 0 3px;
	}

	.aw-gallery {
		position: relative;
	}

	.awg-wrapper {
		max-width: calc(100% + 290px);
		width: calc(100% + 290px) !important;
		margin: 0 -145px 58px;
		position: relative;
	}

	.awg-content {
		position: absolute;
		bottom: 0;
	}

	.awg-content.video_is_playing div {
		display: none;
	}

	.awg-image-block .overlay {
		background-image: url(../images/awg_overlay.png);
		height: 50%;
		bottom: 0;
		top: auto;
		z-index: 1;
	}

	.awg-image-block .awp-image,
	.awg-image-block .youtube-player {
		position: relative;
		width: 100%;
		height: 100%;
		max-height: 100%;
		background-size: cover;
		background-position: center;
		min-height: 733px;
	}

	.awp-image.next,
	.youtube-player.next {
		position: absolute;
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		opacity: 0;
	}

	.awg-content {
		position: absolute;
		bottom: 21px;
		z-index: 2;
		max-width: 810px;
		left: 0;
		right: 0;
		margin: 0 auto;
		color: #fff;
		padding: 0 4px;
	}

	.awg-desc {
		font-family: Proximanova Regualar, sans-serif;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: -0.065em;
		margin-bottom: 21px;
	}

	.awg-title {
		font-family: Open Sans Extrabold, sans-serif;
		font-size: 54px;
		letter-spacing: -0.07em;
		line-height: 60px;
		margin-bottom: 21px;
	}

	.awg-control {
		position: absolute;
		top: -3px;
		right: -242px;
		margin-bottom: 20px;
		padding: 3px;
	}

	.awg-control-item {
		width: 74px;
		height: 74px;
		margin-bottom: 20px;
		background: #e9edef;
		padding: 2px;
		position: relative;
		cursor: pointer;
	}

	.awg-control-item:before,
	.awg-control-item:not(.youtube-control-item):after {
		content: '';
		display: block;
		background: rgba(255, 255, 255, .75);
		width: 70px;
		height: 70px;
		position: absolute;
	}

	.awg-control-item:before {
		z-index: 1;
	}

	.awg-control-item-img {
		position: absolute;
		width: 64px;
		height: 64px;
		top: 5px;
		left: 5px;
		background-size: cover;
	}

	.youtube-control-item i.youtube-play-icon {
		width: 16px;
		height: 20px;
		left: 2px;
		right: 0;
		margin: -10px auto;
		top: 50%;
		border-radius: 0;
		border: none;
		background-position: center;
		background-size: 100%;
		z-index: 4;
	}

	.youtube-control-item .youtube-play-icon:before,
	.youtube-control-item .youtube-play-icon:after {
		content: '';
		height: 1px;
		width: 30px;
		background: rgba(255,255, 255, .3);
		display: block;
		position: absolute;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
	}

	.youtube-control-item .youtube-play-icon:before {
		left: -3px;
		bottom: -2px;
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	.youtube-control-item .youtube-play-icon:after {
		top: -3px;
		right: -2px;
		transform-origin: 0 0;
		-webkit-transform-origin: 100% 100%;
	}

	.awg-control-item:before { z-index: 1; }
	.awg-control-item-img { z-index: 3; }
	.awg-control-item:after { z-index: 3; }
	.awg-control-item.active:after { z-index: 2; }

	.youtube-control-item .awg-control-item-img:after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url(../images/awg_overlay_control.png);
	}
	
		/*mobile*/
		@media only screen and (max-width : 1340px) {
			.awg-control {
				position: relative;
				top: 15px;
				right: 0;
				margin-bottom: 14px;
				padding: 0 20px;
				white-space: nowrap;
				overflow-x: auto;
			}
      
			.awg-control-item {
				width: 74px;
				height: 74px;
				margin-right: 15px;
				background: #e9edef;
				padding: 2px;
				position: relative;
				cursor: pointer;
				display: inline-block;
			}
      
      .awg-control-item.tablet-mobile-visible {
        display: none;
      }

			.awg-control-item.active {
				background: #51cc41;
				background: -moz-linear-gradient(left, #51cc41 0%, #15db9e 100%);
				background: -webkit-linear-gradient(left, #51cc41 0%,#15db9e 100%);
				background: linear-gradient(to right, #51cc41 0%,#15db9e 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51cc41', endColorstr='#15db9e',GradientType=1 );
			}

			.awg-wrapper {
				margin-bottom: 0;
			}
		}

		@media only screen and (max-width: 1220px) {
			.awg-wrapper {
				max-width: 100vw;
				width: 100vw !important;
				margin: 0 calc(-16.66666667% - 80px);
			}
		}

		@media only screen and (max-width : 991px) {
			.single-page h2.shortcode-title {
				font-size: 24px !important;
				margin: 37px 0 40px;
			}

			.single-page h2.shortcode-title:after {
				margin: 2px 0 0;
			}

			.awg-wrapper {
				max-width: 100%;
				width: 100%;
				margin: 0;
				position: relative;
			}

			.awg-image-block .awp-image,
			.awg-image-block .youtube-player {
				min-height: 319px;
			}

			.awg-content {
				bottom: 18px;
			}

			.awg-title {
				font-size: 32px;
				letter-spacing: -0.06em;
				line-height: 38px;
				margin-bottom: 18px;
				text-align: center;
			}

			.awg-desc {
				display: none;
			}

			.awg-title:after {
				content: '';
				display: block;
				width: 31px;
				height: 3px;
				margin: 19px auto 0;
				background: #51cc41;
				background: -moz-linear-gradient(left, #51cc41 0%, #15db9e 100%);
				background: -webkit-linear-gradient(left, #51cc41 0%,#15db9e 100%);
				background: linear-gradient(to right, #51cc41 0%,#15db9e 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51cc41', endColorstr='#15db9e',GradientType=1 );
			}

			.awg-image-block .overlay {
				background-image: url(../images/awg_overlay_mobile.png);
			}
		
		}
		
/*===Award gallery shortcode===*/

/* Single Post disable Ads */
body.disable_ads div[id^="tpd-contextual-ad-"] {
  display: none !important;
}

body.disable_ads div[id^="mob-box-ad-"] {
  display: none !important;
}

body.disable_ads div[id^="dsk-box-ad-"] {
  display: none !important;
}

body.disable_ads div[id^="dsk-banner-ad-"] {
  display: none !important;
}

body.disable_ads div[id^="mob-banner-ad-"] {
  display: none !important;
}

body.disable_ads div[id^="native-ad-"] {
  display: none !important;
}

body.disable_ads div[id^="oop-ad-"] {
  display: none !important;
}

/* Promocode */
.promocode-button {
  width: 240px;
  height: 44px;
  position: relative;
  display: inline-block;
}

.front-promo {
  position: absolute;
  background: #00D49F;
  position: absolute;
  display: block;
  width: calc(100% - 34px);
  height: 100%;
  text-align: center;
  z-index: 2;
  line-height: 44px;
  font-size: 16px;
  cursor: pointer;
  font-family: Open Sans Bold,sans-serif!important;
  font-size: 16px !important;
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.front-promo:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: -34px;
  border-bottom: 49px solid transparent;
  border-left: 0px solid transparent;
  border-top: 6px solid transparent;
  border-right: 21px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
  transform: rotate(-38deg);
  transform-origin: 100% 100%;
  bottom: 0;
}

.front-promo:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -34px;
  border-bottom: 0 solid transparent;
  border-left: 34px solid #00D49F;
  border-top: 44px solid transparent;
  border-right: 0 solid transparent;
}

.promocode-button:hover .front-promo {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
}

.back-promo {
  line-height: 44px;
  color: #00D49F;
  text-align: right;
  padding: 0 5px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px dashed #00D49F;
}

.promocode-container {
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  min-height: 400px;
  width: 40%;
  max-width: 640px;
  min-width: 400px;
  z-index: 5000008;
  border-top: 7px solid #00D49F;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  border-radius: 6px;
  background: #fff;
}

.promocode-header {
  padding: 16px 20px;
  border-bottom: 1px solid #d6d7dc;
}

.close-promo-popup {
  top: 5px;
  right: 10px;
  color: rgba(0,0,0,0.2);
}

.close-promo-popup:before {
  content: "\e5cd";
  font-family: icons;
  font-size: 30px;
  line-height: 20px;
}

.promocode-logo-wrapper {
  border-radius: 50%;
  width: 86px;
  height: 86px;
  float: left;
  border: 1px solid #e1e1e1;
  padding: 0;
  margin-right: 15px;
}

.promocode-logo {
  width: 86px;
}

.promocode-logo img {
  border-radius: 50%;
  position: relative;
  margin-top: -2px;
}

.promocode-logo,
.promocode-title-wrapper {
  height: 86px;
  display: table-cell;
  vertical-align: middle;
}

.promocode-body {
  padding-top: 40px;
}

label[for^="promocode-"] {
  display: block;
  width: 100%;
  text-align: center;
}

label[for^="promocode-"] input {
  display: inline-block;
  width: auto;
  height: 59px;
  border-radius: 0;
  border: 2px dashed #00D49F;
  border-right: none;
}

label[for^="promocode-"] button {
  background: #00D49F;
  border: none;
  height: 59px;
  position: relative;
  color: #fff;
  padding: 0 25px;
}
/* Promocode */

/*====================================================================VPN Hub Page====================================================================*/
#page-vpn-hub .container-inner.vpn-container-inner {
  max-width: 1300px;
}

#page-vpn-hub h1.page-title {
  font-size: 40px;
  margin: 30px 0 3px;
  letter-spacing: -0.04em;
}

.page-vpn-header {
  position: relative;
  padding-right: 400px;
  margin-bottom: 45px;
  z-index: 7;
}

#page-vpn-hub .authorinfo {
  position: absolute;
  right: 0;
  top: -9px;
  padding: 0;
  z-index: 1;
}

#page-vpn-hub .aa_author_cont_wrap,
#page-vpn-hub .aa_author_thumb_wrap {
  float: right
}

#page-vpn-hub .aa_author_thumb_wrap {
  margin-right: 0;
  margin-left: 20px;
  cursor: pointer;
}

#page-vpn-hub .aa_author_cont_wrap {
  text-align: right;
  padding-top: 11px;
}

#page-vpn-hub .author-title {
  color: #838383;
  font-family: Open Sans Extrabold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

#page-vpn-hub .authorinfo a.author-name {
  font-family: Open Sans Extrabold, sans-serif;
  margin-top: 2px;
}

#page-vpn-hub .authorinfo a.author-twitter-link {
  font-family: Open Sans Extrabold, sans-serif;
  margin-top: 4px;
}

#page-vpn-hub .bio_block {
  position: absolute;
  width: 281px;
  background: #fff;
  border: 1px solid #c4cfd4;
  border-radius: 3px;
  top: calc(100% + 26px);
  left: calc(100% - 188px);
  text-align: center;
  font-family: Proximanova Semibold, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 10px 20px 15px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}

#page-vpn-hub .aa_author_thumb_wrap:hover .bio_block  {
  opacity: 1;
  visibility: visible;
}

#page-vpn-hub .bio_block:before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  background: #fff;
  border-top: 1px solid #c4cfd4;
  border-right: 1px solid #c4cfd4;
  transform: rotate(-45deg);
  right: 0;
  left: 0;
  margin: -7px auto;
  top: 0;
}

@media only screen and (max-width : 1557px) {
  #page-vpn-hub .bio_block {
    left: -43px;
  }
  
  #page-vpn-hub .bio_block:before {
    left: auto;
    margin: -7px 36px 0 0;
  }
}

.vpn-providers {
  border: 1px solid #c8d7dd;
  margin-bottom: 70px;
  position: relative;
}

.vpn-providers-header {
  background: #f0f6f8;
  height: 61px;
}

.vpn-providers-header > div {
  float: left;
  font-family: Open Sans Bold, sans-serif;
  font-size: 15px;
  color: #00D49F;
  line-height: 60px;
}
.vpn-providers-header > div:nth-child(1) { text-indent: 48px; }
.vpn-providers-header > div:nth-child(2) { text-indent: -4px; }
.vpn-providers-header > div:nth-child(3) { text-indent: 23px; }

.vpn-providers-header > div:nth-child(1), .vpn-provider > div:nth-of-type(1) { width: 28.5%; }
.vpn-providers-header > div:nth-child(2), .vpn-provider > div:nth-of-type(2) { width: 37.75%; }
.vpn-providers-header > div:nth-child(3), .vpn-provider > div:nth-of-type(3) { width: 33.75%; }

.vpn-provider {
  display: table;
  position: relative;
  padding: 2px 0;
  min-height: 358px;
  width: 100%;
}

.vpn-provider.hidden-provider {
  display: none;
}

.vpn-provider:not(.ed-choice) {
  background: #f4f9fb;
}

.vpn-provider:not(.ed-choice):not(:last-child) {
  border-bottom: 2px solid #c8d7dd;
}

.vpn-provider.ed-choice {
  border: 2px solid #00D49F;
}

.vpn-provider.ed-choice:before {
  content: 'Editors choice 2018';
  width: 283px;
  height: 54px;
  background: #00D49F;
  border-radius: 2px;
  position: absolute;
  left: -2px;
  top: -2px;
  text-align: center;
  font-family: Proximanova Bold, sans-serif;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 54px;
  opacity: 1;
  border: none;
}

.vpn-provider > div {
  height: 100% !important;
  display: table-cell;
  vertical-align: middle;
  padding: 18px 0;
}

.vpn-logo-wrapper {
  text-align: center;
  padding: 0 20px !important;
}

.vpn-circle-rating {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  font-family: Open Sans Extrabold, sans-serif;
  font-size: 40px;
  line-height: 96px;
  color: #fff;
  background: #8eaaad;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.vpn-provider.ed-choice .vpn-circle-rating {
  background: #00D49F;
}

.vpn-description {
  font-family: Proximanova Semibold, sans-serif;
  font-size: 16px;
  color: #000;
  padding-right: 100px;
  line-height: 24px;
  margin-bottom: 30px;
}

.vpn-specs {
  font-family: Proximanova Semibold, sans-serif;
  font-size: 16px;
  color: #838383;
  line-height: 24px;
  margin-bottom: 40px;
}

.vpn-specs p {
  margin-bottom: 0;
}

.vpn-specs p:before {
  content: '•';
  font-size: 10px;
  color: #838383;
  margin-right: 15px;
  position: relative;
  top: -1px;
}

.vpn-platforms span {
  font-size: 19px;
  color: #7f7f7f;
  margin-right: 5px;
}

.vpn-rating-wrapper {
  position: relative;
  z-index: 6;
  overflow: hidden;
}

.vpn-rating-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f0f6f8;
}

.vpn-rating-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #f4f9fb;
  transform: scale(1, 1.5) rotate(45deg) translate(-52%, 52%);
  -webkit-transform: scale(1, 1.5) rotate(45deg) translate(-52%, 52%);
}

.vpn-provider.ed-choice .vpn-rating-wrapper:before {
  background: #f4f9fb;
}

.vpn-provider.ed-choice .vpn-rating-wrapper:after {
  background: #fff;
}

a.aa_button.vpn-button-link {
  float: right;
  position: relative;
  top: 29px;
  right: 19%;
  height: 52px;
  padding: 0 42px;
  line-height: 52px;
  text-transform: none;
  border-radius: 4px;
  background: #8eaaad;
  font-size: 15px !important;
  box-shadow: 0px 8px 20.7px 2.3px rgba(4, 83, 0, 0.13);
  -webkit-box-shadow: 0px 8px 20.7px 2.3px rgba(4, 83, 0, 0.13);
  z-index: 6;
}

a.aa_button.vpn-button-link:hover {
  background: #3f3f3f !important;
}

.vpn-provider.ed-choice a.aa_button.vpn-button-link {
  background: #00D49F;
}

.vpn-provider,
.vpn-provider:before,
.vpn-rating-wrapper:before,
.vpn-provider:after {
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}

.vpn-provider:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #00D49F;
  opacity: 0;
  top: 0;
}

@media only screen and (min-width : 992px) {
  .vpn-provider.active {
    background: #fff;
  }

  .vpn-provider.active:before {
    opacity: 1;
  }

  .vpn-provider.active .vpn-circle-rating,
  .vpn-provider.active a.aa_button.vpn-button-link {
    background: #00D49F;
  }

  .vpn-provider.active .vpn-rating-wrapper:after {
    background: #fff;
  }

  .vpn-provider.active.ed-choice {
    border-color: #3f3f3f;
  }

  .vpn-provider.active.ed-choice:before {
    background: #3f3f3f;
  }
}

.vpn-button-link:after {
  content: 'Find Out More';
  position: absolute;
  display: block;
  bottom: -43px;
  width: 100%;
  left: 0;
  font-family: Proximanova Bold;
  font-size: 14px;
  color: #859fa9;
  letter-spacing: -0.02em;
}

.vpn-button-link:before {
  content: "";
  width: 85px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url('data:image/png;base64,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');
}

.vpn-button-link span {
  position: relative;
  z-index: 1;
}

.toggle-providers {
  position: absolute;
  width: 100%;
  bottom: -26px;
}

.toggle-providers .aa_button {
  height: 41px;
  line-height: 30px;
  padding: 0 15px;
}

.toggle-providers .aa_button:after {
  content: '\e75c';
  font-family: icons;
  font-size: 22px;
  position: relative;
  margin-left: 10px;
  top: 6px;
}

.vpn-subtitle {
  font-family: Open Sans Extrabold, sans-serif;
  font-size: 30px;
  color: #000;
  letter-spacing: -0.03em;
  margin-bottom: 58px;
}

.vpn-guides {
  margin-bottom: 40px;
}

#page-vpn-hub .aa_item_info_block {
  display: block !important;
}

.vpn-latest-reviews {
  position: relative;
  margin-bottom: 105px;
}

.vpn-reviews-slider {
  padding-bottom: 40px;
}

.vpn-review {
  width: 421px;
  min-height: 518px;
  margin-right: 18px;
  float: left;
  text-align: center;
  border: 1px solid #cbd9df;
  padding: 62px 20px 0;
  position: relative;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}

.vpn-review.active {
  border-color: #00D49F;
  box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 20px 45px 0 rgba(0, 0, 0, 0.15);
}

.vpn-review .vpn-logo {
  margin-bottom: 26px;
  min-height: 75px;
}

.vpn-rev-title {
  font-family: Proximanova Semibold, sans-serif;
  font-size: 16px;
  color: #a5a6a7;
  margin-bottom: 20px;
}

.vpn-rev-subtitle {
  font-family: Proximanova Bold, sans-serif;
  font-size: 25px;
  color: #00D49F;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

.vpn-rev-desc {
  font-family: Proximanova Semibold, sans-serif;
  font-size: 16px;
  color: #999;
  padding: 0 50px;
  line-height: 24px;
  margin-bottom: 28px;
  max-height: 72px;
  overflow: hidden;
}

.singe-star {
  position: relative;
  margin: 0 15px;
}

.singe-star-background {
  display: inline-block;
  transform: scale(1.33);
}

.singe-star-hover {
  position: absolute;
  left: 0;
  overflow: hidden;
}

.singe-star-background:before,
.singe-star-hover:before {
  font-family: icons;
  color: #00D49F;
  font-size: 13px;
}

.singe-star-background:before {
  content: '\e821';
}

.singe-star-hover:before {
  content: '\e820';
}

.vpn-review .aa_rating_wrap {
  margin: 0 auto;
  line-height: 18px;
  width: 214px;
  text-indent: 12px;
}

.vpn-review .aa_rating_background:before,
.vpn-review .aa_rating_hover:before {
    letter-spacing: 1.46em;
    font-size: 18px;
    color: #00D49F;
}

.vpn-review .aa_rating_background:before {
  content: '\e821 \e821 \e821 \e821 \e821';
}

a.aa_button.vpn-rev-link {
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 57px;
  line-height: 57px;
  padding: 0 10px;
  font-size: 16px !important;
  font-family: Proximanova Bold, sans-serif !important;
  border-radius: 0;
  z-index: 6;
}

.vpn-latest-reviews .aa_rr_slider_arr {
  top: 50%;
  margin-top: 30px;
  width: 48px;
  height: 48px;
  background: #00D49F;
  border-radius: 50%;
  z-index: 5;
}

.vpn-latest-reviews .aa_rr_slider_arr:before {
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  margin: -9px auto;
  display: block;
  position: absolute;
  right: 0;
  left: -3px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: none;
  border-left: none;
}

.vpn-latest-reviews .aa_rr_slider_arr_right {
  right: -24px;
}

.vpn-latest-reviews .aa_rr_slider_arr_left {
  right: auto;
  left: -24px;
}

@media only screen and (max-width : 1557px) {
  .vpn-latest-reviews .aa_rr_slider_arr_right {
    right: 0;
  }
  
  .vpn-latest-reviews .aa_rr_slider_arr_left {
    left: 0;
  }
}

.vpn-latest-reviews .aa_rr_slider_arr_right:before {
  left: -3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.vpn-latest-reviews .aa_rr_slider_arr_left:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  right: -3px;
}

/*mobile*/
@media only screen and (max-width : 991px) {
  #page-vpn-hub {
    padding: 0 14px;
  }

  .page-vpn-header {
    padding-right: 100px;
    margin-top: 46px;
  }

  #page-vpn-hub h1.page-title {
    font-size: 22px;
    margin: 0;
    padding: 17px 0 0;
  }

  #page-vpn-hub .authorinfo {
    right: 3px;
    top: 11px;
  }

  #page-vpn-hub .aa_author_thumb_wrap .avatar {
    max-width: 53px;
  }

  #page-vpn-hub .aa_author_cont_wrap,
  #page-vpn-hub .aa_author_thumb_wrap {
    float: none;
    text-align: right;
  }

  #page-vpn-hub .aa_author_cont_wrap {
    padding-top: 1px;
  }

  #page-vpn-hub .author-title {
    font-size: 9px;
    letter-spacing: -0.02em;
  }

  #page-vpn-hub .authorinfo a.author-name {
    display: none;
  }

  #page-vpn-hub .authorinfo a.author-twitter-link {
    font-size: 10px;
    margin-top: -1px;
  }

  /*providers*/
  .vpn-providers {
    margin-bottom: 16px;
    border-radius: 3px;
  }
  
  .vpn-providers-header,
  .vpn-description,
  .vpn-platforms,
  .vpn-provider.ed-choice:before,
  .vpn-button-link:after,
  .vpn-button-link span {
    display: none;
  }

  .vpn-provider {
    min-height: 83px;
    padding: 0;
  }
  
  .vpn-provider:not(.ed-choice) {
    background: #f2f7f9;
  }

  .vpn-provider > div:nth-of-type(1) { width: 34.5%; }
  .vpn-provider > div:nth-of-type(2) { width: 43.5%; }
  .vpn-provider > div:nth-of-type(3) {
    width: 22%;
    position: relative;
    right: -1px;
  }

  .vpn-specs {
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 0;
  }

  .vpn-logo-wrapper {
    padding: 0 5px !important;
  }

  .vpn-circle-rating {
    font-size: 18px;
    line-height: 18px;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #8eaaad;
    top: 2px;
    position: relative;
    float: right;
    margin-right: 30px;
  }
  
  .vpn-provider.ed-choice .vpn-circle-rating {
    background: transparent;
    color: #fff;
  }  
  
  .vpn-logo-wrapper {
    padding: 0 16px;
  }
  
  .vpn-specs p:before {
    font-size: 6px;
    margin-right: 6px;
  }
  
  .vpn-specs p {
    padding: 0 5px;
  }
  
  .vpn-rating-wrapper:before {
    background: #d2e1e7;
  }
  
  .vpn-provider.ed-choice .vpn-rating-wrapper:before {
    background: #00D49F;
  }

  .vpn-rating-wrapper:after {
    transform: scale(1, 2.5) rotate(45deg) translate(-56%, 59%);
    -webkit-transform: scale(1, 2.5) rotate(45deg) translate(-56%, 59%)
  }

  a.aa_button.vpn-button-link {
    width: auto;
    height: auto;
    line-height: 1em;
    padding: 0;
    display: inline-block;
    top: 5px;
    right: 11px;
    left: auto;
    background: transparent;
    box-shadow: none;
  }
  
  .vpn-button-link:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-top: 2px solid #8eaaad;
    border-right: 2px solid #8eaaad;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
  }

  .vpn-provider.ed-choice .vpn-button-link:before {
    border-color: #fff;
  }

  .toggle-providers {
    bottom: -15px;
  }

  .toggle-providers .aa_button {
    line-height: 23px;
    padding: 0;
    font-size: 0 !important;
    width: 23px;
    height: 23px;
    border-radius: 50%;
  }

  .toggle-providers .aa_button:after {
    margin-left: 0;
    top: 2px;
  }
  
  /*guides*/
  .vpn-guides {
    margin-bottom: 5px;
  }
  
  .vpn-subtitle {
    font-size: 21px;
    margin-bottom: 7px;
  }
  
  .vpn-guides .loop {
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 8px;
  }
  
  .vpn-guides .loop-panel {
    display: inline-block !important;
    width: 320px !important;
    height: 250px !important;
    float: none !important;
    margin: 0 10px 0 0 !important;
  }
  
  .vpn-guides .loop-panel .loop-image-wrapper {
    height: 100% !important;
    width: 100%;
  }
  
  .vpn-guides .aa_featured_post .article-info {
    white-space: normal;
  }
  
  .vpn-guides .content-panel .loop-info-wrapper {
    bottom: 0;
    left: 0;
    padding: 0 20px 17px;
    position: absolute;
    background: transparent;
  }
  
  .vpn-guides .loop-panel h2.article-title {
    font-family: 'Roboto Bold',sans-serif;
    font-size: 19px;
    letter-spacing: -0.12px;
    line-height: 25px;
    margin-bottom: 3px;
    color: #fff;
  }
  
  .vpn-guides .content-panel .loop-info-wrapper .loop-info {
    height: auto;
  }
  
  .vpn-guides .content-panel .overlay {
    background-image: url(../images/featured_overlay.png);
    background-size: 100%;
    background-position: center center;
    z-index: 3;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
}
  /* vpn reviews */
  .vpn-latest-reviews {
    margin-bottom: 70px;
  }

  .vpn-reviews-slider {
    white-space: nowrap;  
    overflow-x: scroll;
  }

  .vpn-review {
    width: 320px;
    min-height: 157px;
    margin-right: 10px;
    float: none;
    display: inline-block;
    padding-top: 0;
  }

  .vpn-rev-title,
  .vpn-rev-desc {
    display: none;
  }

  .vpn-review .vpn-logo {
    margin-bottom: 0;
    padding: 0 80px;
    height: 66px;
    display: table-cell;
    vertical-align: middle;
  }

  .vpn-rev-subtitle {
    font-size: 17px;
    letter-spacing: -0.03em;
    padding: 0 20px;
    max-height: 24px;
    overflow: hidden;
  }

  a.aa_button.vpn-rev-link {
    height: 33px;
    line-height: 33px;
    font-size: 12px !important;
  }
  
  .vpn-review .aa_rating_wrap {
    width: 119px;
    text-indent: 6px;
  }

  .vpn-review .aa_rating_background:before,
  .vpn-review .aa_rating_hover:before {
    font-size: 10px;
  }
}

@media only screen and (max-width : 603px) { 
  .vpn-rating-wrapper:after {
    transform: scale(1, 4.5) rotate(45deg) translate(-52%, 52%);
    -webkit-transform: scale(1, 4.5) rotate(45deg) translate(-52%, 52%);
  }

  .vpn-provider.ed-choice .vpn-circle-rating {
    color: #8eaaad;
  }

  .vpn-provider.ed-choice .vpn-button-link:before {
    border-color: #8eaaad;
  }
}

.aa_mobile_device #page-vpn-hub h1.page-title {
  font-size: 22px;
  margin: 0;
  padding: 17px 0 0;
}

/*==================================================================End VPN Hub Page==================================================================*/

/*===App pitch page===*/
#page-app-pitch {
  margin-bottom: 40px;
  padding-bottom: 46px;
  position: relative;
}

#page-app-pitch:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 224px;
  background: #edf1f2;
  z-index: -1;
  bottom: 0;
}

#page-app-pitch .billboard-wrapper {
  height: auto !important;
  min-height: 0 !important;
}

#page-app-pitch .billboard-image-wrapper {
  height: 685px;
  margin-bottom: -4px;
  display: block !important;
}

#page-app-pitch .billboard-content-wrapper {
  max-width: 1406px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-bottom: 114px;
  padding-right: 0;
}

#page-app-pitch h1.page-title {
  font-size: 64px;
  color: #fff !important;
  letter-spacing: -0.065em;
  padding: 56px 0 0;
  margin: 56px 0 23px;
  position: relative;
  line-height: 60px;
}

#page-app-pitch h1.page-title:before {
  content: '';
  display: block;
  position: absolute;
  width: 72px;
  height: 3px;
  background: #00D49F;
  top: 0;
}

#aa_main_logo_copy {
  background-size: 338px 152px;
  background-image: url(../images/aa_logo_new.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  display: block;
  height: 76px;
  position: relative;
  width: 338px;
}

#page-app-pitch .page-subtitle {
  font-family: Open Sans Extrabold, sans-serif;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 11px;
  text-indent: 0;
}

.app-pitch-content h2 {
  font-family: Open Sans Extrabold, sans-serif;
  font-size: 30px;
  color: #00D49F;
  position: relative;
  margin: 52px 0 22px;
  letter-spacing: -0.065em;
}

.app-pitch-content h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 4px;
  background: #00D49F;
  letter-spacing: -0.065em;
  left: -78px;
  top: 17px;
}

.app-pitch-content p {
  font-family: Proximanova Regular, sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: -0.035em;
}

.app-pitch-content ul {
  padding-left: 0;
  list-style: none;
}

.app-pitch-content ul li {
  font-size: 16px;
  color: #000;
  letter-spacing: -0.045em;
  line-height: 27px;
}

.app-pitch-content > ul > li {
  font-family: Proximanova Bold, sans-serif;
  margin-bottom: 21px;
}

.app-pitch-content ul ul {
  list-style: none;
  padding-left: 50px;
  padding-top: 15px;
}

.app-pitch-content > ul > li > ul > li {
  font-family: Proximanova Regular, sans-serif;
}

/* statistic block */
.app-pitch-statistic {
  position: relative;
  width: 1100px;
  margin: 54px -130px 0;
  padding: 38px 0;
}

.app-pitch-statistic:before {
  content: '';
  position: absolute;
  width: 200vw;
  left: -50vw;
  top: 0;
  background: #edf1f2;
  height: 100%;
}

.aps-desc {
  font-family: Open Sans Semibold, sans-serif;
  font-size: 20px;
  color: #000;
  letter-spacing: -0.035em;
}

.aps-number {
  color: #00D49F;
}

.aps-icon {
  float: left;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  margin-right: 44px;
  min-width: 60px;
}

.apstatistic-item {
  display: flex;
  align-items: center;
  height: 126px;
}

/* app-pitch-button */
a.app-pitch-button {
  position: relative;
  display: inline-block;
  margin: 14px 0 12px;
}

.app-pitch-button:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 2px solid #d1d7d2;
  border-radius: 5px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.app-pitch-button span {
  background: rgb(111,198,18);
  background: -moz-linear-gradient(left, rgba(111,198,18,1) 0%, rgba(0,225,190,1) 100%);
  background: -webkit-linear-gradient(left, rgba(111,198,18,1) 0%,rgba(0,225,190,1) 100%);
  background: linear-gradient(to right, rgba(111,198,18,1) 0%,rgba(0,225,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc612', endColorstr='#00e1be',GradientType=1 );
  display: inline-block;
  color: #fff;
  min-height: 50px;
  padding: 14px 82px 14px 21px;
  border-radius: 5px;
  font-family: Open Sans Extrabold, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.app-pitch-button.big span {
  min-height: 59px;
  font-size: 20px;
  padding-right: 115px;
  padding-left: 26px;
}

.app-pitch-button span:after {
  content: '\e5c8';
  font-family: icons;
  color: #fff;
  font-size: 22px;
  position: absolute;
  right: 13px;
  right: 13px;
  top: 50%;
  margin-top: -16px;
}

a.app-pitch-button:hover span {
  transform: translate3d(5px, -5px, 0);
  -webkit-transform: translate3d(5px, -5px, 0);
}

a.app-pitch-button:hover:before {
  opacity: 1;
  transform: translate3d(-5px, 5px, 0);
  -webkit-transform: translate3d(-5px, 5px, 0);
}

.app-pitch-content .mobile-top-button {
  display: none;
}

/* mobile */
@media only screen and (max-width : 1200px) {
  .app-pitch-statistic {
    width: 100%;
    margin: 31px 0 0;
  }
}

@media only screen and (max-width : 992px) {
  .app-pitch-content {
    padding: 0 20px;
  }
}

@media only screen and (max-width : 991px) {
  #page-app-pitch .billboard-image-wrapper {
    height: 282px;
  }

  #page-app-pitch .billboard-image-wrapper:before,
  #aa_main_logo_copy,
  #page-app-pitch .billboard-wrapper .app-pitch-button,
  #page-app-pitch h1.page-title:before,
  .app-pitch-button:before,
  .app-pitch-content h2:before {
    display: none;
  }

  #page-app-pitch h1.page-title {
    font-size: 34px;
    margin-top: 0;
    padding-top: 10px;
    line-height: 40px;
    padding: 16px 0 0;
  }

  #page-app-pitch .billboard-content-wrapper {
    height: 100%;
    padding: 0 20px;
  }
  
  #page-app-pitch .page-subtitle {
    position: absolute;
    bottom: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  
  #page-app-pitch .page-subtitle span:not(.desktop-visible) {
    display: block;
  }
  
  #page-app-pitch .page-subtitle span:nth-child(1) {
    opacity: 0.5;
  }

  #page-app-pitch .page-subtitle span:nth-child(3) {
    opacity: 0.75;
  }
  
  .app-pitch-content .mobile-top-button {
    display: block;
    margin-top: 27px;
  }

  .app-pitch-content .mobile-top-button:after {
    content: '';
    display: block;
    width: 41px;
    height: 3px;
    background: #e3e3e3;
    position: absolute;
    bottom: -25px;
  }

  /* content */
  .app-pitch-content h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 33px 0 17px;
  }

  .app-pitch-content p {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 14px;
  }

  a.app-pitch-button {
    display: block;
    margin: 18px 0 0;
  }
  
  .app-pitch-button span {
    display: block;
    padding-right: 42px;
  }

  .app-pitch-content ul ul {
    padding-left: 31px;
  }

  /* statistic block */
  .app-pitch-statistic {
    padding: 9px 0 13px;
  }
  
  .aps-icon {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-right: 28px;
    min-width: 74px;
    text-align: center;
  }
}

@media only screen and (max-width : 603px) {
  #page-app-pitch:after {
    height: 256px; 
  }
}
    
/*===App pitch page===*/

/*table*/
table th,
table td {
	font-size: 13px !important;
	font-family: Open Sans Bold, sans-serif;
  min-height: 50px;
}

table thead th {
  min-height: 62px;
}
/*table*/

/*More events*/
.me-billboard-wrapper {
	height: 450px;
	padding-top: 47px;
	margin-bottom: 28px;
}

.me-top-container {
	position: relative;
}

.me-logo-wrapper {
	float: left;
	margin-right: 15px;
	margin-left: 205px;
  max-width: 240px;
  height: 347px;
  display: flex;
  align-items: center;
}

.me-logo-wrapper img {
  max-height: 100%;
}

.me-title-wrapper {
	max-width: 1050px;
  overflow: hidden;
}

.me-title-wrapper h1.page-title {
	font-size: 60px;
	color: #fff !important;
	margin: 57px 130px 10px 0;
	line-height: 80px;
	letter-spacing: 0;
}

.aa_mobile_device .me-title-wrapper h1.page-title {
  padding-left: 0;
  padding-right: 0;
}

.me-billboard-wrapper .page-subtitle {
	opacity: 0.7;
	color: #fff;
	font-size: 20px;
}

.container-inner.me-post-container {
	max-width: 750px;
}

@media only screen and (max-width : 992px) {
	.me-logo-wrapper {
		margin-left: 20px;
	}

	.me-title-wrapper h1.page-title {
		margin-right: 30px;
		font-size: 45px;
		line-height: 60px;
	}
}

@media only screen and (max-width : 603px) {
	.me-billboard-wrapper {
		padding-top: 16px;
		height: auto;
	}

	.me-logo-wrapper {
		float: none;
    justify-content: center;
    max-width: 100%;
	}

	.me-title-wrapper h1.page-title {
		font-size: 35px;
		line-height: 45px;
		margin: 0;
		text-align: center;
	}

	.me-billboard-wrapper .page-subtitle {
		text-align: center;
		padding-top: 30px;
		font-family: Proximanova, sans-serif;
		text-transform: none;
		position: relative;
		padding-bottom: 31px;
	}

	.me-billboard-wrapper .page-subtitle::before {
		content: '';
		display: block;
		position: relative;
		width: 55px;
		height: 3px;
		border-radius: 2px;
		background-color: #fff;
		left: 0;
		right: 0;
		top: -14px;
		margin: 0 auto;
	}
}
/*More events*/

/*How we test*/
.hwt-billboard-wrapper {
	height: 450px;
	padding-top: 110px;
	margin-bottom: 28px;
}

.hwt-top-container {
	position: relative;
	font-family: Roboto Bold, sans-serif;
}

.hwt-top-container .page-uptitle {
	font-family: Roboto Medium, sans-serif;
	color: #513af7;
	font-size: 16px;
	margin-left: 5px;
}

.hwt-title-wrapper h1.page-title {
	font-size: 70px;
	color: #525767 !important;
	margin: 0 0 10px 0;
	line-height: 78px;
	letter-spacing: -0.06em;
}

.hwt-billboard-wrapper .page-subtitle {
	color: #0b0d1d;
	font-size: 20px;
	opacity: .51;
	letter-spacing: 0.005em;
}

.hwt-logo-wrapper {
	float: left;
	margin-right: 47px;
	margin-left: 0;
}

.hwt-post-container {
	max-width: 1040px;
}

.hwt-post-container:before {
	content: '';
	position: absolute;
	left: 0;
	top: 490px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url('../images/howwetest-bg.png');
}

#page-how-we-test h2,
.hwt-top-content-wrapper p {
	color: #525767;
}

#page-how-we-test h2 {
	font-family: Roboto Medium, sans-serif;
	font-weight: 600;
}

.hwt-top-content-wrapper p {
	font-family: Proximanova, sans-serif;
	font-size: 17px;
	color: #525767;
	letter-spacing: 0;
	margin-bottom: 29px;
}

.hwt-top-content-container h2 {
	padding-top: 21px;
	letter-spacing: -0.023em;
}

.hwt-category-testing-wrapper {
	margin-top: 46px;
}

#page-how-we-test .hwt-category-testing-main-title {
	text-align: center;
	letter-spacing: -0.02em;
	position: relative;
	margin-bottom: 28px;
}

.hwt-category-testing-main-title:before {
	content: '';
	display: block;
	width: 49px;
	height: 4px;
	border-radius: 2px;
	background-color: #00d49f;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -18px;
}

.hwt-image-block,
.hwt-content-block {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

#page-how-we-test h2.hwt-item-title {
	margin: -18px 0 21px;
}

.hwt-item-content p {
	font-size: 17px;
	color: #525767;
	letter-spacing: 0;
}

.hwt-button-learnmore {
	font-family: Proximanova Bold, sans-serif;
	font-size: 18px;
	color: #FFF !important;
	letter-spacing: 0.01em;
	box-shadow: 0 5px 20px -5px rgba(0, 212, 159, 0.5);
	border-radius: 25px;
	background-color: #00d49f;
	padding: 12px 25px 13px 30px;
	margin-top: 4px;
	display: inline-block;
}

.hwt-category-item {
	margin-bottom: 17px;
}

.hwt-image-left .hwt-image-block img {
	margin-left: 20px;
}

.hwt-image-right .hwt-image-block {
	text-align: right;
}

.hwt-image-right .hwt-image-block img {
	margin-right: 72px;
}

@media only screen and (max-width: 991px) {
	.hwt-image-left .hwt-image-block img {
		margin-left: 0;
	}

	.hwt-logo-wrapper {
		margin-right: 10px;
	}

	#page-how-we-test h2.hwt-item-title {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 603px) {
	.hwt-post-container:before {
		display: none;
	}

	.hwt-billboard-wrapper {
		padding-top: 18px;
		height: 250px;
		margin-bottom: 46px;
	}

	.hwt-top-container {
		text-align: center;
	}

	.hwt-top-container .page-uptitle {
		font-size: 13px;
		margin-left: 0;
	}

	.hwt-title-wrapper h1.page-title {
		font-size: 25px;
		margin-top: 30px;
		line-height: 30px;
		margin-bottom: 13px;
	}

	.hwt-billboard-wrapper .page-subtitle {
		font-size: 15px;
		text-transform: none;
		padding: 0 15px;
		line-height: 16px;
	}

	.hwt-logo-wrapper {
		float: none;
		margin: 0;
		text-align: center;
	}

	.hwt-logo-wrapper img {
		max-width: 172px;
		margin-right: 8px;
	}

	.hwt-top-content-wrapper {
		text-align: center;
	}

	#page-how-we-test h2 {
		font-size: 25px !important;
	}

	#page-how-we-test .hwt-top-content-wrapper p {
		font-family: Roboto, sans-serif;
		font-size: 17px;
		line-height: 30px;
	}

	#page-how-we-test .hwt-item-content p {
		font-size: 17px;
		line-height: 30px;
	}

	.hwt-category-testing-wrapper {
		margin-top: 10px;
		text-align: center;
	}

	#page-how-we-test .hwt-category-testing-main-title {
		margin-bottom: 70px;
	}

	.hwt-category-testing-main-title:before {
		width: 41px;
		bottom: -14px;
	}

	.hwt-image-block,
	.hwt-content-block {
		width: 100%;
		display: block;
	}

	.hwt-image-right .hwt-image-block,
	.hwt-image-left .hwt-image-block {
		text-align: center;
	}

	.hwt-image-left .hwt-image-block img,
	.hwt-image-right .hwt-image-block img {
		margin: 0 0 35px 0;
		max-width: 140px;
	}

	.hwt-category-item {
		margin-bottom: 100px;
	}
}
/*How we test*/

/*Poll shortcode*/
.aa-poll-wrapper {
	text-align: center;
	margin-bottom: 20px;
}

#page .aa-poll-wrapper h2 {
	font-family: "Proximanova Bold", sans-serif;
	font-size: 18px !important;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 0.055em;
	color: #000;
}

.aa-poll-wrapper .ended-text {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.aa-poll-options {
	position: relative;
	font-size: 0;
	text-align: justify;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aa-poll-bar {
	background-color: #00eb95;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	left: 0;
	transition: all 0.3s ease-in-out;
}

.aa-poll-option {
	width: 49%;
	display: flex;
	vertical-align: top;
	background-color: #f2f2f2;
	margin: 5px 0;
	position: relative;
	min-height: 50px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	z-index: 11;
}

.aa-poll-option::before {
	font-family: "Proximanova Bold", sans-serif;
	display: none;
	font-size: 14px;
	line-height: 1;
	content: attr(data-percent) "%";
	color: #000;
	position: absolute;
	right: 20px;
	padding: 2px 3px;
	top: calc((100% - 16px)/2);
	z-index: 2;
}

.complete .aa-poll-option .aa-poll-bar {
	transition: none;
}

.aa-poll-option:hover {
	background-color: #dbdbdb;
}

.complete .aa-poll-option {
	pointer-events: none;
}

.complete .aa-poll-option::before {
	display: block;
}

.aa-pool-ended h2 {
	margin-bottom: 4px;
}

.aa-pool-ended .aa-poll-option {
	pointer-events: none;
}

.aa-poll-answer-text {
	font-family: "Proximanova Bold", sans-serif;
	color: #000;
	display: flex;
	min-height: 50px;
	align-items: center;
	justify-content: left;
	position: relative;
	z-index: 10;
	padding: 15px 60px 15px 19px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.aa_mobile_device .aa-poll-options {
	margin: 0 20px;
}

@media only screen and (max-width: 603px) {
	.aa-poll-option {
		width: 100%;
	}
}
/*Poll shortcode*/

/* Best of android */
.boa-post-container {
	max-width: 900px;
}

#page-best-of-android .boa_section h2,
#page-best-of-android .boa_awards_section h2 {
	font-size: 28px !important;
	margin-bottom: 22px;
}

.boa_section {
	margin-bottom: 48px;
}

.boa_section_text_part {
	padding: 10px 77px 0;
}

.boa_section_image_part {
	margin-bottom: 23px;
}

.boa_section_image_container {
	position: relative;
	height: 188px;
	border-radius: 25px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 47px;
}

.boa_section_image_placeholder {
	font-family: "Open Sans Extrabold", sans-serif;
	font-size: 28px;
	color: #ffffff;
	padding: 72px 0 0 75px;
	max-height: 160px;
	overflow: hidden;
}

.boa_awards_section h2 {
	text-align: center;
	position: relative;
}

.boa_awards_section h2:before {
	content: '';
	position: absolute;
	bottom: -18px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 49px;
	height: 4px;
	border-radius: 2px;
	background-color: #00d49f;
}

.boa_awards_wrapper {
	position: relative;
	text-align: justify;
	padding: 96px 25px 10px;
	font-size: 0;
}

.boa_award_item {
	position: relative;
	display: inline-block;
	width: 33%;
	padding: 0 47px 70px;
	text-align: center;
}

.boa_award_item_image_container {
	position: relative;
	width: 186px;
	height: 321px;
	margin: 0 auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
}

.boa_award_button {
	border-radius: 20px;
	background-color: #00d49f;
	color: #ffffff !important;
	font-family: "Proximanova Bold", sans-serif;
	padding: 9px 35px;
	font-size: 16px;
	display: inline-block;
	vertical-align: bottom;
	box-shadow: 0 5px 20px -5px rgba(0, 212, 159, 0.5);
	margin-bottom: 29px;
}

.boa_button_container {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 20px;
	box-shadow: none;
	opacity: 0;
	transition: box-shadow 0.3s;
	z-index: 1;
	background-color: transparent;
}

.active .boa_award_item_image_container {
	z-index: 2;
}

.active .boa_button_container {
	height: 473px;
	top: -50px;
	background-color: #fff;
	opacity: 1;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.boa_button_container:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: bottom;
}

.boa_awards_wrapper:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.aa_mobile_device .page-best-of-android .single-page p {
	font-size: 19px;
	line-height: 29px;
}

@media only screen and (max-width: 1240px) {
	#page .container-fluid .container-inner.boa-post-container {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 901px) {
	.boa_section_image_container {
		border-radius: 0;
	}

	.boa_award_item {
		padding: 0 20px 70px;
	}

	.boa_awards_wrapper {
		padding: 96px 0 10px;
	}

	.boa_section_text_part {
		padding: 0 4px 0;
	}

	.boa_button_container {
		display: none;
	}

	.boa_bottom_section .boa_section_image_container {
		margin-top: 0;
	}
}

@media only screen and (max-width: 670px) {
	.boa_award_item {
		width: 50%;
		padding: 0 20px 49px;
	}

	.boa_section_image_container {
		height: 208px;
	}

	.boa_section_image_placeholder {
		padding: 96px 0 0 44px;
	}

	.boa_section {
		margin-bottom: 37px;
	}

	.boa_awards_wrapper {
		padding: 47px 0 10px;
	}
}

@media only screen and (max-width: 460px) {
	.boa_award_item {
		width: 100%;
	}
}

/* Best of android */

/*aa_opinions_shortcode*/
.aa_opinions_shortcode_wrapper {
	position: relative;
	float: left;
	width: 198px;
	margin: 0 25px 25px 0;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #f1f1f1;
	-webkit-box-shadow: 0 12px 40px -20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 12px 40px -20px rgba(0, 0, 0, 0.5);
	transition: -webkit-box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.aa_opinions_shortcode_wrapper:hover {
	-webkit-box-shadow: 0 12px 40px -20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 12px 40px -20px rgba(0, 0, 0, 0.8);
}

.aa_opinions_shortcode_image {
	width: 100%;
}

.aa_opinions_shortcode_text {
	padding: 12px 20px 15px;
}

.aa_opinion_by {
	font-family: Roboto Medium, sans-serif;
	font-size: 12px;
	color: #b5b6c3;
	letter-spacing: 0;
}

.aa_opinion_author {
	font-family: Roboto Bold, sans-serif;
	font-size: 18px;
	color: #525767;
	letter-spacing: 0;
}

@media only screen and (max-width: 603px) {
	.aa_opinions_shortcode_wrapper {
		float: none;
		margin-right: 0;
		width: auto;
	}

	.aa_opinions_shortcode_image {
		float: left;
		width: 58px;
		height: 58px;
		margin-right: 16px;
	}

	.aa_opinions_shortcode_text {
		padding: 9px 15px 6px;
	}
}

.aa_mobile_device .aa_opinions_shortcode_wrapper {
	margin: 0 20px 20px;
}
/*aa_opinions_shortcode*/

/*dgit daily form*/
.dgit-daily-form {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 22px 19px 13px;
  margin-bottom: 10px;
  max-width: 437px;
}

.dgit-daily-form.left {
  margin-right: 20px;
}

.dgit-daily-form.right {
  margin-left: 20px;
}

.dgit-daily-form.align-center {
  margin-left: auto;
  margin-right: auto;
}

.dgit-daily-form:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 11px;
  width: calc(100% - -2px);
  height: calc(100% - -2px);
  top: -1px;
  left: -1px;
  z-index: -1;
  background: #0ec7ff;
  background: -moz-linear-gradient(225deg, #0ec7ff 0%, #f071fe 100%);
  background: -webkit-linear-gradient(225deg, #0ec7ff 0%,#f071fe 100%);
  background: linear-gradient(225deg, #0ec7ff 0%,#f071fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ec7ff', endColorstr='#f071fe',GradientType=0 );
}

.dgit-logo {
  width: 135px;
  height: 33px;
  display: inline-block;
  margin-bottom: 12px;
  background-image: url('data:image/png;base64,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');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.dgit-daily-form h3.dgit-form-headline {
  color: #000;
  font-family: "Proximanova Extrabold", sans-serif;
  font-size: 20px !important;
  position: relative;
  margin: 0;
  letter-spacing: 0;
  text-indent: 1px;
  line-height: 20px;
}

.dgit-form-description {
  color: rgba(51, 51, 51, 0.65);
  font-family: "Proximanova Regular", sans-serif;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 14px;
  letter-spacing: 0;
  padding: 0 !important;
}

.dgit-daily-form .inputs-wrapper {
  margin-bottom: 10px;
  position: relative;
}

label[for^="dgit-form-email"] {
  width: calc(100% - 44px);
  height: 40px;
  box-shadow: 0 5px 20px -5px rgba(25, 192, 255, 0.2);
  -webkit-box-shadow: 0 5px 20px -5px rgba(25, 192, 255, 0.2);
  border-radius: 20px;
  z-index: 1;
  position: relative;
  font-weight: 200 !important;
}

label[for^="dgit-form-submit"][disabled="disabled"] {
  background: #dfebf2;
}

input[id^="dgit-form-email"] {
  border-radius: 20px;
  background-color: #fff;
  color: rgba(36, 36, 36, 0.5);
  font-family: "Roboto Regular", sans-serif;
  padding-left: 19px !important;
  font-size: 14px;
  border: none;
}

input[id^="dgit-form-email"]:focus {
  border-color: #19c0ff;
}

input[id^="dgit-form-email"]::-webkit-input-placeholder {font-family: "Roboto Regular", sans-serif; color: rgba(36, 36, 36, 0.5); font-size: 14px;}
input[id^="dgit-form-email"]:-moz-placeholder {font-family: "Roboto Regular", sans-serif; color: rgba(36, 36, 36, 0.5); font-size: 14px;}
input[id^="dgit-form-email"]::-moz-placeholder {font-family: "Roboto Regular", sans-serif; color: rgba(36, 36, 36, 0.5); font-size: 14px;}
input[id^="dgit-form-email"]:-ms-input-placeholder {font-family: "Roboto Regular", sans-serif; color: rgba(36, 36, 36, 0.5); font-size: 14px;}
input[id^="dgit-form-email"]::placeholder {font-family: "Roboto Regular", sans-serif; color: rgba(36, 36, 36, 0.5); font-size: 14px;}

label[for^="dgit-form-submit"] {
  width: 82px;
  height: 40px;
  border-radius: 20px;
  background-color: #19c0ff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABBElEQVQ4T52TgW3CMBRE7yaADUongG4QJqBM0DIBdIKWCWgngG4AE9BuwAbACExw6CwbNSYkKSdFka389++fHeIOSRoAmAIY8j/1kl5joQHWdyNAUi8WubibNXy6CYjdXgAUN1z+kixKgIZuOWdCchUAkp4BuJvfbXQiGcahpB2Afk3VEcA65pA++yI5SwCTvPDTyUCbuL8F4DCTHkkeAiDtSDLII3wAeADwRvJTkruP/hSH8NK68hQcpjtIsqtF5iqEVwuIwdryPiu+hNcIiBDP6XGS5iQ94kW1NzFepmVVeG0dOFi78OlsSF7dkzb/gi2/AxiT9ImU1AZgFz8k0x9YApwBbFBZuE0OFTwAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 73% 50%;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webki-transition: all 0.3s ease-out;
  position: absolute !important;
  right: 0;
}

input[id^="dgit-form-submit"] {
  display: none !important;
}

.privacy-policy-desc {
  color: rgba(36, 36, 36, 0.3);
  font-family: "Proximanova Regular", sans-serif;
  font-size: 9px;
  line-height: 22px;
  letter-spacing: 0;
}

.privacy-policy-desc a {
  color: rgba(25, 192, 255, 0.5);
  text-decoration: underline;
  letter-spacing: -0.01em;
}

.dgit-site-info {
  width: 16px;
  height: 16px;
  right: 19px;
  top: 20px;
  position: absolute;
  cursor: pointer;
}

.info-icon {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url('data:image/webp;base64,UklGRsgBAABXRUJQVlA4TLsBAAAvP8APEI8AEIT/bhERBtK2Tf20XRccQAPggQ9wGEmS0+zjPWz+0SLe3N4pgIj+M5AkNcp6IeZUloBPAAAAAAAAAAAASMO8HzdJ3sc+DwkAAAAAAAAAYNf060mSJEmSX9Vz7Zsaof6UTZesK7IXMCUXaX5I0io8sy6MmSQJoyZ1B0mqwtEJx1BoZeVgPlaS9BFW47GRfvtmOnbSdbfJzru9hmOFVkek/z7U7a3Zq1OnVfszmauLAdfIQsbsY0lVQXcNwHALqoLEizCzPnNCwrCWytXsaPJ5yZdJ+TL6V52yaSlfJkdtXAZn+r1WzbgLSigfJmOMNLFtO2X2FOPSTE+7TWTsnhqMDWHv4gTFdA3uzt1/FZQXmHfJ5L/FUSUgiTNTW/14JVqG/DTnTfYwyLMVXvG/cUciD4o8IA5td4Fmt4sLNN4MLtB4m1ygWfZrlR6QLPvnNz0g+c2f33aBsrB964YDFGLGr1vx62b8uq0v3ENKWtwQHreEx03xcVt43Bget1ri5j8IvF0D//C8ITxvCc+bwvO26LxRz1sXLW9dklPebPZyb97smLdfBo05b1f+GyyV/wbbIvw3AAA=');
  background-repeat: no-repeat;
  background-size: cover;
  backface-position: center;
}

.dgit-info-container-inner {
  width: 267px;
  height: auto;
  box-shadow: 0 12px 40px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 12px 40px -10px rgba(0, 0, 0, 0.5);
  border: 1px solid #f1f1f1;
  background-color: #fff;
  text-align: center;
  position: absolute;
  left: -125px;
  top: 31px;
  z-index: 3;
  padding: 14px 19px 19px;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.dgit-info-container-inner:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  transform: rotate(45deg);
  background: #fff;
  top: -6px;
  left: -2px;
  right: 0;
  margin: 0 auto;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}

.dgit-info-container-inner .mobile-close-button {
  display: none;
}

.dgit-info-container-inner p {
  color: #525767;
  font-family: "Roboto Regular", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 11px;
}

.dgit-info-container-inner a.go-to-dgit-button {
  height: 40px;
  line-height: 40px;
  box-shadow: 0 5px 20px -5px rgba(0, 212, 159, 0.5);
  border-radius: 25px;
  background-color: #00d49f;
  color: #fff;
  font-family: "Proximanova Bold", sans-serif;
  font-size: 16px;
  display: block;
}

/*Drip form validate*/
.drip-form-error {
  font-family: "Proximanova Bold", sans-serif;
  font-size: 12px;
  color: #920000;
  margin-top: 1%;
  padding: 4px;
}

.drip-validated-email {
  margin-top: 1%;
  padding: 4px;
}

.drip-validated-email p {
  font-family: "Proximanova Bold", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 18px;
}
/*Drip form validate*/

body:not(.aa_mobile_device) .dgit-site-info:hover .dgit-info-container-inner,
body.aa_mobile_device .dgit-site-info.hover .dgit-info-container-inner {
  opacity: 1;
  visibility: visible;
}

.aa_mobile_device .dgit-site-info.hover .dgit-info-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000004;
  background: rgba(255, 255, 255, 0.7);
}

.aa_mobile_device .dgit-info-container-inner {
  width: calc(100% - 80px);
  bottom: 40px;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
}

.aa_mobile_device .dgit-info-container-inner p {
  color: #525767;
  font-size: 14px;
  line-height: 18px;
}

.aa_mobile_device dgit-info-container-inner a.go-to-dgit-button {
  height: 50px;
  line-height: 50px;
}

.aa_mobile_device .dgit-info-container-inner:before {
  display: none;
}

.aa_mobile_device .dgit-info-container-inner .mobile-close-button {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-shadow: 0 5px 20px -5px rgba(0, 212, 159, 0.5);
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 212, 159, 0.5);
  background-color: #00d49f;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -65px;
}

.aa_mobile_device .dgit-info-container-inner .mobile-close-button:before {
  content: '\e5cd';
  font-family: icons;
  color: rgba(17, 17, 17, 0.1);
  font-size: 24px;
}

@media only screen and (max-width : 991px) {
  .dgit-daily-form {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    max-width: 100%;
    padding: 22px 35px 26px;
    float: none !important;
  }

  .dgit-logo {
    width: 154px;
    height: 38px;
    margin-bottom: 17px;
  }

  label[for^="dgit-form-email"] {
    width: calc(100% - 48px);
  }

  .single-page .dgit-daily-form h3.dgit-form-headline {
    font-size: 20px !important;
    line-height: 24px;
    margin-bottom: 14px;
    padding: 0;
  }

  .dgit-form-description {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 17px;
  }

  .dgit-daily-form .inputs-wrapper {
    text-align: left;
    margin-bottom: 14px;
  }

  .privacy-policy-desc {
    line-height: 14px;
    font-size: 10px;
  }

  .dgit-site-info {
    top: 16px;
    right: 16px;
  }
}
/*dgit daily form*/

/* change bestwebsoft contact form */
.cntctfrm_field_attachment_wrap.changed::before {
  content: attr(data-content);
}
