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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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


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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
	padding:0;
    color: #000;
    font-weight: 700;
	clear: both;
	line-height:1.3;
}
h1, .h1 {font-size:32px;}
h2, .h2 {font-size:28px;}
h3, .h3 {font-size:24px;}
h4, .h4 {font-size:22px;}
h5, .h5 {font-size:20px;}
h6, .h6 {font-size:18px;}
p {
	margin: 0 0 15px;
	padding:0;
}

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

blockquote {
	margin: 0 0 15px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 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: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 0;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}



select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #cd181f;
}



a:hover,
a:focus,
a:active {
	color: #ac161b;
}

a:focus {
	outline: 0!important;
}

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


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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

/*.post,
.page {
	margin: 0 0 1.5em;
}*/

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

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


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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

.btn--search-close {
    font-size: 2em;
    position: absolute;
    float: right;
    right: 0;
    top: 24px;
}



.header-top {background:#171717;border-bottom:2px solid #cd181f; padding: 18px 0 15px;}
.bottom-header {background:#0c0c0c;border-bottom:1px solid #1b1b1b;}


.logo-wrap img {width:170px;height:auto;display:block;}


.site-branding {
    float: left;
	
}





.hero-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
 
}
.hero-section img {margin:0 auto;display:block;}

a.hero-btn {
color:#fff;
padding:13px 50px;
background: #9b3e3e;
font-weight:700;
border-radius:5px;
background: -moz-linear-gradient(top,  #9b3e3e 0%, #803030 100%);
background: -webkit-linear-gradient(top,  #9b3e3e 0%,#803030 100%);
background: linear-gradient(to bottom,  #9b3e3e 0%,#803030 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b3e3e', endColorstr='#803030',GradientType=0 );

}
.hero-section .h3 {
    font-size: 22px;
    color: #fff;
   margin:0 0 40px;
   font-weight:400;
}

header#masthead {
    position: relative;
    top: auto;
    z-index: 9999;
}


.section-title h2, .section-title h1 {
    font-size: 22px;
	
}

.home h3 {font-size:18px;}



.previous, .next {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-basis: 15%;
  font-size: 2rem;
  color: #232323;
}
.previous i, .next i {
  transition: all 0.1s ease;
}


.toggle-nav {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  line-height: 1.9;
}
.toggle-nav i {
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 0 0.5rem;
}

.flex-nav ul {
  position: absolute;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  display: none;
  width: 100%;
  left: 0;
  padding: 1rem;
  background: #fff;
  text-align: center;
}
.flex-nav ul.active {
  display: flex;
}



.comment-respond .comment-form input[type="submit"], .comments-area ol.comment-list .reply a {
    background: #595959;
    border: none !important;
    padding: 15px 35px;
    position: relative;
    font-size: 16px !important;
    overflow: hidden;
    transition: .5s;
    border-radius: 5px;
    display: inline-block;
    color: #fff !important;
    box-shadow: none !important;
}
.comment-respond .comment-form input[type="submit"]:hover {background:#9b3e3e;}
.blog-wrap {border-radius:5px;overflow:hidden;background:#f7f7f7;border:1px solid #eaeaea;}
.blog-wrap img {
  max-width: 100%;
}


.blog-wrap .h3 {
  margin: 0;
  padding: 10px 15px 15px;
}

.blog-wrap .h3 a {display:block;font-weight:700;line-height:1.2;font-size:17px;color:#cd181f;}
.blog-wrap .h3 a:hover {color:#000;}
footer#colophon {
    background: #0e0e0e;
}
.site-info {
    padding: 50px 0;
    text-align: center;
    background: #000;
}
.site-info {
    color: #555;
	font-size:13px;
}

.site-info p {
    margin: 0 0 10px;
	
}
.site-info ul {margin:0;list-style:none;}
.site-info ul li {display:inline-block;margin:0 10px;}
.bottom-images img {height:30px;margin:0 15px 15px;}

input[type=checkbox], input[type=radio] {
    width: auto !important;
    height: auto !important;
}
p.comment-form-cookies-consent input#wp-comment-cookies-consent, p.comment-form-cookies-consent label {
    display: inline-block !important;
}
p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    margin-right: 10px;
}
p.comment-form-cookies-consent {
    margin-top: 20px;
}

section.footer-sec {
    padding: 40px 0 30px;
}


  .comments-area .comments-title, #reply-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
     }
  .comments-area ol.comment-list {
    list-style: none;
    padding: 0; margin:0 0 15px;}
    .comments-area ol.comment-list:last-child {
      margin-bottom: 0; }
    .comments-area ol.comment-list .comment-author b.fn {
      margin-left: 7px;
     }
    
    .comments-area ol.comment-list .comment-author span.says {
      display: none; }
    .comments-area ol.comment-list .comment-author img {
     float:left; margin-right:20px;margin-top:5px;margin-bottom:15px;}
.comment-date {font-size:13px;}
  
    .comments-area ol.comment-list .comment-content {
      margin-bottom: 27px;
      padding: 15px;
      
      background: #f7f7f7;
      border-radius: 4px; }
    .comments-area ol.comment-list .comment-reply-link {
      float: right;
      margin: 0; }
      .comments-area ol.comment-list .comment-reply-link a {
        box-shadow: none;
        padding: 0; }
    .comments-area ol.comment-list ol.children {
      padding: 0;
      list-style: none;
      margin-left: 30px; }
  .comments-area .comment-subscription-form input[type="checkbox"] {
    height: auto !important; }

.comment-edit-link {
margin-left:20px; }




.nav-links {
  width: 100%;
  display: table; }
  .nav-links .nav-previous {
    width: 50%;
    display: inline-block; }
  .nav-links .nav-next {
    width: 50%;
    display: inline-block;
    text-align: right; }

.nav-links .nav-previous, .nav-links .nav-next {
  vertical-align: middle;
  float: none; }

.nav-links a, .nav-links span {
    padding: 6px 6px;
    margin-right: 5px;
    display: inline-block;
    font-size: 16px;
    color: #62646c;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.nav-links a {
    background: #f7f7f7;
}

.home .sb {padding-top:30px;}
article .entry-content img {
  margin-bottom: 15px; }


table {text-align: center;border:1px solid #eaeaea;}

table td {
  border:1px solid #eaeaea;
  padding: 10px;
  }

table tr:first-child {font-weight:700; background:#f7f7f7;}
@media screen and (max-width: 767px) {
    .ok-table {
        width: 100%;
        overflow: auto!important;
        border: 2px solid #eaeaea;
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
    .ok-table table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}

article iframe {
  width: 100%; }


#secondary .widget {
  
  background: #f7f7f7;
    padding: 10px 15px 15px;
	border:1px solid #eaeaea;
	border-radius:5px;
 
  margin: 0 0 30px;
  }
#secondary #custom_html-2.widget {background: none; padding: 0;border:0 none;}
.widget-title {
    font-size: 20px;
	border-bottom:1px solid #eaeaea;
	padding-bottom:8px;
	font-weight:700;
	color:#000;
	margin-bottom:20px;
  
}
#colophon .widget .widget-title {
    font-size: 20px;
    margin-bottom: 20px;
	color:#fff;
	
  
}
#colophon {text-align:center;}
#colophon .widget ul, #secondary .widget ul {
    padding: 0;
    margin: 0;
    list-style: none; }
#colophon .widget ul li {display:inline-block;margin:0 30px 15px;}
    #secondary .widget ul li {
      padding-bottom: 10px;
    border-bottom:1px solid #eaeaea;
      margin-bottom: 10px; }
#secondary .widget ul li:last-child {padding:0;margin:0;border:none;}
      #secondary .widget ul li a {
        font-weight:700;
		display:block;line-height:1.2;
        }
    #secondary .widget ul li a:hover {text-decoration:underline!important;}  
#colophon .widget ul li a {font-weight:700;color:#fff}
#colophon .widget ul li a:hover {color: #cd181f;}

.search-form {
  width: 100%; border-radius:5px;overflow:hidden;}
  .search-form .search-field {
    width: 100%;
    border: 1px solid #eee !important;
    padding: 9px 23px !important;
    outline: 0;
    -webkit-appearance: none;
    font-weight: 400;
    background: #fff;
    height: auto;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 50px; }
  
.search-form .search-submit {
    position: absolute;
    right: 1px;
    top: 0;
    box-shadow: none !important;
    font-size: 16px;
    border-radius: 0!important;
    background: #595959;
    border: none;
    color: #fff;
    height: 50px;
    display: inline-block;
    padding: 15px 13px;
    margin-left: 0;
    border: none;
	font-weight:700;
    line-height: 21px;
    width: 20%;
}
  .search-form label {
    width: 100%;
    margin-bottom: 0; }

.search-form {
  position: relative; }

article.hentry {
  margin-bottom: 30px; }
article.hentry .post-bg {
    padding: 30px 0;
    padding-top: 0;
    margin-top: 30px;
}

.content-header {background:#f7f7f7;padding:10px 0 15px;display:block;}
.content-header h1.entry-title {
    font-size:25px;
	margin:0;
}
@media (max-width:480px) {.content-header h1.entry-title {font-size:20px;}}
.hentry .entry-title a {font-weight:700;color:#000;font-size:18px;display:block;line-height:1.2;margin-bottom:10px;}
.hentry .entry-title a:hover {color: #cd181f;}
.hentry .col-md-5 img {display:block;}
span.comments-link {
  border: 1px solid #ddd;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 5px; }


select {
  width: 100%; }

.comment-respond .comment-form textarea {
    height: 200px;
    padding: 10px;
    background: none;
    border: none;
    border: 1px solid #eee;
    outline: 0 !important;
    transition: all 0.5s ease-out 0s;
    width: 100%;
    border-radius: 4px;
}
.comment-respond .comment-form input {
    background: none;
    border: none;
    outline: 0;
    font-size: 16px;
    padding: 0;
    border: 1px solid #eee;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    border-radius: 4px;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    transition: all 0.5s ease-out 0s;
}
.comment-respond .comment-form input[type="submit"] {
    font-weight: 700;
    
    width: auto;
    color: #fff;
    margin-top: 0;
    height: auto;
}
  header.entry-header {
    margin-bottom: 40px;
}



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

.header-search-form .search-form {overflow:hidden;position:relative;border:1px solid #1b1b1b;border-radius:5px;}
.header-search-form .search-form .search-field {
    border-radius: 0!important;
    background: #131313;
    border: none !important;
    height: auto;
	color:#5e5e5e;
    padding: 5px 10px!important;
}
.header-search-form {float:right;}
.header-search-form form.search-form:before {
    content: "\e801";
    display: inline-block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 12px;
    top: 5px;
    
    color: #5e5e5e;
	z-index:99;
	cursor:pointer;
}
.header-search-form {
    max-width: 200px;
}
.header-search-form label {
    width: 100%;
}
.header-search-form input.search-submit {
    padding: 0;
    width:40px;
    position: absolute;
    background: no-repeat;
    font-size: 0;
	text-align:center;
	right:0;
	background:none;
	z-index:999;
}



header#masthead {
    display: block;
}
.header-mobile {
    display: none;
}

.bottom-header {padding:15px 0;} 
.main-navigation ul {list-style:none;margin:0;padding:0;}
.main-navigation ul li {display:inline-block;margin-right:30px;padding:5px 0;}
.main-navigation ul li:last-child {margin-right:0;}
ul#menu-main li a {
    color: #fff;
    font-size: 16px;
  padding:0;
  font-weight:700;
}
ul#menu-main li a:hover {color:#cd181f;}
.navbar-right {text-align:right;}
ul#menu-main li.menu-item-has-children .dropdown-menu{
    position: absolute;
    opacity: 0;
    left: -9999px;
    z-index: 99999;
    display: block !important;
}

ul#menu-main li.menu-item-has-children:hover .dropdown-menu,ul#menu-main li.menu-item-has-children:focus .dropdown-menu,ul#menu-main li.menu-item-has-children:focus-within .dropdown-menu{
    display: block;
    left: 0;
    margin-top: 0;
    opacity: 1;
}

ul#menu-main li.menu-item-has-children .dropdown-menu li.menu-item-has-children>.dropdown-sub{
    position: absolute;
    opacity: 0;
    left: -9999px;
    z-index: 99999;
    display: block !important;
}
ul#menu-main li .dropdown-menu li {padding:0;display:block;margin-right:0;}
ul#menu-main li .dropdown-menu li a {color:#000;padding:5px 15px;display:block;}
ul#menu-main li.menu-item-has-children .dropdown-menu li.menu-item-has-children:hover .dropdown-sub,
ul#menu-main li.menu-item-has-children .dropdown-menu li.menu-item-has-children:focus .dropdown-sub,
ul#menu-main li.menu-item-has-children .dropdown-menu li.menu-item-has-children:focus-within .dropdown-sub{
    display: block;
    left: 230px;
    margin-top: 0;
    opacity: 1;
}



.archive article.hentry, .search article.hentry {
    background: #f7f7f7;
    padding: 15px;
	border:1px solid #eaeaea;
	border-radius:5px;
}


a.btn-default {background:#cd181f;padding:10px 30px;color:#fff;border-radius:30px;text-align:center;font-weight:700;}
a.btn-default:hover {background:#b9161c;}
a.btn-secondary {background:#17ae2b;padding:10px 30px;color:#fff;border-radius:30px;text-align:center;font-weight:700;}
a.btn-secondary:hover {background:#149525;}
.navbar-right a.btn-default {margin-right:10px;}
.bottom-go a.btn-default {margin-right:10px;}
.bottom-go {padding:0 0 50px;}
.right-btn a {display:block;margin:0 0 15px;}
.miniature {float:left;width:45%;margin-top:5px;margin-right:20px;margin-bottom:10px;}
.error-404 {text-align:center;padding:100px 0;max-width:600px;margin:0 auto;}
.single .entry-content ul, .single .entry-content ol, .single .entry-content blockquote, .single .entry-content p {clear:both;}
.single .entry-content p:first-of-type {clear:none;margin:-5px 0 15px;}
.taxonomy-description {margin-top:30px;}
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 10px;
	margin-right: 4px;
	background: #f7f7f7;
	border:1px solid #eaeaea;
	border-radius:3px;
	color:#000;
	font-weight:700;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background:#dfdfdf;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.wsp-container ul {list-style:none;margin:0 0 15px;}
.wsp-container ul ul {list-style:disc;margin:0 0 15px 15px;}
/* 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;
}

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

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

}
#ok-socials .jssocials-share-link {
	
	padding: 7px 10px 8px;

}

#ok-socials {
	margin-top: 10px;
}
#ok-socials.jssocials {
	text-align:center!important;display:block!important;
}
.promo-text a.promocode { 
    display: inline-block;
    font-size: 20px;
    font-weight:700;
    box-sizing: border-box;
    padding:5px 55px 7px 30px;
	border: 1px dashed #bababa;
    color:#17ae2b;
    text-align: center;
    border-radius:3px;
    position: relative;
   
}
.promo-text a.promocode:hover {border:1px dashed #17ae2b;}
.promo-text a.promocode:after {
    content: '';
    -webkit-mask-image: url(/wp-content/themes/ok/images/copy.svg);
    mask: url(/wp-content/themes/ok/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #17ae2b;
   
    width: 18px;
    height: 18px;
    right: 28px;
	position:absolute;
	top:13px;
}

.promo-text {padding:15px 20px 25px;border: 1px dashed #bababa;color:#000;border-radius: 5px;margin-top:30px;text-align:center;}
.promo-text span {font-weight:700;}
.promo-text p {font-size:20px;max-width:800px;margin:0 auto 15px;}
.online-section, .promo-section, .pc-section, .browser-section, .poker-section, .rake-section, .frp-section, .pay-section, .reviews-section {background:#f5f5f5;padding:30px 0;}
.bonus-section, .mobile-section, .signup-section, .freeroll-section, .stage-section, .deposit-section, .first-section, .traffic-section {padding:30px 0;}
.promo-section, .blog-section, .poker-section, .support-section {padding:30px 0 45px;}
.pc-section {padding:30px 0 35px;}
.bonus-section img {border-radius:5px;margin-bottom:15px;}
#homepage ul, #homepage ol {list-style:none;margin:0 0 15px;}
#homepage ul li, #homepage ol li {position:relative;}
.bonus-section ol li {padding-left:40px;min-height:60px;}
.bonus-section ol li:first-child {margin-top:15px;}
.bonus-section ol li:last-child {min-height:auto;}
.bonus-section ol li b {position:absolute;border-radius:4px;width:30px;height:30px;left:0;background:#cd181f;text-align:center;font-weight:700;color:#fff;}
.bonus-section ul li {padding-left:20px;}
.bonus-section ul li:before {content:"";position:absolute;background:#17ae2b;border-radius:3px;width:10px;height:10px;left:0;top:8px;}
.promo-section ul {margin:0 -15px 15px 0;}
.promo-section ul li {padding-left:20px;width:25%;float:left;padding-right:15px;}
.promo-section ul li:before {content:"";position:absolute;background:#cd181f;border-radius:3px;width:10px;height:10px;left:0;top:10px;}
.blog-section ul li {padding:15px;background:#f8ebec;margin-bottom:15px;border-radius:5px;}
.blog-section ul li:nth-child(2) {background:#e1f1e3;}
.blog-section ul li:nth-child(3) {background:#e1e8f1;margin-bottom:30px;}
.pc-section ul {margin:0 -15px 15px 0;}
.pc-section ul li {padding-left:20px;width:50%;float:left;padding-right:15px;}
.pc-section ul li:last-child {padding-bottom:15px;}
.pc-section ul li:before {content:"";position:absolute;background:#17ae2b;border-radius:3px;width:10px;height:10px;left:0;top:9px;}
.pc-section ol {margin:0 -15px 15px 0;}
.pc-section ol li {font-weight:700;padding-left:40px;float:left;width:50%;padding-right:15px;}
.pc-section ol li:last-child {padding-bottom:15px;}
.pc-section ol li b {position:absolute;padding-top:1px;border-radius:4px;width:30px;height:30px;left:0;background:#cd181f;text-align:center;font-weight:700;color:#fff;}
.mobile-section img {margin-top:40px;}
.poker-section ul {margin:0 -15px 15px 0;}
.poker-section ul li {padding-left:20px;float:left;width:50%;padding-right:15px;}
.poker-section ul li:before {content:"";position:absolute;background:#17ae2b;border-radius:3px;width:10px;height:10px;left:0;top:8px;}
.poker-section img {width:100%;margin-bottom:15px;border-radius:5px;}
.signup-section ul {margin:0 -15px 15px 0;}
.signup-section ul li {padding-left:20px;float:left;width:33.3333%;padding-right:15px;}
.signup-section ul li:last-child {padding-bottom:15px;}
.signup-section ul li:before {content:"";position:absolute;background:#cd181f;border-radius:3px;width:10px;height:10px;left:0;top:9px;}
.rake-section ul {margin:0 -15px 15px 0;}
.rake-section ul li {padding-left:20px;float:left;width:33.3333%;padding-right:15px;}
.rake-section ul li:last-child {padding-bottom:15px;}
.rake-section ul li:before {content:"";position:absolute;background:#17ae2b;border-radius:3px;width:10px;height:10px;left:0;top:9px;}
.pay-section ul {margin:0 -15px 15px 0;}
.pay-section ul li {padding-left:20px;float:left;width:25%;padding-right:15px;}
.pay-section ul li:last-child {padding-bottom:15px;}
.pay-section ul li:before {content:"";position:absolute;background:#cd181f;border-radius:3px;width:10px;height:10px;left:0;top:8px;}
.deposit-section ol li {padding-left:40px;padding-bottom:15px;}
.deposit-section ol li b {position:absolute;border-radius:4px;width:30px;height:30px;left:0;background:#17ae2b;text-align:center;font-weight:700;color:#fff;}
.deposit-section ol:last-of-type li b {background:#cd181f;}
.reviews-section ul {margin:0 -15px 15px 0;}
.reviews-section ul li {padding-left:20px;float:left;width:50%;padding-right:15px;}
.reviews-section ul li:last-child {padding-bottom:15px;}
.reviews-section ul li:before {content:"";position:absolute;background:#17ae2b;border-radius:3px;width:10px;height:10px;left:0;top:8px;}
.support-section ul li {padding-left:20px;}
.support-section ul li:before {content:"";position:absolute;background:#cd181f;border-radius:3px;width:10px;height:10px;left:0;top:9px;}
.classic {background:#e1f1e3;padding:15px 15px 1px;margin-bottom:15px;}
.gopoker {text-align:center;padding:10px 0 15px;} 
.archive-section, .vb-section-content {padding:30px 0;}
@media (max-width:1199px) {
.promo-section ul li {width:50%;}
}
@media (min-width:992px) and (max-width:1199px) {
.hero-section .h3 {font-size: 18px;}
}
@media (max-width:991px) {
#custom_html-2 {display:none;}
#secondary {margin-top:30px;}
.hero-section {text-align:center;}
.hero-section img {margin-bottom:15px;}
.bonus-section ol li {min-height:auto;padding-bottom:15px;}
.bonus-section ol li:first-child {margin-top:0;}
.bonus-section img {margin:0 auto 15px;display:block;}
.home .blog-wrap {margin-bottom:30px;}
.blog-wrap img {width:100%;}
.pc-section ul li, .rake-section ul li, .reviews-section ul li {width:100%;}
.pc-section ol li {width:100%;padding-bottom:15px;}
.mobile-section img {max-height:100px;margin-top:10px;margin-left:15px;}

}
@media (max-width:767px) {
.promo-section ul li {width:100%;}
.site-branding {float: none;text-align:center;}
.logo-wrap img {margin:0 auto!important;}
.navbar-right {text-align:center;padding:20px 0;}
.main-navigation {background:#171717;width: calc(100% - 50px);margin-bottom:20px;}
.main-navigation ul li {display:block;margin-right:0;padding:0;}
ul#menu-main li a {display:block;border-bottom:1px solid #282828;padding:5px 10px!important;}
ul#menu-main li:last-child a {border:none;}
.header-search-form {float:none;}
.miniature {width:100%;margin-top:0;margin-right:0;margin-bottom:15px;}
#colophon .widget ul li {margin:0 15px 15px;}
.hentry .col-md-5 img {margin-bottom:15px;}
.mobile-section img {max-height:auto;margin-left:0;margin-bottom:15px;}
.poker-section ul li, .signup-section ul li, .pay-section ul li {width:100%;}

}
@media (max-width:500px) {
.promo-text p {font-size:16px;font-weight:600;}
.promo-text {padding:15px 15px 25px;}
}
@media (max-width:380px) {.hero-section .h3 { font-size: 18px;} }
@media (max-width:330px) {
.navbar-right a, .bottom-go a {display:block;}
.navbar-right a.btn-default, .bottom-go a.btn-default {margin-right:0;margin-bottom:15px;}

}

.welcome {background:#852c30 url(/wp-content/uploads/2023/04/bns.jpg) no-repeat right center;background-size:cover;height:400px;padding:60px 0 0;}
.welcome-title {font-size:30px;color:#fff;font-weight:700;max-width:500px;text-shadow: 2px 2px 2px #000;}
a.pd_1 {border-radius:30px;padding:12px;text-align:center;display:block;max-width:200px;margin:30px 0;color:#fff;font-weight:700;text-transform:uppercase;background:#cd181f;}
.welcome .promocode {display:inline-block;font-weight:700;color:#fff;padding:15px;background:rgba(0,0,0,0.6);}
.welcome2 .promocode {display:inline-block;font-weight:700;color:#fff;padding:15px;background:rgba(0,0,0,0.6);}
a.pd_2 {border-radius:30px;padding:10px;text-align:center;display:block;max-width:260px;margin:15px auto;color:#fff;font-weight:700;text-transform:uppercase;background:#17ae2b;}

.welcome .promocode span { 
position:relative;
display:inline-block;
cursor:pointer;
color: #17ae2b;
margin-right:22px;
}

.welcome2 .promocode span { 
position:relative;
display:inline-block;
cursor:pointer;
color: #17ae2b;
margin-right:22px;
}

.welcome .promocode span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/ok/images/copy.svg);
    mask: url(/wp-content/themes/ok/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #17ae2b;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}

.welcome2 .promocode span:after {
	content: '';
    -webkit-mask-image: url(/wp-content/themes/ok/images/copy.svg);
    mask: url(/wp-content/themes/ok/images/copy.svg);
    -webkit-mask-position: 50%;
    background-color: #17ae2b;
    position:absolute;
    width: 18px;
    height: 18px;
    top:2px;
	right:-22px;
}
.welcome2 {display:none;text-align:center;padding:30px 15px;background: linear-gradient(to right, #553536 0%,#ba1e22 100%);position:relative;overflow:hidden;}
.welcome2 .welcome-title {font-size:24px;max-width:100%;text-shadow: none;}
.welcome2 .promocode {background:none;}
.welcome2 a.pd_1 {padding:10px;max-width:260px;margin:15px auto;}
.bottom-promo {position:fixed;bottom:0;left:0;width:100%;display:none;padding:15px;text-align:center;background: linear-gradient(to right, #553536 0%,#ba1e22 100%);} 
.bottom-promo img {max-width:200px;}
.bottom-promo a.pd_1 {padding:10px 30px;max-width:auto;margin:auto;display:inline-block;}
@media (max-width:767px) {
.welcome {display:none;}
.welcome2 {display:block;}
.bottom-promo {display: flex;
 justify-content: space-between;
 align-items: center;}
.home .bottom-header {display:none;}
}

@media (max-width:430px) {
.bottom-promo img {max-width:150px;}
.bottom-promo a.pd_1 {padding:10px 20px;}
}
@media (max-width:355px) {
.bottom-promo img {max-width:100px;}
.bottom-promo a.pd_1 {padding:6px 20px;}
}
@media (max-width:300px) {
.bottom-promo img {max-width:60px;}

}

@media only screen and (max-width: 950px) {
.navbar-right {display:none;}}

.last-reviews {
    display: flex;
    flex-direction: column;
    gap: 10px;
	margin:0 0 30px;
}
.last-reviews .widget-title {border:none;padding:0;margin-bottom:10px;}
.last-reviews-item {
    display: flex;
    flex-direction: column;
   background: #f7f7f7;
  padding: 10px 15px 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.last-reviews-item-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}

.last-reviews-item-pic {
    width: 45px;
}

.last-reviews-item-pic img {
    vertical-align: top;
}


.last-reviews-item-name {
    color: #000;font-weight:700;font-size:14px;
}

.last-reviews-item-date {
    font-size: 12px;
    color: #7a7a7a;
}

.last-reviews-item-text {
    font-size: 14px;padding-top:5px;
   font-style:italic;color:#000;
}
table.tablepress {font-size:15px;color:#000;background:transparent;border:none;border-radius:15px;overflow:hidden;}
table.tablepress td {border:none;padding:15px;}
table.tablepress td.column-2 {color:#31a96f;}
table.tablepress .row-1 td.column-2 {color:#fff;}
table.tablepress td.column-4 {color:#06a1ce;}
table.tablepress .row-1 td.column-4 {color:#fff;}
table.tablepress tr {border-bottom:3px solid #fff;
 
	background: #f7f7f7;
overflow:hidden;

  border-radius: 15px;
  }
table.tablepress tr:hover {background: #efefef;}
table.tablepress tr:first-child {
 color:#fff;
  background: #a82053;
}
table.tablepress tr:last-child {
border:none;
}
