/*
Theme Name: dpkr
Text Domain: dpkr

*/
/*=========================================================

****************** TABLE OF CONTENTS: *********************

===========================================================
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries


==========================================================*/

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

body {
    margin: 0;
}

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

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}



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

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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-appearance: textfield;
    box-sizing: content-box;
	font-size:14px;
}

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

td,
th {
    padding: 0;
}

/*===========================================================
# Typography
===========================================================*/

button,
input,
select,
textarea {
    color: #737272;
    
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: #777;
    font-family: -apple-system,BlinkMacSystemFont,Arial,"Helvetica Neue",Helvetica,sans-serif;
}
p {
    margin: 0 0 10px 0;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #222;
    font-weight: 700;
    
    line-height: 1.4;
    margin: 0 0 10px 0;
}
h1, .h1 {
    font-size: 30px;
}

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

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

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

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

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

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: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

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

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

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

big {
    font-size: 125%;
}
blockquote, q {
    quotes: "" "";
    padding-left: 15px;
    border-left: 5px solid #2ecc71;
    display: block;
    margin-bottom: 15px;
}
/*===========================================================
**************************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: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

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: 1.5em;
}
ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}
dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0 20px;
    width: 100%;
	border:1px solid #dbdbdb;
	text-align:center;
}
table tr:first-child td {font-weight:700;}
table tr:nth-child(odd) {background:#f0f0f0;}
table tr td {padding:10px;border:1px solid #dbdbdb;}
@media screen and (max-width: 767px) {
    .dom-cover {
        width: 100%;
        overflow: auto!important;
        border: 2px solid #dbdbdb;
      
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .dom-cover table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
blockquote, q {
    quotes: "" "";
    padding-left: 15px;
    border-left: 5px solid #2ecc71;
    display: block;
    margin-bottom: 15px;
	font-style:italic;
	color:#222;
}


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

button,
a.custom-button,
a.custom-button:visited,
.comment-reply-link,
.comment-reply-link:visited,
a.button, a.button:visited,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #2ecc71 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    padding:10px 25px;
    transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    
    font-weight: 600;
}

button:hover,
button:focus,
button:active,
a.button:hover,
a.button:focus,
a.button:active,
a.custom-button:active,
a.custom-button:hover,
a.custom-button:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-reply-link:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus
input[type="submit"]:active {
    background-color: #000;
    color:#fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #666;
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
    padding: 6px 0 6px 9px;
}


select {
    width: 100%;
    padding:5px;
}

textarea {
    padding:10px;
    width: 100%;
}



/*===========================================================
**************************** Links *************************
===========================================================*/

a {
    color: #323232;
    text-decoration: inherit;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a:visited {
    color: #323232;
}

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

a:focus {
    outline:inherit;
}

a:hover,
a:active {
    outline: 0;
}


/*===========================================================
*************comment and post navigation ********************
===========================================================*/

a.comment-reply-link {
    text-transform: uppercase;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 25px 0 45px;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
}

#infinite-handle{
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}

#infinite-handle span:hover {
    border:1px solid #2ecc71;
    background: #2ecc71;
    color: #fff;
}

#infinite-handle span {
    border:1px solid #001837;
    padding: 5px 15px;
    width: auto;
    line-height: 1.5;
    color: #001837;
    display: block;
}

.post-title {
    font-size: 17px;
    margin-top: 15px;
}

.meta-nav {
    background: #2ecc71 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin-right: 15px;
    padding: 7px 10px;
    text-align: center;
    width: 115px;
}

.navigation .nav-links .nav-next,
.navigation .nav-links .nav-next{
    float: right;
}

.navigation .nav-links .nav-previous,
.navigation .nav-links .nav-previous {
    float: left;
}

.post-navigation a:hover,
.posts-navigation a:hover{
    color:#2ecc71;
}

.post-navigation a, .posts-navigation a {
    border: 4px solid #f7f5f5;
    padding: 10px 15px;
    background: #fff;
    display: block;
}

.navigation {
    margin: 15px 0 10px;
}

.post-navigation .nav-links .nav-next a::after,
.posts-navigation  .nav-next a:after{
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 100;
}

.post-navigation .nav-links .nav-previous a::before,
.posts-navigation  .nav-previous a:before {
    content:"\f104";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 100;
}

.navigation.pagination .nav-links .page-numbers {
    padding: 10px 15px;
    text-align: center;
    background-color: #fff;
	box-shadow: 0 0 10px #f3f3f3;
}

.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links a.page-numbers:hover {
    background: #2ecc71  none repeat scroll 0 0;
    color: #ffffff;
}

#mobile-trigger,
#mob-menu {
    display: none;
}

/*===========================================================
*************Accessibility ********************
===========================================================*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;/* It should be ablolute */
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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; /* It should be clip auto */
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*===========================================================
********************** Alignments ********************
===========================================================*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

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

.alignnone{
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;

}

/*===========================================================
********************** Clearings ********************
===========================================================*/

.clear-fix::before,
.clear-fix::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,
#sidebar-front-page-widget-area::after,
#sidebar-front-page-widget-area::before,
#featured-slider::after,
#featured-slider::before,
#tophead::after,
#tophead::before,
.widget::after,
.widget::before,
.container::after, .main_boxed::after,
.container::before, .main_boxed::before,
#footer-widgets::before,
#footer-widgets::after {
    content: "";
    display: table;
    clear:both;
}

/*===========================================================
********************** Widgets ********************
===========================================================*/

.widget {
    margin:30px 0 0;
}

.widget:first-child {
    margin: 0;
}

/* Make sure select elements fit in widgets. */

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



.sticky {
    display: block;
}


.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

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

.entry-content h1 {line-height:1.1;}
.entry-content h2 {line-height:1.15;}
.entry-content h3 {line-height:1.2;}
.entry-content h4 {line-height:1.3;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {clear:both;margin:0 0 20px;}
.entry-content ul, .entry-content ol {clear:both;margin:0 0 20px 15px;}
.entry-content p {margin:0 0 15px;}
.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}




/*==========================================================
********************** Comments ********************
===========================================================*/

#respond {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

#commentform label {
    display: inline-block;
    width: 100px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area form#commentform p {
    float: left;
    width: 100%;
}

.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
    width: 100%;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
    width: 100%;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
    width: 50%;
}

.comments-area form#commentform p.logged-in-as {
    width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    width: 33.33%;
    float: left;
}

.comment-list li.comment::after {
    content: inherit;
    display: none;
}

.comment-list li{
    padding-left: 0;
}

.comment {
    background-position: 0 -74px;
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
}

ol.comment-list .children {
    border: medium none;
    float: left;
   width:100%;
    
}

ol.comment-list li {
    list-style: outside none none;
   
}
.comment .comment-wrap {
    background-color: #ffffff;
     box-shadow: 0 0 20px #f3f3f3;
    clear: both;
    display: block;
    float: left;
    margin-top: 20px;
    padding: 15px;
    position: relative;
    text-align: left;
    width: 100%;
}
.comment-author.vcard {
    font-size: 20px;
    margin-bottom: 5px;
}

.comment-list .children {
    
    margin-left: 0;
    padding-left: 40px;
}

.comment-list li.comment > div img.avatar {
 float:left;
 margin-right:15px;
 margin-bottom:10px;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}
.comment-head b {margin-top:-4px;font-size:14px;} 
.comment-date {font-size:13px;}

.comment-meta {
clear:both;
padding-bottom:10px;
}

.comment-reply-link {
    display: inline-block;
    float: none;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 4px 15px 3px;
}

.comment-reply-title a {
    color: #2ecc71;
}

a.comment-reply-link:hover {
    color: #fff;
}
.comment-form-cookies-consent {display:none;}
.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comments-title {
    font-weight: 400;
    margin: 25px 0 0;
	text-transform:uppercase;
	font-size:24px;
}
#respond .h3 {
    font-weight: 400;
  margin: 15px 0 0;
	text-transform:uppercase;
	font-size:24px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#commentform label {
    display: inline-block;
    width: 100px;
}

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

/*==========================================================
********************** 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: inline-block;
    margin-left: auto;
    margin-right: auto;
}

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

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


/*==========================================================
********************** Galleries ********************
===========================================================*/

.gallery {
    margin-bottom: 1.5em;
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 5px;
}

.gallery-item img {
    vertical-align: middle;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
    background: #efefef;
    padding: 10px 10px;
}

/*==========================================================
********************** Page ********************
===========================================================*/

.site-layout-boxed #page {
    max-width: 1210px;
    margin: 40px auto;
    box-shadow: 0 0 44px #ddd;
}
.container, .main_boxed {
    width: 1210px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
	position:relative;
}
.inner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-col-1, .inner-col-2, .inner-col-3, .inner-col-4, .inner-col-5, .inner-col-6, .inner-col-7, .inner-col-8, .inner-col-9, .inner-col-10, .inner-col-11, .inner-col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {

.inner-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
.inner-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
.inner-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
.inner-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
.inner-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
.inner-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
.inner-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
.inner-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
.inner-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
.inner-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
.inner-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
.inner-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*==========================================================
********************** Tophead Style ********************
===========================================================*/

/*quick contact*/
#tophead {
    background-color: #000;
    clear: both;
    width: 100%;
    padding: 2px 0;
}
#tophead #header-nav .menu-top-menu-container a {font-size:13px;text-transform:uppercase;color:#999;}
#header-social {
    float: left;
    margin-top: 7px;
}
#header-social .education_mind_widget_social ul li a::before {
    line-height: 1.5;
    font-size: 14px;
    color: #9c9a9a;
    font-weight: normal;
}
#header-social .education_mind_widget_social li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 30px;
    padding: 5px;
    width: 30px;
    border-radius: 100%;
}

#header-social .education_mind_widget_social ul li a:hover::before {
    color: #000;
}


/*==========================================================
********************** Header Style ********************
===========================================================*/

#masthead {
    background: #0c0c0c;
    clear: both;
    width: 100%;
    z-index: 99999;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 20px 0;
}

.right-head {
    float: right;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}




.site-branding {
  
    float: left;
    
    line-height: 0.8;
    margin-bottom: 0;
    margin-right: 30px;
    padding-top: 7px;
}
#site-identity {
    float: left;
}


.custom-logo-link {
    float: left;
    margin-right: 15px;
    max-width: 60%;
}

.custom-logo-link img {
    vertical-align: top;
}


.header-search-box {
    float: right;
    position: relative;
}

.header-search-box > a {
    color: #ddd;
    display: block;
    margin: 9px 0 0;
    padding: 4px;
    text-align: center;
   
    
}
.header-search-box > a:hover {
    color: #fff;
}
.header-search-box .search-box-wrap {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    top: 61px;
    box-shadow: 0 2px 2px;
    display: none;
    padding: 12px;
    position: absolute;
    right: 7%;
    width: 400px;
    z-index: 9999;
    right: 3%;
    border: 5px solid #f7f7f7;
}
.right-head .header-search-box .search-box-wrap {
    width: 400px;
}

.search-form input.search-field {
    border: 1px solid #f5f2f2;
    height: 47px;
    padding: 10px 60px 10px 20px;
    width: 100%;
    box-sizing: inherit;
}

.search-box-wrap .search-form input.search-field  {
    color: #222222;
}

.search-form {
    position: relative;
}

.search-form .search-submit {
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    height: 47px;
    line-height: 1.8;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
}

/*===========================================================
*********************** Custom Header  *****************
===========================================================*/
#custom-header {
    position: relative;
    background: #f3f3f3;
    padding: 15px 0 20px 0;
  margin-bottom:40px;
}


.custom-header-wrapper {
    position: relative;
    z-index: 9;
    text-align: left;
}

.custom-header-wrapper .page-title {
    color: #323232;
    font-size: 25px;
	text-transform:uppercase;
	margin:0;
}

#custom-header img {
    vertical-align: middle;
}

#breadcrumb li {
    display: inline-block;
    list-style: outside none none;
    padding-right: 10px;
    color: #323232;
}

#breadcrumb li a {
    color: #323232;
}
#breadcrumb li a:hover {
    color: #2ecc71;
}

#breadcrumb li.trail-item.trail-end::after {
    display: none;
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
}

#breadcrumb li::after {
    content: "/";
    margin-left: 10px;
}

#breadcrumb li:last-child::after {
    content: "";
}

#breadcrumb .trail-items {
    margin: 0;
    padding: 0;
}

/*===========================================================
**************************** Navigation *********************
===========================================================*/
div#mob-menu-quick,
#mobile-trigger-quick {
    display: none;
}
/*Top Nav*/
#header-nav {
    display: block;
    float: right;
    margin-top: 3px;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
}

#header-nav ul {
    display: block;
    margin: 0;
    padding: 0;
}

#header-nav li {
    display: inline-block;
    float: left;
    margin-bottom: 7px;
    position: relative;
}

#header-nav li li {
    float: none;
    display: block;
    margin: 0;
}
#header-nav ul li a {
    display: block;
    
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    z-index: 99;
    color: #333333;
    border-left: 1px solid rgba(105, 103, 103, 0.09);
    margin-top: 5px;
    font-weight: 400;
}
#header-nav ul li:hover > ul.sub-menu {
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
}

#header-nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 200px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    background-color: #222222;
    padding: 0 10px 10px;
}

#header-nav ul ul a {
    border-bottom: 1px solid rgba(221, 221, 221, 0.34);
    border-left: medium none;
    border-right: medium none;
    height: auto;
    text-align: left;
    width: 100%;
   
    color: #fff;
    padding: 10px;
    margin: 0;
}

#header-nav .menu-toggle,
#header-nav .dropdown-toggle {
    display: none;
}

#header-nav ul li a:hover,
#header-nav li.current-menu-item a,
#header-nav li.current_page_item a,
#header-nav li:hover > a {
    color: #000;
}

#mob-menu,
#mobile-trigger-quick {
    display: none;
}

/*Main nav*/

#main-nav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

#main-nav {
    background: #000;
    padding: 5px 0;

}

.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 225px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out 0.1s;
    padding: 0 25px;
}


.main-navigation ul li:hover > ul.sub-menu{
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
   transition: all 0.4s ease-in-out 0.1s;
}

.main-navigation ul ul ul {
    left: 114%;
    top: 0;
    border-left: 1px solid #f7f7f76b;
}
.main-navigation li {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    position: relative;
    padding: 15px 22px;
}
.main-navigation li li {
    float: none;
    display: block;
    padding:0;
}

.main-navigation li:first-child {
    padding-left: 0;
}

.main-navigation ul li li:first-child > a {
    border-left: none;
}
.main-navigation ul li a {
    color: #999;
    display: block;
    text-transform:uppercase;
    position: relative;
    z-index: 99;
    font-weight: 400;
   font-size:15px;
}
.main-navigation ul li a:hover {color:#fff;}


.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
    content: "\f0dd ";
    margin-left: 10px;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    font-family: FontAwesome;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
    top: 15px;
    content: "\f0da";
}

.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a {
    padding-right: 15px;
}



.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}




/*===========================================================
**************************** Main Content *******************
===========================================================*/


#content {
    padding: 0px 0;
    clear: both;
}
.page-template-front #content {
    display: none;
}
#featured-content{
    float: left;
    width: 100%;
}


/*===========================================================
**************************** Sidebar *******************
===========================================================*/

.archive article, .search article {padding: 20px;
 box-shadow: 0 0 20px #f3f3f3;margin-bottom:40px;}
.sidebar .widget {
    padding: 20px;
    box-shadow: 0 0 20px #f3f3f3;
}
.sidebar #custom_html-3.widget {padding: 0;
    box-shadow: none;}

h1.entry-title {
    margin-bottom: 0;
}




.sidebar .widget-title {
    border-bottom: 1px solid #f1f0f0;
    text-align: left;
    padding-bottom: 10px;
    font-weight: 400;
    position: relative;
	font-size:20px;
	text-transform:uppercase;
    margin-bottom: 25px;
}

.sidebar .widget-title:after {
    background: #2ecc71;
    position: absolute;
    bottom: -2px;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
}


.widget-area.sidebar ul {list-style:none;margin:0;}

.widget-area.sidebar ul li {
border-bottom:1px solid rgba(0,0,0,0.04);
padding-bottom:5px;
margin-bottom:5px;
 
}
.widget-area.sidebar ul li a {display:block;font-weight:700;}
.widget-area.sidebar ul li:last-child {border:none;padding-bottom:0;
margin-bottom:0;}


/*===========================================================
**************************** Footer *******************
===========================================================*/

#colophon {
    background-color: #070707;
    clear: both;
    color: #ddd;
   
    padding: 10px 0 6px 0;
    text-align: center;
}

#colophon a {
    color:#999;
	text-transform:uppercase;
}

#colophon a:hover {
    color: #ffffff;
}

#colophon .copyright {
    margin-bottom: 5px;
    display: block;
    text-align: center;
	 font-size: 13px;
}

.site-info {
    float: right;
    display: inline-block;
    margin-left: 5px;
}
#footer-navigation {
    margin-bottom: 10px;
    border-bottom: 1px solid #161616;
    padding-bottom: 10px;
}
/*===========================================================
**************************** Footer Widgets *****************
===========================================================*/
#footer-widgets {
    background: #000;
    overflow: hidden;
    padding: 60px 0;
    color: #ddd;
   margin-top:40px;
}
#footer-widgets .widget {margin:0 0 30px;}
#footer-widgets .widget ul {
    list-style: none;
    margin: 0;
}
#footer-widgets .widget ul li {margin:0 0 5px;}
#footer-widgets .widget ul li a {
color:#999;
text-transform:uppercase;
font-size:14px;
}


#footer-widgets .widget ul li a:hover {
    color:#fff;
}


#footer-widgets .widget-title {
    color: #ffffff;
    font-weight: 400;
	font-size:17px;
   text-transform:uppercase;
}
.copyright_site {font-size:13px;color:#999;}
.menu_widget ul {margin:15px 0 0;}
.menu_widget ul li {display:inline-block;margin-right:15px;}
.menu_widget ul li a {font-size:13px;color:#2ecc71;}
.menu_widget ul li a:hover {color:#fff;}
.info_site {font-size:11px;color:#737373;}
.before_info img {max-height:35px;margin-right:25px;}

/*===========================================================
*********************** Error 404 Page  *****************
===========================================================*/

section.error-404 {
    text-align: center;
	padding:100px 0;
}




.error404 .search-form {
    max-width: 300px;
    margin: 10px auto;
}



.post-thumb a {
    display: block;
    overflow: hidden;
    position: relative;
}



.inner-wrapper::after,
.inner-wrapper::before {
    content: "";
    display: table;
    clear: both;
}


/* Smaller than standard 1230(devices and browsers) */
@media only screen and (max-width:1229px){


    .comments-area form#commentform p {
        float: left;
        width: 100%;
    }

    #comments input {
        width: 100%;
    }

    #comments input#submit {
        width: auto;
    }





}

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


    .main-navigation ul > li ul  {
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .main-navigation ul > li:hover > ul  {
        display: block;
        opacity: 1;
        visibility: visible;
    }

}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px){
#tophead {display:none;}
.site-branding {
   
    float: none;
    width:180px;
	text-align:center;
    margin: 0 auto;
    padding-top: 7px;
}
.custom-logo-link {
    float: none;
    margin-right: 0;
    max-width: 100%!important;
}

.right-head {
    float: none;
	text-align:center;
    margin-left: 0;
    margin-top: 35px;
    margin-bottom: 15px;
}
a#mobile-trigger {display:block;color:#fff;font-size:20px;}
    #masthead {
        text-align: center;
    }

    #main-nav {
        display: none;
    }


.mobile-nav-wrap {position:absolute;margin-top:20px;left:15px;z-index:999;}


    .sidr ul li ul li a,
    .sidr ul li ul li span {
        line-height: 1.5;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-top: 10px !important;
    }


    /*#top-nav*/

    #mobile-trigger-quick {
        text-align: right;
        transition: inherit;
        padding-right: 25px;
    }

    .sidr-quick-open #mobile-trigger-quick{
        margin-right:210px;
    }

   a#mobile-trigger-quick  {
        display: block;
        float: right;
        margin-right: 25px;
        color: #fff;
        font-size: 12px;
        border: 2px solid;
        text-align: center;
        display: block;
        padding: 5px 15px;
    }



}



/* Smaller than standard 768 (devices and browsers) */
@media only screen and (max-width:767px){





    .sidr-main-open  a#mobile-trigger span,
    .sidr-quick-open #mobile-trigger-quick span,
    .sidr-main-open #mobile-trigger-quick span,
    .sidr-quick-open  a#mobile-trigger span{
        display: none;
    }

    .sidr ul li a{
        display: block;
        margin: 0;
        font-size: 13px;
        line-height: 1.5;
        padding: 9px;
    }

    .sidr {
        width: 210px;
    }


    #header-nav li {
        float: none;
    }


}




/* Smaller than standard 480 (devices and browsers) */
@media only screen and (max-width:479px){

    a#mobile-trigger {
        margin-left: 5px;
    }
    a#mobile-trigger-quick {
        margin-right: 5px;
    }
    .sidr-quick-open a#mobile-trigger {
        display: none;
    }


    #sidebar-front-page-widget-area .subtitle, .subtitle {
        font-size: 13px;
    }



}



a.toplink1 {margin-right:15px;border-radius:30px;border:1px solid #999;color:#999;padding:10px 25px 8px;text-transform:uppercase;font-size:14px;}
a.toplink1:hover {background:#343434;}
a.toplink2:hover {background:#25a75c;}
a.toplink2 {border-radius:30px;font-size:14px;background:#2ecc71;border:1px solid #2ecc71;color:#fff;padding:10px 25px 8px;text-transform:uppercase;}
@media (max-width:330px) {
.right-head a {display:block;text-align:center;}
.right-head a.toplink1 {margin-right:0;margin-bottom:15px;}
}
a.flink1 {border-radius:30px;font-size:14px;display:block;margin-bottom:15px;margin-top:7px;font-weight:700;text-align:center;border:1px solid #999;color:#999;padding:14px 0px;text-transform:uppercase;}
a.flink1:hover {color:#fff !important;background:#343434;}
a.flink2:hover {color:#fff !important;background:#25a75c;}
#sidebar-primary a.flink1:hover {color:#999 !important;background:rgba(0,0,0,0.06);}
a.flink2 {border-radius:30px;font-size:14px;font-weight:700;display:block;text-align:center;background:#2ecc71;border:1px solid #2ecc71;color:#fff;padding:14px 0px;text-transform:uppercase;}
.miniature {float:left;margin-right:20px;margin-top:5px;}
.single .miniature {width:45%;margin-top:5px;margin-bottom:15px;}
@media (max-width:767px) {
.single .miniature, .miniature {width:100%;margin-right:0;margin-bottom:15px;}	

}
.uptolike-buttons {margin-top:20px;}
.h2.entry-title a {font-size:20px;display:block;}

.hbcenter {clear:both;}

.home h1, .home h2 {font-size:25px;}
#homeb1 {padding:40px 0 15px 0;}
#homeb1 ul li {position:relative;padding-left:45px;min-height:43px;}
#homeb1 ul {margin:10px 0px 15px 0;list-style:none;padding:0;}
#homeb1 ul li:before {padding-top:6px;font-family: 'FontAwesome';content: '\e80f';font-size:13px;position:absolute;border-radius:50%;left:0;width:30px;height:30px;color:#fff;text-align:center;background:#610170;}
#homeb2 img {margin-top:10px;margin-bottom:10px;}
#homeb2 .inner-col-9 {padding-left:0;}
#homeb2 {padding:0 0 40px;}
#homeb2 ul {margin:0 0 15px;list-style:none;}
#homeb2 ul li {position:relative;padding-left:25px;margin:0 0 10px;}
#homeb2 ul li:before {font-family: 'FontAwesome';content: '\E802';position:absolute;left:0;color:#2ecc71;}
.hb3 {margin:15px 0 20px;border-radius:15px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);background:#fff;overflow:hidden;}
.hb3 .inner-col-7 {padding-top:15px;padding-bottom:15px;padding-left:30px;}
.hb3 .inner-col-5 {padding-left:0;}
#homeb3 {background:#f5f5f5;padding:40px 0;}
#homeb3 img {display: block!important;}
#homeb3 ul {list-style:none;margin:0 0 15px;}
#homeb3 ul i {width:25px;color:#29a1e6;}
#homeb3 ul li {margin-bottom:5px;}
#homeb3 ul li:last-child {margin-bottom:0;}
#homeb4 {padding:40px 0 10px;}
.bonuses{
  position:relative;
  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;
  }
}
.home blockquote {margin-top:15px;clear:both;border:1px solid rgba(0,0,0,0.1);border-radius:15px;padding:15px;}
#call_to_action {background:#000 url(/wp-content/uploads/2020/04/999-1.jpg) no-repeat 60% top;background-size:1400px;height:420px;}
.cta_box {width:45%;color:#fff;padding-top:70px;}
.promotop {display:inline-block;font-weight:700;color:#fff;max-width:400px;} 
.cta_title {font-size:35px;line-height:1.2;margin-bottom:30px;font-weight:700;}
.cta_text {font-size:20px;opacity:0.7;display:block;margin:0 0 60px;}
.rev_title {color:#fff;font-weight:700;font-size:27px;max-width:400px;line-height:1.2;}
#call_to_action a.toplink2 {font-weight:700;padding:20px 55px 18px;font-size:16px;}
.top-block {text-align:center;padding:30px 0;display:none;background: #0f0012;
background: -moz-linear-gradient(-45deg,  #0f0012 0%, #2a0133 50%, #600274 100%);
background: -webkit-linear-gradient(-45deg,  #0f0012 0%,#2a0133 50%,#600274 100%);
background: linear-gradient(135deg,  #0f0012 0%,#2a0133 50%,#600274 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0012', endColorstr='#600274',GradientType=1 );
}
.top-block .promotop {background:none;}
.top-block a.toplink2 {text-align:center;font-weight:700;padding:10px;font-size:15px;display:block;max-width:260px;margin:15px auto;}
a.toplink3 {text-transform:uppercase;border-radius:30px;text-align:center;color:#000;
background:#f9cd02;font-weight:700;padding:10px;font-size:15px;display:block;max-width:260px;margin:15px auto;}

@media (max-width:767px) {
.cta_box {width:97%;text-align:center;padding-top:30px;}
.cta_title {font-size:30px;}
.cta_text {margin:0 0 50px;}
.rev_title {font-size:25px;max-width:100%;}
.top-block {display:block;}
.pokerdom-btn {display: flex;
 justify-content: space-around;
 align-items: center;}
}
@media (max-width:430px) {
.cta_box {padding-top:30px;}
.cta_title {font-size:25px;margin-bottom:20px;}
.cta_text {margin:0 0 40px;}
.pokerdom-btn {display: block}
.pokerdom-btn a.toplink2 {display:block;max-width:240px;padding:10px;font-weight:700;margin:10px auto 0;}
}
@media (max-width:330px) {

.cta_title {font-size:20px;margin-bottom:10px;}
.cta_text {font-size:17px;}
}
@media (max-width:420px) {
#rev_slider {height:300px;text-align:center;}
.rev_title {width:100%;}
}
.news-inner {border-radius:15px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);background:#fff;overflow:hidden;margin-bottom:30px;}
#latest_news {background:#f5f5f5;padding:40px 0 50px;}
#latest_news b {display:block;padding:5px 15px 15px;min-height:100px;}
.text-col-1 {
background: #bca5ff;
background: -moz-linear-gradient(left,  #bca5ff 0%, #f9f8ff 100%);
background: -webkit-linear-gradient(left,  #bca5ff 0%,#f9f8ff 100%);
background: linear-gradient(to right,  #bca5ff 0%,#f9f8ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bca5ff', endColorstr='#f9f8ff',GradientType=1 );
min-height:230px;
color:#000;
border-radius:15px;overflow:hidden;padding:20px 20px 5px;margin:10px 0 20px;}
.text-col-2 {
color:#000;
min-height:230px;
background: #acf2c5;
background: -moz-linear-gradient(left,  #acf2c5 0%, #eefff4 100%);
background: -webkit-linear-gradient(left,  #acf2c5 0%,#eefff4 100%);
background: linear-gradient(to right,  #acf2c5 0%,#eefff4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acf2c5', endColorstr='#eefff4',GradientType=1 );
border-radius:15px;overflow:hidden;padding:20px 20px 5px;margin:10px 0 20px;}

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

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

#dom-social .jssocials-share-link {
	
	padding: 0;

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

}
#dom-social .jssocials-share-logo {
    font-size: 25px;
	text-shadow:0 0 3px rgba(0,0,0,0.4);
}
#dom-social {
	
}
#dom-socials {
	margin-top: 20px;
}
#dom-socials.jssocials {
	text-align:center!important;display:block!important;
}
.pay_img img {margin:0 1px 1px 0;float:left;width:130px;}
@media (max-width:991px) {
#sidebar-primary {max-width:300px;margin:30px auto 0;}
#custom_html-4 {display:none;}

.news-inner img {width:100%;}
#homeb1 .inner-col-4, #homeb2 .inner-col-3 {text-align:center;}
#homeb2 .inner-col-9 {padding-left:15px;}

}
@media (min-width:380px) and (max-width:991px) {
#footer-widgets .inner-col-5 .inner-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width:500px) and (max-width:991px) {

 #latest_news .inner-col-3  {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
 
}
@media (max-width:1100px) {
#homeb1 img {margin-top:20px;}	
}
@media (max-width:1200px) {
#homeb3 .inner-col-5, #homeb3 .inner-col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }	
  .hb3 .inner-col-5 {padding-left:30px;text-align:center;}
  .hb3 {padding:15px 30px 30px 15px;}
  .hb3 .inner-col-5 img {border-radius:15px;margin:0 auto;}
}
.copypromo { 
	display: block;
    font-size: 18px;
    padding:10px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px dashed #29a1e6;
    text-align: center;
    max-width: 280px;
	color:#29a1e6;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-weight:700;
	margin-top:15px;
	margin-bottom:5px;
}
.copypromo:hover {color:#29a1e6;}
.copypromo:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/dpkr/images/copy.svg);
    mask: url(/wp-content/themes/dpkr/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #29a1e6;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
.promotop .copypromo { 
	display: inline-block;
    font-size: 16px;
    padding:0px;
    
    border-radius: 0;
    border: none;
    text-align: left;
   
	color:#29a1e6;
	position: relative;
	margin: 0;
	
}
.promo-inner {text-align:center;border-radius:15px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);background:#fff;padding:30px;}
.promo-inner p {font-size:17px;color:#000;}
.startplay {font-weight:700;color:#2ecc71;}
@media (max-width:500px) {
.promo-inner {padding:15px;}
}

.btncenter {
	display: flex;
    justify-content: center;
    padding-top: 12px;
}

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

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

}