/*!
Theme Name: pdn
Text Domain: pdn
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Layouts and Titles
# Media
  ## Captions
  ## Galleries
# Social Icons
# Breadcrumb List
# Homepage Sections
  ## Featured Slider
  ## WP Travel Search
  ## Recommended Packages
  ## About Us Section
  ## Call To Action
  ## Travel Preparation
  ## Travel Destination
  ## Client Testimonial
  ## Latest Posts

# Blog/Archive/Single
# Footer
# Font Family Options
# Responsive

--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
 
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Tahoma,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}



#content {
    position: relative;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}



abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
  
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #000;
  margin: 0 0 15px;
  line-height: 1.3;
  font-weight: 700;
 
}



mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr {
    border: 1px solid #e4e4e4;
}
td,
th {
  padding: 10px;
    font-weight: 400;
}



td#next {
    text-align: right;
}







/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #666;
  font-size: 15px;

  line-height: 1.5;
    word-wrap: break-word;
}
p {
  margin: 0 0 15px;
}
p:last-child {
  margin-bottom: 0;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 0 15px;
}

address {
  margin: 0 0 15px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  
  margin-bottom: 15px;
  max-width: 100%;
  overflow: auto;
  padding: 15px;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
  
}

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f5f5f5; /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden;
}

blockquote {
    padding:0;
	padding-left:15px;
	border-left:4px solid #642099;
   
	font-size:17px;

    position: relative;
   font-style:italic;
}

blockquote p {
    margin-bottom: 0;
}

blockquote.alignright {
    padding-right: 0;
    margin-bottom: 14px;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 15px;
padding:0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
    margin-bottom: 1em;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img:focus {
  outline: thin dotted;
}

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

table {
  margin: 0 0 15px;
  width: 100%;
    display: table;
	border:1px solid #dedede;
	text-align:center;
}
table tr td {border:1px solid #dedede;}
table tr:nth-child(odd) {background:#f9f9f9;}
table tr:first-child td {font-weight:700;}
@media screen and (max-width: 767px) {
    .wintable {
        width: 100%;
        overflow: auto!important;
        border:1px solid #dedede;
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .wintable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 12px 30px;
   
    font-weight: 700;
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: #767676;
    color: #fff;
    text-transform: uppercase;
  
    border-radius: 10px;
    border: none;
   

}
#comments input[type="submit"] {font-size:14px;font-family:inherit;}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

    color: #fff;
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
 
background:#fff!important;
  border-radius: 5px;
  padding: 10px;
 border: 1px solid rgba(0,0,0,0.07);
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
 
  outline: 0;
}

textarea {
  width: 100%;
  height:140px;
}
#respond input {
    width: 100%;
	max-width:320px;
}
p.form-submit {
    clear: both;
    display: inline-block;
    position: relative;
}
.comment-notes {
    margin-top: 0;
    margin-bottom: 20px;
}
#respond label {
    
    margin-bottom: 5px;
    display: block;
}
#commentform p {    
    margin-bottom: 21px;
}
.customize-support #commentform p.comment-form-comment {
    margin-bottom: 10px;
}
#commentform p.form-submit {
  margin: 0;
}

#respond {
    margin-top: 20px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #2ecc71;
}


a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    width: 100%;
    z-index: 999;
    padding: 20px 0;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-branding {
    float: left;
   
    display: flex;
    align-items: center;
  
}




.site-logo img {
    max-width: 200px;
    width: auto;
   
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-navigation {
  display: block;
    position: relative;
    float: right;
}

.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul.sub-menu li a {
    padding: 8px 15px;
 
}
.main-navigation ul.sub-menu a:after {
  float: right;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  position: relative;
}




.main-navigation a:hover {
    color: #fff;
}
.main-navigation a {

    display: block;
    text-decoration: none;
    color: #999;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
   
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 250px;
}


.main-navigation svg.icon-close {
    display: none;
}
svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

svg.icon-close {
    width: 15px;
    height: 15px;
    fill: #fff;
}
.main-navigation svg.icon-down {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}
.main-navigation .sub-menu svg {
    width: 12px;
    height: 12px;
    fill: #242021;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    padding: 0;
    margin: 5px 0 0;
    display: block;
   
    position: relative;
    background-color: transparent;
    border: none;
}
.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  box-shadow: none;
}
.menu-toggle svg {
    fill: #fff;
}
.menu-label {
    float: right;
   
    padding: 2px 0 0 10px;
}
svg.icon-menu {
    width: 30px;
    height: 30px;
}
.menu-open svg.icon-menu {
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 55px;
    line-height: 62px;
    box-shadow: none;
}
.main-navigation .dropdown-toggle.active > svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.menu-overlay {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.menu-overlay.active {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 3;
}

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

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

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

.post-navigation, 
.posts-navigation {
    padding: 0;
    position: relative;
    clear: both;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
   
    background-color: #fff;
    border: none;
    border-radius: 7px;
	color:#000;
	box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);
	
}
.pagination .prev.page-numbers, 
.pagination .next.page-numbers {
    width: auto;
    padding: 0 10px;
	
	
}
.pagination .next.page-numbers svg, .pagination .prev.page-numbers svg {fill:#000;}
.pagination .next.page-numbers:hover svg, .pagination .prev.page-numbers:hover svg {fill:#fff;}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
  color:#fff;
 
    background-color: #2ecc71;
}
.pagination .prev.page-numbers, 
.pagination .next.page-numbers {
    border: none;
} 
.pagination .prev.page-numbers img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.pagination img {
  opacity: 0.4;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.pagination a:hover img,
.pagination a:focus img {
  opacity: 1;
  -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.nav-previous span {
    padding-left: 20px;
    float: left;
    text-align: left;
}
.nav-next span {
    padding-right: 20px;
    float: right;
    text-align: right;
}
.navigation .nav-previous svg {
    position: absolute;
    top: 35px;
    left: 20px;
	
}
.navigation .nav-next svg {
    position: absolute;
    top: 35px;
    right: 20px;
}
.post-navigation span,
.posts-navigation span {
    display: table;
}

.navigation.post-navigation .nav-previous, 
.navigation.posts-navigation .nav-previous,
.navigation.post-navigation .nav-next, 
.navigation.posts-navigation .nav-next {
  padding: 26px;
  font-weight:700!important;
}


.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:hover svg,
.navigation.post-navigation a:focus svg,
.navigation.posts-navigation a:focus svg {
  fill: #2ecc71;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#secondary .widget {background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);border-radius:10px;overflow:hidden;padding:15px;}
#secondary #custom_html-13.widget {background:none;box-shadow:none;padding:0;}
#secondary #custom_html-13.widget a {display:block;margin:0 0 15px;text-align:center;}
#secondary .widget-title {
  font-size: 20px;
    margin-bottom: 10px;
	padding-bottom:5px;
    font-weight: 700;
	
	border-bottom:1px solid rgba(0,0,0,0.1);
}
#secondary .widget ul li {border-bottom:1px solid rgba(0,0,0,0.1);margin:0 0 10px;padding:0 0 10px;}
#secondary .widget ul li:last-child {border:none;margin:0;padding:0;}
#secondary .widget ul li a {display:block;font-weight:700;}

#colophon .widget-title {
font-size: 18px;
    margin: 0 0 20px;
    font-weight: 400;
	color:#fff;
	text-transform:uppercase;
}
#colophon .widget ul li {margin:0 0 5px;}
#colophon .widget ul li a {
color:#999;
text-transform:uppercase;
font-size:14px;
}

#colophon .widget ul li a:hover {color:#fff;}


form.search-form button.search-submit {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #767676;
    border: none;
	border-radius:0;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
    padding: 0;
}
form.search-form button.search-submit:focus {
  box-shadow: none;
}
form.search-form button.search-submit svg {
  fill: #fff;
  width: 16px;
    height: 16px;
}
form.search-form button.search-submit:hover,
form.search-form button.search-submit:focus {
  background-color: #626262;
  box-shadow: none;
}
form.search-form button.search-submit:hover svg,
form.search-form button.search-submit:focus svg {
  fill: #fff;
}
form.search-form input {
  border: none;
}
form.search-form input {
    padding: 0 40px 0 15px;
    height: 50px;
    background-color: #f5f5f3;
}
form.search-form {
    position: relative;
}

form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}



#secondary {
    position: relative;
    overflow: hidden;
}
#secondary .widget_search form.search-form input {
  background-color: #f5f5f3;
}

input[type="submit"] {
    padding: 12px 30px;
   
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: #767676;
    color: #fff;
    text-transform: uppercase;
   
    border-radius: 30px;

}
input[type="submit"]:hover,
input[type="submit"]:focus {
background:#626262;
    color: #fff;
}





/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0;
}





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


nav.navigation.pagination {
    margin: 0 0 40px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.no-sidebar nav.navigation.pagination {
  text-align: center;
}
.navigation.pagination svg {
   
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
    left: -1px;
    margin-right: 5px;
}
.navigation.pagination .prev svg,
.navigation.posts-navigation .nav-previous svg, 
.navigation.post-navigation .nav-previous svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navigation.pagination .next svg {
    left: auto;
    right: -1px;
    margin-left: 3px;
    margin-right: 0;
}
.navigation.pagination .next svg,
.navigation.posts-navigation .nav-next svg, 
.navigation.post-navigation .nav-next svg {
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
    width: 13px;
    height: 13px;
    fill: #000;
    display: inline-block;
    vertical-align: middle;
}
.navigation.posts-navigation svg.icon-left, 
.navigation.post-navigation svg.icon-left {
  margin-right: 20px;
}
.navigation.posts-navigation svg.icon-right, 
.navigation.post-navigation svg.icon-right {
  margin-left: 20px;
}



.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
    display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
    display: table;
}

span.next-article {
    padding-right: 65px;
    display: inline-block;
}

.error404 .single-post-wrapper {padding:100px;margin-bottom:40px;text-align:center;}
.error404 .single-post-wrapper .search-form {display:block;max-width:400px;margin:0 auto;}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);border-radius:10px;overflow:hidden;padding:15px;margin:0 0 40px;}
.home #comments {background:none;box-shadow:none;border-radius:0;overflow:hidden;padding:0;}

.home #respond {
  margin-top: 0px;
}
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#reply-title,
.comments-title {
    font-size: 22px;
    margin: 0 0 15px;
	color: #000;
	font-weight:700;
}
.home #reply-title,
.home .comments-title {
    font-size: 25px;
    margin: 0 0 15px;
	color: #000;
	font-weight:400;
}
ul.post-categories li:after {
    content: ",";
}
ul.post-categories li:last-child:after {
    display: none;
}
ol.comment-list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
}
#comments ol {
    list-style: none;
    margin-left: 0;
    padding: 0;
}
#comments ol.comment-list {
  padding-top: 20px;
  position: relative;
    overflow: hidden;
}
#comments ol.comment-list li.comment {margin:0 0 30px!important;}
.says {
    display: none;
}



#comments article {
    margin-bottom: 30px;
    clear: both;
}

.reply a {
    display: inline-block;
}


.comment-meta .url,
.comment-meta .fn {
    display: inline-block;

    font-weight: 600;
}


.comment-metadata {
    float: right;
    padding-right: 35px;
    position: relative;
    z-index: 1;
}
.comment-date {font-size:12px;}
.editl {display:block;text-align:right;}
.comment-content {
    margin-bottom: 40px;
    padding: 15px;
    margin-top: -60px;
    background-color: #f6f6f6;
    margin-left: 65px;
    position: relative;
   
    clear: both;
    border-radius: 5px;
}
.home .comment-content {
    margin-bottom: 40px;
    padding: 15px;
    margin-top: -60px;
    background-color: #fff;
    margin-left: 65px;
    position: relative;
   
    clear: both;
    border-radius: 5px;
}
.comment-author img {border-radius:5px;}
.comment-content:before {
    content: "";
    border: 9px solid transparent;
    border-right-color: #f6f6f6;
    position: absolute;
    left: -18px;
    top: 30px;
}
.home .comment-content:before {
   
    border-right-color: #fff;
  
}
.comment-meta {
    margin-bottom: -100px;
    display: inline-block;
    width: 100%;
}
.comment-meta .fn {
    padding-left: 35px;
    position: relative;
    z-index: 1;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}
/*--------------------------------------------------------------
# Layouts and titles
--------------------------------------------------------------*/
section {
  position: relative;
}
.relative {
  display: block;
  position: relative;
}
.relative:before,
.relative:after {
  content: "";
  display: table;
  clear: both;
}
.entry-content {
  margin-top: 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content ul, .entry-content ol, .entry-content p, .entry-content blockquote {clear:both;}
.entry-content p:nth-of-type(1) {clear:none;}
.entry-content ul, .entry-content ol {margin:0 0 15px 15px;}
.wrapper {
width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position:relative;
}
.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
.wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
.wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
.wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
.wrapper {
    max-width: 1180px;
  }
}

.content-1, .content-2, .content-3, .content-4, .content-5, .content-6, .content-7, .content-8, .content-9, .content-10, .content-11, .content-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {

.content-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
.content-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
.content-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
.content-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
.content-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
.content-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.content-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
.content-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
.content-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
.content-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
.content-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
.content-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-section {
    padding-top:40px;
}


.overlay {
    background-color: #282323;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.sdate {margin:0 0 15px;}
.btn {
    padding: 16px 49px;
  
    font-weight: 600;
    display: inline-block;
    position: relative;
    text-align: center;
    background-color: #e83a3c;
    color: #fff;
    text-transform: uppercase;
   
    border-radius: 50px;
  
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
  box-shadow: 0px 5px 20px 0px rgba(232, 58, 60, 0.5);
  color: #fff;
}
.btn:focus {
    outline: thin dotted #242021;
}
.post-thumbnail-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured-image {
  position: relative;
}
.featured-image img {min-width:400px;}
.featured-image {border-radius:5px;overflow:hidden;float:left;margin-right:15px;}
.single .featured-image {margin-bottom:15px;}
.view-all {
    text-align: center;
    margin-top: 30px;
}
.same-background + .same-background {
    padding-top: 0;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
#  Page Site Header
--------------------------------------------------------------*/
#page-site-header {
    padding: 15px 0;
    background: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.07);
}
#page-site-header h1 {font-size:25px;font-weight:700;margin:0;}

/*--------------------------------------------------------------
#  Archive / Blog
--------------------------------------------------------------*/
.blog-posts-wrapper article {padding: 15px;
    background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);border-radius:10px;overflow:hidden;
	margin:0 0 30px;
	}


.post-item-wrapper .entry-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.entry-title a {display:block;line-height:1.3;}
/*--------------------------------------------------------------
#  Single
--------------------------------------------------------------*/



.single-wrapper .comment-respond {
  background-color: transparent;
  border: none;
}
#commentform .comment-form-url,
.comment-respond p.comment-form-author,
.comment-respond p.comment-form-email {
    width: 100%;
    float: none;
    margin-right: 0;
}
ul.post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.post-categories li {
  display: inline-block;
}

#respond .comment-form-cookies-consent input[type="checkbox"], 
.comment-form-cookies-consent input[type="checkbox"] {
  width: auto;
  float: left;
  height: auto;
  min-height: auto;
  margin-right: 10px;
}
#respond .comment-form-cookies-consent label, 
.comment-form-cookies-consent label {
  display: table;
  margin: 0;
  line-height: 1;
}
.comment-form-cookies-consent {
    clear: both;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
#           Footer
--------------------------------------------------------------*/
#colophon {
    background-color: #000;
	padding:50px 0 40px;
}



.site-info span {
  display: block;

}
.site-info {
  padding: 15px 0;
    color: #999;
	font-size:13px;
  
}
.site-info ul {margin:0;list-style:none;}
.site-info ul li {display:inline-block;margin-right:15px;}
.site-info ul li a {color:#ffae00;font-size:13px;}
.site-info ul li a:hover {color:#fff;}

@media screen and (min-width: 992px) {
  .comment-form-author, 
  .comment-form-email, 
  .comment-form-url {
      width: 33.33%;
      float: left;
  }

}
@media screen and (min-width:992px) {

  .main-navigation ul.nav-menu {
    display: block !important;
      height: auto !important;
  }
  .main-navigation ul {padding-top:7px;}
  .main-navigation ul.nav-menu > li:not(:last-child) {
    margin-right: 25px;
  }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
    right: 0;
    opacity: 1;
      visibility: visible;
  }
  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: auto;
    right: 100%;
  }
  .main-navigation ul ul ul {
    top: 0;
  }
  .main-navigation ul.sub-menu li a {
     
        padding: 10px 20px;
  }





  #search {
      position: absolute;
      z-index: 30;
      right: 0;
      top: 60px;
      display: none;
  }
  .main-navigation .search-active .icon-search {
    display: none;
  }
  .main-navigation .search-active .icon-close {
    display: inline-block;
  }
  #masthead .main-navigation ul ul li.menu-item-has-children > a {
      padding-right: 35px;
  }
  #masthead .main-navigation ul ul li a svg {
      display: inline-block;
      top: 17px;
      right: 15px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .main-navigation ul ul {
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
  }
  .main-navigation ul ul li.menu-item-has-children:hover > a > svg, 
  .main-navigation ul ul li.menu-item-has-children > a:hover > svg {
    fill: #e83a3c;
  }

  button.dropdown-toggle {
    display: none;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .main-navigation li {
      display: inline-block;
  }
  .main-navigation .left-menu {
      padding-left: 50px;
  }
  .main-navigation ul.nav-menu > li.left-menu > a,
  .main-navigation ul.nav-menu > li.right-menu > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-navigation li.left-menu + li.right-menu:before {
      content: "/";
      position: absolute;
      top: 50%;
      margin-left: -6px;
      color: #fff;
      margin-top: -1px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
  }

  .menu-sticky #masthead {
    position: sticky;
    top: 0;
  }
  .menu-sticky #masthead.nav-shrink {
    padding: 5px 0;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
  .customize-support.menu-sticky #masthead.nav-shrink {
      top: 32px;
  }



}


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


  .main-navigation a {
      border-bottom: 1px solid #eee;
  }
  .main-navigation ul.nav-menu > li {
    padding: 0;
  }
  .main-navigation ul.nav-menu > li > a {
    padding: 15px;
  }
  .main-navigation ul.sub-menu li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navigation ul ul a {
      width: 100%;
  }
  .main-navigation ul.nav-menu > li.custom-button > a {
    margin: 15px;
  }

  .main-navigation ul ul,
  .main-navigation ul ul ul {
      box-shadow: none;
      float: none;
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: 0;
      display: none;
  }
  .main-navigation ul.sub-menu li {
      padding-right: 0;
  }

  .main-navigation ul.nav-menu > li > a,
  .main-navigation ul.sub-menu li a {
      padding: 15px 15px 15px 25px;
	  color:#000;
	  font-weight:700;
  }
  .main-navigation ul.nav-menu li a:hover {color:#2ecc71;}
  .main-navigation ul.sub-menu li a {
    padding-left: 50px;
  }
  .main-navigation ul.sub-menu ul li a {
    padding-left: 75px;
  }
  .main-navigation ul.sub-menu ul ul li a {
    padding-left: 100px;
  }
  .main-navigation ul.sub-menu ul ul ul li a {
    padding-left: 125px;
  }
  .main-navigation .menu-item-has-children a svg {
    display: none;
  }
  .main-navigation ul.sub-menu li a {
    border-left: none;
  }
  .main-navigation ul.nav-menu {
    
      background-color: #fff;
      margin: 0;
  }
  .main-navigation {
    position: static;
	
  }

  .main-navigation svg.icon-search,
  .main-navigation svg.icon-down {
    fill: #242021;
      margin-top: -5px;
  }
  .main-navigation ul.sub-menu {
    border: none;
  }
  .menu-open .menu-toggle .icon-close {
    display: inline-block;
    margin: auto;
    width: 20px;
      height: 20px;
  }
  #masthead.site-header .main-navigation ul.nav-menu {
      margin-top: 20px;
      position: absolute;
      max-width: 720px;
      top: 100%;
      left: auto;
      right: 0;
      width: 100%;
      border-top: 1px solid #eee;
  }

  .menu-open #search {
      display: block !important;
  }

  .main-navigation .sub-menu svg {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  #site-navigation ul ul {
    background-color: transparent;
  }

  #testimonial-section .slick-arrow {
      top: auto;
      transform: none;
      bottom: 0;
  }
}

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


}
@media screen and (max-width: 767px) {
  #masthead.site-header .main-navigation ul.nav-menu {
    max-width: 100%;
  }


  .comment-navigation .nav-previous, 
  .post-navigation .nav-previous,
  .comment-navigation .nav-next, 
  .post-navigation .nav-next {
    width: 100%;
  }


}
.post-link a {display:block;max-width:190px;padding:9px;text-align:center;margin:15px auto 20px;font-weight:700;color:#fff;border-radius:30px;background:#2a11aa;}
.dom-lnk1 {background:#2ecc71;color:#fff;font-weight:700;border-radius:30px;padding:10px 30px;}
.dom-lnk1:hover {background:#4dd486;color:#fff;}
.dom-lnk2 {color:#999;font-weight:700;border-radius:30px;border:1px solid #999;padding:9px 30px;}
.dom-lnk2:hover {color:#999;background:rgba(255,255,255,0.1);}
.dom-lnk3 {background:#ffae00;color:#fff;font-weight:700;border-radius:30px;padding:17px 60px;font-size:17px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);}
#secondary .dom-lnk3 {padding:12px 17px;}
.dom-lnk3:hover {color:#fff;background:#ffbe32;}
.dom-lnk4 {background: #f52d2d;
color:#fff;font-weight:700;border-radius:30px;padding:12px 40px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);}
.dom-lnk4:hover {background:#f55050;}
#secondary .dom-lnk4 {padding:12px 17px;font-size:17px;}
.dom-lnk5 {background: #6a102a;
background: -moz-linear-gradient(top,  #6a102a 0%, #df1c3e 100%);
background: -webkit-linear-gradient(top,  #6a102a 0%,#df1c3e 100%);
background: linear-gradient(to bottom,  #6a102a 0%,#df1c3e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a102a', endColorstr='#df1c3e',GradientType=0 );
color:#fff;font-weight:700;border-radius:30px;padding:12px 40px;box-shadow:0 1px 7px 0 rgba(0,0,0,0.4);}
.dom-lnk4:hover, .dom-lnk5:hover {color:#fff;}
.cta_content .dom-lnk1 {padding:17px 60px;font-size:17px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.2);}
.home h1, .home h2 {font-size:25px;font-weight:400;}
.home h3 {font-size:22px;font-weight:400;}
.home h4 {font-size:19px;font-weight:400;}
#pokerdom_cta {background:#43424b;}
.cta_content {background:url(/wp-content/uploads/2020/05/phone.jpg) no-repeat center right;height:400px;background-size:450px;padding-top:70px;}
.cta_tittle {color:#fff;font-size:30px;line-height:1.3;width:55%;margin:0 0 60px;}
#pokerdom_news {padding:0 0 40px;}
#pokerdom_news article {border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);margin:0 0 30px;}
#pokerdom_news article p {padding:13px 15px 15px;margin:0;min-height:85px;}
#pokerdom_news article p a {font-weight:700;display:block;line-height:1.2;}
#pokerdom_menu {padding:60px 0;}
#pokerdom_menu ul {list-style:none;margin-left:-15px;margin-right:-15px;}
#pokerdom_menu ul li {position:relative;font-size:20px;float:left;width:25%;padding-left:95px;padding-right:15px;line-height:1.4;}
#pokerdom_menu ul li:before {content:"";position:absolute;width:80px;height:80px;left:5px;top:-11px;background:url(/wp-content/uploads/2015/12/1.jpg);background-size:cover!important;}
#pokerdom_menu ul li:nth-child(2):before {background:url(/wp-content/uploads/2015/12/3.jpg);}
#pokerdom_menu ul li:nth-child(3):before {background:url(/wp-content/uploads/2015/12/2.jpg);}
#pokerdom_menu ul li:nth-child(4):before {background:url(/wp-content/uploads/2015/12/4.jpg);}

#pokerdom_signup .reg span {
    font-size: 20px;
    padding: 3px 0 0;
    color: #2ecd71;
   left:15px;
    border: 4px solid #ddd;
   border-radius:50%;
    width: 45px;
    height: 45px;
    font-weight: 700;
    text-align: center;
	position:absolute;
}
#pokerdom_comments {padding:40px 0 10px;}

.bonuses{
  position:relative;
  margin: 0 0 30px 0; 
  padding:182px 12px 24px;
  color:#fff;
}
.bonuses__content{
  position:relative;
  z-index:2;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}
.bonuses__bg{
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  width:100%;
  height:100%;
}
.bonuses__bg img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:80% 50%;
     object-position:80% 50%;
}
.bonuses .box{
  position:relative;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  gap:12px;
  width:100%;
  padding:12px 12px 66px;
  font-weight:bold;
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
  border-radius:8px;
}
.bonuses .box__header{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:4px;
}
.bonuses .box__text{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:6px;
  min-width:47%;
  font-weight:bold;
  font-size: 10px;
  white-space:nowrap;
  text-transform:uppercase;
}
.bonuses .box__text span{
  color:#f7d540;
  font-size:24px;
  text-align:right;
  text-shadow:0 2px 0 #e75700;
}
.bonuses .box__footer{
  position:absolute;
  right:12px;
  bottom:12px;
  left:12px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  gap:12px;
}
.bonuses .box__button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  gap:12px;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:100%;
  max-width:396px;
  padding:8px 6px;
  color:#fff;
  font-weight:bold;
  line-height:24px;
  text-align:center;
  text-transform:uppercase;
  border:1px dashed;
  cursor:pointer;
}
.bonuses .box__button:hover{
  text-decoration:none;
}
.bonuses .box--casino{
  background:-webkit-gradient(linear, left top, left bottom, from(#09B505), to(#004B40));
  background:linear-gradient(180deg, #09B505 0%, #004B40 100%);
}
.bonuses .box--casino .box__button:last-child{
  background:#05D100;
  border-color:#05D100;
  border-style:solid;
}
.bonuses .box--casino .box__button:last-child:hover{
  background:#05ab00;
  border-color:#05ab00;
}
.bonuses .box--poker{
  background:-webkit-gradient(linear, left top, left bottom, from(#FF642E), to(#5F0203));
  background:linear-gradient(180deg, #FF642E 0%, #5F0203 100%);
}
.bonuses .box--poker .box__button:last-child{
  background:#FF2E2E;
  border-color:#FF2E2E;
  border-style:solid;
}
.bonuses .box--poker .box__button:last-child:hover{
  background:#d52424;
  border-color:#d52424;
}

.scrolling .box__footer{
  position:fixed;
}
.scrolling .box__footer .box__button:first-child{
  background-color:rgba(0, 0, 0, 0.7);
}
.scrolling .box--casino .box__footer{
  bottom:60px;
}

@media only screen and (min-width: 480px){
  .bonuses .box{
    font-size:14px;
  }
  .bonuses .box__text span{
    width:40%;
  }
}

@media only screen and (min-width: 768px){
  .bonuses{
    padding:60px;
  }
  .bonuses__content{
    gap:24px;
    max-width:500px;
  }
  .bonuses__bg img{
    -o-object-position:50%;
       object-position:50%;
  }
  .bonuses .box{
    font-size:16px;
  }
  .bonuses .box__header{
    gap:16px;
  }
  .bonuses .box__text{
    min-width:0;
	font-size: 12px;
  }
  .bonuses .box__text span{
    width:auto;
    font-size:36px;
    text-align:left;
  }
}

#pokerdom_header_home {background: linear-gradient(to right, rgba(36,35,42,1) 0%, rgba(36,35,42,1) 53%, rgba(36,35,42,1) 53%, rgba(78,77,88,1) 53%, rgba(78,77,88,1) 100%);}
.pokerdom_header_bg {padding:70px 0 0;background:url(/wp-content/uploads/2020/05/pokerdom-image.jpg);width: 100%;
min-height: 400px;
background-repeat: no-repeat;
background-position: 60% -130px;
}
a.link_1 {font-weight:700;display:block;color:#000;text-align:center;max-width:200px;margin:30px 0;padding:12px;border-radius:30px;background:#ffbd0b;}
.promocode {display:inline-block;font-weight:700;color:#fff;}
.promocode span { 
position:relative;
margin-right:22px;
cursor:pointer;display:inline-block;
color: #ff00e4;
}

.promocode span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pdn/images/copy.svg);
    mask: url(/wp-content/themes/pdn/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ff00e4;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.cru {cursor:pointer;z-index:8;position:absolute;right:20px;top:100px;background:#4200ff;border-radius:10px;padding:12px;text-align:center;width:100%;max-width:240px;}
.pb_box {background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);margin:0 0 30px;}
.pb_box p {padding:15px;min-height:150px;}
.pb_box_head {background: #640a92;
background: -moz-linear-gradient(top,  #640a92 0%, #8028ad 100%);
background: -webkit-linear-gradient(top,  #640a92 0%,#8028ad 100%);
background: linear-gradient(to bottom,  #640a92 0%,#8028ad 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#640a92', endColorstr='#8028ad',GradientType=0 );
color:#fff;
}
.bdp.pb_box_head {background: #6d2bba;
background: -moz-linear-gradient(top,  #6d2bba 0%, #8142ca 100%);
background: -webkit-linear-gradient(top,  #6d2bba 0%,#8142ca 100%);
background: linear-gradient(to bottom,  #6d2bba 0%,#8142ca 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2bba', endColorstr='#8142ca',GradientType=0 );
}
.pb_box_headbg {min-height:75px;position:relative;padding:15px;background:url(/wp-content/uploads/2020/05/freespin.png) no-repeat top right;background-size:90px;}
.bdp .pb_box_headbg {background:url(/wp-content/uploads/2020/05/percent.png) no-repeat top right;background-size:90px;}
.pb_box_head b {padding-left:55px;padding-top:10px;display:block;}
.pb_box_head span {position:absolute;font-size: 20px;
    padding: 3px 0 0;
    color: #fff;
   left:15px;
border: 4px solid #ddd;border-radius:50%;
    width: 45px;
    height: 45px;
    font-weight: 700;
    text-align: center;}


.pg_box {position:relative;}
.pg_box b {padding-left:55px;padding-top:10px;display:block;}
.pg_box p {padding:20px 0;}

#pokerdom_green iframe {padding:0;margin:0;display:block;}
.pgb {background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);}
#pokerdom_green span {color:#2ecc71;}
#pokerdom_green .content-6:last-child {padding-right:30px;padding-top:30px;padding-bottom:15px;}

#pokerdom_bonus_promo {text-align:center;}
#pokerdom_title, #pokerdom_klient, #pokerdom_bonus_promo, #pokerdom_green, #pokerdom_pc, #pokerdom_add, #pokerdom_stage {padding:40px 0 40px;background:#fff;} 
#pokerdom_signup, #pokerdom_bonus, #pokerdom_games, #pokerdom_client, #pokerdom_online, #pokerdom_pay {padding:40px 0 40px;}
.pokerdom-header___title {font-weight:700;font-size:30px;color:#fff;width:40%;}
.pay img {margin-left:1px;margin-bottom:1px;max-width:127px;}
.site-header-btns {position:absolute;left:45%;top:7px;}
.site-header-btns .dom-lnk2, .footer-buttons .dom-lnk2 {margin-right:20px;}
.footer-buttons {padding:30px 0 0;}
.footer-buttons a {padding:12px 40px;}
.single-post-wrapper {background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);border-radius:10px;overflow:hidden;padding:15px;}
.page-template-default .single-post-wrapper {margin-bottom:30px;}
.home aside ul, .home aside ol {margin:0 0 15px;padding:0;list-style:none;}
.home aside ul li, .home aside ol li {position:relative;}
.home aside ul li {padding-left:17px;}
.home aside ul li:before {content:"";position:absolute;left:0;top:9px;border-radius:50%;width:7px;height:7px;background:#14d5c0;}
.home aside ol li {padding-left:40px;padding-bottom:15px;}
.home aside ol li:last-child {padding-bottom:0;}
.home aside ol li:before {line-height:1.75;font-family:inherit;content:"1";position:absolute;left:0;top:-4px;width:30px;height:30px;text-align:center;font-weight:700;color:#000;border-radius:50%;border:2px solid #ff213e;}
.home aside ol li:nth-child(2):before {content:"2";}
.home aside ol li:nth-child(3):before {content:"3";}
.home aside ol li:nth-child(4):before {content:"4";}
.home aside ol li:nth-child(5):before {content:"5";}
.home aside ol li:nth-child(6):before {content:"6";}
.home aside ol li:nth-child(7):before {content:"7";}
/* 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;
}

#domshares .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

#domshares .jssocials-share-link {
	
	padding: 0;

}
#domshare .jssocials-share-link {
	
	padding: 10px;

}
#domshares .jssocials-share-logo {
    font-size: 25px;
	text-shadow:0 0 3px rgba(0,0,0,0.4);
}
#domshares {
	margin-top: 20px;
}
#domshare {
	margin-top: 0;
}
#domshare.jssocials {
	text-align:center!important;display:block!important;
}
@media (max-width:1199px) {
.site-header-btns {left:35%;}
#pokerdom_menu {padding:60px 0 20px;}
#pokerdom_support .content-4 {padding-bottom:20px;}
#pokerdom_green .content-6:last-child {padding-top:15px;}
#pokerdom_green iframe {width:100%!important;display:block;height:300px;}
}
@media (max-width:991px) {

.featured-image {display:block;width:100%;margin-bottom:15px;}
.featured-image img {min-width:auto;width:100%;}
.featured-image {margin-right:0;}
.footer-buttons {padding:30px 0 30px;}
#pokerdom_menu ul li {width:50%;min-height:90px;}


}
@media (max-width:767px) {
.cru {position:static;margin:30px auto 0;}
.site-header-btns {position:static;text-align:center;display:block;padding:30px 0 10px;}
.site-branding {float: none;display: block;text-align:center;}
.menu-toggle {position:absolute;top:0;right:15px;}
#page-site-header h1 {font-size:20px;}
.error404 .single-post-wrapper {padding:30px;}
#pokerdom_header_home {background: #9426e9;
background: -moz-linear-gradient(left,  #9426e9 0%, #46007c 100%);
background: -webkit-linear-gradient(left,  #9426e9 0%,#46007c 100%);
background: linear-gradient(to right,  #9426e9 0%,#46007c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9426e9', endColorstr='#46007c',GradientType=1 );
}
.pokerdom_header_bg {background:none;min-height: 300px;}
.pokerdom-header___title {width:100%;text-align:center;line-height:1.3;}
#pokerdom_menu ul li {width:100%;min-height:90px;}
.pokerdom-header___button {text-align:center;}
.cta_content {background:none;height:300px;padding-top:30px;}
.cta_tittle {font-size:30px;width:100%;margin:0 0 30px;}

}
@media (max-width:390px) {
.cta_tittle {font-size:25px;}

}
@media (max-width:340px) {
.site-header-btns .dom-lnk2 {margin-right:0;margin-bottom:15px;}
.site-header-btns a {display:block;text-align:center;}
.site-logo img {max-width: 150px;}
}
@media (min-width:992px) and (max-width:1199px) {
.post-item-wrapper .entry-title {font-size: 16px;margin-bottom: 10px;}
#pokerdom_menu ul li {width:50%;min-height:90px;}
}
@media (min-width:420px) and (max-width:991px) {
.footer-widgets-area .content-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

.pay img {max-width:133px;}
}
@media (min-width:576px) and (max-width:991px) {
#pokerdom_news .content-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width:768px) and (max-width:991px) {

#pokerdom_pay .content-3 {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width:475px) and (max-width:767px) {

#pokerdom_pay .content-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media (max-width:380px) {
.footer-buttons .dom-lnk2 {margin-right:0;margin-bottom:15px;}
.footer-buttons a {padding:12px 12px;display:block;text-align:center;}
}



.bonus-code {
	color: #000;
	font-size: 18px;
	margin-top: 30px;
	text-align: center;
}

.bonus-code span {
	white-space: nowrap;
}

.bonus-code span.code {
	font-weight: bold;
	color: #fd2b2f;
}

.get-promocode { 
	display: block;
    font-size: 22px;
    line-height: 48px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 2px dashed #bababa;
    text-align: center;
    width: 360px;
	background: #fff;
	position: relative;
	margin: 30px auto;
}

.get-promocode:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pdn/images/copy.svg);
    mask: url(/wp-content/themes/pdn/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #762F8F;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.promocode .get-promocode {
width:auto;color:#e3428e;
background:none;
margin:0;text-align:left;height:auto;line-height:inherit;display:inline-block;font-size:16px;border:none;
}
.promocode .get-promocode:after {background-color: #e3428e;}
.pokerdom_header_mob {text-align:center;display:none;padding:30px 15px;background: linear-gradient(to right, #9426e9 0%,#46007c 100%);}
.pokerdom_header_mob .pokerdom-header___title {font-size:24px;}
.pokerdom_header_mob a.link_1 {max-width:260px;margin:15px auto;padding:10px;}
.pokerdom_header_mob .promocode {background:none;}
a.link_2 {max-width:260px;margin:15px auto;display:block;border-radius:30px;padding:10px;text-align:center;color:#fff;font-weight:700;background:#2ecc71;}
.site-footer-btns {position:fixed;bottom:0;left:0;width:100%;padding:15px;display:none;background: linear-gradient(to right, #9426e9 0%,#46007c 100%);} 
.site-footer-btns img {max-width:200px;}
.site-footer-btns a.link_2 {padding:10px 30px;margin:0;display:inlin-block;max-width:auto;}
.fixed2 {position: fixed; top: 0; left: 0; z-index: 1000;}
@media (max-width:767px) {
.pokerdom_header_mob {display:block;}
#pokerdom_header_home, .site-header-btns {display:none;}
.site-footer-btns {display: flex;
 justify-content: space-around;
	align-items: center;}
}
@media (max-width:420px) {
.site-footer-btns img {display:none;}
}

.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;}
}

.bonuses .wrapper {position:relative;}
.tg {position:absolute;z-index:10;right:30px;bottom:12px;}
.tg a {font-weight:700;padding:15px 65px 15px 20px;color:#000;border-radius:8px;background:#fff url(/wp-content/uploads/2025/04/telegram.png) no-repeat 90% center;box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);background-size:30px;}
@media (max-width:991px) {
.tg {text-align:center;left:calc(50% - 130px);right:auto;bottom:-55px;}

.bonuses {padding: 40px 0 90px;}

}