/*
Theme Name: mc_base_plan
Author: Media Circle
Description: Media Circle's theme
Version: 1.1.1
License: Private
Text Domain: mc_base_plan
*/

/*-------GENERAL */
* {
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

body {
	background: #e6e7e8;
	margin: 0;
	padding: 0;
}

h1,
h2 {
	padding: 10px 0 0 0;
	font-size: 1.7em;
	color: #eb2f7d;
	font-weight: 400;
	margin: 0;
}

h3 {
	color: #eb2f7d;
	font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
}

h4 {
	width: 100%;
	font-size: 0.8em;
	font-style: normal;
	font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	background: #eee;
	color: #576071;
	padding: 8px;
}

p,
ul,
li,
ol,
td {
	color: #576071;
	font-size: 12px;
	text-rendering: optimizeLegibility;
}

p {
	line-height: 20px !important;
}

.content > ul,
.content > ol {
	padding-left: 20px;
}

.desktop_version {
	display: block;
}

.main_wrap {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
}

.menu {
	display: inline;
	padding: 0;
}

.menu > li {
	display: inline;
}

.main_body_wrapper {
}

.white_wrap {
	background: #fff;
	margin-bottom: 15px;
	margin-top: -5px;
}

/*----- HEADER */
.mobile_header {
	display: none;
}

header {
	width: 100%;
}

.wp-custom-header {
	display: block;
	width: 100%;
}

.wp-custom-header > img {
	width: 100%;
	height: auto;
}

.top_content_wrapper {
	padding: 0px 20px 10px;
}

nav {
	margin: 0;
	padding: 5px 0px 0 0;
	clear: both;
	width: 100%;
}

/*MENU*/
#mobile-menu {
	display: none;
}

.menu_wrap {
	float: left;
}

#top-menu > li {
	color: #576071;
	cursor: auto;
	display: list-item;
	float: left;
	text-align: left;
	font-size: 16px;
	list-style: none;
}

.open_menu_custom > div > ul > li:first-child > a {
	border-bottom: 3px solid #eb2f7d;
}

#top-menu > .current-menu-item > a {
	border-bottom: 3px solid #eb2f7d;
	color: #eb2f7d;
	letter-spacing: 1px;
}

#top-menu > li > a {
	color: #576071;
	cursor: pointer;
	display: block;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
	margin: -2px 1rem;
	text-decoration: none;
}

#top-menu > li:first-child > a {
	margin-left: 2rem;
}

/*SEARCH*/
.search_form {
	float: right;
}

#searchform {
	width: 190px;
	margin: 10px 20px 0 0;
}

#searchform label {
	display: none;
}

#searchform input[type='text'] {
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #fff;
	font-family: inherit;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: inline;
	margin: 0;
	padding: 6px;
	width: 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.15s linear;
}

#searchform #searchsubmit {
	-webkit-appearance: none;
	border-radius: 0;
	background-color: #eb2f7d;
	float: right;
	height: 30px;
	color: #fff;
	border-style: none;
	border-width: 1px;
	border-color: #eb2f7d;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	display: inline;
	margin: 0;
	padding: 0;
	width: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.15s linear;
	font-size: 18px;
}

.top_content_wrapper > .content > p {
	line-height: 1.6;
}

/*----- MAIN */
main {
	padding: 0px 20px 20px;
	position: relative;
	top: -25px;
}

/* Advertising Disclosure */

.the_tooltip {
	float: right;
	position: relative;
	display: inline-block;
	color: #ccc;
	font-size: 13px;
	padding-right: 10px;
}

.the_tooltip .the_tooltiptext {
	visibility: hidden;
	width: 320px;
	background-color: #fff;
	color: #444;
	text-align: justify;
	text-shadow: none;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 100%; /* At the bottom of the tooltip */
	right: 0;
}

.the_tooltip:hover .the_tooltiptext {
	visibility: visible;
}

.the_tooltiptext {
	line-height: 16px;
	padding: 8px;
	box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.3);
}

.closeAdvertiserDisclosure {
	clear: both;
	display: inline-block;
	width: 100%;
	text-align: right;
	font-family: arial;
	font-size: 15px;
	padding: 10px;
}

.invisible {
	display: none;
}

/*----- MAIN - Review Table */
main > .filters {
}

main > .filters > span {
	display: inline;
	color: #999;
	font-weight: 400;
	font-size: 14px;
}

.categories_menu_wrap {
	display: inline;
}

.categories_menu_wrap > div {
	display: inline;
}

#categories-menu {
	display: inline;
	list-style: none;
	margin-left: 1rem;
}

#categories-menu > li {
	display: inline;
	color: #999;
	font-weight: 400;
	font-size: 14px;
	list-style: none;
	padding: 5px 20px;
	border-right: 1px solid #ccc;
}

#categories-menu > li > a {
	display: inline;
	color: #999;
	font-weight: 400;
	font-size: 14px;
	list-style: none;
	text-decoration: none;
}

#categories-menu > .current-menu-item {
	color: #eb2f7d;
}

#categories-menu > .current-menu-item:before {
	content: '\f00c';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #eb2f7d;
	margin: 0 5px;
}

#categories-menu > .current-menu-item > a {
	color: #eb2f7d;
}

.review_table {
	margin-top: 15px;
	width: 100%;
}

.review_table_header {
	width: 100%;
	background: #eee;
	padding: 10px 8px;
	font-size: 0.8em;
	font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	text-align: center;
}

.template_2 .review_table_header {
	background: #eee;
}

.review_table_header > div {
	font-size: 0.8rem;
	display: inline;
	float: left;
	color: #576071;
}

.review_table_body {
	display: inline;
}

.review_table_row {
	height: 125px;
	width: 100%;
	margin-top: 0px;
	border-bottom: 1px solid #ddd;
	clear: both;
	padding-top: 3px;
}

.review_table_row:nth-child(odd) {
	background: #f9f9f9;
}

.review_table_row:first-child {
	background: rgba(254, 227, 238, 0.4) !important;
	margin-top: -4px;
}

.template_2 .review_table_row:nth-child(odd) {
	background: #fff;
}

.template_2 .review_table_row:nth-child(even) {
	background: #f9f9f9;
}

.review_table_row > div {
	float: left;
	margin: 0;
}

.anchor_wrap {
	text-decoration: none;
}

.mobile_version {
	display: none;
}

.rank {
	color: #fff;
	font-size: 16px;
	background: #576071;
	width: 30px;
	height: 30px;
	padding: 5px 5px 5px 6px;
	text-align: center;
	text-decoration: none;
	border: none;
	display: block;
	border-radius: 50%;
	position: absolute;
	margin: 45px 0 0 15px;
}

.review_table_row:first-child > div > a > .rank {
	background: #eb2f7d;
	padding-left: 7px;
}

.featured_image {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-left: 10px;
}

.featured_image > div {
	display: block;
	margin: 0 auto;
}

.featured_image > img {
	max-height: 90px;
	max-width: 100%;
	margin-left:-5px;
}

.review_table_column-2 {
	padding-top: 5px;
	order:2;
}
.review_table_column-2 .inner_wrap:nth-child(1),
.title {
	color: #eb2f7d;
	margin-left: 0;
	font-size: 20px;
	margin-top: 7px;
}

.review_table_column-2 ul,
.bullet_points > ul {
	margin: 5px 0 0 0px;
	padding-left: 0px;
}

.review_table_column-2 ul li,
.bullet_points > ul > li {
	color: #576071;
	font-size: 12px;
	list-style: none;
	padding: 2px 2px 2px 0;
	line-height: 16px;
}

.review_table_row:first-child
	> .review_table_column-2
	> a
	> .bullet_points
	ul
	> li {
	font-weight: 500;
}

.review_table_column-2 ul li:before,
.bullet_points > ul > li:before {
	content: '\f00c';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #eb2f7d;
	margin: 0 5px 0 0;
	font-size: 16px;
}

.mobile_stars {
	display: none;
}

.review_table_column-3 .score{
	display: none;
}
.review_table_column-3 .inner_wrap:nth-child(1),
.stars {
	max-width: 100%;
	margin-left: 14px;
	margin-top: 14px;
	margin-bottom:9px;
}
.review_table_column-3 i{
	color:#ffd61a;
	font-size:41px;
	margin-right:2px;
}

.review_table_column-3 .inner_wrap:nth-child(2),
.review_table_column-3 .inner_wrap:nth-child(3),
.age_range,
.active_members {
	font-size: 12px;
	color: #576071;
	font-weight: 200;
	margin-left: 15px;
	line-height: 15px;
	padding: 2px;
	margin-top: 2px;
}
.review_table_column-3 .inner_wrap:nth-child(2):before,
.review_table_column-3 .inner_wrap:nth-child(3):before{
	content:'• ';
}

.active_members {
	margin-top: 0;
}

.age_range:before,
.active_members:before {
	content: '\2022 ';
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-right: 2px;
}

.review_table_column-4 {
	text-align: center;
	padding-right: 6.5px;
	order:3;
}

.review_table_column-4 > .review_table_button {
	clear: both;
	display: block;
	margin: 27px auto 0 auto;
	padding: 13px 10px;
	background: rgb(235, 47, 125);
	background: -moz-linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	background: -webkit-linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	background: linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb2f7d", endColorstr="#c8286e", GradientType=1);
	max-width: 125px;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.review_table_column-4 > .review_table_button:hover {
	background: #c8286e;
}

.permalinkWrap {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #747474;
}

/*SIZES*/
.review_table_column-1 {
	width: 25%;
}

.review_table_column-2 {
	width: 33.3333333333%;
}

.review_table_column-3 {
	width: 25%;
}

.review_table_column-4 {
	width: 16.6666666667%;
}

.review_table_row > .review_table_column-1 {
	width: 33.3333333333%;
}

.review_table_row > .review_table_column-2 {
	width: 25%;
}

.review_table_row > .review_table_column-3 {
	width: 25%;
}

.review_table_row > .review_table_column-4 {
	width: 16.6666666667%;
}

/*----- MAIN Vertical Table */
.top5_table {
	width: 100%;
	border: 1px solid #ddd;
}

/*HEADERS*/
.top5_table_header {
	width: 250px;
	float: left;
}

.top5_table_header > div {
	padding: 10px;
	font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	border: 0.5px solid #fff;
	text-align: left;
	color: #666;
}

.top5_table_header > div:before {
	font-family: FontAwesome;
	font-size: 0.8em;
	left: -5px;
	position: relative;
	content: '\f061';
	margin-left: 15px;
}

.top5_table_header > div:nth-child(odd) {
	background: #f5f5f5;
}

.top5_table_header > .top5_table_row-1,
.top5_table_header > .top5_table_row-2,
.top5_table_header > .top5_table_row-3,
.top5_table_header > .top5_table_row-7,
.top5_table_header > .top5_table_row-13,
.top5_table_header > .top5_table_row-16,
.top5_table_header > .top5_table_row-20,
.top5_table_header > .top5_table_row-24,
.top5_table_header > .top5_table_row-25 {
	font-weight: bold;
}

.top5_table_header > .top5_table_row-1:before,
.top5_table_header > .top5_table_row-2:before,
.top5_table_header > .top5_table_row-3:before,
.top5_table_header > .top5_table_row-7:before,
.top5_table_header > .top5_table_row-13:before,
.top5_table_header > .top5_table_row-16:before,
.top5_table_header > .top5_table_row-20:before,
.top5_table_header > .top5_table_row-24:before,
.top5_table_header > .top5_table_row-25:before {
	content: '';
	margin-left: 0px;
}

/*COLUMNS*/
.top5_table_column {
	width: calc(20% - 50.25px);
	float: left;
}

.top5_table_column > div {
	padding: 10px;
	font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-size: 14px;
	border: 0.5px solid #fff;
	text-align: center;
	color: #666;
}

.top5_table_column > div:nth-child(odd) {
	background: #f5f5f5;
}

.top5_table_column > div > .top5_table_button {
	width: 100%;
	padding: 8px;
	color: #fff;
	background: rgb(235, 47, 125);
	background: -moz-linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	background: -webkit-linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	background: linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb2f7d", endColorstr="#c8286e", GradientType=1);
	font-size: 12px;
	display: block;
	clear: both;
	margin: 40px auto 0px auto;
	text-decoration: none;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.top5_table_column > div > .top5_permalinkWrap {
	width: 100%;
	padding: 8px;
	color: #eb2f7d;
	font-size: 14px;
	display: block;
	clear: both;
	margin: 0;
	text-decoration: none;
}

/*HEIGHTS and WIDTHS*/
.top5_table_header > div,
.top5_table_column > div {
	height: 38px;
}

.top5_table_header > .top5_table_row-2,
.top5_table_column > .top5_table_row-2,
.top5_table_header > .top5_table_row-24,
.top5_table_column > .top5_table_row-24 {
	height: 165px;
}

.top5_table_header > .top5_table_row-1,
.top5_table_column > .top5_table_row-1,
.top5_table_header > .top5_table_row-25,
.top5_table_column > .top5_table_row-25 {
	height: 54px;
}

.top5_table_header > div > img,
.top5_table_column > div > img {
	max-width: 95%;
	max-height: 52px;
}

.mobile_logo > img {
	max-height: 33px !important;
}

.top5_table_column > .top5_table_row-1 > span,
.top5_table_column > .top5_table_row-25 > span {
	color: #fff;
	font-size: 16px;
	background: #576071;
	width: 30px;
	height: 30px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	border: none;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
}

.template_2 .top5_table_column > .top5_table_row-1 > span,
.template_2 .top5_table_column > .top5_table_row-25 > span {
	border-radius: 50%;
}

.top5_table_column:first-child > .top5_table_row-1 > span,
.top5_table_column:first-child > .top5_table_row-25 > span {
	background: #c8286e;
}

/*----- MAIN single page */
.single_main > aside {
	float: left;
	display: block;
	clear: none;
	width: 30%;
	margin: 0;
	border: 0;
	padding: 10px;
}

.single_main aside img {
	max-width: 100%;
}

.single_main > .content_wraper {
	float: left;
	display: block;
	clear: none;
	width: 70%;
	margin: 0;
	border: 0;
	padding: 8px;
	position: relative;
	padding-bottom: 100px;
}

.single_button,
.single_button_2 {
	float: right;
	display: block;
	padding: 15px 30px;
	margin: 10px;
	color: #fff;
	background: rgb(235, 47, 125);
	background: -moz-linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	background: -webkit-linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	background: linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb2f7d", endColorstr="#c8286e", GradientType=1);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	font-size: 14px;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 10px;
}

.single_button_2 {
	top: 100%;
	margin-top: -30px;
}

.images_preview_wrap {
	width: 100%;
	padding: 10px;
	display: block;
}

.images_preview_wrap h2 {
	margin-left: 10px;
}

.images_preview_wrap > div {
	border: 1px solid #ddd;
}

.inner_section_wrap {
	width: 100%;
	padding: 10px;
	display: block;
}

.inner_section_wrap > .quarterwidth {
	width: 25%;
	padding: 3px;
	display: block;
	float: left;
}

.inner_section_wrap img {
	width: 100%;
}

.inner_section_wrap ul {
	margin: 7px 0 0 20px;
	padding-left: 0px;
}

.inner_section_wrap li {
	color: #576071;
	font-weight: 400;
	font-size: 16px;
	list-style: none;
	padding: 10px 2px;
}

.inner_section_wrap li:before {
	content: '\f140';
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #eb2f7d;
	margin: 0 7px 0 0;
}

.single_main aside {
	padding: 10px;
}

.aside_table {
	border: 1px solid #ddd;
}

.aside_table > div {
	width: 100%;
	height: 18px;
	background: #f5f5f5;
	font-size: 11px;
	font-weight: 200;
	color: #576071;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 2px 5px;
}

.aside_table > div:nth-child(odd) {
	background: #e8e8e8;
}

.aside_table > div:first-child {
	height: auto;
	background: transparent;
	padding: 0px;
}

.aside_table > .aside_table_title {
	background: #fff !important;
	font-size: 12px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}

/*----- Bottom Text */
.bottom_content_wrapper {
	background: #eee;
	padding: 40px 20px 20px;
	margin-bottom: 15px;
}

.bottom_content_wrapper p {
	color: #576071;
	font-size: 12px;
	margin-top: 2%;
	line-height: 1.6;
	margin-bottom: 1.25rem;
}

.halfwidth {
	width: 50%;
	float: right;
	display: block;
	height: 290px;
}

.otherposts {
	width: 100%;
	display: block;
	clear: both;
	margin: 5px;
}

.otherposts img {
	width: 200px;
	float: left;
}

.otherposts a {
	float: right;
	padding: 15px;
	text-decoration: none;
	color: #fff;
	background: rgb(235, 47, 125);
	background: -moz-linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	background: -webkit-linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	background: linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb2f7d", endColorstr="#c8286e", GradientType=1);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	margin-top: 20px;
}

/*----- Footer */
footer {
	border-top: 1px solid #ddd;
	background: #eee;
	margin: 0;
	padding: 0;
	display: inline-block;
	bottom: 0;
	width: 100%;
	padding: 30px 0;
}

footer:after {
	content: ' ';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.footer_widget_wrap > .textwidget {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

.footer_widget_wrap > .textwidget > p {
	margin: 0;
	padding: 0;
}

#footer-menu {
	float: right;
	margin: 0;
	padding: 0;
}

#footer-menu > li {
	border-right: 1px solid #757575;
	padding: 0 5px 0 3px;
}

#footer-menu > li:last-child {
	border-right-width: 0px;
}

#footer-menu > li,
#footer-menu > li > a {
	color: #576071;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-align: right;
	font-size: 12px;
}

.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ' ';
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/*Cookie Consent*/
#cookie_notice_wrap {
	width: 100%;
	min-height: 50px;
	overflow-x: scroll;
	position: fixed;
	bottom: 0;
	background: rgba(230, 230, 230, 0.9);
	border-top: 1px solid #ddd;
	padding: 10px;
	display: none;
}

#cookie_notice_wrap > div {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}

#cookie_notice_text {
	font-size: 12px;
	width: calc(100% - 150px);
	float: left;
}

#cookie_notice_button_wrap {
	width: 140px;
	float: right;
	padding: 5px;
}

#cookie_trigger {
	background: rgb(235, 47, 125);
	background: -moz-linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	background: -webkit-linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	background: linear-gradient(
		135deg,
		rgba(235, 47, 125, 1) 0%,
		rgba(200, 40, 110, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb2f7d", endColorstr="#c8286e", GradientType=1);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
	width: 100%;
	padding: 15px 10px;
	border-radius: 4px;
	color: #fff;
	float: right;
	font-size: 12px;
	border-width: 0px;
}

.advertiser_disclousure_title {
	margin-top: 30px;
	margin-right: 20px;
}

.advertiser_disclousure_title {
	margin-top: 0;
	margin-right: 20px;
	position: relative;
	top: -25px;
	z-index: 150;
}

.custom_nav_new {
	position: relative;
	top: -40px;
	border-bottom: 1px solid #d8d8d8;
}

.custom_nav_review_margin {
	top: -37px !important;
}

.top_custom_margin {
	position: relative;
	top: -25px;
}

@media (max-width: 900px) {
	.review_table_column-3 img,
	.stars > img {
		width: 150px;
	}

	.search_form {
		display: none;
	}

	.single_main > aside {
		display: none;
	}

	.single_main > .content_wraper {
		width: 100%;
	}

	.images_preview_wrap {
		display: none;
	}

	.review_table_row > .review_table_column-1 {
		width: 32%;
	}

	.review_table_row > .review_table_column-2 {
		width: 28%;
	}

	.review_table_row > .review_table_column-3 {
		width: 23%;
	}

	.review_table_row > .review_table_column-4 {
		width: 17%;
	}
}

@media (max-width: 767px) {
	.single_button {
		display: none !important;
	}

	#top-menu > .current-menu-item > a {
		border-bottom: none !important;
		letter-spacing: 1px !important;
		color: #ffffff !important;
	}

	.top_custom_margin {
		position: relative;
		top: 0;
	}
	.review_table_column-3 > ul,
	.bullet_points  ul {
		margin-left: 20px;
	}

	#top-menu > li > a {
		color: #5b667b;
		cursor: pointer;
		display: block;
		font-size: 0.9em;
		font-style: normal;
		font-weight: bold;
		line-height: 45px;
		margin: 0;
		text-decoration: none;
	}

	#top-menu > li:first-child > a {
		margin-left: 0;
	}

	#top-menu > li > a {
		padding-left: 2rem;
	}

	.custom_nav_new {
		position: initial;
		top: 0;
	}

	.custom_nav_review_margin {
		top: 0 !important;
	}

	.custom_bg {
		background-position: top;
		background-size: contain;
		background-repeat: no-repeat;
		background-image:url('../img/mob-header.jpeg');
	}

	.custom_main {
		margin-top: 95px;
	}

	.desktop_version {
		display: none;
	}

	.mobile_version {
		display: block;
	}

	.note > h1 {
		width: 100%;
		font-size: 50px;
		color: black;
		text-align: center;
		padding: 0 !important;
	}
	.review_table_column-3 .inner_wrap:nth-child(1),
	.stars {
		margin: 0 !important;
		text-align: center !important;
	}

	.review_table_column-3 img,
	.stars > img {
		width: 100px;
		max-width: 100%;
	}

	.advertiser_disclousure_title {
		margin-top: 70px;
		margin-right: 13px;
	}

	/*----- HEADER */
	.desktop_header {
		display: none;
	}

	.top_content_wrapper_custom {
		display: none;
	}

	.mobile_header {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		height: 85px;
		background-color: #ffffff;
	}

	.mobile_header img {
		max-height: 45px;
		max-width: 70%;
		margin: 17px 0 0 20px;
		padding: 0;
		border: 0;
	}
	.review_table_column-2 ul{
		margin-left: 20px;
	}

	/*MENU*/
	.custom_nav {
		padding-top: 0;
		border-bottom: 0 !important;
	}

	.menu_wrap {
		float: right;
		clear: both;
		width: 100%;
		background: #333;
	}

	#openMenu {
		display: none;
	}

	#mobile-menu {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		clear: both;
		height: 80px;
		width: 80px;
		text-align: center;
		background: #fff;
		color: #000;
	}

	#mobile-menu > a {
		color: #000;
		font-size: 14px;
		text-decoration: none;
		line-height: 80px;
	}

	#mobile-menu > a > .fa {
		font-size: 22px;
		font-weight: normal;
	}

	#top-menu {
		width: 100%;
		display: block;
		clear: both;
		background: #333;
		margin-top: -12px;
	}

	#top-menu > li {
		width: 100%;
		display: block;
		clear: both;
		background: #333;
	}

	#top-menu > .current-menu-item {
		border-bottom: 2px solid #eb2f7d;
	}

	#top-menu > li > a {
		color: #fff;
	}

	/*SEARCH*/
	.search_form {
		float: left;
		display: block;
		clear: both;
		width: 100%;
		padding: 5px;
		display: none;
	}

	#searchform {
		display: block;
		clear: both;
		width: 100%;
		padding: 5px;
	}

	#searchform input[type='text'] {
		float: left;
		width: calc(100% - 60px);
	}

	#searchform #searchsubmit {
		float: right;
	}

	/*----- MAIN */
	/*----- MAIN - Review Table */
	.review_table_column-3 .score{
		display:block;
		width: 100%;
		font-size: 50px;
		color: black;
		text-align: center;
		padding: 0 !important;
		font-weight:500;
	}
	.review_table_column-4  .review_table_button{
		width:80% !important;
	}
	.review_table_column-2 .inner_wrap:nth-child(1), 
	.title
	.filters,
	.review_table_header,
	.review_table_column-3 .inner_wrap:nth-child(2),
	.age_range,
	.review_table_column-3 .inner_wrap:nth-child(3),
	.active_members,
	.permalink-col,
	.review_table_button {
		display: none;
	}

	.review_table {
		margin-top: 25px;
	}

	.review_table_row_1 {
		height: 315px !important;
	}

	.review_table_row {
		height: 285px;
		padding-top: 15px;
		border-radius: 5px !important;
		box-shadow: 15px 15px 25px #cccc;
		background: #ffffff;
		margin-bottom: 35px !important;
		display:flex;
		flex-wrap: wrap;
	}

	.review_table_row:first-child {
		background: #fff !important;
	}

	.review_table_row > .review_table_column-1 {
		width: 65%;
		margin: 0;
	}

	.review_table_column-1,
	.review_table_column-1 > .anchor_wrap {
		position: relative;
	}

	.review_table_row > .review_table_column-3 {
		width: 30%;
		text-align: center;
	}

	.mobile_rank {
		color: #fff;
		font-size: 16px;
		background: #000000;
		width: 30px;
		height: 30px;
		padding: 5px;
		text-align: center;
		text-decoration: none;
		border: none;
		display: block;
		border-radius: 50%;
		position: absolute;
		margin-top: -30px;
		margin-left: -15px;
		box-shadow: 5px 5px 10px rgba(88, 88, 88, 0.8);
		font-weight: bold;
	}
	.review_table_column-2 .inner_wrap:nth-child(2),
	.bullet_points {
		max-width: 90%;
		margin: 0px auto;
	}
	.review_table_column-2 li:before,
	.bullet_points > ul > li:before {
		content: '\f00c';
		font-size: 20px !important;
		font-style: italic !important;
		top: 2px;
		position: relative;
	}
	.review_table_column-2 li,
	.bullet_points > ul > li {
		line-height: 22px !important;
		font-size: 15px !important;
		text-align: left;
	}

	.review_table_row > .review_table_column-2 {
		display: block;
		width: 100%;
		padding-top:0;
		margin-top:-10px;
	}

	.mobile_rank_1 {
		background: #eb2f7d;
	}

	.featured_image {
		padding: 0;
		/*margin: 10px 0 0 0;*/
		margin:0;
	}

	.review_table_row > .review_table_column-4 {
		width: 100%;
		text-align: center;
	}

	.review_table_row > .review_table_column-4 > .review_table_button {
		padding: 15px;
		width: 165px;
		max-width: none;
		font-size: 1rem;
		border-radius: 5px;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
		margin-top: 00px !important;
		background: rgb(235, 47, 125);
		background: -moz-linear-gradient(
			135deg,
			rgba(235, 47, 125, 1) 0%,
			rgba(200, 40, 110, 1) 100%
		);
		background: -webkit-linear-gradient(
			135deg,
			rgba(235, 47, 125, 1) 0%,
			rgba(200, 40, 110, 1) 100%
		);
		background: linear-gradient(
			135deg,
			rgba(235, 47, 125, 1) 0%,
			rgba(200, 40, 110, 1) 100%
		);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb2f7d", endColorstr="#c8286e", GradientType=1);
	}
	.review_table_row > .review_table_column-4 > .review_table_button:after{
		content: "\f054";
		font-family: FontAwesome;
		transform: translate(4px, 1px);
	}

	.mobile_stars {
		display: block;
		padding: 0px;
		margin-top: 20px;
	}

	.mobile_stars > a,
	.mobile_stars > a > img {
		max-width: 100%;
	}

	.template_2 .review_table_row:first-child {
		background: #e3e8fd;
	}

	/*SIZES*/
	/*----- MAIN Vertical Table */
	.vertical_table_main {
		width: 100%;
		overflow: scroll;
	}

	.top5_table {
		width: 1080px;
		overflow: scroll;
	}

	/*HEADERS*/
	/*COLUMNS*/
	/*HEIGHTS and WIDTHS*/
	/*----- Bottom Text */
	/*----- Footer */
	#footer-menu {
		float: left;
		width: 100%;
		clear: both;
		display: block;
		padding: 10px;
	}

	#footer-menu > li {
		display: block;
		text-align: center;
		background: #c4c3c3;
		padding: 8px;
		width: 100%;
		margin-bottom: 8px;
		border-radius: 5px;
		border-color: transparent;
	}

	#footer-menu > li > a {
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.footer_widget_wrap {
		float: right;
		padding: 5px;
		text-align: center;
	}

	/*Cookie Consent*/
	#cookie_notice_text {
		width: 100%;
		max-height: 120px;
		overflow-y: scroll;
	}

	#cookie_notice_button_wrap {
		width: 100%;
		float: left;
	}

	#cookie_trigger {
		width: auto;
		color: #fff;
		padding: 10px 15px;
		margin: 0 auto;
		background: rgb(235, 47, 125);
		background: -moz-linear-gradient(
			135deg,
			rgba(235, 47, 125, 1) 0%,
			rgba(200, 40, 110, 1) 100%
		);
		background: -webkit-linear-gradient(
			135deg,
			rgba(235, 47, 125, 1) 0%,
			rgba(200, 40, 110, 1) 100%
		);
		background: linear-gradient(
			135deg,
			rgba(235, 47, 125, 1) 0%,
			rgba(200, 40, 110, 1) 100%
		);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb2f7d", endColorstr="#c8286e", GradientType=1);
		box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
	}

	.top5_table_column > div > .top5_table_button {
		background: rgb(235, 47, 125);
		background: -moz-linear-gradient(
			135deg,
			rgba(235, 47, 125, 1) 0%,
			rgba(200, 40, 110, 1) 100%
		);
		background: -webkit-linear-gradient(
			135deg,
			rgba(235, 47, 125, 1) 0%,
			rgba(200, 40, 110, 1) 100%
		);
		background: linear-gradient(
			135deg,
			rgba(235, 47, 125, 1) 0%,
			rgba(200, 40, 110, 1) 100%
		);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb2f7d", endColorstr="#c8286e", GradientType=1);
		box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
	}

	.featured_image > img {
		max-width: 80%;
		margin-right: auto;
		margin-left: auto;
		max-height: 75px;
	}
}

@media screen and (max-width: 386px) {
	.single_button {
		display: none !important;
	}

	.review_table_column-1 {
		width: 70%;
		order:0;
	}

	.review_table_column-3 {
		width: 30%;
		text-align: center;
		order:1;
	}
	.review_table_column-3 .inner_wrap:nth-child(2)
	.bullet_points {
		max-width: 100%;
		margin: 0 auto;
	}

	.note > h1 {
		width: 100%;
		font-size: 35px;
		color: black;
		text-align: center;
		padding-bottom: 0 !important;
	}

	.mobile_rank {
		margin-top: -35px;
		padding: 6px 0 6px 0;
	}

	.featured_image > img {
		max-width: 80%;
		margin-right: auto;
		margin-left: auto;
		max-height: 75px;
	}
}


@media(max-width:767.98px){
	
}
.legal-name:after{
	content:'Media Circle LLP';
	display:inline;	
}
.legal-vat:after{
	content:'GB925444128';
	display:inline;	
}

.legal-id:after{
	content:'925-444-128';
	display:inline;	
}
.legal-director:after{
	content:'Mr Julien Thierry';
	display:inline;	
}
.legal-address:after{
	content:'191 Guernsey Way – Kennington, Ashford TN24 9LQ';
	display:inline;	
}
.legal-email:after{
	content:'infodata@media-circle.net';
	display:inline;	
}