/*
Theme Name: CardPlayer
Theme URI: https://opencollective.com/blankslate
Author: CardPlayer
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate
BlankSlate WordPress Theme 2011-2024
BlankSlate is distributed under the terms of the GNU GPL
*/
html body a {
  text-decoration: none;
}
body a {
  color: var(--brownColor);
}
.cp-container {
  width: 100%;
  max-width: var(--containerWidth);
  margin: 0 auto;
  padding: 0 10px;
}
.cp-main-content {
  padding: 10px 9px 10px 9px;
  background: var(--whiteColor);
  margin-bottom: 6px;
  min-height: 900px;
}
.cp-row {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.cp-left-sidebar {
  width: 18.2%;
  padding: 0 5px;
}
.cp-content-wrapper {
  width: calc(100% - 18.2%);
  padding: 0 5px;
  margin-top: 7px;
}
.cp-breadcrum-section {
  background-color: var(--darkGrayColor);
  padding: 5px;
  margin-bottom: 10px;
}
.cp-breadcrum-section .cp-breadcrum-content h1 {
  color: var(--whiteColor);
  font-size: 11px;
  line-height: 21px;
  margin-left: 5px;
  font-weight: bold;
  margin-bottom: 0;
}
.cp-breadcrum-section .searchform {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}
.cp-breadcrum-section .searchform input[type="text"] {
  color: var(--darkGrayColor);
  width: 140px;
  height: 18px;
  line-height: 18px;
  margin: 0;
  border: 0;
  font-size: 12px;
  outline: none;
  padding: 2px 2px;
}
.cp-breadcrum-section .searchform input.search-submit {
  text-align: center;
  background-color: var(--maroonColorBrandy);
  padding: 0 0 2px 0;
  width: 30px !important;
  font-size: 11px;
  color: var(--whiteColor);
  font-weight: bold;
  background-image: url("./assets/Images/main.png");
  background-position: -396px -40px;
  height: 18px;
  line-height: 18px;
  border: 0;
  margin: 0 4px 0 0;
}
.cp-home-right-side {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
}
section.widget {
  width: 100%;
}
.cp-wid-social {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.cp-wid-social .cp-wid-full {
  width: 100%;
}
.cp-wid-social img {
  width: 100%;
}
.cp-wid-social .cp-wid-half {
  width: calc(50% - 3px);
}
.cp-wid-social .cp-social-fb img,
.cp-wid-social .cp-social-tw img {
  height: 36px;
  object-fit: cover;
}
.cp-wid-cppt {
  background: var(--ligtGrayColor);
  padding: 8px;
}
.cp-wid-cppt a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: var(--brownColor);
  text-decoration: none;
  justify-content: space-between;
}
.cp-wid-cppt a h3 {
  margin: 0;
}
.cp-wid-cppt img {
  max-width: 70px;
}
.cp-ccpt-wrapper {
  padding: 5px;
  background-color: var(--darkGrayColor);
}
.cp-ccpt-wrapper .header {
  padding: 2px;
  background-color: var(--blackColor);
  margin-bottom: 5px;
  position: relative;
}
.cp-ccpt-wrapper .header .cp-ccpt-title {
  border: solid 1px var(--darkYellowColor);
  margin: 0;
  padding: 5px 9px;
}
.cp-ccpt-wrapper .header .arrow {
  position: absolute;
  background-image: url("./assets/Images/arrow-yellow-border.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
  bottom: -7px;
  left: 18px;
}
.cp-ccpt-wrapper table {
  font-size: 11px;
  line-height: normal;
}
.cp-ccpt-wrapper table tbody tr td.title {
  border-bottom: none;
  color: var(--grayColor);
}
.cp-ccpt-wrapper table tbody tr td {
  border-bottom: 1px solid var(--ligtGrayColorBorder);
  color: var(--whiteColor);
  padding: 4px;
  line-height: 13px;
}
.cp-ccpt-wrapper table tbody tr:last-child td {
  border: none;
}
.cp-ccpt-wrapper table tbody tr td.site a {
  color: var(--whiteColor);
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
}
.cp-ccpt-wrapper table tbody tr td a img {
  width: 35px;
}
.cp-current-meg {
  background-image: url("./assets/Images/mag-bg-short.jpg");
  margin-top: 10px;
  padding: 0px 8px;
  position: relative;
  margin-bottom: 53px;
  background-repeat: no-repeat;
  background-size: cover;
}
.cp-current-meg .cp-meg-row .cp-meg-col {
  margin-top: -10px;
}
.cp-meg-frame img {
  width: 100%;
}
.cp-current-meg .cp-meg-wid .cp-meg-col .cp-meg-price,
.cp-current-meg .cp-meg-wid .cp-meg-col .cp-meg-subscribe {
  width: auto;
}
.cp-current-meg .cp-meg-heading {
  position: absolute;
  width: 100%;
  bottom: -43px;
  background: var(--blackColorTrans2);
  text-align: center;
  padding: 12px 0;
  left: 0;
}
.cp-feature-news-section .cp-featured-story a .cp-feature-news-title {
  position: absolute;
  bottom: 0;
  background-color: var(--blackColorTrans2);
  width: 100%;
  padding: 8px 5px;
}
body .cp-featured-news-cards .cp-featured-story .cp-feature-news-title {
  position: relative;
  background-color: var(--blackColor);
}
.cp-feature-news-section .cp-featured-story a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.cp-featured-news-cards .cp-featured-story img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.cp-featured-news-cards {
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
  flex-direction: row;
}
.cp-pokerimg-border {
  border: 5px solid var( --grayColor12);
}
.cp-featured-news-cards .cp-featured-story {
  width: calc(25% - 1px);
  background-color: var(--blackColor);
}
.cp-headline-list {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.cp-headline-list li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  column-gap: 3px;
  border-bottom: 1px solid var(--grayColor3);
  padding: 4px 0 4px 0px;
}
.cp-headline-list li a {
  font-size: 12px;
  line-height: 20px;
  color: var(--brownColor);
  font-weight: 700;
  width: calc(100% - 19px);
}
.cp-headline-list li a:hover {
  text-decoration: underline;
}
.cp-pressrelease-heading-border:before {
  width: 100%;
  border-top: 1px solid var(--grayColor4);
  content: "";
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
.cp-pressrelease-heading-border {
  position: relative;
  text-align: center;
  width: 100%;
}
.cp-heading-border:before {
  width: 100%;
  border-top: 4px double var(--darkGrayColorMenu);
  content: "";
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}
.cp-heading-border {
  position: relative;
  text-align: center;
  width: 100%;
}
.cp-heading-border span {
  background: var(--whiteColor);
  position: relative;
  z-index: 99;
}
.cp-top-cg .cp-top-cg-story a img {
  object-fit: cover;
  width: 100%;
}
.cp-top-cg .cp-top-cg-story .newsinfo {
  line-height: normal;
}
body .cp-top-cg-story .newsinfo a {
  line-height: 19px;
  display: inline-block;
  margin-top: 4px !important;
}
.cp-top-cg-story img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.cp-tv-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 8px;
  align-items: center;
}
.cp-tv-title .icon {
  width: 13px;
  height: 13px;
}
.cp-tv-title .tv {
  background-position: -213px -121px;
}
.cp-frame-responsive {
  position: relative;
  width: 100%;
}
.cp-tv-content .cp-frame-size {
  padding-top: 61%;
}
.cp-frame-responsive .cp-frame-size iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.cp-tv-video-bucket {
  position: relative;
}
.cp-tv-video-bucket img {
  width: 100%;
}
.cp-tv-video-bucket span {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cp-tab-nav {
  height: auto;
  min-height: 32px;
  background-image: url("./assets/Images/tab-bg.gif");
  background-repeat: repeat-x;
  background-size: contain;
  margin: -4px -4px 0px -4px;
  padding: 0 12px !important;
}
.cp-tab-nav .nav-item .nav-link.active, .cp-tab-nav .menu-item.current_page_item a, .cp-tab-nav .menu-item.active a {
  border-radius: 0;
  background: var(--whiteColor);
  border: none;
  color: var(--darkGrayColor);
  border-left: 1px solid var(--grayColor2);
  border-top: 1px solid var(--grayColor2);
  border-right: 1px solid var(--grayColor2);
  border-bottom: 0;
}
.cp-tab-nav .nav-item .nav-link, .cp-tab-nav .menu-item a {
  padding: 0;
  border: none;
  font-weight: 700;
  font-size: 12px;
  line-height: normal;
  color: var(--brownColor);
  padding: 10px 10px 7px 10px;
}
.cp-tab-nav .menu-item a {
  position: relative;
  top: 1px;
  display: inline-block;
}
.cp-tab-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
.cp-tab-data .tab-content .tab-pane table thead tr th {
  padding: 5px;
  text-align: left;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}
.cp-tab-data .tab-content .tab-pane table tbody tr:nth-child(odd) {
  background: var(--lightGrayColor3);
}
.cp-tab-data .tab-content .tab-pane table tbody tr:hover {
  cursor: pointer;
  background: var(--grayColor2);
}
.cp-tab-data .tab-content .tab-pane table tr td a {
  font-weight: bold;
  color: var(--darkRedColor);
}
.cp-tab-data .tab-content .tab-pane table tr td .cp-tab-flag a {
  font-weight: 400;
}
.cp-tab-flag {
  display: flex;
  align-items: center;
  gap: 2px;
}
.cp-home-right-side section.widget_custom_html .cp-frame-size {
  padding-top: 68%;
}
.cp-breadcrumbs {
  font-size: 11px;
  line-height: normal;
  color: var(--whiteColor);
  font-weight: 700;
}
.cp-breadcrumbs a {
  color: var(--redColor) !important;
}
.cp-breadcrumbs a:hover {
  text-decoration: underline;
}
.cp-archive-head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.cp-mva-tabs .cp-tab-article .nav-item .nav-link {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  background-color: var(--grayColor4);
  color: var(--darkGrayColor);
  padding: 3px;
  width: 99px;
  border-radius: 0;
  border: none;
}
.cp-mva-tabs .cp-tab-article .nav-item .nav-link.active,
.cp-mva-tabs .cp-tab-article .nav-item .nav-link:hover {
  color: var(--whiteColor);
  background: var(--darkRedColor);
}
.head-drop-icon {
  position: relative;
}
.head-drop-icon:after {
  content: "";
  width: 15px;
  height: 8px;
  line-height: 8px;
  background-image: url("./assets/Images/main.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -8px;
  left: 10px;
}
.red-drop:after {
  background-position: -285px -104px;
}
.gray-drop:after {
  background-position: -323px -81px;
}
.lightgray-drop:after {
  background-position: -269px -108px;
}
.cp-mva-lists .cp-mva-items {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 15px;
  line-height: normal;
  border-bottom: 1px solid var(--grayColor2);
  padding: 4px 0px 4px 6px;
}
.cp-mva-lists .cp-mva-items .cp-mva-number {
  font-size: 30px;
  color: var(--grayColor2);
  font-weight: bold;
}
.cp-mva-lists .cp-mva-items:last-child {
  border: none;
}
.cp-tab-page-content {
  margin-top: -4px;
}
.cp-tab-page-items {
  font-size: 0;
  background-repeat: repeat-x;
  background-position: bottom;
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-size: contain;
  align-items: end;
  height: 32px;
  position: relative;
  top: -4px;
}
.cp-tab-page-items.tab-page-red {
  background-image: url("./assets/Images/tab-red-bg.gif");
}
.cp-tab-page-items .cp-tab-page-item a.cp-tab-page-menu {
  font-size: 12px;
  line-height: 12px;
  color: var(--whiteColor);
  font-weight: 700;
  padding: 12px 9px 7px 9px;
}
.cp-tab-page-items .cp-tab-page-item a.cp-tab-page-menu:hover {
  text-decoration: underline;
}
.cp-tab-page-items .cp-tab-page-item a.cp-tab-page-menu.active {
  background: var(--whiteColor);
  color: var(--darkGrayColor);
}
.cp-tab-page-items .cp-tab-page-item {
  padding: 0 4px;
  position: relative;
}
.cp-tab-page-items .cp-tab-page-item:after {
  content: "";
  width: 1px;
  height: 17px;
  position: absolute;
  right: 0;
  top: -2px;
}
.cp-tab-page-items.tab-page-red .cp-tab-page-item:after {
  background: var(--redColor);
}
.cp-tab-page-items .cp-tab-page-item:last-child:after {
  display: none;
}
.cp-bounse-sidebar {
  border-top: 1px solid var(--darkGrayColor2);
}
.cp-bounse-side-head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--whiteColor);
  margin-bottom: 14px;
}
.cp-bounse-side-head img {
  margin-bottom: 8px;
}
.cp-bounse-side-content {
  padding-bottom: 17px;
  border-bottom: 1px solid var(--whiteColor);
  margin-bottom: 17px;
}
.cp-bounse-side-content ul {
  padding: 0px 0px 0px 14px;
  margin: 0 0 0 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.cp-bounse-side-content ul li {
  list-style: disc;
  font-size: 10px;
  line-height: normal;
  font-weight: 700;
}
.cp-compatible-data {
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
}
.cp-compatible-items,
.cp-compatible-data {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.icon_window, .icon_mac, .icon_mob {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
}
.icon_window {
  background-image: url("./assets/Images/win-icon.png");
}
.icon_mac {
  background-image: url("./assets/Images/mac-icon.png");
}
.icon_mob {
  background-image: url("./assets/Images/mobile-icon.png");
}
.cp-compatible-data p {
  margin: 0;
}
.cp-compatible-items {
  gap: 11px;
}
.cp-bounse-head-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
}
.cp-bounse-head-location {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.cp-bounse-cont {
  position: relative;
}
.cp-bounse-cont h4 {
  border-bottom: 1px solid;
  letter-spacing: -1px;
}
.cp-bounse-cont:after {
  content: "";
  width: 18px;
  height: 11px;
  background-image: url("./assets/Images/arrow-down-gray.png");
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}
.cp-image-button a {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.playnow-red-button a {
  max-width: 140px;
  height: 40px;
  background-image: url("./assets/Images/play-now-button.png");
}
.playnow-red-button-large a {
  max-width: 170px;
  height: 60px;
  background-image: url("./assets/Images/play-now-button-large.png");
}
.getnow-red-button a {
  max-width: 120px;
  height: 25px;
  background-image: url("./assets/Images/get-bonus-button.png");
}
.cp-bounse-item {
  border-bottom: 1px solid var(--grayColor2);
}
.single-online-room .cp-bounse-cont:after {
  display: none;
}
.cp-bonus-buttongrp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.cp-bonus-buttongrp .cp-image-button {
  display: inline-block;
  width: 100%;
  max-width: 120px;
}
table.pagination td {
  padding-right: 4px;
}
table.pagination select {
  border-radius: 0;
}
.pag-right {
  justify-content: flex-end;
}
.pag-center {
  justify-content: center;
}
.pag-left {
  justify-content: flex-start;
}
body.cp-media-kit {
  background-image: none;
  background-color: var(--whiteColor);
}
.cp-media-kit header#main-header {
  padding-top: 5px;
}
.cp-media-kit .cp-main-content {
  border-color: var(--grayColor5) !important;
  min-height: auto;
  padding: 0;
}
.cp-media-kit .cp-content-section p {
  font-size: 14px;
}
.cp-media-cover {
  border-right: 1px dashed var(--grayColor5);
}
.media-color-image img {
  width: 100%;
  max-width: 210px;
  position: relative;
  margin: -50px 0 0 auto;
  display: block;
}
.media-color-image img:first-child {
  margin-top: 0;
}
.media-color-image img:nth-child(even) {
  margin: -50px 0 0 0;
}
li.cp-web-news-items {
  border-bottom: 1px solid var(--grayColor);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
li.cp-web-news-items:last-child {
  border: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
li.cp-web-news-items p {
  margin: 0;
  color: var(--grayColor);
}
.cp-site-map, .cp-site-map-sub {
  list-style: disc;
}
ul.cp-site-map-sub li a {
  color: var(--redColor2);
}
.cp-site-map li a {
  font-weight: 600;
}
.tab-outter .tab-body h3 {
  margin: 10px 0 5px 0;
  background: var(--lightGrayColor3);
  padding: 4px;
  font-size: 12px !important;
  font-weight: 600;
}
.tab-outter .tab-body {
  border: 2px solid var(--grayColor2);
  padding: 0 10px 0px 10px;
  border-top: 0;
}
.featured-channels {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.featured-channels a {
  background: var(--maroonColorBrandy2);
}
.featured-channels a:hover {
  background: var(--maroonColorBrandy3);
}
.featured-channels a img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: fit-content;
}
.recent-video-listing {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2px;
}
.recent-video-listing li {
  width: calc(50% - 1px);
  padding: 5px;
  border-right: 1px solid var(--lightGrayColor2);
}
.recent-video-listing li:nth-child(even) {
  border: none;
}
.tournament_watches_main {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.cp-blog-eta {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.cp-pblog-entry-list li {
  border-bottom: 1px solid var(--grayColor2);
}
.video-wrapper {
  width: 100%;
  position: relative;
}
.video-wrapper-inner {
  position: relative;
  width: 100%;
  padding-top: 68%;
}
.video-wrapper .video-wrapper-inner iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.star-rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
}
.star-rating .star {
  width: 16px;
  height: 14px;
  cursor: pointer;
  color: #ddd;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.star-rating .star::before {
  content: "♠";
}
.star-rating .star.filled {
  color: #333;
  font-weight: 700;
}
.star-rating .star:hover {
  color: #333;
  font-weight: 700;
  transform: scale(1.1);
}
.star-rating .star.hovered {
  color: #333;
  font-weight: 700;
}
.star-rating-result {
  display: none;
}
.rating-message {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.rating-message::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: inherit;
}
.rating-message.show {
  opacity: 1;
  visibility: visible;
}
.rating-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.rating-success::after {
  border-top-color: #c3e6cb;
}
.rating-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.rating-error::after {
  border-top-color: #f5c6cb;
}
.rating-info {
  background: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}
.rating-info::after {
  border-top-color: #bee5eb;
}
.cp-mt-n-90 {
  margin-top: -90px;
}
.cp-magzine-stripe {
  position: relative;
}
.cp-magzine-stripe img {
  position: relative;
  z-index: 2;
}
.cp-magzine-stripe:after {
  content: "";
  background-image: url("./assets/Images/trans-stripe.gif");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.cp-free-tag {
  background-image: url("./assets/Images/free-icon.gif");
  background-repeat: no-repeat;
  width: 35px;
  height: 13px;
  background-position: center;
  background-size: cover;
  display: inline-block;
  top: 3px;
  position: relative;
}
.cp-gold-title {
  background-image: url("./assets/Images/gold-banner.png");
  background-repeat: no-repeat;
  width: 160px;
  height: 30px;
  background-position: right;
  background-size: cover;
  display: inline-block;
  top: 0;
  position: relative;
  text-align: center;
  line-height: 26px;
  text-shadow: 1px 1px 0px var(--whiteColor);
  margin-left: -11px;
}
.cp-rule-card-content img {
    max-width: 48px;
    height: auto;
}
.cp-rule-mainsec ul li {
  padding-bottom: 6px;
}
.cp-rule-mainsec ul{
  font-size: 12px;
}
#cp-main .cp-container {
  overflow-x: hidden;
}
/* Poker Strategy page css */
.cp-button.cp-poker-formbtn {
  max-width: 35px;
  padding: 4px 2px;
}
form.cp-form input.cp-input {
  height: 20px;
}
form.cp-form input.cp-input, form.cp-form input.cp-select {
  border: 1px solid var( --darkGrayColor);
}
table.cp-magzine-table tbody tr td {
  border-bottom: 1px solid var(--lightGrayColor3);
  border-left: 1px solid var(--lightGrayColor3);
}
.cp-player-name {
  border-left: solid 3px var(--redColor3);
  padding: 3px;
}
table.cp-poker-table tbody tr td {
  border-bottom: 1px solid var( --grayColor2);
}
.cp-form-section {
  border: 8px solid var(--lightGrayColor3);
}
.cp-iconpoker {
  position: relative;
  top: -7px;
  left: 9px;
}
ul.cp-region-item {
  margin: 0 -2px;
}
ul.cp-region-item li.region-item {
  width: 20%;
  padding: 0 2px;
}
.cp-stripe {
  background-image: url(./assets/Images/stripe-tile.gif);
  background-repeat: repeat;
  background-position: center;
}
.cp-regiontop {
  border-top: 1px solid var(--blackColor);
  border-bottom: 3px solid var(--blackColor);
}
.cp-poker-search-section input.cp-poker-formbtn {
  max-width: 55px;
  border: 0;
}
.cp-bgimg-card {
  background-image: url(./assets/Images/player_id_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cp-bg-darkclr {
  background-color: rgba(59, 59, 59, 80%);
}
.cp-twitterimg img {
  width: 20px !important;
}
table.cp-poker-table.cp-pps-table tbody tr td {
  border-bottom: 0;
}
.white-drop:after {
  background-position: -316px -121px;
  width: 23px;
  height: 12px;
  top: -12px;
  bottom: auto;
}
.cp-gallery-items {
  display: flex;
  flex-wrap: wrap;
}
.cp-gallery-items .cp-gallery-item {
  width: 33.33%;
}
.cp-gallery-items .cp-gallery-item a:hover img {
  transform: scale(1.5);
}
.cp-gallery-items .cp-gallery-item img {
  transition: .3s all;
  border: 1px solid var(--whiteColor);
  height: 85px;
  width: 100%;
  object-fit: cover;
}
.cp-pps-img {
  width: 100px;
}
.cp-photos-wrapper .cp-gallery-items .cp-gallery-item {
  width: 16.66%;
}
.cp-second-nav .menu-item a {
  border: none;
  font-weight: 400;
  font-size: 11px;
  line-height: normal;
  color: var(--brownColor);
  padding: 3px 8px 3px 8px;
  border-right: 1px solid var(--grayColor2);
}
.cp-second-nav .menu-item:last-child a {
  border-right: 0;
}
#pagination-short .pagination .cp-button.peg-button {
  padding: 4px 5px 4px 5px;
}
table.cp-poker-table tbody .cp-pokerlive-acc-wrapper td {
  border-bottom: 0px;
}
table.pagination form#paginationForm {
  margin-bottom: 0;
}
.cp-plus-minus-icon {
  width: 11px;
  height: 11px;
  background-image: url(./assets/Images/minus-icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.collapsed .cp-plus-minus-icon {
  background-image: url(./assets/Images/plus-icon.svg);
}
.cp-heading-border span.cp-titlebg-color {
  background: var(--lightGrayColor5);
}
.cp-poker-boxoffer {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.cp-poker-boximg img {
  padding: 5px;
  background: var(--whiteColor);
  margin-top:-30px;
}
/* poker Leaderboard */
.cp-leader-mainsection, .cp-leader-top-head {
  display: flex;
  flex-wrap: wrap;
}
.cp-leader-mainsection .cp-leader-player-info {
  display: flex;
  gap: 8px;
}
#magazine_data_by_year .cp-article a {
  cursor: pointer;
}
#magazine_data_by_year a.active {
  color: var(--darkGrayColor);
}
.cp-leader-mainsection .cp-leader-countryimg {
  width: 25%;
}
.cp-leader-player-img img {
  width: 100%;
  max-width: 26px;
}
.cp-leader-col50 {
  width: 50%;
}
.cp-leader-col25 {
  width: 25%;
}
.cp-leader-col77 {
  width: 77%;
}
.cp-leader-col23 {
  width: 23%;
}
.cp-leaderslidr-cnt .cp-leader-mainsection .cp-leader-countryimg img {
  display: inline-block;
}
.cp-leader-mainsection {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--grayColor10);
  min-height: 32px;
  align-items: center;
}
a.block-link {
  background-color: var(--maroonColorBrandy);
  color: var(--whiteColor);
  padding: 0 10px 0 10px;
  font-weight: bold;
  line-height: 18px;
  font-size: 11px;
  display: inline-block;
  margin-top: 5px;
}
a.block-link:hover {
  background-color: var(--darkRedColor);
  text-decoration: none !important;
}
.cp-article-list ul {
  margin-left: 0 !important;
  padding: 0;
  list-style-type: none !important;
}
.cp-article-list li:before {
  content: '';
  height: 14px;
  width: 14px;
  margin-right: 3px;
  background-image: url("./assets/Images/main.png");
  background-position: -232px -150px;
  display: inline-block;
}
.cp-featured-news p {
  margin: 0;
  font-size: 11px;
  line-height: 20px;
  color: var(--darkGrayColor);
}
.cp-hall-frame-wrapper table {
  width: 100%;
}
.cp-hall-frame-wrapper table img {
  width: 90px;
}
.cp-hall-frame-wrapper table th{
  background-color: var(--grayColor7);
  padding: 0 5px 0 5px;
  margin: 0px;
  height: 24px;
  vertical-align: middle;
  line-height: 10px;
}
.cp-hall-frame-wrapper table tbody tr td {
  padding: 8px 5px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--grayColor2);
  line-height: 14px;
}
.cp-featured-news {
  margin-bottom: 30px;
}
td.player-player-name a {
  font-weight: bold;
  float: left;
  margin-right: 5px;
  font-size: 12px;
}
table.best-online-sites tbody tr td {
  padding: 10px;
  vertical-align: middle;
  font-weight: 700;
  color: #404040;
  font-size: 11px;
}
table.best-online-sites tbody tr td p {
  margin: 0;
}
.best-online-sites thead{
    background: var( --grayColor7);
}
.best-online-sites thead th{
    padding: 0px 10px;
}
table.best-online-sites tbody tr td.poker-room-name > a {
  font-size: 16px;
  line-height: 2;
}
table.best-online-sites tbody tr td.poker-room-name .more-info a {
  font-size: 13px;
}
table.best-online-sites tbody tr td a.sign-up-now {
  font-size: 12px;
  background-image: linear-gradient(180deg, #ffffff, #b6b6b68f);
  padding: 5px 20px 5px 14px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px #9e9e9e;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
  color: #910000;
  line-height: 1;
}
table.best-online-sites tbody tr td a.sign-up-now span {
  font-size: 16px;
}
table.best-online-sites tbody tr td a.sign-up-now span:after {
  content: "";
  height: 16px;
  width: 13px;
  position: absolute;
  background: url(./assets/Images/arrowhead-pointing-to-the-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
table.best-online-sites tbody tr {
  border-bottom: 1px solid #d8d8d8;
}
/*  Twich Achrive */
p.icon {
  float: left;
  margin-right: 3px;
  height: 15px;
  width: 14px;
  overflow: hidden;
  text-indent: 1000px;
  background-repeat: no-repeat;
  background-image: url(./assets/Images/download.png);
}
/* Las Vegas Poker */
.lv-tournament-head {
  background-image: url(./assets/Images/lv-poker-tournaments-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}
img.cp-tourna-topimg {
  max-width: 125px;
}
.cp-tourna-tabswrapper ul.cp-tab-nav {
  margin-top: 0;
  flex-wrap: nowrap;
  padding: 0 5px !important;
  background-image: none;
  gap: 4px;
}
.cp-tourna-tabswrapper .cp-tab-nav .nav-item button.nav-link {
  padding: 6px 2px;
  font-size: 11px;
  background: var(--grayColor2);
  border: 0;
  height: 100%;
  border-radius: 0;
}
.cp-tourna-tabswrapper .cp-tab-nav .nav-item button.nav-link.active {
  background: transparent;
}
.cp-tourna-tabswrapper .tab-content table tr {
  border-bottom: 1px solid var(--grayColor2);
}
.cp-tournament-head {
  background-image: url(./assets/Images/tournament-header-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.cp-tournament-head .cp-button {
  max-width: 150px;
  padding: 4px 5px 4px 5px;
}
.cp-ptfilter-width {
  width: 100%;
  max-width: 240px;
}
.cp-pt-yearyitem .cp-tourna-selected.pt-selected a {
  background-color: var(--darkRedColor);
  padding: 5px;
  color: var(--whiteColor);
}
.cpyear-slideritem a {
  width: 64px;
  display: block;
  padding: 3px 0 0 0;
  text-align: center;
  border-radius: 5px;
}
.cpyear-slideritem a .cpslider-month {
  background-color: var(--whiteColor);
  margin: 0 5px;
}
html body .cp-content-wrapper .cpyear-slideritem a {
  text-decoration: none;
}
html body .cpyear-slideritem a:hover, html body .cpyear-slideritem a.year-month-active {
  background: var(--darkRedColor);
}
.cp-month-year-carousel .owl-dots {
  display: none;
}
.cp-month-year-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translatey(-50%);
}
.cp-month-year-carousel .owl-nav button span {
  background-image: url(./assets/Images/main.png);
  background-position: -340px -84px;
  width: 13px;
  height: 27px;
  display: inline-block;
  font-size: 0;
}
.cp-month-year-carousel {
  padding: 0 12px;
}
.cp-month-year-carousel .owl-nav button.owl-next {
  right: -3px;
  left: auto;
}
.cp-month-year-carousel .owl-nav button.owl-next span {
  background-position: -355px -84px;
}
.cp-month-year-slider.cp-daily-tpwrapper {
  padding-bottom: 30px;
  background-image: url(./assets/Images/cal_legend.png);
  background-position: 11px 65px;
  background-repeat: no-repeat;
}
.cp-years-section .cp-month-year-carousel .owl-nav button {
  background: transparent;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.cp-years-section .cp-month-year-carousel .owl-nav button:hover {
  background: transparent;
}
table.cp-poker-table tr td {
  vertical-align: middle;
}
.ppt-video-section iframe {
  width: 100%;
  max-width: 530px;
}
a.cp-fullwidth-btn {
  max-width: 100%;
}
.cp-tournament-hist {
  background-image: url(./assets/Images/wsop_history_header.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 231px;
}
.cp-history-articles {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cp-history-articles .cp-histitem {
  width: 20%;
  padding: 0 10px;
}
.cp-imgborder4 img {
  border: 4px solid var(--grayColor2);
}
.cp-playicon {
  position: relative;
}
.cp-playicon:after {
  content: '';
  right: 5px;
  position: absolute;
  background-image: url(./assets/Images/red-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 13px;
}
.cp-second-nav .menu-item.player-of-the-year-active a{
  font-weight:bold;
  color: var(--darkGrayColor);
}
.single-articles table tbody tr {
  border: 1px solid var(--grayColor2);
}
.single-articles table tbody tr td {
  padding: 3px;
  border-right: 1px solid var(--grayColor2);
}
.single-articles table tbody tr td:last-child {
  border-right: 0;
}
.cp-online-checkicon ul {
  padding: 0;
  display: block;
}
.cp-online-checkicon ul li {
  padding-left: 18px;
  position: relative;
  list-style: none;
}
.cp-onlinewrap-check.cp-online-checkicon ul li {
  list-style: none;
}
.cp-onlinewrap-check.cp-online-checkicon ul li:before {
  background-position: 3px 1px;
}
.cp-online-checkicon ul li:before {
  content: '';
  background-size: contain;
  background-position: 3px 5px;
  background-repeat: no-repeat;
  background-image: url(./assets/Images/red-check.png);
  position: absolute;
  width: 12px;
  height: 16px;
  left: 0;
}
.cp-leaderslidr-cnt.swiper-container {
  height: 370px;
}
.cp-leaderbard-slide-group .owl-stage-outer {
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.cp-leaderbard-slide-group .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.cp-leaderbard-slide-group.owl-carousel-vertical{
  transform: rotate3d(0, 0, 1, 90deg);
}
.cp-leaderbard-slide-group.owl-carousel-vertical .owl-item{
  transform: rotate3d(0, 0, 1, -90deg);
}
.cp-leaderbard-slide-group .owl-nav.disabled, .cp-leaderbard-slide-group .owl-dots {
  display: none;
}
.cp-leaderbard-slide-group .owl-stage {
  display: flex;
}
.cp-author-item {
  border-right: 1px solid #333;
  padding-right: 2px;
}
.cp-author-item:last-child {
  border-right: 0;
  padding-right: 0px;
}
a.cp-single-button.cp-pokertv-button {
  width: 106px;
  max-width: 106px;
}
.cp-twitter-wrapper {
  background-image: url(./assets/Images/poker-twitter-bg.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: var(--grayColor12);
  background-attachment: scroll;
}
.cp-current-tweet {
  background-color: rgba(255, 255, 255, 0.5);
}
.cp-twitter-icon img {
  width: 100%;
  max-width: 25px;
}
.cp-twitter-power img {
  width: 100%;
  max-width: 131px;
}
.cp-player-description.cp-spinfobrd {
  padding-right: 15px;
  border-right: 1px solid #cc0000;
}
/* Tool Hand Matchups */
.cp-hand-cardimg img {
  width: 100%;
  max-width: 48px;
}
.cp-hmleft-img {
  position: relative;
  margin-top: -50px;
  left: 25px;
}
.sword-img {
  background-image: url(./assets/Images/swords2.gif);
  background-repeat: no-repeat;
  background-position: -3px 20px;
  width: 45px;
  height: 84px;
}
.cp-hand-filter-section {
  border: 1px solid var(--grayColor2);
}
.cp-tooltable-hover tr:hover {
  background-color: var(--grayColor3);
}
.cp-photos-share img {
  width: 100%;
  max-width: 90px;
}
.cp-photos-carousel .owl-dots {
  display: none;
}
.cp-photos-carousel {
  padding: 0 20px;
}
.cp-photos-carousel .owl-nav button span {
  background-image: url(./assets/Images/main.png);
  background-position: -302px -90px;
  width: 7px;
  height: 14px;
  display: inline-block;
  font-size: 0;
}
body .cp-photos-carousel.owl-theme .owl-nav button {
  outline: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
body .cp-photos-carousel.owl-theme .owl-nav button:hover {
  background: transparent;
}
.cp-photos-carousel .owl-nav button.owl-next span {
  background-position: -311px -90px;
}
.cp-photos-carousel.owl-nav button {
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translatey(-50%);
}
.cp-photos-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translatey(-50%);
}
.cp-photos-carousel .owl-nav button.owl-next {
  left: auto;
  right: 3px;
}
.cp-sidbarbtn .cp-single-button {
  max-width: 115px;
}
.cp-poker-table.cp-singlehand-matchup tbody tr td {
  vertical-align: middle;
}
.cp-singletable-swordimg img {
  width: 100%;
  max-width: 84px;
}
.cp-sarchmore-btn .cp-single-button {
  max-width: 140px;
}
.cp-tmwhiteborder {
  border-bottom: 1px solid var(--whiteColor);
}
ul.cp-leadercountry-item {
  display: flex;
  flex-wrap: wrap;
}
ul.cp-leadercountry-item li.cp-leader-country {
  width: 50%;
}
.cp-leadr-navigation .cp-navig-item span {
  border-left: 1px solid #000033;
  display: inline-block;
}
.cp-leadr-navigation {
  display: flex;
}
.dt-ordering-asc .dt-column-title, .dt-ordering-desc .dt-column-title {
  position: relative;
}
.dt-ordering-asc .dt-column-title:after {
  content: '';
  background-image: url(./assets/Images/up-arrow-narrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin: 0 0 -3px 0;
  display: inline-block;
}
.dt-ordering-desc .dt-column-title:after {
  content: '';
  background-image: url(./assets/Images/down-arrow-narrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin: 0 0 -3px 0;
  display: inline-block;
}
.brown-color .dt-column-title {
  cursor: pointer;
}
.dt-orderable-asc .dt-column-title:hover {
  text-decoration: underline;
}
.cp-first-tweet .font-14 {
  font-size: 24px;
}
.cp-pokermenu .cp-tab-nav .menu-item {
  padding-right: 5px;
  position: relative;
}
.cp-pokermenu .cp-tab-nav .menu-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background: rgba(255, 255, 255, .7);
}
.cp-pokermenu .cp-tab-nav .menu-item:last-child {
  background-image: none;
  padding-right: 0;
}
.cptv_header_links {
    padding-left: 20px;
    color: #cdcdcd;
    position: relative;
    z-index: 1;
    margin-bottom:-20px ;
}
.cptv_header_links a {
    color: #ff0000;
}
.cptv_header_links a:hover {
    text-decoration: underline;
}
.cp-cntformerapper .cp-form-field input {
  height: 21px;
  line-height: normal;
  width: 100%;
  max-width: 177px;
}
.cp-cntformerapper .cp-form-field.cp-textareabox textarea {
  height: 66px;
  width: 100%;
  max-width: 390px;
}
.cp-cntformerapper .cp-form-field.formfooter-button input, .cp-supotformwrapper .cp-form-field.formfooter-button input {
  width: auto;
}
.cp-supotformwrapper .cp-form-field input {
  height: 21px;
  line-height: normal;
}
.cp-supotformwrapper .cp-form-field input {
  height: 21px;
  line-height: normal;
  width: 100%;
  max-width: 198px;
}
.cp-supotformwrapper .cp-form-field textarea {
  width: 100%;
  max-width: 198px;
  height: 81px;
}
/* rule page */
.cp-pokerrule-wrapper ul {
  list-style: disc;
  font-size: 12px;
}
.cp-pokerrule-wrapper table.cp-poker-table th {
  padding: 4px;
}
.cp-pokerrule-wrapper table.cp-poker-table td {
  padding: 4px;
}
.cp-photos-sidebar-slider .cp-photos-carousel .cp-slider-img img {
  height: 100px;
  object-fit: cover;
  object-position: center;
}
.cp-photos-sidebar-slider .cp-photos-carousel {
  width: 100%;
  max-width: 225px;
  margin: 0 auto;
}
/* calculator Page css */
body.page-template-calculator-template {
  display: unset;
}
body.page-template-calculator-template #wrapper {
  padding: 0;
}
body.page-template-calculator-template #wrapper .widget-title {
  background: transparent;
  height: auto;
  padding: 0 0 10px;
}
body.page-template-calculator-template #wrapper .cp-foot-content .widget-title {
  margin-top: 0;
  padding: 0;
  line-height: normal;
}
.cp-tab-mobdrop {
  display: none;
}
#weekly-carousel .casino-schedule-content {
  background: #666666;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px 5px;
  line-height: 1.3;
}
#weekly-carousel .current_date_cls:hover {
  text-decoration: none;
}
.casino-schedule-content .day-date {
  background: #ffffff;
  color: var(--darkGrayColor);
  font-weight: 700;
}
.casino-schedule-content .weekday {
  font-weight: 700;
}
#weekly-carousel .current_date_cls:hover .casino-schedule-content {
  background: var(--darkRedColor);
}
.carousel-container .controls button {
  position: relative;
  width: 13px;
  height: 27px;
  border: 0;
  cursor: pointer;
  padding: 0 !important;
  background-image: url(assets/Images/main.png);
  background-color: transparent;
}
#prev-week {
  background-position: -340px -84px;  
}
#next-week {
  background-position: -355px -84px;
}
@media screen and (min-width: 768px){
  .cp-pt-yearyitem-wrapper{
    margin-right: -5%;
  }
  .cp-year-select-wrapper{
    margin-left: 5%;
  }
}

.cp-eventwraper a.brown-color.cp-rightbdr-cls {
  border-right: 1px solid #333;
  padding-right: 3px;
}

.cp-eventwraper a.brown-color.cp-rightbdr-cls:last-child {
  padding-right: 0px;
  border-right: 0;
}


div.ad-label {
    background-color: #e5e5e5;
    line-height: 15px;
    margin: 15px 0 15px 0;
    padding: 0;
    clear: right;
}
div.ad-label div.header {
    height: 15px;
    width: 78px;
    background-repeat: no-repeat;
    background-image: url("./assets/Images/main.png");
    background-position: -250px -209px;
    margin: 0 auto;
}
div.text-ad {
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
    background-color: #fff;
    margin: 1px;
    padding: 10px 20px 10px 20px;
}
div.clear {
    height: 0 !important;
    line-height: 0px;
    padding: 0;
    margin: 0;
}
.right.caption-wrapper {
  float: right;
  margin: 0 0 0 15px;
  max-width: 170px;
}
body #wpfooter {
  position: unset;
}

/* Alkesh Developer Code Start*/

.cp-main-nav .menu .menu-item > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  background: var(--blackColor);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 10px;
  padding: 10px 4px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  width: 240px;
}
.cp-main-nav .menu .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.cp-main-nav .menu .menu-item .sub-menu .menu-item {
  margin-right: 0;
}

.cp-main-nav .menu .menu-item:last-child .sub-menu {
  right: 0;
  left: auto;
}
.cp-main-nav .menu .menu-item:last-child .sub-menu .sub-menu {
  right: auto !important;
  left: -100% !important;
}
@media screen and (min-width:992px){
  .cp-main-nav .menu .sub-menu .menu-item.menu-item-has-children > a::after {
    content: "";
    transform: rotate(-90deg);
    display: block;
    width: 20px;
    height: 20px;
    background-color: #cc0000;
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTYgMTAuNDUgNiA2IDYtNiIvPjwvc3ZnPg==");
    mask-size: cover;
    mask-position: center;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTYgMTAuNDUgNiA2IDYtNiIvPjwvc3ZnPg==");
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
  }

  .cp-main-nav .menu .sub-menu .menu-item {
    position: unset !important;
  }

  .cp-main-nav .menu .menu-item .sub-menu .menu-item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width:991px){

.cp-main-nav .menu .menu-item:last-child .sub-menu .sub-menu {
  right: auto !important;
  left: 0 !important;
}
.cp-main-nav .menu .menu-item .sub-menu .sub-menu {
  right: auto !important;
  left: 0% !important;
}

}


/* Alkesh Developer Code End*/

h3.ply-news-sect,
h4.ply-news-sect {
  font-weight: bold;
  font-size: 12px !important;
  line-height: 12px !important;
  margin: 0;
}

.cp-tourna-head {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .cp-magzine-articles-grid > div {
    width: calc(50% - .75rem);
  }

  .cp-magzine-articles-grid > div:nth-child(odd) {
    float: left;
    margin-right: 1.5rem;
  }

  .cp-magzine-articles-grid > div:nth-child(even) {
    float: right;
  }

  .cp-magzine-articles-grid > div:nth-child(n + 3) {
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
  }
}
