/*
	Theme Name: Online Poker 2018 Johannes Changes
	Theme URI:
	Description:
	Version: 1.1
	Author: Tommy / Johannes
	Author URI:

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 15px/1.6 'Arial', 'Helvetica', sans-serif;
	color:#415063;
  background-color: #ececec;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#31609e;
	text-decoration:none;
}
a:hover {
	color:#0056c2;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
p a{
	text-decoration: underline;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h2,
h3,
h4,
h5,
h6 { font-family: 'Oswald', sans-serif; font-weight: 700; color: #31609e; }

h1 { font-size: 30px;font-family: 'Oswald', sans-serif; font-weight: 700; color:#31609e; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { clear: both; }
section:after { content: ''; display: block; clear: both; }
hr { margin: 20px 0px; border-top: 1px solid #c6d0dc; border-bottom: 1px solid #fff; }

/* theme-width */
.theme-width { max-width:1280px; width:85%; margin:0 auto; position:relative; }
main{
	padding: 20px 0 0 0;
}
/* header */
.header { padding: 20px 0px 0 0; background-color: #31619e;  width: 100%; z-index: 2; top: 0; }
.header:after { content: ''; display: block; clear: both; }
.logo { float: left;  margin:0 0 20px 0;}
.header-social { float: right; }
.header-social a { font-size: 25px; color: #fff; }
.header-social a:hover { color: #92c2ff; }
.header-social i { padding-left: 10px; }
/* nav */
.nav { background-color: #fff; border-bottom: solid 1px #e0e3e8; font:800 14px/1.4 'Arial', 'Helvetica', sans-serif;  width: 100%; }
/* footer */
.footer { padding: 20px 0px; margin-top: 50px; background-color: #31619e; color: #fff; font:700 12px/1.2 'Arial', 'Helvetica', sans-serif; }
.footer-top a { color: #fff; text-decoration: none; }
.footer-top a:hover { text-decoration: underline; }
.footer-top:after { content: ''; display: block; clear: both; }
.footer-top-left { float: left; width: 60%; padding-right: 5%; }
.footer-top-right { float: right; width: 35%; text-align: right; }

.footer-bottom { padding-top: 20px; margin-top: 20px; text-align: center; color: #85abdc; border-top: solid 1px #85abdc; font-size: 14px; }
.footer-bottom a { color: #85abdc; text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }

.footer-heading { font-size: 16px; font-weight: bold; }

.footer_menu_1 ul,
.footer_menu_2 ul,
.footer_menu_3 ul { margin: 0px; padding: 10px 0px; }

.footer_menu_1 ul li,
.footer_menu_2 ul li,
.footer_menu_3 ul li { display: inline-block; margin: 0 10px 0 0; padding: 0px; list-style: none; }

.footer_menu_1 ul li:after,
.footer_menu_2 ul li:after,
.footer_menu_3 ul li:after {

}
.footer_menu_3 ul li:after { background-color: #85abdc; }


.footer_menu_1 ul li:last-child,
.footer_menu_2 ul li:last-child,
.footer_menu_3 ul li:last-child { padding-right: 0px; margin-right: 0px; }

.footer_menu_1 ul li:last-child:after,
.footer_menu_2 ul li:last-child:after,
.footer_menu_3 ul li:last-child:after { height: 0px; width: 0px; }





.post-list-container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline ;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
   
}
.list-group-box{
	display: inline-block;
	width: 25%;
	margin:0 0 10px 0;
}
.list-group-box h3{
	margin:0 0 5px 0;
}
.list-group{
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-group-item{

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.normal-container {
	display: inline-block;
	width: 100%;
  padding: 20px;
	background-color: #fafafa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.normal-container ul li {
  font-size: 15px;
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 10px;
  position: relative;
}
.normal-container a:hover {text-decoration:underline;}
.normal-container li:before {
  content: " ";
  background-image: url('img/tiny-red-arrow.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  width: 9px;
  padding-right: 20px;
}
.normal-container-white {
  padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.normal-container-review {
	display: inline-block;
	width: 100%;
  padding: 20px;
	background-color: #fafafa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.normal-container-review ul li {
  font-size: 15px;
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 10px;
  position: relative;
}

.normal-container-white {
  padding: 20px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.line-heading { overflow: hidden; text-align: center; color: #31609e; font:700 24px 'Arial', 'Helvetica', sans-serif; }

.line-heading h1:before,
.line-heading h1:after {
  background-color: #3771b3;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 15%;
}
.line-heading h1:before { right: 0.5em; margin-left: -50%; }
.line-heading h1:after { left: 0.5em; margin-right: -50%; }

ul.checkcircle-list { margin: 0px; padding: 0px; }
ul.checkcircle-list li {
  font-size: 12px;
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 20px;
  position: relative;
}
ul.checkcircle-list li:before {
  content: " ";
  background-image: url('img/tiny-check-bluecircle.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
  padding-right: 20px;
}
.home-content ul { margin: 0px; padding: 0px; }
.home-content ul li {
  font-size: 15px;
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.home-content li:before {
  content: " ";
  background-image: url('img/tiny-red-arrow.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  width: 9px;
  padding-right: 20px;
}
ul.list-redarrow { margin: 0px; padding: 0px; }
ul.list-redarrow li {
  font-size: 15px;
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 20px;
  position: relative;
}
ul.list-redarrow li:before {
  content: " ";
  background-image: url('img/tiny-red-arrow.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  width: 9px;
  padding-right: 20px;
}

/*--HomePage--*/
.home-left { float: left; width: calc(100% - 380px); }
.home-slidebox { float: right; width: 360px; background-color: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.home-slidebox:after { content: ''; display: block; clear: both; }
.home-slide { display: none; }
.home-slide-active { display: block; }
.home-slidebox-nav {
	background-color: #4879b7;
	padding: 10px;
	text-align: center;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.home-slidebox-nav span {
	display: inline-block;
  width: 15px;
  height: 15px;
	border: solid 2px #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.home-slidebox-nav span:hover, .home-slide-nav-active { background-color: #fff; cursor: pointer; }
.home-slide-img { padding: 15px 15px 0px 15px; text-align: center; }
.home-slide-img img { width: 327px; height: 282px; }
.home-slide-title { padding: 15px; }
.home-slide-title a { font-family: 'Oswald', sans-serif; font-weight: 700; }
.home-slide-meta { display: table; width: 100%; padding: 5px 15px; border-top: solid 1px #dde2e9; border-bottom: solid 1px #dde2e9; }
.home-slide-author { display: table-cell; width: 50%; padding-right: 5px; border-right: solid 1px #dde2e9; }
.home-slide-date { display: table-cell; width: 50%; padding-left: 5px; text-align: right; }
.home-slide-text { padding: 15px; }

.ts-table-container {
  padding: 20px;
	background-color: #fafafa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ts-table {
  padding: 20px;
	background-color: #4979b7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul.ts-table-head { width: 100%; margin: 0px; padding: 0px 0px 20px 0px; color: #cadbef; font-family: 'Oswald', sans-serif; font-weight: 700; }
ul.ts-table-head:after { content: ''; display: block; clear: both; }
ul.ts-table-head > li { display: inline-block; vertical-align: middle; text-align: center; list-style: none; margin: 0px; padding: 0px; }
.ts-table-row { position: relative; width: 100%; background-color: #fff; border-bottom: solid 1px #dde2e9; font-family: 'Arial', 'Helvetica', sans-serif; }
.ts-table-row:hover { background-color: #dee8f6; }
.ts-table-row:after { content: ''; display: block; clear: both; }
.ts-table-row:first-of-type { position: relative; width: 100%; }
.ts-table-row-flag {
	position: absolute;
	top: 29px;
left: -57px;
padding: 5px 3px;
	background-color: #CA1633;
	color: #fff;
	font:700 13px/1.3 'Arial', 'Helvetica', sans-serif;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
ul.ts-table-data { width: 100%; margin: 0px; padding: 5px 0px; }
ul.ts-table-data > li { display: inline-block; vertical-align: middle; text-align: center; list-style: none; margin: 0px; padding: 0px; }
ul.ts-table-data > li:first-child div {
	
	height: 48px;
	width: 50px;
	padding-top: 6px;
  margin: 0px auto;
	font:700 22px/1.8 'Arial', 'Helvetica', sans-serif;
  color: #000;
}

ul.ts-table-data > li:nth-child(3) { font-size: 12px; }
ul.ts-table-data > li:nth-child(3) span { display: block; color: #CA1633; font:700 29px/1.2 'Arial', 'Helvetica', sans-serif; }
ul.ts-table-data > li:last-child a {
	display: block;
  width: 50%;
	padding: 15px 10px;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
	background-color:#659D32;;
	color: #fff;
	font:700 12px/1.2 'Arial', 'Helvetica', sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.ts-table-data > li:last-child a:hover { background-color: #4979b7; }
ul.ts-table-data > li:nth-child(4) { text-align: left; }

ul.ts-table-head > li:first-child,
ul.ts-table-data > li:first-child { width: 12%; }
ul.ts-table-head > li:nth-child(2),
ul.ts-table-data > li:nth-child(2) { width: 20%; }
ul.ts-table-head > li:nth-child(3),
ul.ts-table-data > li:nth-child(3) { width: 15%; }
ul.ts-table-head > li:nth-child(4),
ul.ts-table-data > li:nth-child(4) { width: 30%; }
ul.ts-table-head > li:last-child,
ul.ts-table-data > li:last-child { width: 20%; }

ul.ts-table-data > li:nth-child(2) img{
	max-height: 72px;
}

.country-box-container {
  padding: 20px;
	background-color: #fafafa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  text-align: center;
}
.country-box {
	display: inline-block;
	max-width: 100%;
	height: auto;
	width: 24%;
	text-align: center;
}
.country-box:last-of-type { margin-right: 0px; }

.legal-news-container {
  padding: 20px;
	background-color: #fafafa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.featured-image{
	float: right;
	max-width: 400px;
	margin:0 0 15px 15px;
}

.legal-news-items { text-align: center; }
.legal-news-items:after { content: ''; display: block; clear: both; }
.legal-news-item { display: inline-block; width: 270px; vertical-align: top; background-color: #fff; margin: 20px 0px 0px 3px; text-align: left; }
.legal-news-img { text-align: center; padding: 15px 15px 0px 15px; }
.legal-news-img img { width: 100%; }
.legal-news-title { padding: 15px; }
.legal-news-title a { font-family: 'Oswald', sans-serif; font-weight: 700; }
.legal-news-meta { display: table; width: 100%; padding: 5px 15px; border-top: solid 1px #dde2e9; border-bottom: solid 1px #dde2e9; }
.legal-news-author { display: table-cell; width: 50%; padding-right: 5px; border-right: solid 1px #dde2e9; }
.legal-news-date { display: table-cell; width: 50%; padding-left: 5px; text-align: right; }
.legal-news-text { padding: 15px; }

.icon-box-container { margin-top: 20px; }
.icon-box-container p { margin: 0px; padding: 0px; }
.icon-box { display: inline-block; width: 47%; }
.icon-box:first-of-type { padding-right: 3%; }
.icon-box-img { display: inline-block; width: 20%; text-align: center; vertical-align: middle; }
.icon-box-text { display: inline-block; width: 76%; padding-left: 30px; vertical-align: middle; border-left: solid 1px #ccc; }
.icon-box-text-heading a { font:700 18px 'Arial', 'Helvetica', sans-serif; }
.icon-box-text-heading a:hover { text-decoration:underline; }

.normal-paragraph-heading { font:700 16px 'Arial', 'Helvetica', sans-serif; color: #4879b7; }

#map { width: 590px; height: 400px; }
.map-container { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.map-left { flex: 1; padding: 0px 40px 0px 0px; line-height: 2; min-width: 300px; }
.map-right {  min-width: 0; }
.map-heading { font:800 24px 'Arial', 'Helvetica', sans-serif; color: #3771b3; }
.map-bottom { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.map-bottom-left { flex: 1; }
.map-bottom-right { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex: 4; flex-wrap: wrap; }
.map-bottom-label { font: 800 20px 'Arial', 'Helvetica', sans-serif;
color: #3771b3;
text-align: -webkit-center; }
.map-bottom a { padding-bottom: 10px; flex-basis: 25%; font:700 14px 'Arial', 'Helvetica', sans-serif; color: #3c4758; text-decoration: none; }
.map-bottom a:hover { text-decoration: underline; }
.map-bottom a:before { padding-right: 10px; content: '\f061'; font-family: FontAwesome; color: #CA1633; }
.map-bottom a:hover:before { text-decoration: none; }

.index-post-section{
	display: table;
	width: 100%;
	margin:0 0 20px 0;
}
.index-post-section-img{
	display: table-cell;
	vertical-align: top;
	width: 170px;
}
.index-post-section-content{
	display: table-cell;
	vertical-align: top;
}
.index-post-section-content h2{
	margin: 0 0 10px 0;
}

/*--Poker News--*/
.pn-page-title { font:700 36px 'Arial', 'Helvetica', sans-serif; color: #3c3546; }
.pn-latest { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: center; flex-wrap: wrap; }
.pn-latest-item { position: relative; flex-basis: 32%; min-width: 300px; min-height: 300px; padding: 5px; background-color: #fff; border-bottom: solid 1px #c4ceda; }
.pn-latest-item:nth-of-type(2) { margin: 0px 2%; }
.pn-latest-img { text-align: center; }
.pn-latest-img img { width: 100%; }
.pn-latest-date { position: absolute; top: 5px; left: 5px; padding: 10px 15px; background-color: #CA1633; color: #fff; font:700 14px 'Arial', 'Helvetica', sans-serif; text-align: center; }
.pn-latest-date span { display: block; }
.pn-latest-title {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	padding: 15px 10px;
	background: -moz-linear-gradient(top,  rgba(7,46,169,0) 0%, rgba(20,69,160,1) 57%, rgba(30,87,153,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(7,46,169,0) 0%,rgba(20,69,160,1) 57%,rgba(30,87,153,1) 100%);
	background: linear-gradient(to bottom,  rgba(7,46,169,0) 0%,rgba(20,69,160,1) 57%,rgba(30,87,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00072ea9', endColorstr='#1e5799',GradientType=0 );
	color: #fff;
	font:700 20px 'Arial', 'Helvetica', sans-serif;
}
.pn-latest-title a { color: #fff; }
.pn-latest-title a:hover { color: #fff; text-decoration: underline; }

.pn-more-heading { font:700 24px 'Arial', 'Helvetica', sans-serif; color: #3c3546; }
.pn-more-heading img { vertical-align: middle; padding-right: 10px; margin-top: -7px; }
.pn-more { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap; }
.pn-more-left { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; flex: 1.8; padding-right: 20px; }
.pn-more-right { flex-basis: 400px; }
.pn-more-item { flex-basis: 47%; flex-grow:9999; min-width: 240px; margin-bottom: 10px; padding: 10px; }
.pn-more-item-img { text-align: center; }
.pn-more-item-title { margin-top: 10px; }
.pn-more-item-title a { font:700 24px 'Arial', 'Helvetica', sans-serif; color: #31619e; text-decoration: none; }
.pn-more-item-title a:hover { text-decoration: underline; }
.pn-more-item-meta { padding: 10px 0px; margin: 10px 0px; border-top: solid 1px #c4ceda; border-bottom: solid 1px #c4ceda; font:400 14px 'Arial', 'Helvetica', sans-serif; }
.pn-more-item-meta span { font-weight: 700; }
.pn-more-item-readmore { padding-top: 10px; text-align: right; }
.pn-more-item-readmore a { font:700 14px 'Arial', 'Helvetica', sans-serif; text-decoration: none; color: #3c3546; }
.pn-more-item-readmore a:hover { text-decoration: underline; }

ul.pn-tabs { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin: 0px; padding: 0px; list-style: none; border-bottom: solid 1px #c4ceda; font:700 18px 'Arial', 'Helvetica', sans-serif; color: #31619e; }
ul.pn-tabs li { flex: 1; margin: 0px; padding: 5px 0px; list-style: none; text-align: center; cursor: pointer; }
ul.pn-tabs li.pn-tab-active,
ul.pn-tabs li:hover { border-bottom: solid 1px #31619e; }
ul.pn-tab-data {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin: 0px; padding: 10px 0px; list-style: none; }
ul.pn-tab-data li { display: none; }
ul.pn-tab-data li.pn-tab-data-active { display: block; }
.pn-tab-data-item { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; padding: 15px 0px; border-bottom: solid 1px #c4ceda; }
.pn-tab-data-left { flex: 1; vertical-align: middle; }
.pn-tab-data-right { flex-basis: 70px; vertical-align: middle; }
.pn-tab-data-date { font:400 16px 'Arial', 'Helvetica', sans-serif; }
.pn-tab-data-title a { font:700 16px 'Arial', 'Helvetica', sans-serif; color: #31619e; text-decoration: none; }
.pn-tab-data-title a:hover { text-decoration: underline; }
.pn-images { text-align: center; margin-top: 10px; }
.pn-images > div { margin-bottom: 10px; }

.pn-tn-header { padding: 20px; margin-bottom: 15px; background-color: #31619e; font:600 24px 'Arial', 'Helvetica', sans-serif; color: #fff; }
.pn-tn-header img { vertical-align: middle; padding-right: 15px; }
.pn-tn-list { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; flex-wrap: wrap; }
.pn-tn-item { flex-basis: 47%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; margin-bottom: 20px; }
.pn-tn-item-image { flex-basis: 160px; margin-right: 20px; }
.pn-tn-item-data { flex: 1; }
.pn-tn-item-title a { font:700 16px 'Arial', 'Helvetica', sans-serif; color: #31619e; text-decoration: none; }
.pn-tn-item-title a:hover { text-decoration: underline; }
.pn-tn-item-date { font:400 14px 'Arial', 'Helvetica', sans-serif; }
.pn-tn-item-excerpt { padding-top: 5px; font:400 14px 'Arial', 'Helvetica', sans-serif; }

/*--Review--*/
.review-top-row1 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; text-align: center; align-items: center; }
.review-top-row1-col1 { flex: 1; padding: 5px 20px; }
.review-top-row1-col2 { flex: 1; padding: 5px 20px; }
.review-top-row1-col3 { flex: 1; padding: 5px 20px; }

h1.review-title { margin: 0px 0px 10px 0px; padding: 0px; font:800 36px 'Arial', 'Helvetica', sans-serif; color: #659D32; text-transform: capitalize; text-align: -webkit-center; }
.review-undertitle-text { font:600 16px 'Arial', 'Helvetica', sans-serif; text-align: -webkit-center; }
.review-undertitle-text span { color: #CA1633; text-decoration:underline; }
.review-undertitle-text a { color: #0056c2; }
h3.review-rating-label { margin: 0px 0px 10px 0px; padding: 0px; font:800 24px 'Arial', 'Helvetica', sans-serif; color: #424650; text-transform: capitalize; }

.review-top-row2 { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; font:700 18px 'Arial', 'Helvetica', sans-serif; line-height: 1.5; }
.review-top-row2-col1 { flex: 1; padding: 5px 20px; font-weight: normal; font-size: 14px; }
.review-top-row2-col2 { flex: 1; padding: 5px 20px; border-left: solid 1px #c6d0dc; border-right: solid 1px #c6d0dc; }
.review-top-row2-col2 li:before {
  content: " ";
  background-image: url('img/tiny-red-arrow.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  width: 9px;
  padding-right: 20px;
}
.review-top-row2-col3 { flex: 1; padding: 5px 10px; }
.review-top-row2-col3 li:before {
  content: " ";
  background-image: url('img/tiny-red-arrow.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 10px;
  width: 9px;
  padding-right: 20px;
}
.review-top-row2 p { padding: 0px; margin: 0px; }
.review-top-row2 ul { padding: 0px; margin: 0px; }
.review-top-row2-col2 ul.checkcircle-list li,
.review-top-row2-col3 ul.checkcircle-list li { padding: 0px; }
h3.review-pandw-label { margin: 0px 0px 10px 0px; padding: 0px; font:800 18px 'Arial', 'Helvetica', sans-serif; color: #424650; text-transform: capitalize; }
.review-top-payment_methods { padding-top: 15px; }
.review-top-payment_methods img { padding-right: 3px; }

.review-screenshots { text-align: center; }
.review-screenshots div { display: inline-block; padding: 0px 10px 10px 0px; }
.review-screenshots img { width: 100%;max-width: 260px; max-height: 130px; }

.review-colorbar { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.review-colorbar-col1 { flex: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; padding: 15px 10px; background-color: #31619e; color: #fff; font:700 24px 'Arial', 'Helvetica', sans-serif; }
.review-colorbar-col1 span { padding-left: 10px; font: normal normal normal 30px/1 FontAwesome; }
a.review-colorbar-col2 { flex: 1;  align-items: center; padding: 15px 10px; background-color: #9cc73e; color: #fff; font:800 24px 'Arial', 'Helvetica', sans-serif; text-align:center; }
a.review-colorbar-col3 { flex: 1;
align-items: center;
padding: 25px 0px 20px 20px;
background-color: #ffba00;
font: 800 24px 'Arial', 'Helvetica', sans-serif;
text-decoration: underline;
text-align: -webkit-center;}
.review-comp-android:after { content: '\f17b'; }
.review-comp-ios:after { content: '\f179'; }
.review-comp-windows:after { content: '\f17a'; }

.review-cta { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; color: #CA1633; background-color: #fff; border-bottom: solid 1px #c6d0dc; margin: 10px 0px; }
.review-cta > div { flex: 1; padding: 20px 10px; text-align: center; border-right: solid 1px #eef1f4; }
.review-cta > div:last-of-type { border-right: none; }
.review-cta-comp span { padding-right: 10px; font: normal normal normal 30px/1 FontAwesome; }
.review-cta-bonus { font:400 20px 'Arial', 'Helvetica', sans-serif; color: #424650; }
.review-cta-bonus span { color: #CA1633; font-weight: 700; }
.review-cta-average { color: #CA1633; font:400 20px 'Arial', 'Helvetica', sans-serif; }
.review-cta-average span { color: #0056c2; font-weight: 700; }
.review-cta-label { display: block; font:700 14px 'Arial', 'Helvetica', sans-serif; color: #424650; }
.review-cta-min {font:400 20px 'Arial', 'Helvetica', sans-serif;}
.review-cta-min span { color: #0056c2; font-weight: 700; }
.review-cta-button a {
	display: inline-block;
	padding: 10px 40px 10px 40px;
	background-color: #CA1633;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight:800;
}
.review-cta-button a:hover { background-color: #ff423e; }

.review-content h3 { font:700 24px 'Arial', 'Helvetica', sans-serif; color: #424650; }

.big-blue-heading { padding: 15px 0px; margin: 20px 0px; background-color: #31619e; text-align: center; font:700 24px 'Arial', 'Helvetica', sans-serif; color: #fff; }

.review-faq-info { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.review-faq { flex: 2; padding: 0px 15px; border-right: solid 1px #eef1f4; }
.review-info { flex: 1; padding: 0px 15px; }
ul.review-faq-list { margin: 0px; padding: 0px; list-style: none; }
ul.review-faq-list li { position: relative; margin: 0px; padding: 20px 30px 20px 10px; list-style: none; border-bottom: solid 1px #eaedf0; }
ul.review-faq-list li:after { position: absolute; top: 22px; right: 10px; content: '\f01a'; font: normal normal normal 20px/1 FontAwesome; }
.review-faq-q { font:700 18px 'Arial', 'Helvetica', sans-serif; cursor: pointer; }
.review-faq-a { display: none; padding-top: 15px; }

.review-info-item { padding: 0px 20px 15px 20px; font:400 16px 'Arial', 'Helvetica', sans-serif; }
.review-info-item label { padding-right: 10px; font-weight: 700; }

.review-info-pm { padding: 20px 20px 0px 20px; }
.review-info-security { padding: 20px 20px 0px 20px; }

/*--Default Post/Page--*/
.entry-title { padding: 10px 0px; margin: 0px; font:700 30px 'Arial', 'Helvetica', sans-serif; color: 
#31619e ; }
.entry-author { font:700 16px 'Arial', 'Helvetica', sans-serif; }
.entry-date { font:400 16px 'Arial', 'Helvetica', sans-serif; }
.entry-breadcrumbs { padding: 10px 0px; margin-top: 20px; border-top: solid 1px #c4ceda; border-bottom: solid 1px #c4ceda; font:400 16px 'Arial', 'Helvetica', sans-serif; }
.entry-breadcrumbs a { font:700 16px 'Arial', 'Helvetica', sans-serif; }
.post-thumbnail{
	float: right;
	width: 50%;
	margin: 20px 0 20px 20px;
}

.search input[type="search"]{
	background:#fff;
	border: none;
	padding: 6px 8px;
	margin:5px 0 0 0;
	width: 150px;
}
.search .search-submit{
	background:#fff;
	border: none;
	padding: 6px 8px;
}


/* Top menu */
.rmm-toggled-controls{
	display: none;
	height: 36px;
	color: #31619e;
	text-align: left;
	position: relative;
}
.rmm-toggled-title{
	position: relative;
	top: 9px;
	left: 15px;
	font-size: 16px;
	color: #31619e;
}
.rmm-button{
	display: block;
	position: absolute;
	right: 15px;
	top: 8px;
	cursor: pointer;
}
.rmm-button span{
	display: block;
	margin-top: 4px;
	height: 2px;
	background: #31619e;
	width: 24px;
}
.topmenu ul{
	display: block;
	padding: 0;
	margin:0;
}
.topmenu ul li{
	display: inline-block;
	height: 51px;
	position: relative;
}

.topmenu ul li a{
	display: inline-block;
	padding: 16px;
}
.topmenu ul li .sub-menu{
	display: none;
	position: absolute;
	top: 51px;
	left: 0;
	width: 240px;
	background: #31619e;
	color: #fff;
	z-index: 2;
}
.topmenu ul li .sub-menu li{
	display: block;
}
.topmenu ul li .sub-menu li a{
	display: block;
	background: #31619e;
	color: #fff;
}
.topmenu ul li a:hover{
	background: #31619e;
	color: #fff;
}

.topmenu ul li:hover .sub-menu{
	display: block;
}

@media (max-width: 1300px) {
	.rmm-toggled-controls{
		display: block;
	}
	.topmenu ul{
		display: none;
	}
	.topmenu ul li{
		display: block;
		width: 100%;
		text-align: center;
		height: auto;
	}
	.topmenu ul li a{
		display: block;
	}
	.topmenu ul li .sub-menu{
		position: static;
		top: 0;
		width: 100%;
	}
	.topmenu ul li .sub-menu li a{
		background: #fff;
		color: #31609e;
	}
	.topmenu ul li .sub-menu li a:hover{
		background: #31609e;
		color: #fff;
	}
}

/*--pagination--*/
.pagination {
  clear:both;
  position:relative;
  font-size:15px;
  line-height:17px;
  float:right;
}
.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
	color:#3c3546;
	border: solid 1px #fafafa;
}
.pagination a:hover,
.pagination .current{
  color:#31619e;
	border: solid 1px #31619e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pagination .current{
  padding: 6px 12px 5px 12px;
}
a.pagination-first:hover,
a.pagination-previous:hover,
a.pagination-next:hover,
a.pagination-last:hover { border: solid 1px #fafafa; text-decoration: underline; }


.rmm-main-list li .sub-menu{
	display: block;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media (max-width: 900px) {
  ul.ts-table-head > li:nth-child(4), ul.ts-table-data > li:nth-child(4) { width: 50%; }
  ul.ts-table-head > li:last-child { display: none; }
  ul.ts-table-data > li:last-child { display: block; width: 100%; }
	.pn-tn-item { flex-basis: 100%; }
	.list-group-box{ width: 33%; }
	.header-social{
		display: none;
	}
}

@media (max-width: 875px) {
  .icon-box-container { margin-top: 0px; }
  .icon-box { display: block; width: 100%; margin-top: 20px; }
  .icon-box:first-of-type { padding-right: 0px; }
}

@media (max-width: 850px) {
  .home-left { float: none; width: 100%; margin-top: 20px; }
  .home-slidebox { float: none; width: 100%; }
  .home-slide-img { text-align: center; }

  .country-box { width: 49%; margin-bottom: 10px; }

	.review-colorbar { flex-direction: column; }

	.map-container { display: block; }

  .footer-top-right,
  .footer-top-left { float: none; width: 100%; text-align: left; }
}

@media (max-width: 800px) {
  .review-top-row2 { flex-direction: column; }
	.review-top-row2-col2 { margin: 20px 0px; padding: 20px 20px; border-left: none; border-right: none; border-top: solid 1px #c6d0dc; border-bottom: solid 1px #c6d0dc; }
	.post-thumbnail{
		width: 100%;
	}
	.review-cta-comp{display: none;}
	.featured-image{
		max-width: 200px;
	}
}

@media (max-width: 690px) {
  ul.ts-table-head > li:first-child, ul.ts-table-data > li:first-child { width: 32%; }
	ul.ts-table-head > li:nth-child(2), ul.ts-table-data > li:nth-child(2) { width: 32%; }
	ul.ts-table-head > li:nth-child(3), ul.ts-table-data > li:nth-child(3) { width: 32%; }
  ul.ts-table-data > li:nth-child(4) { display: block; width: 60%; margin: 0px auto; }
  ul.ts-table-head > li:nth-child(4) { display: none; }

  .review-top-row1 { flex-direction: column; }
	.review-top-row1-col2 { margin: 5px 0px; }
	.list-group-box{ width: 50%; }
	.index-post-section-img{
		display: none;
	}
	.review-info{display: none;}
	.review-cta-comp{
		display: block;
	}
	.review-cta{
		display: block;
	}
	.review-cta > div{
		padding: 10px 10px;
	}
	.review-cta-logo img{
		width: 100%;
		max-width: 200px;
	}
	.review-cta .review-cta-button{
		padding: 10px 10px 30px 10px;
	}
	.featured-image{
		max-width: 100%;
	}
}

@media (max-width: 550px) {
  ul.ts-table-data > li:nth-child(4) { display: none; }
  ul.ts-table-data > li:nth-child(3) { width: 100%; }
}

@media (max-width: 460px) {
  .pn-tn-item { display: block; }
	.pn-tn-item-image { text-align: center; }
	.list-group-box{ width: 100%; }
}

@media (max-width: 410px) {
  .country-box { width: 100%; }
  .icon-box-img { display: none; }
  .icon-box-text { width: 100%; padding-left: 0px; border-left: none; }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/


::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	
    margin: 15px 15px 15px 15px;
    
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
.text-aligncenter { text-align: center; }
.text-alignright { text-align: right; }
.text-alignleft { text-align: left; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	

	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
