/*!
Theme Name: prd
Text Domain: prd
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
 
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Calibri,Roboto,Helvetica Neue,sans-serif;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:focus, button:active {outline:none;}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 0;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  color:#000;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  border-left:5px solid #2ecc71;
  font-weight:700;
  padding-left:20px;
  clear:both;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
body.category,body.search {background:#f5f5f5;}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 20px 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {overflow:hidden;}
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
 
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* social menu */
.bt-social-nav ul a[href*="facebook.com"]:after {
  content: "\f09a";
}

.bt-social-nav ul a[href*="twitter.com"]:after {
  content: "\f099";
}

.bt-social-nav ul a[href*="linkedin.com"]:after {
  content: "\f0e1";
  color: #3C579E !important;
}

.bt-social-nav ul a[href*="instagram.com"]:after {
  content: "\f16d";
}

.bt-social-nav ul a[href*="youtube.com"]:after {
  content: "\f167";
}

.bt-social-nav ul a[href*="plus.google.com"]:after {
  content: "\f0d5";
}

.bt-social-nav ul a[href*="pinterest.com"]:after {
  content: "\f0d2";
}

.bt-social-nav ul a[href*="flickr.com"]:after {
  content: "\f16e";
}

.bt-social-nav ul a[href*="tumblr.com"]:after {
  content: "\f173";
}

.bt-social-nav ul a[href*="wordpress.org"]:after {
  content: "\f19a";
}

.bt-social-nav ul a[href*="wordpress.com"]:after {
  content: "\f19a";
}

.bt-social-nav ul a[href*="soundcloud.com"]:after {
  content: "\f1be";
}

.bt-social-nav ul a[href*="dribbble.com"]:after {
  content: "\f17d";
}

.bt-social-nav ul a[href*="digg.com"]:after {
  content: "\f1a6";
}

.bt-social-nav ul a[href*="behance.net"]:after {
  content: "\f1b4";
}

.bt-social-nav ul a[href*="vine.co"]:after {
  content: "\f1ca";
}

.bt-social-nav ul a[href*="snapchat.com"]:after {
  content: "\f2ab";
}

.bt-social-nav ul a[href*="reddit.com"]:after {
  content: "\f1a1";
}

.bt-social-nav ul a[href*="medium.com"]:after {
  content: "\f23a";
}

.bt-social-nav ul a[href*="whatsapp.com"]:after {
  content: "\f232";
}

.bt-social-nav ul a[href*="slack.com"]:after {
  content: "\f198";
}

.bt-social-nav ul a[href*="vk.com"]:after {
  content: "\f189";
}

.bt-banner-caption .h2 span {
	white-space: nowrap;
}

#custom_html-3 .custom-html-widget {
	font-size: 14px;
}

.bottom-logo {
	height: 70px;
	width: 100%;
	color: #fff;
	display: flex;
	z-index:10;
	background: #000;
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,.5);
	box-shadow: 0 0 18px rgba(0,0,0,.5);
	text-align: inherit; 
	flex-wrap: nowrap; 
	place-content: stretch flex-start; 
	align-items: stretch;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

.bottom-logo__logo {
	display: block;
	text-align: inherit;
	align-self: center;
	order: 0;
	flex-basis: auto;
	margin: 10px 10px 0 15px;
}

.bottom-logo__logo img {
    width: 180px;
}

.bottom-logo__link {
	display: block;
	text-align: inherit;
	align-self: center;
	order: 0;
	flex-basis: auto;
	flex-grow: 1;
	margin: 5px 10px 5px 10px;
}

.bottom-logo__link a {
	display: block;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 25px 9px;
	line-height: 23px;
	outline: none;
	box-shadow: none;
	text-align: center;
	border-radius: 30px;
	border: 1px solid transparent;
	background: #2ecc71;
}
@media (max-width:400px) {
.bottom-logo__link a {
	font-size:14px;
	padding: 10px 15px 9px;
line-height: 23px;}
}
.bottom-logo__link a:hover {
	background: #25a75c;
	text-decoration: none;
	color: #fff;
}

.bottom-logo__os {
    font-size: 24px;
	display: block;
	text-align: inherit;
	align-self: center;
	order: 0;
	flex-basis: auto;
	color: #929292;
	margin: 0 20px 0 0;
}

@media (max-width: 575.98px) {
	.bottom-logo__logo img {
		width: 100px;
	}
	.bottom-logo__os {
		font-size: 18px;
	}
}

@media (max-width: 410px) {
	.bottom-logo__os {display: none;}
}


@media (max-width: 767.98px) {
	.bottom-logo {position: fixed; bottom: 0;}
}

@media (min-width: 813px) {
	.bottom-logo {display: none;}
}
table {background:#fafafa;text-align:center;}
table tr {border:1px solid #dcdcdc;}
table tr:first-child {font-weight:700;background:#ececec;}

table tr td {padding:10px!important;border-right:1px solid #dcdcdc;}

@media (max-width:440px) {
body table tr td {display: block;width:100%!important;max-width:100%;}
body table tr td {text-align:center;}
body table tr td {border:none;}
body table tr td:first-child {font-weight:700;}
}

.pagination {
  text-align: center;
}

.pagination .current {
  background: #2ecc71;
  color: #fff;
}
.pagination :first-child {
  border-radius: 5px 0 0 5px;
}
.pagination a, .pagination span {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  margin: 0 1px 1px 0;
  background: #e6e9ed;
  transition: all .1s;
  line-height: 36px;
  color: #333;
  text-decoration: none;
}
.pagination :last-child {
  border-radius: 0 5px 5px 0;
}

.pokerdom-registration {
  margin: 0 0 20px;
  text-align: center;
}

.pokerdom-registration a {
  display: inline-block;
  text-decoration: none!important;
  color: #fff;
  padding: 12px 40px;
  border-radius: 30px;
  font-size: 20px;
  background: #2ecc71;
  text-transform: uppercase;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (max-width:360px) {
.pokerdom-registration a {padding:10px 20px; font-size:16px;}
}
.pokerdom-registration a:hover {
  text-decoration: none!important;
  color: #fff;
  background: #1bb751;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content ul, .entry-content ol, .entry-content blockquote {
  margin-bottom: 20px!important;
}

.entry-content h2 {
  font-size: 28px;
}

.entry-content h3 {
  font-size: 24px;
}

.entry-content h4 {
  font-size: 22px;
}

.h3 .comment-reply-title, .h2.comments-title {
  font-size: 28px;
}
#comments ol {list-style:none;}
ol.comment-list {
  margin-left: 0;
  padding-left: 0;
}

.entry-content-start .h2 a {
  font-size: 24px;
}

.home-app p {
  margin-bottom: 1.5em;
}

.mobilecol .h3, .mobilecol .h4, .home-app .h3, .home-app .h4 {
  margin-bottom: 20px;
}

.pokerdom-sharing {
  text-align: center;
  padding-top: 5px;
}

/* Social Sharing */

.jssocials-shares {margin: 0;}

.jssocials-shares * {box-sizing: border-box;}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }


.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

	
	
.jssocials {
	display: inline-block;
}

#icons-social .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 3px;
}
.copyright p {margin:0;font-size:12px;line-height:1.2;}
#icons-social .jssocials-share-link {
	border-radius: 2px;
	padding: 3px 6px 6px 6px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
}

#icons-social .jssocials-share-logo {
    font-size: 14px;
}
#icon-social {
	margin-top: 20px;
	margin-bottom:30px;
}
#icon-social.jssocials {
	text-align:center!important;display:block!important;
}
.promo-content {
text-align:center;
font-weight:700;
color:#343434;
padding:15px;
margin:0 0 30px;
line-height:1.4;
border: 1px dashed rgb(113,32,178,0.9);

}
.entry-content .promo-content {margin:0 0 15px;}
.entry-content .promo-content a {text-decoration:none!important;}
.promo-content span.bonus-link { 
margin-right:22px;
color: #2ecc71;
	
}
.promo-top, .promotop {line-height:1.3;text-align:center;padding:10px 15px;font-weight:700;color: #050707;background-image: linear-gradient(0deg,#ffbc16 0,#ffe400);}
.promotop {z-index:99;position:fixed;left:0;top:0;right:0;}
.promo-top span.bonus-link, .promotop span.bonus-link, .bonus-blogger span.bonus-link, .banner-promo span.bonus-link, .banner-promo2 span.bonus-link { 
margin-right:22px;
color: #0029c2;display:inline-block;
	
}
@media (max-width:767px) {
.promo-top, .promotop {font-weight:400;}
}
.promo-top span.bonus-link:after, .promotop span.bonus-link:after, .bonus-blogger span.bonus-link:after, .banner-promo span.bonus-link:after, .banner-promo2 span.bonus-link:after {
	position:absolute;
	content: '';
	
    -webkit-mask-image: url(/wp-content/themes/prd/images/copy.svg);
    mask: url(/wp-content/themes/prd/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #0029c2;
   
    width: 18px;
    height: 18px;
   right:-22px;
   top:6px;
}
.banner-promo span.bonus-link, .banner-promo2 span.bonus-link {color:#ffc312;}
.banner-promo span.bonus-link:after, .banner-promo2 span.bonus-link:after { background-color: #ffc312;}
.promo-content span.bonus-link:after {
	position:absolute;
	content: '';
	
    -webkit-mask-image: url(/wp-content/themes/prd/images/copy.svg);
    mask: url(/wp-content/themes/prd/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #2ecc71;
   
    width: 18px;
    height: 18px;
   right:-20px;
   top:2px;
}
span.bonus-link {font-weight:700;position:relative;cursor:pointer;}

.bonus-code b span.bonus-link { 
	display: block;
    font-size: 20px;
	padding:5px;
    font-weight:600;
    box-sizing: border-box;
    color: #7120b2;
    border: 1px dashed rgb(113,32,178,0.3);
    text-align: center;
    max-width: 280px;
	margin-bottom:5px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.bonus-code b span.bonus-link:hover {color: #7120b2;border: 1px dashed rgb(113,32,178,0.9);}
.bonus-code b span.bonus-link:after {
	position:absolute;
	content: '';
	margin-top:9px;
    -webkit-mask-image: url(/wp-content/themes/prd/images/copy.svg);
    mask: url(/wp-content/themes/prd/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #7120b2;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 7px;
}

.bonus-code {text-align:center;max-width:700px;margin:0 auto 60px;}
.bonus-blogger {margin:15px 0 0;text-align:center;font-weight:700;}
/* .banner-promo {text-align:left;font-weight:700;color:#fff;padding:15px 0;position:relative;z-index:9;} */
.bonus-blogger b {font-size:20px;display:block;margin:0 0 15px;}
.bonus-blogger p {padding:15px;color: #050707;line-height:1.3;
background-image: linear-gradient(0deg,#ffbc16 0,#ffe400);}
.bonus-title {font-size: 28px;color: #000;font-weight: 700;}
.link-go {font-weight:600;color:#2acd74;}
.link-go:hover {color:#000;}
.bonus-code span {font-weight:600;}
.inner-link a {color:#c58af8;font-weight:600;}
a.single-link {font-weight:600;}

.mdwhd {
	display: flex;
    flex-direction: row;
	padding-bottom: 20px;
    padding-top: 10px;
	justify-content: space-around;
}

.dwnbtb{
	display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: space-between;
}

.dwnbtb:nth-child(1){ width: 40%;}
.dwnbtb:nth-child(2){ width: 40%;}
.dwnbtb:nth-child(3){ width: 12%; margin: 0;}

.dwnbtb2{
	display: flex;
    flex-direction: row;
	margin-bottom: 10px;
}

.mbinfo1 {
	display: flex;
    flex-direction: column;
	margin-right: 30px;
	white-space: nowrap;
}

.mbinfo1:not(:first-child)::before {
    background-color: rgb(232,234,237);
    content: "";
    display: block;
    height: 24px;    
    position: absolute;
    margin: 10px 0 0 -20px;
    width: 1px;
}

.mbinfo2 {
	display: block;
    text-align: center;
}
.mbinfo2:nth-child(2) {font-size: 80%;}

.mbinfo3 {
	display: block;
    text-align: center;
}

.mbinfoicons {
	width: 15px;
}

a.mobclick1 {
    border-radius: 30px;
    padding: 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #2ecc71;
    text-align: center;
	width: 85%;
    margin: 0 auto;
	overflow: hidden;
}
a.mobclick1:hover {background:#4dd486;color:#fff;}

a.mobclick2{
	border-radius: 30px;
    padding: 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    border: 1px solid #999;
    text-align: center;
    width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
a.mobclick2:hover {background: rgba(0,0,0,0.07);color:#999;}

.mblogo{
	width: 100px;
    border-radius: 15px;
    box-shadow: 1px 5px 7px 0px rgb(0 0 0 / 74%);
}
.mblogo2{
	width: 100px;
    border-radius: 15px;
    box-shadow: 1px 5px 7px 0px rgb(0 0 0 / 74%);
	width: 15%;
    height: -webkit-fill-available;
	display:none;
}
.sticky-content.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.fixed {
		position: fixed;
		z-index: 99;
		top: 0;
		background: #fff;
	}

@media (max-width:1200px) {
	.mbinfo1 {font-size: 80%;}
	.mobclick2 {font-size: 85%;}
	.mobclick1 {font-size: 85%;}
}

@media (max-width:968px) {
	.mbinfo1 {margin:0; margin-bottom: 5px; white-space: break-spaces; font-size: 80%;}
	.dwnbtb:nth-child(1) {width: 40%; margin-right: 0;}
	.dwnbtb:nth-child(2) {width: 40%; margin-right: 0;}
	.dwnbtb:nth-child(3) {width: 12%; margin-right: 0;}
	.dwnbtb2 {flex-direction: column;}
	.mbinfo1:not(:first-child)::before {display: none;}
	.mblogo2 {display: block;}
	.mobclick2 {font-size: 80%;}
	.mobclick1 {font-size: 80%;}
	.hidemobtxt {display: none;}
}
