/*
Theme Name: pkd
Text Domain: pkd
*/


html {
	
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	color:rgba(0,0,0,0.8);
	font-size: 16px;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.5;
	background:#e0e9f0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-weight: 700;
	color:#000;
	line-height:1.3;
	margin:0 0 15px;
}
h1 {font-size:26px;}
h2 {font-size:23px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5 {font-size:17px;}
h6 {font-size:16px;}
.home .h2 {font-size:23px;}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 0;
}
p {margin:0 0 15px;}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: #0037ff;
}
a:active,
a:hover {
	outline-width: 0;
	text-decoration: none;
	color:#000;
}
abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}
b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}
code,
kbd,
samp {
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #eee;
	color: #222;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details,
menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

/*----------- Alignments ------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*----------- Forms ---------------*/
label {
	display: block;
	font-weight: 700;
	margin-bottom: 0.5em;
}
fieldset {
	margin-bottom: 1em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}
select {
	border: 1px solid #bbb;
	padding: 10px;
	max-width: 100%;
	background: transparent;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}
button,
input[type="button"],
input[type="submit"] {
	background: #3753fc;
    border: 0;
   
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;

    font-weight: 700;
    line-height: 1;
    padding: 15px 20px;
    text-shadow: none;
  
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #3753fc;
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #3753fc;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
}
:-moz-placeholder {
	color: #333;
}
::-moz-placeholder {
	color: #333;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #333;
}

/*------------- Formatting ----------------*/
hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/*-------------- Lists -------------------*/
ul,
ol {
	margin: 0 0 15px 15px;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}

dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}

/*-------------------- Tables ---------------------*/
table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
	text-align:center;
	border:1px solid #dedede;
}
table td, table th {padding:10px 15px;border:1px solid rgba(0,0,0,0.1);}

@media screen and (max-width: 767px) {
    .ctable {
        width: 100%;
        overflow: auto!important;
      border:1px solid rgba(0,0,0,0.1);
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .ctable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
/*--------------------- Links ----------------------*/

a {
	
	text-decoration: none;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	text-decoration: none;
	outline: 0;
}



/*--------------- Navigation -----------------------*/
.navigation-top a {
	color: #576771;
	font-weight: 700;
	
	 text-transform: uppercase;
	
}
.navigation-top a:hover {color:#000;}
.main-navigation {
	clear: both;
	display: block;
	
}
.main-navigation ul {
	list-style: none;
	padding: 0;
	text-align: left;
}
.main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}


.main-navigation.toggled-on > div > ul {
	display: block;
}
.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}
.main-navigation ul ul.toggled-on {
	display: block;
}
.main-navigation ul ul a {
	
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}
.main-navigation li {
	margin-right:30px;
	position: relative;
}
.main-navigation li li,
.main-navigation li:last-child {
	border: 0;margin-right:0;
}
.main-navigation a {
	display: block;
	
	text-decoration: none;
}

/* Menu toggle */
.menu-toggle {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	display: block;
	position:absolute;
	right:0;
	top:-50px;
	font-weight: 700;
	text-transform:uppercase;
	margin: 15px 15px 10px;
	padding: 5px;
	text-shadow: none;
	z-index:99;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}
.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}
.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}



.tright {text-align:right;}



.logo-img img{
max-width:170px;
}



button.search-submit {
 	border: 0;
 	
}
input.search-field {
    padding: 10px;
    background: #fff;
    width: 95%;
}

#masthead {width:100%;background:#fff;padding:10px 0 10px;}


#slider{ 
  background:#031716 url(/wp-content/uploads/banner.jpg) no-repeat 70% center;background-size:contain;height:350px;
  overflow:hidden;
  position:relative;margin:0 0 30px;padding:50px 0 0;
  
}
#slider .h2 {font-size:25px;color:#fff;}
.s-overlay {position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;}
#slider a.sitelink2 {display:block;padding:12px;margin:30px 0;max-width:200px;}
#slider a.sitelink1 {display:none;padding:10px;margin:15px auto;max-width:240px;}
.promocode {display:inline-block;max-width:450px;position:relative;z-index:9;font-weight:700;color:#fff;}

.promocode span { 
	position: relative;
	color:#ffae00;font-weight:700;
	margin-right:20px;
	text-decoration:none!important;
	cursor:pointer;
	display:inline-block;
}

.promocode span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/pkd/images/copy.svg);
    mask: url(/wp-content/themes/pkd/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #ffae00;
    position:absolute;
	right:-20px;
	top:2px;
    width: 18px;
    height: 18px;
    
}
@media (max-width:991px) {
#slider {background-position:90% center;height:300px;padding:30px 0 0;}
}
@media (max-width:767px) {
#slider .h2 {font-size:23px;}
#slider {height:auto;padding:30px 0;text-align:center;height:auto;background-image:none;}
#slider a.sitelink2 {padding:10px;margin:15px auto;max-width:240px;}
#slider a.sitelink1 {display:block;}
.home #masthead {padding:10px 0 0;}

}
a.sitelink1 {text-align:center;font-weight:700;border-radius:30px;padding:10px 30px;color:#fff;background:#04cfaa;}
a.sitelink2 {text-align:center;font-weight:700;border-radius:30px;padding:10px 30px;color:#fff;background: #ff2400;}
#sidebox a.sitelink1, #sidebox a.sitelink2 {display:block;margin:15px auto;max-width:320px;}
.site-footer a.sitelink1, .site-footer a.sitelink2 {display:block;margin:0 auto 15px;}
.main-header a.sitelink1 {margin-right:15px;}
.top-btn {text-align:right;padding-top:8px;}
.navigation-top {padding-top:8px;}
#sidebox .h2{
    
    font-size: 20px;
    font-weight: 700;
    text-transform:uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 12px 0;
    margin-bottom: 10px;
}

#sidebox ul li a {font-weight:700;display:block;line-height:1.3;}
.side-btn {padding:30px 0 0;}
#sidebox ul {list-style:none;margin:0;}
#sidebox ul li{
    padding: 10px 0;
	margin:0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.site-footer ul li a {
font-weight:700;
color:#576771;

line-height:1.3;
display:block;
}
.site-footer ul {list-style:none;margin:0;}
.site-footer ul li {margin-bottom:12px;}
.site-footer ul li:last-child {margin-bottom:0;}
.site-footer ul li a:hover {color:#000;}


.site-info {padding:10px 0 0;font-size:13px;}
.blogger img {width:100%;}
.blogger {margin-bottom:30px;}
.blogger .h3 {font-size:18px;margin:0;}
.site-info ul {list-style:none;margin:0 0 15px;padding:0;}
.site-info ul li {display:inline-block;margin-right:15px;margin-bottom:5px;}
.site-info ul li a {font-weight:400;}



/*----------- Layout ----------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

#page {
	position: relative;
	
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}
.wrap:after {
	clear: both;
	content: "";
	display: block;
}


/* Site branding */

.site-branding {
	padding: 0px;

}


.features-content {border-radius:15px;overflow:hidden;margin-bottom:30px;background:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.07);}
.features-content .h4 {padding:15px;margin:0;}
.hpcontent {padding-bottom:30px;}
.hpcontent a {text-align: center;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px;display:block;margin:15px auto;max-width:230px;
  color: #fff;
  background: #0037ff;}



.admin-bar .wp-custom-header-video-button {
	top: 62px;
}
.has-header-image:not(.safha-one-page-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}


.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}
.comments-pagination {
	border: 0;
}
.page-numbers {
	border-radius:10px;
	padding: 7px 15px;
	border:2px solid #3753fc;
	color:#3753fc;
	font-weight:700;
}
.page-numbers.dots {border:none;color:#3753fc;}
.page-numbers.current, .page-numbers:hover {
	color: #fff;
	display: inline-block;
	background:#3753fc;
	text-decoration:none;
	
}
.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}
.taxonomy-description {padding-top:30px;}
.singlebox iframe {border:none;padding:0;width:100%;height:450px;margin:0;}
@media (max-width:1199px) {
.singlebox iframe {height:400px;}
}
@media (max-width:767px) {
.singlebox iframe {height:300px;}
}
@media (max-width:480px) {
.singlebox iframe {height:250px;}
}
@media (max-width:370px) {
.singlebox iframe {height:200px;}
}
.prev.page-numbers,
.next.page-numbers {
	padding: 7px 15px;
	border-radius:10px;
	
	display: inline-block;

	margin:0 3px;
	
}
.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers {
	float: left;
   
 
}
.next.page-numbers {
	float: right;
   
  
}
nav .h2.screen-reader-text {
    display: none;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}
.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}


/* More tag */
.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.safha-one-page-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}
.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}
.single-featured-image-header img {
	display: block;
	margin: auto;
}
.page-links {
	
	padding: 2em 0 3em;
}
.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}
.page-links a {
	display: inline-block;
}
.page-links a .page-number {
	color: #222;
}
/* Entry footer */
.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}
.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {

	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}
.entry-footer .edit-link {
	display: inline-block;
}
.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	
	display: inline-block;
	
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}


/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
blockqoute {font-style:italic;color:#000;font-size:17px;margin:0 0 15px;padding-left:15px;border-left:5px solid #c50cc7;}
.format-quote blockquote {
	
	font-size: 20px;
	
	overflow: visible;
	position: relative;
}
.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */
.post-navigation {
	font-weight: 700;
	margin: 3em 0;
}
.post-navigation .nav-links {
	padding: 1em 0;
}
.nav-subtitle {
	background: transparent;
	
	display: block;
	
	margin-bottom: 1em;
	text-transform: uppercase;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}
.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}
.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*---------------- Pages -----------------*/


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

/* 404 page */
.error404 .page-content {
	padding-bottom: 4em;
}
.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*------------ Footer ---------------*/


.site-footer {
    background: #fff;
}
.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}


    
/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 20px;
	padding-top: 30px;
}
.search-form .search-submit {
    bottom: 0px;
    padding: 12px;
    position: absolute;
    right: 0px;
    
}




.widget_calendar td,
.widget_calendar tfoot td,
.widget_calendar th,
td#prev,
td#next{
	border:1px solid !important;
}


.copyright {
  
    padding: 12px;
}
.slot-cats ul {margin:0;list-style:none;}
.slot-cats ul li {display:inline-block;margin-right:8px;margin-bottom:25px;}
.slot-cats ul li a {text-align: center;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 30px;
  color: #fff;
  background: #3753fc;}
/*------------- Comments ----------------*/

.comments-title {
	font-size: 20px;
	margin-bottom: 1.5em;
}
.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding-left: 60px;
}
.comment-list li:before {
	display: none;
}
.comment-body {
	margin-left: 65px;
}
.comment-author {
	
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}
.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}
.comment-author .says {
	display: none;
}
.comment-meta {
	margin-bottom: 1.5em;
}
.comment-metadata {
	color: #767676;
	font-size: 10px;
	
	
	text-transform: uppercase;
}
.comment-metadata a {
	color: #767676;
}
.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}
.comment-body {
	color: #333;

	margin-bottom: 4em;
}
a.comment-reply-link {
	margin-left:15px!important;
	position: relative;
}
.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}
.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	
	font-style: italic;
}
.comments-pagination {
	margin: 2em 0 3em;
}


/*---------------- Widgets ---------------*/


#sidebox {
	background:#fff;
    padding: 15px;
    border-radius:15px;
	box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.07);
    margin-bottom: 30px;
    padding: 15px;
height:100%; 
}



/* widget forms */

.widget select {
	width: 100%;
}



/*-------------------- Media ----------------*/
img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}


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

.wp-caption {

	font-size: 14px;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	padding:6px 0 0;opacity:0.8;text-align:center;
}



#content {padding:30px 0 0;}
.home #content {padding:0;}


.game-inner {margin-bottom:30px;background: rgba(0,0,0,0.85);
border-radius: 15px;overflow:hidden;text-align:center;
}
.game-inner img {width:100%;display:block;}
.game-inner:hover img {opacity:0.2;}
.game-button {position:absolute;left:0;top:13%;width:100%;display:none;}
.game-inner:hover .game-button {display:block;}
.game-button a.sitelink2 {display:block;margin:10px auto;max-width:170px;padding:10px;}
.game-button span {color:#fff;font-size:14px;}
a.demo-link {color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;}
a.demo-link:hover {color:#fff;}
.update-page {text-align:center;background: #f8f8f8;padding:10px 0;font-weight:700;}
@media (max-width:1199px) {
.game-button {top:10%;}
}
@media (max-width:991px) {
.main-navigation ul {padding:0;margin:0 0 15px;background:#e0e9f0;}
.main-navigation li {
  margin-right: 0;
  border-bottom:1px solid rgba(255,255,255,0.6)
}
.main-navigation a {padding:10px 15px;}
.home .main-navigation, .home .top-btn {display:none;}

#masthead {text-align:center;}
.top-btn {text-align:center;padding:10px 0 30px;}
#sidebox {margin-top:30px;height:auto;}
.blogger .h3 {margin:15px 0 0;}
.slots .col-lg-3, #slots .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.game-button {top:20%;}
}
@media (max-width:767px) {
.site-footer a.sitelink1, .site-footer a.sitelink2 {margin:15px auto 0;}
.game-button {top:13%;}
}
@media (max-width:500px) {
.slots .col-lg-3, #slots .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.game-button {top:23%;}
}
@media (max-width:340px) {
.game-button {top:15%;}
.main-header a.sitelink1 {
  margin:0 15px 15px;display:block;
}
.main-header a.sitelink2 {display:block;margin:0 15px;}
}






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


	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}
	/* Main Navigation */

	.menu-toggle,
	.dropdown-toggle {
		display: none;
	}
	.main-navigation {
		width: auto;
	}
	.main-navigation ul,
	.main-navigation ul ul,
	.main-navigation > div > ul {
		display: block;
	}
	.main-navigation ul {
		background: transparent;
		
	}
	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
	
	}
	.main-navigation li {
		border: 0;
		display: inline-block;
	}
	.main-navigation li li {
		display: block;
	}


	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #00c7fe;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}
	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}
	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}
	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
		top:-1px;
	}
	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 14em;
	}
	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}
	.main-navigation li li a:hover,
	.main-navigation li li a.focus {
		background: #00c7fe;
	}
	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}


	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}
	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}
	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}
	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/*Scroll down arrow */
	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}
	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}
	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}
	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}
	.menu-scroll-down:focus {
		outline: thin dotted;
	}
	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */
	.safha-one-page-front-page.has-header-image .site-branding,
	.safha-one-page-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}
	.safha-one-page-front-page.has-header-image .custom-header-media,
	.safha-one-page-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}
	.safha-one-page-front-page.has-header-image .custom-header-media:before,
	.safha-one-page-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}
	.admin-bar.safha-one-page-front-page.has-header-image .custom-header-media,
	.admin-bar.safha-one-page-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}
	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}
	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}
	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}
	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}
	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */
	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}
	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}
	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}
	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	
	/* Posts */
	.site-content {
		padding: 5.5em 0 0;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}
	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */
	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}
	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}
	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}
	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	

	/* with sidebar */
	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}
	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}
	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* Pages */
	.page.page-one-column .entry-header,
	.safha-one-page-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}
	/* 404 page */
	.error404 .page-content {
		padding-bottom: 9em;
	}
	/* Comments */
	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */
	.nav-links .nav-title {
		position: relative;
	}
	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}
	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}
	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */


	/* Footer */
	.site-footer {
	
		margin-top: 3em;
	}
	.home .site-footer {margin-top: 0;}
	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */
	.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%;
	}
}

@media screen and ( min-width: 1072px ) {
	/* Navigation */
	.navigation-top .wrap {
		padding: 0;
	}
	.navigation-top nav {
		margin-left: 0;
	}
	/* Sticky posts */
	.sticky .icon-thumb-tack {
		font-size: 32px;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */
	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		width: 1px;
	}
	/* Comments */
	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( max-width: 782px ) and ( min-width: 768px ) {
	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}



}



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

.breadcrumbs {font-size:13px;}

@media (min-width: 813px) {
	.pokerdom-sm {display: none;}
}
.comment-date {font-size:13px;color:#555;}
.site-info .col-md-12 {font-size:13px;color:#ccc;padding-top:15px;padding-bottom:15px;opacity:0.5;}

summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;}
summary {
   display:block;
   position:relative;
   cursor: pointer;
   padding:5px 20px 8px;
}
details p, details ul, details h3 {padding:0 20px;}
summary:before {  
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  position:absolute;
  right:20px;
  top:23px;
}
details[open] > summary:before {

  content: '\f107';
  
}
details[open] summary ~ * {
  animation: sweep .6s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; }
  100%  {opacity: 1; }
}
summary:focus {outline:0;}

details{
  display:block;
  position:relative;
  border-bottom:1px solid #eeeeee;
}
details:last-child {
  
  border:none;
}
.play-btn {text-align:center;padding:30px 0 30px;}

.hp-box {margin:0 0 30px;border-radius:15px;overflow:hidden;box-shadow: 0px 0px 5px #cbcbcb;
-webkit-box-shadow: 0px 0px 5px #cbcbcb;
-moz-box-shadow: 0px 0px 5px #cbcbcb;
box-shadow: 0px 0px 5px #cbcbcb;padding:0 15px;}
.csn p:first-of-type {margin:15px 0;}
.profile-title {margin:0 -15px;font-size:20px;text-transform:uppercase;padding:20px;background: #adf3fc;
background: -moz-linear-gradient(left,  #adf3fc 0%, #defcff 100%);
background: -webkit-linear-gradient(left,  #adf3fc 0%,#defcff 100%);
background: linear-gradient(to right,  #adf3fc 0%,#defcff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adf3fc', endColorstr='#defcff',GradientType=1 );
} 
.poker-title {margin:0 -15px;font-size:20px;text-transform:uppercase;padding:20px;background: #ffb195;
background: -moz-linear-gradient(left,  #ffb195 0%, #ffe7e1 100%);
background: -webkit-linear-gradient(left,  #ffb195 0%,#ffe7e1 100%);
background: linear-gradient(to right,  #ffb195 0%,#ffe7e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb195', endColorstr='#ffe7e1',GradientType=1 );
}
.apps-title {margin:0 -15px;font-size:20px;text-transform:uppercase;padding:20px;
background: #7ffb79;
background: -moz-linear-gradient(left,  #7ffb79 0%, #dbfed4 100%);
background: -webkit-linear-gradient(left,  #7ffb79 0%,#dbfed4 100%);
background: linear-gradient(to right,  #7ffb79 0%,#dbfed4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ffb79', endColorstr='#dbfed4',GradientType=1 );

}
.pay-title {margin:0 -15px;font-size:20px;text-transform:uppercase;padding:20px;
background: #ffd043;
background: -moz-linear-gradient(left,  #ffd043 0%, #fff2cc 100%);
background: -webkit-linear-gradient(left,  #ffd043 0%,#fff2cc 100%);
background: linear-gradient(to right,  #ffd043 0%,#fff2cc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd043', endColorstr='#fff2cc',GradientType=1 );
}


.container {position:relative;}