/*
Theme Name: pokerdom
Text Domain: pokerdom
*/

/**
 * Table of Contents:
 *
 * 1. Reset
 * 2. Base Styles
 * 3. Layout Styles
 * 4. Blog Styles
 * 5. Comments Styles
 * 6. Footer Styles
 * 7. Image Sliders Styles
 * 8. Menu Styles
 * 9. Sidebar Styles
 * 10. Top Panel Styles
 * 11. WooCommerce Styles
 * 12. Features Section
*/

/* ------------------------------------------------------------------------- *
 *  1. Reset
/* ------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.7;
	font-size: 15px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	background:#ddd;
	color:#777777;
	overflow-y:hidden;
}

ol,
ul {
	list-style: none;
}
blockquote {
	font-size:18px;
	font-style:italic;
	margin:0 0 20px!important;
	padding:0 0 3px 15px;
	border-left:4px solid #2ecc71;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* ------------------------------------------------------------------------- *
 *  2. Base Styles
/* ------------------------------------------------------------------------- */



.clear {
    border: medium none !important;
    clear: both !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 0 !important;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.size-full, 
img.size-large, 
img.header-image, 
img.wp-post-image {
    height: auto;
    max-width: 100%;
}


.margin-bottom-10 {
    margin-bottom: 10px;
}
a {color:#000;}

a:visited,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color:#2ecc71;
}

code, pre {
    background: -moz-linear-gradient(center top , #FFFFFF 50%, #F2F2F2 50%) repeat scroll 0 0 / 42px 42px transparent;
    border: 1px solid #EEEEEE;
    border-radius: 4px 4px 4px 4px;
    color: #595A5C;
    display: block;
    font-family: monospace !important;
    line-height: 21px !important;
    padding: 21px 15px 20px;
    white-space: pre-wrap;
	margin: 10px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	border: 1px solid #DDDDDD;
	text-align:center;
	margin:0 0 15px;
}

table tr:nth-child(odd) {background:#f0f0f0;}

table td {
    border: 1px solid #DDDDDD;
    padding: 10px;
   
}
table tr:first-child td {font-weight:700;}
@media screen and (max-width: 767px) {
    .resize-tab {
        width: 100%;
        overflow: auto!important;
        border: 2px solid #DDDDDD;
       
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .resize-tab table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }

}
dl {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
    vertical-align: baseline;
}

dt {
    font-weight: bold;
	line-height: 26px;
}

hr {
	border-left: none;
	margin: 0;
	border: 0;
	background: transparent;
	display: block;
	border-bottom: 1px solid #efefef;
	clear:both;
	margin-bottom: 10px;
}

strong { 
	font-weight: bold; 
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ul li,
ol li {
	line-height: 1.8em;
}

ol {
	list-style: decimal;
}

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



address {
	margin-left: 20px;
	padding: 20px;
	margin-bottom: 20px;
	line-height: 1.4em;
	border-left: 4px solid;
}

.hidden { 
	display: none; 
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

.wp-caption {
	max-width: 100%;
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

img {
    height: auto;
    max-width: 100%;
}

img.alignleft {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.alignright {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sticky {

}

.bypostauthor {
}

.margin20 {
    margin: 0 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	
	margin: 0 0 15px;
	font-style: normal;
	font-weight: 700;
	font-family: inherit;
	line-height:1.2;
	color:#111;
}

h1, .h1 {
	font-size: 30px;

}

h2, .h2 {
    font-size: 26px ;
}

h3, .h3 {
    font-size: 23px ;
}

h4, .h4 {
    font-size: 20px ;
}

h5, .h5 {
    font-size: 18px ;
}

h6, .h6 {
    font-size: 16px ;
}


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

.clearfix {
    display: block;
}

p {
	
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	
    margin: 0 0 15px;
    padding: 0;
   
    
}

/* ------------------------------------------------------------------------- *
 *  3. Layout Styles
/* ------------------------------------------------------------------------- */

#grid-container{
	width: 100%;
	margin:0;padding:0;
}

#topnav-wrap {
	width: 100%;
	background-color: #000;
	
	
}



#header-wrap {
	width: 100%;
	background-color: #0f0f0f;
   
    margin: 0;
    overflow: visible;
    padding: 0;
	
}

#header-layout {
	height: auto;
	width: 100%;
}


#logo {
	float: left;
	width:200px;
	
}
#logo img {display:block;}

#main {
    margin: 0 auto 0!important;
    padding:0;
	width: 100%;
	overflow: hidden;
	
}




.search-no-results #main .site-wrap {margin:30px auto 0;}
.breadcrumbs-wrap  a {
    color:#2ecc71!important;
	
}
.breadcrumbs-wrap a:hover {color:#000!important;}
.search-no-results h1 {font-size:25px;}

.breadcrumbs h1 {font-size:24px;margin:0;}

.breadcrumbs-wrap {
   
	
	font-size: 15px!important;
}
 




.wp-post-image {
  display: block;
  margin: 0 0 15px;
  width:100%;
}



.breadcrumbs-wrap {
	width: 100%;
	background-color: #ffffff;
    
   margin:0 0 30px;
    overflow: visible;
    padding: 20px;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);	
}




#post-body .searchform {
	margin-top: 20px;
}

#post-body .searchform div input#s {
	box-sizing: border-box;
	padding: 4px;
	font-size: 14px;
    resize: none;
}

/* ------------------------------------------------------------------------- *
 *  4. Blog Styles
/* ------------------------------------------------------------------------- */



.single h1#post-title {text-transform:none;line-height:40px;font-size:33px;}




/* Pagination */
.simple-pagination,
.pagination {
    font-size: 14px;
    font-weight: 700;
   
    margin-bottom: 40px;
    
    text-transform: uppercase;
	overflow: hidden;
}
 
.simple-pagination span,
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:10px 17px;
	text-decoration:none;

	color:#fff !important;
	background: #000;
}
 
.pagination a:hover{
	color:#fff;
	background: #2ecc71;
}
 
.pagination .current{
	padding:10px 17px;
	background: #2ecc71;
	color:#fff;
}



/* Page links */

.page-links {
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}



.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 4px;
	width: auto;
	font-weight: bold;
}

.navigation a {
	font-style: italic;
	
	line-height: 1.5em;
}

.post-navigation a[rel="next"] {
    float: right;
    text-align: right;
}

.posts-wrapper .searchform #s {
    width: 25%;
	margin:20px 0;
}

.posts-wrapper .searchform .screen-reader-text {
	display: none;
}

.posts-wrapper .searchform #s {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2B2B2B;
    padding: 5px 10px 7px;
	font-size: 14px;
}








/* ------------------------------------------------------------------------- *
 *  5. Comments Styles
/* ------------------------------------------------------------------------- */

#comments {
    overflow: hidden;
}

#comments #respond .h3 {
    margin: 15px 0;
	font-size:20px;
}
.h2.comments-title {font-size:20px;margin:30px 0 0;}
#comments #respond #commentform {
	margin: 0;
}

#comments .form-allowed-tags code {
	margin-top: 8px;
}

#comments p.comment-notes {
	margin-bottom: 20px;
}

#comments label {
    display: block;
    margin-bottom: 5px;
}

#comments #author,
#comments #email,
#comments #url {
    background: #f6f6f6;
    
	border: none;
	box-shadow: none;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	display: block;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	resize: none;
}

#comments #comment {
	height: auto;
    background: #f6f6f6;
   
	border: none;
	box-shadow: none;
	padding: 10px;
	
	width: 100%;
	display: block;
	border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	resize: none;
}

#comments .form-submit #submit {
	width:auto;
	height: auto;
	padding:10px 25px;
	background:#000000;
	margin:0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background:#000000;
	text-transform: uppercase;
	color: #ffffff;
}

#comments .form-submit #submit:hover {
	color: #fff;
	background:#2ecc71;
}



#comments ol.commentlist {
    float: left;
    list-style: none outside none;
    margin: 0 20px 20px;
    width: 100%;
}

#comments ol.commentlist li {
	list-style: none outside none;
}

#comments span.required {
	color: #FF0000;
}

.commentlist {
	list-style: none;
	margin: 20px auto;
	width: 100%;
}

.comment-meta {
    padding-bottom: 15px;
}

.comment-meta .edit-link {
	font-size: 12px;
}
.comment-date {
    font-size: 13px;
    margin-bottom: 5px;
   
 
}

.comment-author-name {
    font-size: 14px;
	font-weight:700;
}

.comment-content {
    background-color: #f5f5f5;
    margin:0 0 20px;
	padding: 10px 15px;
}

#respond {
    
	margin-top: 20px;
	
}

#respond .required{
	color: red;
}
#respond input,
#respond textarea {
	display: block;
}

.form-allowed-tags code {
	background-color: transparent;
	font-size: 11px;
}

a.comment-reply-link {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}


.comment-author img {
	border: 2px solid #F2F2F2;
    float: left;
	margin-right:15px;
    padding: 2px;
}

.comment-body div.comment-author cite.fn {
	display: block;
    font-weight: bold;
	font-size: 16px;
}

.comment-body div.comment-author span.says {
    font-size: 11px;
}

ol.commentlist li ul.children {
	margin: 0 0 0 20px;
}

ol.commentlist li {
	margin: 2px;
	padding: 2px;
}

ol.commentlist li .reply {
	padding: 5px;
}

#respond form#commentform p {
	line-height: 30px;
	margin-bottom: 28px;
}

#respond form#commentform p input {
	float: left;
}

#respond form#commentform {
	margin-top: 20px;
	overflow: hidden;
}

#comments ol li .comment-content p {
	padding-top: 0;
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	padding-bottom: 20px;
}
.comment-content .h1,
.comment-content .h2,
.comment-content .h3,
.comment-content .h4,
.comment-content .h5,
.comment-content .h6 {
	padding-bottom: 20px;
}



#comments ol.children {
	list-style: none outside none;
	margin-left: 30px;
}



.comment-content code {
	margin: 10px 0;
}

#comments .nocomments {
	padding: 20px;
}



.comment-list {
    list-style: none outside none;
    margin: 20px 0 40px;
}

.comment-author {
    position: relative;
}
.comment-author {
    font-size: 14px;
    line-height: 1.71429;
}



.comment-metadata a,
.commentmetadata {
	font-weight: 400;
	
}



.says {
    display: none;
}

.comment-body dd {
    margin-bottom: 24px;
}

.comment-body ul, 
.comment-body ol {
    margin: 0;
	padding-left: 50px;
}

.comment-body li > ul, 
.comment-body li > ol {
    margin: 0 0 0 20px;
	padding-left: 10px;
}

.comment-body table {
	width: auto;
}





.comment-body pre {
	margin-left: 50px;
	margin-bottom: 20px;
}

.comment-body code {
	margin: 10px 0;
}

#comments .comment-list li .comment ol.children {
	margin-left: 30px;
}

#comments .comment-body {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* ------------------------------------------------------------------------- *
 *  6. Footer Styles
/* ------------------------------------------------------------------------- */


#footer {
	
	background:#000;
	margin-bottom:-30px;
	
}


.sidebar-footer ul {margin:0;list-style:none;}
.sidebar-footer ul li a {color:#999;text-transform:uppercase;font-size:14px;}
.sidebar-footer ul li a:hover {color:#2ecc71;}
.sidebar-footer {margin:0 0 30px;}
.sidebar-footer .widget-title {color:#fff;text-transform:uppercase;font-size:18px;margin:0 0 10px;}

#footer-wrap {padding:40px 0;} 
.pament-logo img {display:block;float:left;margin:0 1px 1px 0;width:140px;}


.copyright-wrap span {
    color: #FFFFFF;
   display:block;
	opacity:0.4;
	line-height:1.6;
    font-size: 12px;
    padding: 25px 0px 20px 0px;
  
}

.copyright-wrap ul {margin:0;display:block;}
.copyright-wrap ul li{
   display:inline-block;
   list-style:none;
    margin-right:10px;
}
.copyright-wrap ul li a {
 color:#999;
 font-size:12px;
 text-transform:uppercase;
}


.clearfix {
	float: none;
	clear: both;
}

.prev {
	float: left;
	margin-left: 10px;
}

.next {
	float: right;
	margin-right: 10px;
}
			
.pager {
	float: left;
	width: 300px;
	text-align: center;
}

.pager a {
	margin: 0 5px;
	text-decoration: none;
}

.pager a.selected {
	text-decoration: underline;
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}



.blog-pagination {
    margin-bottom: 20px;
    text-align: center;
}

.blog-pagination a {
	background: none repeat scroll 0 0 #999999;
    cursor: pointer;
    display: inline-block;;
    height: 4px;
    margin: 5px 0 0;
    text-indent: -9999px;
	width: 30px;
	margin-right:4px;
}

.blog-pagination a.selected {
	background: none repeat scroll 0 0 #333333;
}

#content-holder3 .title {
	margin-bottom: 15px;
}


.post-thumb {
    float: left;
    position: relative;
    width: 33.3333%;
}

.thumb-title {
	border: 0;
	margin: 0;
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
}

.thumb-title .thumb-categories {
    color: #8E8F8F;
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 11px;
    margin-top: 8px;
}

.posts-featured-details-wrapper {
	font-size: 1.1em;
	font-weight: 300;
	position: absolute;
	right: 4%;
	top: 25%;
	width: 58%;
	z-index: 9;
}

.posts-featured-details-wrapper div {
	opacity: 0.9;
}

.posts-featured-details-wrapper h3, .posts-featured-details-wrapper .h3 {
	font-size: 2.6em;
	padding: 0;
	margin-bottom: 2%;
	text-shadow: 1px 1px #FFFFFF, 0 0 0 #000000, 1px 1px #FFFFFF;
}

.posts-featured-details-wrapper p {
	padding: 0;
	margin: 0;
}
.service p {position:relative;padding-left:45px;min-height:40px;}
.services-left {float:left;width:63%;padding-top:10px;padding-right:15px;}
.services-right {float:left;width:37%;}
.services-right img {display:block;}
.service p span {left:0;position:absolute;font-weight:700;border:2px solid #a03fb8;color:#a03fb8;width:30px;height:30px;text-align:center;}
.feature {width:50%;float:left;}
.feature p {position:relative;padding-left:45px;}
.feature p span {left:0;position:absolute;font-weight:700;border:2px solid #f0a002;color:#f0a002;width:30px;height:30px;text-align:center;}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-row {margin-left:-15px;margin-right:-15px;}
@media (max-width:767px) {

#footer-wrap {padding:40px 15px;} 
.sidebar #custom_html-4.widget {padding:0 20px!important;}
}
.owl-carousel2 .item{
	float: left;
	width:33.3333%;
	padding-left:15px;padding-right:15px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item .item {
	padding: 20px;
}





/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
	left: 0;
	right: auto;
}

.navbar ul {list-style: outside none none;	margin: 0;	padding: 0;
}

#navbar ul.children {
    height: auto;
    width: 250px;
    z-index: 99;
}

.navbar {	height: auto;	margin: 0 auto;	position: relative;	width: 100%;	z-index: 99;}
.site-wrap, 
#footer-wrap {
	margin: 0 auto;
    position: relative;
    
	width: 100%;
  
}
#header {
    margin: 0 auto;
   
	width: 100%;
	display: table;
}
#logo-layout {
    margin: 0 auto;
    
	width: 100%;
	overflow: hidden;
	padding:30px 0;
}
#topnav {
	margin: 0 auto;
    
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
	
}
@media (min-width:768px) {
#topnav, #logo-layout, #header, .site-wrap, #footer-wrap, .navbar {max-width: 730px;}
}
@media (min-width:992px) {
#topnav, #logo-layout, #header, .site-wrap, #footer-wrap, .navbar {max-width: 960px;}
}
@media (min-width:1230px) {
#topnav, #logo-layout, #header, .site-wrap, #footer-wrap, .navbar {max-width: 1200px;}
}
.navbar {
    margin-bottom: 0 !important;
}

.navbar-collapse {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.nav > li {		width: auto;
}

.navbar-nav > li > a::after {
	color: white;	content: "|";	font-size: 1.1em;	opacity: 0.15;	position: absolute;	right: 3px;	top: 13px;	width: 1px;
}
.navbar-nav > li:last-child > a::after {display:none;}
.navbar-nav > li > a {
	transition: background-color 0.2s ease 0s;
}

.navbar-nav ul li a {font-weight: 700;height: auto;	min-height: 37px;padding: 15px 17px 0;	text-decoration: none;	width: auto;
	
}

.dropdown-menu li a:before { 
	font-family: 'FontAwesome'; 
	content:"\f054"; 
	font-size: 0.7em; 
	position: absolute; 
	left: 0; 
	visibility: hidden; 
	line-height: 2.1; 
}

.dropdown-menu li a:hover:before { 
	left: 20px; 
	visibility: visible;  
	-webkit-transition: all .2s ease; 
	-moz-transition: all .2s ease; 
	-ms-transition: all .2s ease; 
	-o-transition: all .2s ease; 
	transition: all .2s ease;  
}

.dropdown-menu li a {  
	height: auto !important; 
	padding: 11px 37px !important; 
	margin: 0; 
	min-width: 16em !important; 
	border-bottom: 1px solid rgba(255,255,255,0.15);
}

.dropdown-menu .dropdown-menu {
	padding-top: 6px;
}

.dropdown-menu {
	min-width: 16em !important;
}

.nav-bar {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-bar,
div.nav-bar > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-bar li {
	display: inline-block;
	position: relative;
}

.nav-bar li a {
	display: block;
	
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-bar li:hover > a,
.nav-bar li a:hover,
.nav-bar li:focus > a,
.nav-bar li a:focus {
	outline: none;
}

.nav-bar .sub-menu,
.nav-bar .children {
	background-color: #111111;
	border-bottom: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-bar .sub-menu ul,
.nav-bar .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-bar ul a,
.nav-bar ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-bar ul a:hover,
.nav-bar ul ul a:hover,
ul.nav-bar ul a:focus,
.nav-bar ul ul a:focus {
	outline: none;
}

ul.nav-bar li:hover > ul,
.nav-bar ul li:hover > ul,
ul.nav-bar .focus > ul,
.nav-bar .focus > ul {
outline: none;
}

.nav-bar .current_page_item > a,
.nav-bar .current_page_ancestor > a,
.nav-bar .current-menu-item > a,
.nav-bar .current-menu-ancestor > a {
	color: #bc360a;
	font-style: italic;
}

.isStuck{
    left:0px;
    width:100%;
}

.navbar-toggle {
	border: none!important;
	
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}

.dropdown-menu,
.navbar {
    border-radius: 0;
}


/* ------------------------------------------------------------------------- *
 *  9. Sidebar Styles
/* ------------------------------------------------------------------------- */

/* Main Sidebar */




.sidebar .widget {
	margin: 0 0 30px;
	background: #FFFFFF;
	border: 0;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	
	padding: 20px;
	position: relative;
	z-index: 0;
}
.sidebar #custom_html-4.widget {box-shadow:none;background: none!important;padding:0;box-shadow:none;}
.post-wrapper {margin: 0 0 30px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0 solid #DEDEDE;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	
	padding: 20px;}
#content-box {margin: 0 0 30px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0;
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	
	padding: 20px;}
.image-holder img {width:100%;}
.image-holder {max-height:300px;overflow:hidden;margin:0 0 15px;}
.entry-title a {text-transform:uppercase;font-size:20px;color:#000!important;font-weight:700;display:block;line-height:1.4;}
.entry-title a:hover {color:#2ecc71!important;}
h1.entry-title {text-transform:uppercase;font-size:24px;margin:0 0 20px;}
.text-holder p {margin:10px 0 0;}
.sidebar .widget-title {
    font-weight:700;
    margin-bottom: 10px;
	padding:0 0 5px;
	color:#111;
	font-size:20px;
   border-bottom:1px solid rgba(0,0,0,0.1);
    text-transform: uppercase;
	 
}



.sidebar .widget ul {
	margin: 0;
	padding: 0;
}

.sidebar .widget ul li {
	list-style-type: none;
	padding: 0;
	display: block;
	padding: 10px 0;
}



.sidebar .widget ul li {
	border-bottom: 1px solid #eaeaea;
}
.sidebar .widget ul li:last-child {border:none;padding: 10px 0 0;}
.sidebar .widget ul li a {
	color: #2ecc71!important;
	display:block;
	line-height:1.5;
	font-weight:600;
}
.sidebar .widget ul li a:hover {
	color: #000!important;
	
}



input[type="submit"],
button {
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
	border: none;
	transition: background-color 250ms linear;
	cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
	transition: background-color 125ms linear;
}

.sidebar .widget .searchformhead input#s {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	
	font-size: 15px!important;
	padding: 10px 10px;
	margin: 0;
	vertical-align: middle;
	width: 100%;
}

.sidebar .widget .searchformhead button {display:none;}


.sub-menu li a {
    max-width: 165px;
}

.menu-item a {
    margin:0;padding:0;
}
.menu-item {
    margin:0;padding:0;
}




#address-bar {
	float: right;
margin-top:7px;
}




#social-bar {
	float: left;
    margin: 17px 0 0 0;
	display: block;
	text-align: left;
	
}
#social-bar span {color:#fff;margin-left:10px;font-size:13px;}
#social-bar ul {
	list-style: none outside none;
    margin-bottom: 0;
	padding: 0;
	margin: 0;
}

#social-bar ul li {
	float: left;
    margin-right: 5px;
	list-style-type: none !important;
}

#social-bar ul li a {
	background: none repeat scroll 0 0 #eaeaea;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 30px;
}

#social-bar ul li a:hover {
	background: none repeat scroll 0 0 #cccccc;
}


#cart-wrapper #account-set,
#cart-wrapper #shopping-cart {
	float: right;
	margin-left: 20px;
	line-height: 1.5em;
}

#cart-wrapper #shopping-cart i {
	margin-right: 8px;
	font-size: 1.2em;
}



.searchformhead input#s {
    border: 1px solid #DDDDDD;
    color: #666666;
    font-size: 12px !important;
    line-height: 1.4;
    margin: 0;
	padding: 8px; 
}


.section-title {
	text-align: center;
	padding: 0;
	
}

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




.face {padding:50px 0 0;background:#0211a2 url(/wp-content/uploads/2020/05/face.jpg) no-repeat right top;background-size:1800px;height:400px;margin:0 0 35px;box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);}
.face-title {color:#fff;font-weight:700;font-size:30px;width:38%;line-height:1.4;}
.bonus-promo {font-weight:700;color:#fff;}
.bonus-promo span { 
position:relative;display:inline-block;
margin-right:22px;
cursor:pointer;
color: #fda102;
}

.bonus-promo span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pokerdom/images/copy.svg);
    mask: url(/wp-content/themes/pokerdom/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #fda102;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.bonus-new {z-index:8;position:absolute;right:0;top:30px;background:rgba(0,0,0,0.6);border-radius:10px;padding:30px 20px;
max-width:270px;}
.bonus-new .bonus-promo {color:#ccc;}
.bonus-new b {display:block;color:#fff;}
.face-767 {display:none;padding:30px 15px;text-align:center;background: linear-gradient(to right, #0211a2 0%,#7d3e99 100%);}
a.main-link3 {padding:10px;color:#fff;font-weight:700;text-transform:uppercase;display:block;max-width:260px;margin:15px auto;text-align:center;background:#2ecc71;}
a.main-link2 {padding:10px;color:#fff;font-weight:700;text-transform:uppercase;display:block;max-width:260px;margin:15px auto;text-align:center;background:#e666a1;}
.bonus-new a.main-link2 {margin:20px auto 0;}
.fixed-button {display:none;background: linear-gradient(to left, #0211a2 0%,#7d3e99 100%);text-align:center;padding:15px;position:fixed;left:0;bottom:0;width:100%;} 
.fixed-button img {width:200px;}
.fixed-button a.main-link3 {margin:0;display:inline-block;max-width:auto;padding:10px 25px;}
.apk-wrap {
 display:flex;
 justify-content:space-between;
 align-items:center
}
.apk-img img {
 border-radius:10px;
 background:#000;
 display:block;
 width:80px
}
.apk-wrap b {
 display:block;
 color:#000
}
.apk-img {
 width:10%
}
.apk-otz {
 width:17%;
 text-align:center
}
.apk-down {
 width:23%;
 text-align:center
}
.apk-bonus {
 width:40%;
 text-align:center
}
.apk-btn {
 text-align:center;
 padding:20px 0 30px
}
a.button-apk {
 border-radius:30px;
 color:#999;
 display:inline-block;
 padding:14px;
 font-weight:700;
 width:46%;
 margin:0 1%;
 text-align:center;
 font-size:18px;
 border:1px solid #999;
}
a.button-reg {
 border-radius:30px;
 color:#fff;
 display:inline-block;
 padding:15px;
 font-weight:700;
 width:46%;
 margin:0 1%;
 text-align:center;
 font-size:18px;
 background:#2ECC71
}
@media (max-width:767px) {
 .apk-img {
  width:100%
 }
 .apk-otz {
  width:100%;
  padding:10px 0
 }
 .apk-down {
  width:100%;
  padding:10px 0
 }
 .apk-bonus {
  width:100%;
  padding:10px 0
 }
 .apk-img img {
  margin:0 auto
 }
 .apk-wrap {
  display:block
 }
 a.button-apk {
  display:block;
  width:100%;
  max-width:260px;
  margin:0 auto 15px;
  font-size:16px
 }
 a.button-reg {
  display:block;
  width:100%;
  max-width:260px;
  margin:0 auto;
  font-size:16px
 }
}
@media (max-width:1920px) {
.face {background-position:200px 0;}
}
@media (max-width:1500px) {
.face {background-position:100px 0;}
}
@media (max-width:1300px) {
.face {background-position:0 0;}
}
@media (max-width:1229px) {
.face-title {width:48%;}


}
@media (max-width:991px) {
.face {background-position:-100px 0;}
.owl-carousel2 .item {width:100%!important;margin:0 0 30px;}
}
@media (max-width:767px) {
.face-title {width:100%;font-size:24px;}
.face, #topnav-wrap, .navbar, #address-bar {display:none;}
.face-767 {display:block;}
#logo-layout {padding: 15px 0!important;}
#logo {padding-bottom: 0!important;}
.fixed-button {display: flex;
 justify-content: space-between;
 align-items: center;}

 .bonus-new {position:static;background:rgba(0,0,0,0.2);padding:20px;
max-width:500px;margin:20px auto 0;}
}
@media (max-width:420px) {
.fixed-button img {width:150px;}
.fixed-button a.main-link3 {padding:8px 20px;}
}
@media (max-width:360px) {
.fixed-button img {width:100px;}
.fixed-button a.main-link3 {padding:5px 15px;}
}
.face a.main-link {padding:17px;font-size:17px;box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);display:block;text-align:center;margin:30px 0;max-width:200px;}
.content-boxes ul {display:block;list-style:none;margin:0 0 15px;}
.content-boxes ul li {position:relative;float:left;padding-left:45px;padding-right:15px;width:50%;min-height:60px;}
.content-boxes ul li:before {font-family: 'FontAwesome';content: '\e807';text-align:center;position:absolute;left:0;width:30px;height:30px;color:#32acfa;border:2px solid #32acfa;}
.download-left {float:left;width:37%;}
.download-right {float:left;width:63%;padding-left:20px;}
.download-right p {border:1px solid rgba(0,0,0,0.07);margin:0;padding:14px 20px 17px;}
.download img {display:block;}

.content-box {display:block;margin-top:20px;clear:both;border:1px solid rgba(0,0,0,0.07);padding:14px 20px 1px;}
.home aside {
	box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.05);
	width: 100%;
	margin: 0 0 35px;
	position: relative;
	float: left;
	padding: 20px;
	clear:both;
	background:#fff;
}


.owl-image {
	width: 100%;
	max-height: 180px;
	overflow:hidden;
	transition: all 0.6s ease-out 0s;
}
.owl-image .wp-post-image {
margin: 0;
  width:100%;
}
.owl-image:hover {
	opacity:0.8;
}


#address-bar a {text-transform:uppercase;}
.sidebar-footer a.second-link, #address-bar a.second-link {margin-right:15px;}

a.main-link {background:#2ecc71;padding:10px 30px;text-transform:uppercase;font-weight:700;color:#fff;}
a.main-link:hover {background:#4dd486;}
a.second-link {border:1px solid #999;padding:9px 30px;text-transform:uppercase;font-weight:700;color:#999;}
a.second-link:hover {background:rgba(255,255,255,0.07);}
.sidebar a.main-link, .sidebar a.second-link {display:block;text-align:center;padding:15px 30px;font-size:17px;}
.sidebar a.second-link {margin-bottom:15px;color:#000;}
.sidebar a.second-link:hover {background:rgba(0,0,0,0.07);}
#topnav .searchformhead {
    
    float: right;
    padding: 0px;
	margin:0;
 
}

#topnav .searchformhead ul li {
    display:inline-block;
    list-style:none;
	position:relative;
	top:10px;
}
#topnav .searchformhead ul li a {
	
    color:#999;
	text-transform:uppercase;
	font-size:12px;
	margin-left:10px;
	
}
#topnav .searchformhead ul li:first-child a {

	margin-left:0;
	
}
#topnav .searchformhead ul li a:hover {
    color:#fff;
}
.home h2 {display:inline-block;font-size:25px;color:#111;text-transform:uppercase;}
.home h1 {display:inline-block;font-size:25px;color:#111;text-transform:uppercase;}
@media (max-width:670px) {
.home h1, .home h2 {font-size:20px;}
}
.download h1, .from-blog h2 {margin:0 0 20px;}
.home h2:after, .home h1:after {background:none repeat scroll 0 0 #2ecc71;content:"";display:block;height:1px;margin:7px auto 1px;width:80%;}
.side-title {text-align:center;}
.lang ul {list-style:none;margin:0 0 15px;}
.lang ul li {width:20%;float:left;margin-bottom:15px;}
.lang ul li img {float:left;width:25px;margin-top:6px;margin-right:10px;}
.home .post-title {padding:12px 15px 15px;border:1px solid rgba(0,0,0,0.07);border-top:0;min-height:90px;}
.home  .post-title a{font-weight:700;color:#000;display:block;line-height:1.2;font-size:18px;}
.home  .post-title a:hover {color:#2ecc71;}
.lang-box {clear:both;margin-top:10px;border:1px solid rgba(0,0,0,0.07);padding:15px 20px 17px;}
.lang-box p {margin:0;}
/* 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;
}

#newicon .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 3px;
}
#newicon .jssocials-share-link {
  background: #171717!important; }
  #newicon .jssocials-share-link:hover {
  background: #282828!important; }
#newicon .jssocials-share-link {
	
	padding: 3px 6px 5px 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);
}
#newicons .jssocials-share-link {
	
	padding: 10px;
   
}
#newicon .jssocials-share-logo {
    font-size: 14px;
}
#newicons .jssocials-share-logo {
    font-size: 17px;
}
#newicons {
	margin-top: 20px;
}
#newicon {
	margin-top: 8px;
}
#newicons.jssocials {
	text-align:center!important;display:block!important;
}


.error404 #content-box {margin:30px 0;padding: 100px 20px;text-align:center;}
.error404 #content-box h1 {font-size:24px;}
.navbar-default ul li a {font-size:14px}
.navbar-default ul li a {font-weight:400}
.navbar-default ul li a {text-transform: uppercase;}
.navbar-default ul li a {color:#999999 !important;}
.navbar-default ul li a:hover {color:#fff!important;}
.dropdown-menu {border-bottom: 5px solid #111111!important;}
.navbar-default {background-color:#000000!important;}
.dropdown-menu { background:#000000!important;}
@media (max-width:1200px) {
#logo-layout {padding:30px 0;}
}
@media (max-width:1229px) {
.content-boxes ul li {min-height:90px;}

}
@media (max-width:991px) {
#logo {width:100%;text-align:center;padding-bottom:20px;}
#logo img {max-width:200px;display:inline-block;}
#topnav-wrap {padding:0 15px;}
#address-bar {text-align:center;float:none;}
.navbar-nav > li > a::after {display:none;}
#navbar ul {padding:10px 0;}
.pament-logo {display:none;}
.download-left {width:100%;padding-bottom:30px;}
.download-right {width:100%;padding-left:0;}
.download-left img {width:100%;}
.lang ul li {width:50%;}
.services-left {width:100%;padding-top:10px;padding-right:0;}
.services-right {width:100%;}
.services-right img {margin-top:15px;width:100%;}
.feature {width:100%;min-height:60px;}
.service {min-height:60px;}
.content-boxes ul li {width:100%;min-height:60px}
}

@media (max-width:350px) {
#address-bar {clear:both;padding:0 20px;}
#address-bar a, .sidebar-footer a.second-link, .sidebar-footer a.main-link {display:block;text-align:center;}
.sidebar-footer a.second-link, #address-bar a.second-link {margin-right:0;margin-bottom:15px;}
.lang ul li {width:100%;}
}
@media (max-width:450px) {
#topnav {text-align:center;}	
#topnav .searchformhead {float: none;}
#topnav .searchformhead ul {margin:0 0 30px;}
}

.promoclick,
.promoclick2 { 
	display: block;
    font-size: 18px;
    padding:10px;
    box-sizing: border-box;
    
    border: 1px dashed #bababa;
    text-align: center;
    max-width: 300px;
	color: #a03fb8;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-weight:700;
	margin-bottom:10px;
	
}
.promoclick:hover, .promoclick2:hover {color:#a03fb8;}
.linkclick {font-weight:700;color: #0018ff;}
.linkclick:hover {color: #1f2ba0;}
.promoclick:after,
.promoclick2:after {
	position:absolute;
	content: '';
	top:17px;
    -webkit-mask-image: url(/wp-content/themes/pokerdom/images/copy.svg);
    mask: url(/wp-content/themes/pokerdom/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #a03fb8;
    display: inline-block;
    width: 18px;
    height: 18px;
	
    margin-left: 7px;
}
.click {text-align:center;font-size:17px;} 
.bonus-promo .promoclick { 
	display: inline-block;
    font-size: inherit;
    padding:0;
    box-sizing: border-box;
    
    border: none;
    text-align: inherit;
    max-width: auto;
	color: #fda102;
	margin:0;
	
	
}
.bonus-promo .promoclick:after {
	top:3px;
    background-color: #fda102;
    margin-left: 5px;
}

.bonuses .site-wrap {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: 140px 15px 90px;}

}