/*
	Theme Name: Kotha
	Theme URI: http://www.shapedtheme.com/wordpress/themes/kotha-free-responsive-wordpress-blog-theme
	Author: ShapedTheme
	Author URI: http://shapedtheme.com
	Description: Kotha is a super clean & elegant Responsive WordPress Blog Theme. It's perfect for your personal, travel, lifestyle, food & recipes, storytelling  Blog. If you want to focus or showcase your content in a timeless manner, Kotha is right choice for you. It follows the latest trendy design with a combination of pure elegance. With Kotha, you can get right to the point, presenting your content in a clean and minimal way. It's very flexible & easy to customize. 3 Custom Widgets, Translation ready, WooCommerce Compatible, Sticky Post, Recent Posts, popular posts and unlimited theme color options, fully live customizer can give you create an high level awesome Blog easily and fast.
	Version: 1.4.2
	Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, theme-options, full-width-template
	License: GNU General Public License v2.0
	License URI: ​http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: kotha
*/


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

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

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

	b,
	strong {
		font-weight: bold;
	}

	dfn {
		font-style: italic;
	}

	h1 {
		font-size: 24px;
		margin: 0.67em 0;
	}

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

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

	input:focus[type="text"],
	input:focus[type="email"],
	textarea:focus{
		outline: none;
	}

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

	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 === */
	body,
	button,
	input,
	select,
	textarea {
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		line-height: 23px;
		color:#545454;
		-webkit-font-smoothing: antialiased;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		clear: both;
		margin: 20px 0 11px;
		color: #000;
	}

	p {
		margin-bottom: 15px;
		font-size: 15px;
		line-height: 1.6em;
	}

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

	address {
		margin: 0 0 1.5em;
	}

	pre {
		background: #5C5C5C;
		font-family: "Courier 10 Pitch", Courier, monospace;
		color: #fff;
		font-size: 12px;
		line-height: 20px;
		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%;
	}


/* === Elements === */
	html {
		box-sizing: border-box;
	}

	*,
	*:before,
	*:after { 
	}

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

	blockquote {
	  padding: 10px 20px;
	  margin: 0 10px 20px;
	  font-size: 17px;
	  border-left: 4px solid #eee;
	}

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

	.entry-content blockquote p{
		color: #999;
		font-size: 18px;
		line-height: 28px;
		font-style: italic;
	}

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

	ul,
	ol {
		margin: 20px 0;
		padding-left: 20px;
	}

	dt {
		font-weight: bold;
		margin-bottom: 10px;
	}

	dd {
		margin: 0 0 10px 0;
	}

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

	table {
		margin: 0 0 1.5em;
		width: 100%;
	}

	.st-content{
		margin-top: 30px;
		margin-bottom: 10px;
	}
	
	.content-area{
		margin-bottom: 15px;
	}



/* === Forms === */

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

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

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

	textarea {
		padding-left: 3px;
		width: 100%;
	}


	.margin-top-40{
		margin-top: 10px;
	}

	.thumbnails img{
		width: 100%;
	}


/* === Navigation === */

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

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

	a:focus {
		outline: none;
		text-decoration: none;
	}

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


/* === Logo === */
	.main-logo{
		line-height: 80px;
		padding-left: 15px;
	}
	.main-logo img{
		vertical-align: middle;
	}
	.text-logo{
		padding-top: 15px;
	}

	.text-logo a{
		font-size: 30px;
    	text-transform: uppercase;
    	font-weight: 600;
	}

	.text-logo p{}

/* === Menu === */
	#header{
		box-shadow: 0px 1px 3px rgba(190, 190, 190, 0.5);
		position: relative;
		z-index: 10;
		background-color: #fff;
	}

	#header .container{
		position: relative;
	}

	.menu {
		float:left;
		padding-right: 15px;
	}

	ul.menu,
	.menu ul{
		padding: 0;
		margin: 0;
	}

	.menu li ul li{
		margin-left: 0;
	}

	.menu li {
		display: inline-block;
		margin-left: 13px;
		margin-right: 13px;
		position: relative;
		line-height: 34px;
	}

	.menu .sub-menu li {
		display: inline-block;
		margin-left: 0;
		margin-right: 0;
		position: relative;
		line-height: 16px;
  	}

	.menu li a {
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		color: #333333;
		display:block;
		line-height: 80px;
		
	}
	.menu li.current-menu-item> a, .menu li.current_page_item> a, .menu li a:hover {
		color:#f33807;
	}
	
		/*** DROPDOWN ***/
		.menu .sub-menu,
		.menu .children {
			background-color: #fff;
			display: none;
			padding: 0;
			position: absolute;
			margin-top:0;
			left: -13px;
			z-index: 99999;
			-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
			-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	        box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
		}
		
		ul.menu ul a,
		.menu ul ul li a {
			color: #333333;
			margin: 0;
			padding: 10px 10px;
			min-width: 200px;
			line-height:20px;
			-o-transition:.25s;
			-ms-transition:.25s;
			-moz-transition:.25s;
			-webkit-transition:.25s;
			transition:.25s;
			border-top:1px solid #f4f4f4;
		}

		.menu ul ul li:first-child a{
			border-top: 0px solid #ddd;
		}
		
		ul.menu ul li,
		.menu ul ul li {
			padding-right:0;
			margin-right:0;
		}

		ul.menu ul a:hover,
		.menu ul ul a:hover {
			color: #fff;
			background:#00ACDF;
		}

		ul.menu li:hover > ul,
		.menu ul li:hover > ul {
			display: block;
		}
		
		.menu .sub-menu ul,
		.menu .children ul {	
			left: 100%;
			top: 0;
			
		}

	/* --- Menus ---*/
	.main-navigation {
		clear: both;
		display: block;
		float: left;
		width: 100%;
	}

	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	.main-navigation li {
		float: left;
		position: relative;
	}

	.main-navigation a {
		display: block;
		text-decoration: none;
	}

	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 1.5em;
		left: -999em;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.main-navigation ul ul a {
		width: 200px;
	}

	.main-navigation ul ul li {

	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
	}

	.main-navigation ul ul :hover > a,
	.main-navigation ul ul .focus > a {
	}

	.main-navigation ul ul a:hover,
	.main-navigation ul ul a.focus {
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.main-navigation .current_page_item > a,
	.main-navigation .current-menu-item > a,
	.main-navigation .current_page_ancestor > a {
	}


	/* --- Small menu --- */
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	@media screen and (min-width: 37.5em) {
		.menu-toggle {
			display: none;
		}
		.main-navigation ul {
			display: block;
		}
	}

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

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

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


	.sub-menu .menu-item-has-children> a:after{
		content: '';
		font-family: FontAwesome;
		float: right;
	}

	.menu-item-has-children> a:after{
		content: '';
		font-family: FontAwesome;
		margin-left: 5px;
	}



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

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

/* === Alignments === */
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em;
	}

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

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

/* === Clearings === */
	.clear:before,
	.clear:after,
	.entry-content:before,
	.entry-content:after,
	.comment-content:before,
	.comment-content:after,
	.site-header:before,
	.site-header:after,
	.site-content:before,
	.site-content:after,
	.site-footer:before,
	.site-footer:after {
		content: "";
		display: table;
	}

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



/* === Content === */

	/* --- Posts and pages --- */
	.sticky {
		border-bottom: 3px solid;
		border-color: #00ACDF;
	}

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

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

	.page-content,
	.entry-content,
	.entry-summary {
		margin: 5px 0 0;
	}
	
	.entry-content p{
		text-align: left;
	}

	.post .entry-content{
		text-align: left;
	}

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

	.page-links a{
		padding: 6px 12px;
		margin-left: -1px;
		line-height: 1.42857143;
		color: #777;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #ddd;
	}

	.page-links a:hover{
		background-color: #00acdf;
		border-color: #00acdf;
		color: #fff;
	}

	.page .entry-header{
		margin-bottom: 28px;
	}

	.page .entry-header h1.entry-title {
		color: #545454;
		font-size: 30px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		text-transform: uppercase;
	}

	/* --- 404 Page --- */
	.error-404{
		padding-top: 100px;
		padding-bottom: 150px;
	}
	.error-404 h1{
		font-size: 150px;
		margin-bottom: 30px;
	}


	/* --- Search Page --- */
	.search-header{
		margin-bottom: 30px;
		background-color: #fff;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
		padding: 20px 25px;
	}

	.search-header .search-title{
		font-size: 14px;
		color: #9e9e9e;
		font-style: italic;
	}

	.search-header .search-title h1{
		color: #545454;
		font-size: 28px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		margin-top: 5px;
		margin-bottom: 5px;
		font-style: normal;
	}

	/* post */
	header.entry-header{
		margin-bottom: 15px;
		text-align: left;
	}

	.entry-content address, .comment-content address{
	    background: none repeat scroll 0 0 #f1f1f1;
	    border-left: 5px solid #ddd;
	    padding: 10px 10px 10px 20px;
	}
	.entry-content table tr, .comment-content table tr{
	    border-bottom: 1px solid #ddd;
	}
	.entry-content table tr th, .comment-content table tr th{
	    background: none repeat scroll 0 0 #eee;
	}
	.entry-content table tbody tr th{
	    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	}

	.entry-content ul li, .comment-content ul li {
		margin-bottom: 2px;
		list-style: square;
	}

	.entry-content ol li, .comment-content ol li {
		margin-bottom: 12px;
		list-style: decimal;
	}

	.entry-meta{
		color: #8f8f8f;
		font-size: 14px;
		display: inline-block;
	}

	.entry-meta a{
		color: #8f8f8f;
		margin-left: 2px;
	}
	.entry-meta a:hover{
		color: #00ACDF;
	}

	.list-inline li {
		padding-right: 4px;
		padding-left: 4px;
	}

	.entry-tags a{
		margin: 0 0 0 5px;
	}

	a.more-link{
		display: block;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		margin: 25px auto 0;
		width: 136px;
		border: 1px solid #e5e5e5;
		padding: 6px 15px;
		font-size: 12px;
		color: #777;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
	}

	a:hover.more-link{
		background-color: #00ACDF;
		border-color: #00ACDF;
		color: #fff;
	}

	article header.entry-header h1.entry-title{
		margin: 0;
		padding: 0;
		font-size: 24px;
	}

	article header.entry-header h1.entry-title a{
		color: #545454;
		font-size: 30px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
	}

	article header.entry-header h1.entry-title a:hover{
		color: #00ACDF;
	}

	/* Share Button */
	.post-social-button{
		display: inline-block;
		margin-bottom: 10px;
	}

	.post-social-button h4{
		margin: 0;
		float: left;
		font-size: 14px;
		font-style: italic;
		margin-right: 12px;
		line-height: 35px;
		font-weight: 400;
	}
	.post-social-button ul{
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
	}

	.post-social-button ul li{
		float: left;
	}
	.post-social-button ul li a{
		font-size: 16px;
		border: 1px solid;
		border-color: #e5e5e5;
		width: 33px;
		height: 33px;
		display: inline-block;
		text-align: center;
		margin: 3px 2px;
		line-height: 31px;
		color: #c2c2c2;
	}
	.post-social-button ul li a:hover{
		color: #fff;
		background-color: #00ACDF;
		border-color: #00ACDF;
	}

	.st-post-like a{
		font-size: 14px;
		border: 1px solid;
		border-color: #e5e5e5;
		height: 33px;
		display: inline-block;
		text-align: center;
		margin: 3px 2px;
		padding: 0 10px;
		line-height: 31px;
		color: #555;
	}

	.st-post-like a i.icon-unlike,
	.st-post-like a i.icon-like{
		border-right: 1px solid #e5e5e5;
		padding-right: 5px;
		margin-right: 5px;
	}

	/* Posts Navigation */
	.previous-post, .next-post{
		width: 50%;
	}
	.next-previous-posts{
		margin-top: 40px;
		margin-bottom: 50px;
	}

	.next-previous-posts .previous-posts h2{
		margin: 0;
	}

	.next-previous-posts .previous-posts h2 a{
		font-size: 12px;
		font-weight: 400;
		color: #777;
		background-color: #fff;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		padding: 12px 15px;
		display: inline-block;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		width: 136px;
	}

	.next-previous-posts .previous-posts h2 a:hover{
		background-color: #00ACDF;
		border-color: #00ACDF;
		color: #fff;
	}

	.next-previous-posts .next-posts h2{
		margin: 0;
	}

	.next-previous-posts .next-posts h2 a{
		font-size: 12px;
		font-weight: 400;
		color: #777;
		background-color: #fff;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		padding: 12px 15px;
		display: inline-block;
		text-transform: uppercase;
		letter-spacing: 1px;
		width: 136px;
		text-align: center;
	}

	.next-previous-posts .next-posts h2 a:hover{
		background-color: #00ACDF;
		border-color: #00ACDF;
		color: #fff;
	}



/* === Comments === */
	#comments .media{
		border-bottom: 1px solid #F5F2F2;
	}
	#comments .comment-avartar{
		width: 60px;
	}
	.comment-avartar img{
		border-radius: 50%;
	}
	#respond input[type="text"], 
	#respond input[type="email"], 
	#respond input[type="url"] {
		display: block;
		width: 100%;
		height: 43px;
		border: 1px solid #f2f2f2;
		background: #fff;
		margin-bottom: 15px;
		padding: 0 15px;
		color: #888888;
		border-radius: 0;
	}

	#respond input:focus[type="text"], 
	#respond input:focus[type="email"], 
	#respond input:focus[type="url"],
	#respond textarea:focus {
		outline: none;
		border-color: #ff920c;
	}

	#respond textarea {
		display: block;
		width: 100%;
		height: 180px;
		border: 1px solid #f2f2f2;
		margin-bottom: 15px;
		resize: none;
		padding: 10px 15px;
		background: #fff;
		border-radius: 0;
	}

	#respond .form-submit{
		font-size: 12px;
	}
	
	.form-submit input{
		    display: inline-block;
			text-align: center;
			padding: 3px 16px;
			font-size: 15px;
			border-radius: 3px;
			border: none;
			background: #ff920c;
			color: #fff;
	}
	.form-submit input:hover{
		background: #f98d19;
		color: #fff;
	}

	#respond .logged-in-as{
		margin-left: 15px;
	}

	#respond #reply-title{
		padding-top: 20px;
		padding-bottom: 5px;
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	#respond #reply-title small a{
		color: #ff920c;
		margin-left: 10px;
		font-size: 12px;
	}

	#comments .common-title.comments-title{
		padding-bottom: 10px;
		font-size: 24px;
		margin-bottom: 10px;
		color: #444;
	}
	
	.comment-pole{
		width: 50%;
		float: left;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	@media screen and (max-width: 600px){
	.comment-pole {
		width: 100%;
	}
	}

	#comments ul.comment-list{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#comments ul.comment-list ul{
		list-style: none;
		padding-left: 30px;
	}

	#comments .comment-reply{
		float: left;
	}

	#comments .comment-reply a{
	display: inline-block;
    text-align: center;
    padding: 3px 16px;
    font-size: 15px;
    border-radius: 3px;
    border: none;
    background: #ff920c;
    color: #fff;
	}
	
	.comment-blok {
		width: 100%;
		display: flex;
	}

	#comments .comment-reply a:hover{
		    background: #f98d19;
			color: #fff;
	}

	#comments .comment-author{
		margin-top: 7px;
		margin-bottom: 0px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 700;
		font-size: 14px;
		color: #646464;
	}

	#comments .comment-author a, 
	#respond .logged-in-as a{
		color: #646464;
		font-weight: 700;
	}

	#comments .comment-author a:hover, 
	#respond .logged-in-as a:hover{
		color: #00ACDF;
	}

	#comments .comment-date{
		color: #9e9e9e;
		font-size: 12px;
	}

	#comments .comment-content{
		margin-top: 5px;
		display: block;
	}

	#comments .comment-content p{
		margin-bottom: 10px;
	}

	#comments .comment-body{
		margin-bottom: 12px;
	}

	.media .pull-left {
		padding-right: 10px;
	}

	.bypostauthor {
		display: block;
	}
	
	.comment-form{
		margin: 0 -15px;
	}


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

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

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

	.wp-caption .wp-caption-text {
		background: none repeat scroll 0 0 #f1f1f1;
		font-size: 14px;
		margin-bottom: 15px;
		padding: 2px 10px;
	}


/* --- Galleries --- */
	.gallery {
		margin-bottom: 1.5em;
	}

	.gallery-item {
		display: inline-block;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}

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

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

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

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

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

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

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

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

	.gallery-caption {
		display: block;
	}


/* --- Gallery Slider --- */
	#blog-gallery-slider.carousel{
	    overflow: hidden;
	}

	#blog-gallery-slider .carousel-control.left,
	#blog-gallery-slider .carousel-control.right{
	    top: 50%;
	    margin-top: -20px;
	    text-shadow: none;
	    transition: all .3s linear;
		background: #00ACDF;
		display: block;
		width: 36px;
		height: 40px;
		text-align: center;
		color: #fff;
		font-size: 18px;
		line-height: 39px;
		opacity: 0.7;
	}

	#blog-gallery-slider .carousel-control.left:hover,
	#blog-gallery-slider .carousel-control.right:hover{
		opacity: 1;
	}

	#blog-gallery-slider .carousel-control.right{
	    left: auto;
	}

	#blog-gallery-slider .carousel-control .glyphicon-chevron-left,
	#blog-gallery-slider .carousel-control .glyphicon-chevron-right{
	    line-height: 80px;
	    top: 0;
	    left: 10px;
	}


/* --- Quote --- */
	.entry-qoute blockquote{  
		padding: 50px;
		color: #fff;
		position: relative;
		font-size: 16px;
		border-left: 0;
		letter-spacing: .20px;
	}



/* === 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 {
		width: 100%;
	}



/* === Preloader === */


	#pre-status,
	.preload-placeholder {
		background-image: url(assets/images/preloader.gif);
		background-position: center;
		background-repeat: no-repeat;
		height: 50px;
		left: 50%;
		margin: -25px 0 0 -25px;
		position: absolute;
		top: 50%;
		width: 50px;
	}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}



/* === top-social === */
	.top-social{
		float: left;
		line-height: 54px;
	}

	.top-social a{
		color: #333;
		margin-left: 15px;
		font-size: 14px;
	}

	.top-social a:hover{
		color: #00ACDF;
	}

	.top-social-search{
		position: absolute;
		top: 0;
		right: 15px;
	}


/* === Search === */
	.top-search{
		float: right;
		line-height: 54px;
		margin-left: 35px;
		background-color: rgba(182, 182, 182, 0.22);
		padding-left: 15px;
		padding-right: 15px;
	}

	.top-search a{
		color: #333;
		font-size: 14px;
	}

	.top-search a:hover{
		color: #00ACDF;
	}

	.show-search {
		position:absolute;
		top: 54px;
		right: 14px;
		display: none;
		z-index: 10000;
	}
	.show-search #searchform input#s {
		width:200px;
		padding: 10px 13px;
		border-radius: 0;
		background:#FFF;
		-webkit-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
		-moz-box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
	    box-shadow: 0 5px 4px -4px rgba(190,190,190,.1);
		border:1px solid #eee;
	}
	.show-search #searchform input#s:focus {
		border:1px solid #ddd;
		outline: none;
	}




/* === Widgets === */
	
	.primary-sidebar .widget {
		margin-bottom: 20px;
	}

	.widget-title{
		font-weight: 700;
		text-transform: uppercase;
		font-size: 16px;
		color: #000;
		margin-bottom: 20px;
		padding-bottom: 16px;
		text-align: center;
	}

	.widget input[type=text], .widget input[type=email]{
		padding: 6px 10px;
	}

	.widget .form input[type=submit]{
		width: 100%;
		font-size: 12px;
	}

	.widget ul{
		padding-left: 20px;
		margin: 0;
		list-style: none;
	}

	.widget ul.children{
		padding-left: 15px;
		margin-top: 12px;
	}

	.widget li {
		margin-bottom: 0;
		padding: 8px 0;
		position: relative;
		list-style: disc;
		color: #666;
	}

	.widget .menu{
		float: none;
	}

	.widget .menu li {
		display: inherit;
		margin-right: 0;
	}

	.widget .menu li a{
		line-height: 23px;
	}

	.widget li:last-child {
		border-bottom: 0;
		padding-bottom: 0
	}

	.widget li:first-child{
		padding-top: 0;
	}

	.widget li a {
		font-size: 14px;
		color: #666;
	}

	.widget li a:hover{
		color: #00ACDF;
	}

	.widget select {
		width: 100%;
		border: 1px solid #ddd;
		padding: 6px 8px;
	}

	/* Search */
		#searchform input#s{
			padding: 10px 13px;
			border-radius: 0;
			width: 100%;
		}
		#searchform input#s:focus{
			border: 1px solid #ddd;
			outline: none;
		}

	/* Tags */
		.tagcloud a {
			display: inline-block;
			padding: 4px 10px;
			margin: 0 5px 8px 0;
			border: 1px solid #e5e5e5;
			color: #555;
			cursor: pointer;
			font-size: 12px !important;
			font-weight: 400;
			text-transform: uppercase;
		}
		.tagcloud a:hover{
		    text-decoration: none;
		    background: #00ACDF;
		    color: #fff;
		    border-color: #00ACDF;
		}

	/* Calender */
		#wp-calendar {
			width: 100%;
			margin-bottom: 0px;
		}
		#wp-calendar caption { 
			text-align: right;
			color: #777;
			font-size: 12px;
			margin-bottom: 15px;
			padding-top: 0;
		}
		#wp-calendar thead { 
			font-size: 12px;  
		}
		#wp-calendar thead th { 
			padding-bottom: 10px; 
		}
		#wp-calendar tbody { 
			color: #aaa; 
		}
		#wp-calendar tbody td { 
			background: #f5f5f5;
			border: 1px solid #fff; 
			text-align: center; 
			padding:8px;
		}
		#wp-calendar tbody td a { 
			font-weight:700; 
			color:#222; 
		}
		#wp-calendar tbody td:hover { 
			background: #fff; 
		}
		#wp-calendar tbody .pad { 
			background: none; 
		}
		#wp-calendar tfoot #next { 
			font-size: 10px; 
			text-transform: uppercase; 
			text-align: right; 
		}
		#wp-calendar tfoot #prev { 
			font-size: 10px; 
			text-transform: uppercase; 
			padding-top: 10px; 
		}
		#wp-calendar tfoot a{
			color: #00ACDF;
		}
		#wp-calendar thead th { 
			padding-bottom: 10px; 
			text-align: center; 
		}

		#calendar_wrap table tr td{
			border-left: 0;
		}
	
	/* Latest Posts*/
		.widget .latest-posts .entry-title a{
			color: #545454;
		}

		.widget .latest-posts .entry-title a:hover{
			color: #00ACDF;
		}

		.widget .latest-posts .entry-title {
	        font-size: 14px;
	        font-family: 'Open Sans', sans-serif;
	        line-height: normal;
	        margin-top: 0;
			margin-bottom: 5px;
			font-weight: 400;
	    }
	    .media, .media .media {
	        margin-top: 0;
			overflow: hidden;
			padding-bottom: 15px;
	    }
	    .latest-posts .media:first-child {
			padding-top: 0;
		}

		.latest-posts .media:last-child {
			padding-bottom: 0;
			border-bottom: 0px solid;
		}

	    .latest-posts .entry-meta{
	        color: #9e9e9e;
	    }

	    .latest-posts .small {
	        font-size: 12px;
	    }

	    .latest-posts .media>.pull-left {
	        padding-right: 10px;
	    }

	    .latest-posts .pull-left {
	        float: left!important;
	    }

	    .latest-posts .media-body {
	        display: table-cell;
	        vertical-align: top;
	    }

	/* Social Icons */
		.widget .social-link{
			margin-left: -1px;
			margin-right: -1px;
		}

		.widget .social-link ul{
			padding-left: 0;
		}

		.widget .social-link ul li{
			padding: 0;
			border: 0;
		}

		.widget .social-link ul li a{
			font-size: 16px;
			border: 1px solid;
			border-color: #e5e5e5;
			width: 38px;
			height: 38px;
			display: inline-block;
			text-align: center;
			margin: 3px 1px;
			line-height: 36px;
			color: #c2c2c2;
		}

		.widget .social-link ul li a:hover{
			color: #fff;
			background-color: #00ACDF;
			border-color: #00ACDF;
		}

	/* Flickr */
		.widget .flickr-wrap{
			margin-left: -2px;
			margin-right: -2px;
		}

		.widget .flickr_badge_image{
			padding: 0 2px 4px;
			float: left;
		}

		.widget .flickr_badge_image img{
			width: 84px;
		}

	/* Abou me */
		.about-me-content{
			margin-top: 20px;
		}



/* === Scroll to top === */

	.scroll-up {
	    position: fixed;
	    display: none;
	    z-index: 999;
	    bottom: 1.8em;
	    right: 1.8em;
	}

	.scroll-up a {
	    background-color: #ff920c;
	    display: block;
	    width: 38px;
	    height: 38px;
	    text-align: center;
	    color: #fff;
	    font-size: 15px;
	    line-height: 36px;
	    opacity: 0.7;
	}

	.scroll-up a:hover,
	.scroll-up a:active {
	    background-color: #ff920c;
	    color: #fff;
	    opacity: 1;
	}





/* === Contact === */
	#contact-form .your-name input, #contact-form .your-email input, #contact-form .your-subject input{
		display: block;
		width: 100%;
		height: 43px;
		background: #fff;
		margin-bottom: 20px;
		padding: 0 15px;
	}

	#contact-form .your-message textarea{
		display: block;
		width: 100%;
		background: #fff;
		margin-bottom: 20px;
		padding: 10px 15px;
	}

	#contact-form .submit-button{
		font-size: 12px;
	}


/* === Footer === */

	#footer{
		background-color: #db3a3a;
		color: #fff;
	}
	
	#footer p{
		font-size: 14px;
	}
	
	@media only screen and (max-width: 991px){	
    #footer p{
		font-size: 13px;
	}
	}
	
	#footer a{
		color: #fff;
	}
	#footer a:hover{
		color: #dfdfdf;
	}

	.footer-top{
		padding-top: 50px;
		padding-bottom: 50px;
		overflow: hidden;
	}

	.footer-top .widget-title{
		text-align: left;
	}

	.footer-top .widget li{
		padding: 6px 0;
	}

	.copy-right-text{
		padding: 20px 5px 10px;
	}

	.copy-right-text p{
		margin: 0;
	}

	.copy-right-text a{
		color: #666;
	}

	.copy-right-text a:hover{
		color: #00ACDF;
	}

/* WooCommerce */
.kotha-woo-content{
	margin: 0 0 40px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    padding: 40px;
}


.block-casino {
	box-shadow: 0 2px 5px rgb(0 0 0 / 22%);
    border-radius: 8px;
	margin-bottom: 20px;
	margin-top: 5px;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	text-align: left;
}


.block-bonus {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
	padding: 0px 15px;
	width: calc(100% - 200px);
}

.block-btn-1 {
	width: 50%;
	margin: auto 0px;
	padding: 8px 4px 8px 8px;
}

.block-btn-2 {
	width: 50%;
	margin: auto 0px;
	padding: 8px 8px 8px 4px;
}


.block-info {
    font-size: 14px;
    line-height: 16px;
    color: #313131;
    border-top: 1px solid #F2F2F2;
    width: 100%;
    padding: 22px;
	display: flex;
}

.block-point {
    margin-bottom: 15px;
    display: block;
    font-size: 12px;
    margin-left: -15px;
    background-color: #f5f5f5;
    padding: 0 5px;
    max-width: 160px;
}

.copybtn-1{
	display: inline-block;
	text-align: center;
    padding: 8px 0px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    background: #ff454e;
    color: #fff;
	width: 100%;
}

.copybtn-1:hover {
    background: #ff2f39;
    color: #fff;
}

.copybtn-1:active {
    background: #ff2f39;
    color: #fff;
}

.copybtn-1:focus {
    background: #ff2f39;
    color: #fff;
}

.copybtn-2{
	display: inline-block;
	text-align: center;
    padding: 8px 0px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    background: #ff920c;
    color: #fff;
	width: 100%;
}

.copybtn-2:hover {
    background: #f98d19;
    color: #fff;
}

.copybtn-2:active {
    background: #f98d19;
    color: #fff;
}

.copybtn-2:focus {
    background: #f98d19;
    color: #fff;
}

.casino-logo {
	border-radius: 8px 0px 0px 0px;
	width: 200px;
}

.icondiv {
    display: inline-block;
    margin-right: 5px;
	margin-bottom:2px;
}

.podarokdiv {
    display: inline-block;
    margin-right: 5px;
	margin-bottom: 2px;
}

.promoname {
	color: #ff2f39;
	font-weight: bold;
}

.block-title {
    text-align: left;
    font-size: 18px;
    padding: 5px 10px;
    font-weight: 700;
    background-color: #f5f5f5;
    color: #545454;
	border-bottom: 1px solid #b7b7b76b;
	border-radius: 5px 5px 0 0;
	display: flex;
    justify-content: space-between;
	width: 100%;
}

.casinoname {
	display: inline-block;
	margin: auto 0;
}

.casinoname span{
    padding: 1px 4px;
    background: #ff920c;
    margin-right: 3px;
    color: #fff;
    border-radius: 6px;
}

.casinorating span {
	border: 4px solid #ff454e;
    border-radius: 50%;
    padding: 3px;
    font-size: 16px;
}


.progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.progress-bar::before {
  color: black;
  font-size: 14px;
}


.rating-5::before {
  content: "5.0";
}

.rating-5 {
	background: 
	radial-gradient(closest-side, white 79%, transparent 80% 100%),   
    conic-gradient(#ff454e 100%, pink 0);    
}

.rating-4-9::before {
  content: "4.9";
}

.rating-4-9 {
	background: 
	radial-gradient(closest-side, white 77%, transparent 80% 100%),
	conic-gradient(#ff454e 96%, pink 0)
}

.rating-4-8::before {
  content: "4.8";
}

.rating-4-8 {
	background: 
	radial-gradient(closest-side, white 77%, transparent 80% 100%),
	conic-gradient(#ff454e 96%, pink 0)
}

.rating-4-7::before {
  content: "4.7";
}

.rating-4-7 {
	background: 
	radial-gradient(closest-side, white 77%, transparent 80% 100%),
	conic-gradient(#ff454e 96%, pink 0)
}

.rating-4-6::before {
  content: "4.6";
}

.rating-4-6 {
	background: 
	radial-gradient(closest-side, white 77%, transparent 80% 100%),
	conic-gradient(#ff454e 96%, pink 0)
}

.rating-4-5::before {
  content: "4.5";
}

.rating-4-5 {
	background: 
	radial-gradient(closest-side, white 77%, transparent 80% 100%),
	conic-gradient(#ff454e 96%, pink 0)
}

.rating-4-4::before {
  content: "4.4";
}

.rating-4-4 {
	background: 
	radial-gradient(closest-side, white 77%, transparent 80% 100%),
	conic-gradient(#ff454e 96%, pink 0)
}

.rating-4-3::before {
  content: "4.3";
}

.rating-4-3 {
	background: 
	radial-gradient(closest-side, white 77%, transparent 80% 100%),
	conic-gradient(#ff454e 96%, pink 0)
}

.rating-4-2::before {
  content: "4.2";
}

.rating-4-2 {
	background: 
	radial-gradient(closest-side, white 77%, transparent 80% 100%),
	conic-gradient(#ff454e 96%, pink 0)
}



/* Стили для подложки */

.overlay {
   
   /* Скрываем подложку  */
   opacity: 0;
   visibility: hidden;
   
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgb(0 0 0 / 57%);
   z-index: 20;
   transition: .3s all;
}


/* Стили для модальных окон */

.modal {
   
   /* Скрываем окна  */
   opacity: 0;
   visibility: hidden;
   
   
   /*  Установаем ширину окна  */
   width: 100%;
   max-width: 500px;
   
   /*  Центрируем и задаем z-index */
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 30; /* Должен быть выше чем у подложки*/
   
   /*  Побочные стили   */
   box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2); 
   text-align: center;
   padding: 30px 30px 10px;
   border-radius: 3px;
   background-color: #fff;
   transition: 0.3s all;
	background: #fff;
}


/* Стили для активных классов подложки и окна */

.modal.active,
.overlay.active{
   opacity: 1;
   visibility: visible;
}


/* Стили для кнопки закрытия */

.modal__cross {
   width: 15px;
   height: 15px;
   position: absolute;
   top: 20px;
   right: 20px;
   fill: #555;
   cursor: pointer;
}

.modal__text{
	display: block;
	font-size: 16px;
	color: #545454;
	text-align: left;
	line-height: 1.7em;
}

.modal__promo{
	color: #ff920c;
	font-weight: 700;
}

.modal__poisk {
    height: 25px;
		vertical-align: top;
		margin: 2px;
		padding: 3px 6px;
		border-radius: 5px;
		background: #000;
}

.modal__figure{
	padding: 1px 6px;
  background: #ff920c;
  margin-right: 3px;
	color: #fff;
	border-radius: 6px;
}

.modal__gif{
	display: block;
	padding: 10px;
	background-color: #000;
}

.modal__gif p{
	margin-bottom: 0px;
	color: #8c8c8c;
}

.play-real {
    margin: 10px auto;
    text-align: center;
    padding: 10px 18px;
    font-size: 20px;
    border-radius: 6px;
    border: none;
    background: #ff920c;
    color: #fff;
    display: block;
    margin-top: 10px;
    width: 250px;
}

.play-real:hover{
	background: #f98d19;
    color: #fff;
}

.play-real:active{
	color: #fff;
}

.play-real:focus{
	color: #fff;
}


@media screen and (max-width: 890px) {
.block-bonus {
	order: +1;
	width: 100%;
	padding: 0px 10px 10px;
	font-size: 15px;
}

.podarokdiv {
    margin: 0 5px 2px;
}

.block-btn-1 {
	order: +1;
    width: 100%;
    padding: 0px 10px 10px;
}

.block-btn-2 {
    width: calc(100% - 190px);
    padding: 0px 10px;
}


.casino-logo {
	width: 180px;
    border-radius: 8px !important;
	margin: 10px 0 10px 10px;
}

.block-info{
    margin-right: 20px;
	flex-direction: column;
}

.block-point {
    margin-left: 0px;
	border-radius: 3px;
	background-color: #f5f5f5;
	max-width: 100%;
	margin-bottom: 10px;
}
}

@media screen and (max-width: 400px) {
.block-btn-1 {
    font-size: 15px;
}

.block-btn-2 {
    width: calc(100% - 150px);
	padding: 0px 10px;
}

.block-bonus {
    font-size: 14px;
}

.casino-logo {
	width: 140px;
}

.copybtn-1 {
    padding: 6px 0px;
    font-size: 15px;
}

.copybtn-2 {
    padding: 8px 0px;
    font-size: 15px;
	line-height: 1.2;
}

.play-real {
    font-size: 18px;
    width: auto;
}

}


.breadcrumb {
    box-shadow: 0 1px 6px rgb(0 0 0 / 22%);
	color: #363636;
}

.breadcrumb a {
    color: #ff0707;
}

.bezdepbonus-block{
	display: block;
	background: #e7e7e7;
	text-align: center;
	padding: 10px;
}

.bezdepbonus-img{
	margin-right: auto;
    margin-left: auto;
}



.sitebar-bonus {
	display: block;
	width: 100%;
	box-shadow: 0 0 6px rgb(0 0 0 / 22%);
	border-radius: 8px;
	background-color: #f5f5f5;
}

.sitebar-bonus-header{
	display: block;
	background-color: #fff;
	text-align: center;
	padding: 10px 5px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px 8px 0 0;
}

.sitebar-bonus-block {
	display: block;
	border-top: 2px solid #e1e1e1;
	padding: 12px 10px;
	font-weight: bold;
	font-size: 14px;
}

.sitebar-bonus-1 {
    text-align: left;
    font-size: 14px;
    padding: 0px 0px 10px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sitebar-bonus-casino {
	display: inline-block;
	margin: auto 0;
}

.sitebar-bonus-casino a {
	color: #000;
}

.sitebar-bonus-casino a:hover {
	color: #db040e;
}

.sitebar-bonus-casino span{
    padding: 1px 4px;
    background: #ff920c;
    margin-right: 2px;
    color: #fff;
    border-radius: 6px;
}



.sitebar-bonus-2 {
	display: block;
	text-align: center;
	border: dashed 1px #eb0909;
	background: #fff;
	padding: 8px 4px;
	line-height: 20px;
}


.sitebar-bonus-3 {
	display: flex;
	padding: 9px 0 0 0;
}


.copysitebarbtn{
    padding: 2px 15px;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    background: #ff454e;
    color: #fff;
	margin:0 auto;
}

.copysitebarbtn:hover{
    background: #ff2f39;
    color: #fff;
}

.copysitebarbtn:active{
    background: #ff2f39;
	color: #fff;
}

.copysitebarbtn:focus{
    background: #ff454e;
	color: #fff;
}


.topcasino p {
    margin: 0;
}

.topcasino .block-casino {
    box-shadow: 0 1px 8px rgb(0 0 0 / 28%);
}

.topcasino .casino-logo {
    border-radius: 0px;
}

.topcasino-str {
	display: flex;
	background: #f2f2f2d1;
	box-shadow: 0 1px 6px rgb(0 0 0 / 22%);
    border-radius: 4px;
    margin-bottom: 1.2rem;
	border: solid 3px #fff;
}

.topcasino-1 {
	margin: auto;
	padding: 10px;
}

.topcasino-2 {
	margin: auto;
	padding: 10px;
	font-weight: bold;
}

.topcasino-3 {
	margin: auto 0px;
	padding: 10px;
}

.topcasino-4 {
	margin: auto 0px;
	padding: 10px 10px 10px 0;
}

@media screen and (max-width: 600px) {
.topcasino-str {
	flex-direction: column;
	border: solid 5px #fff;
	margin-bottom: 1.5rem;
}

.topcasino-2 {
	font-size: 16px;
}

.topcasino-4 {
    margin: auto 0px;
    padding: 10px;
    padding: 0 10px 10px 10px;
}
.modal {
    max-width: 400px;
}
.modal__text {
    font-size: 15px;

}
}

@media screen and (max-width: 430px) {
.modal {
    max-width: 300px;
}
.modal__poisk {
    margin: 3px 2px;
}
.modal {
    padding: 30px 20px 10px;
}
}

.copytable{
	display: inline-block;
	text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    background: #ff454e;
    color: #fff;
}

.copytable:hover{
    background: #ff2f39;
    color: #fff;
}

.copytable:active{
    background: #ff2f39;
	color: #fff;
}

.copytable:focus{
    background: #ff454e;
	color: #fff;
}

.button-otzyv{
	display: inline-block;
	text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    background: #ff920c;
    color: #fff;
}

.button-otzyv:hover{
    background: #f98d19;
    color: #fff;
}

.button-otzyv:active{
    background: #f98d19;
	color: #fff;
}

.button-otzyv:focus{
    background: #ff920c;
	color: #fff;
}

.topcasino-1  span {
    display: block;
    padding: 1px 0;
    background: #ff4c4c;
    min-width: 154px;
    border-style: solid;
    border-width: 0 2px 2px;
    border-color: #fff;
    border-radius: 5px;
    color: #fff;
}


.footer-menu{
	text-align: center;
	margin: 0px;
	padding: 0 5px 15px;
}

.disclaimer {
    color: #ffffff;
    font-size: 16px;
    padding: 8px 4px;
    font-family: sans-serif;
    text-align: center;
    background-color: #ff920c;
    margin-bottom: 0px;
}

.menu-game{
	padding-top: 10px;
	max-width: 1050px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



@media (max-width: 1200px){
.menu-game{
	max-width: 970px;
}
}

@media (max-width: 991px){
.menu-game{
	max-width: 740px;
}
}

.demogame-block{
	width: 100%;
	padding: 8px;
	box-shadow: 0 0 6px rgb(0 0 0 / 38%);
	background-color: #f5f5f5;
	border-radius: 8px;
	margin-bottom: 15px;
}

.demogame-higher object{
	position: relative !important;
	width: 100%;
}

.demogame object{
	position: relative !important;
	width: 100%;
}

.demogame{
	height: 420px;
}

.demogame-afterslot {
    width: 100%;
    display: flex;
	padding: 8px 0 0;
}


.demogame-img{
	min-width: 150px;
	border-radius: 4px;
}

.demogame-afterslot-left{
	display: flex;
	margin: 0 10px 0 0;
}

.demogame-promo{
	padding: 2px 8px;
	margin: auto 0px;
	line-height: 1.4;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: dashed 1px #eb0909;
	background-color: #fff;
	border-radius: 4px;
}

.demogame-afterslot-right{
	display: flex;
	margin: 0 0 0 10px;
}

.copydemogame{
	text-align: center;
	margin: auto 0px;
    padding: 10px 8px;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    background: #ff454e;
    color: #fff;
}

.copydemogame:hover{
    background: #ff2f39;
    color: #fff;
}

.copydemogame:active{
    background: #ff2f39;
	color: #fff;
}

.copydemogame:focus{
    background: #ff454e;
	color: #fff;
}

@media screen and (max-width: 890px){
.demogame-afterslot {
    flex-wrap: wrap;
}
.demogame-afterslot-right {
	width: calc(100% - 160px);
	margin-left: 0px;
}
.demogame-promo{
    order: +1;
    width: 100%;
	margin-top: 8px;
}
.copydemogame {
    width: 100%;
}
}

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

.copydemogame {
  padding: 6px 8px;
}
.demogame-img {
    max-width: 120px;
	min-width: 0px;
}
.demogame-afterslot-right {
	width: calc(100% - 130px);
	margin-left: 0px;
}
.demogame-promo {
    font-size: 14px;
}
}

.slots-list{
	flex-wrap: wrap;
	flex-direction: row;
    display: flex;
	text-align: center;
	margin-bottom: 7px;
}

.slot-block{
	  display: inline-block;
	  margin: 8px auto;
	  box-shadow: 0 2px 5px rgb(0 0 0 / 22%);
	  width: calc(33.333% - 15px);
	  background-color: #f5f5f5;
	  border-radius: 9px;
}

.slot-block p {margin: 0;}

.slot-button {
	font-size: 16px;
	background: #e5e5e5;
	display: block;
	width: calc(100% - 16px);
	padding: 8px 0;
	text-align: center;
	color: #545454;
	border: 0px;
	border-radius: 5px;
	margin: 0px 8px 5px 8px;
}
.slot-button:hover {
  background: #d5d5d5;
}

.caz-button {
	font-size: 16px;
	background: #e5e5e5;
	display: block;
	width: 100%;
	padding: 9px 0;
	text-align: center;
	color: #545454;
	border: 0px;
	border-radius: 5px;
	margin: 10px 0;
}
.caz-button:hover {
  background: #d5d5d5;
}

.slot-picture{
	display: block;
	border-radius: 8px 8px 0 0;
}

.slot-picture:hover{
	
}

.slot-name{
	padding: 10px 0;
	font-size: 15px;
	font-weight: 600;
}

.slot-warning{
	display: flex;
	color: #fff;
	padding: 6px 14px;
	background-color: #ff5050;
	border-radius: 5px;
	font-size: 15px;
	line-height: 1.6;
	margin-top: -5px;
}

.slot-warning span{
	display: inline-block;
}

.slot-warning img{
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 13px;
}

.picture-full{
	padding: 9px;
	border: 1px solid #dbdbdb;
	background-color: #f5f5f5;
	font-style: italic;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}


.slot-screen{
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 24px;
	margin-top: 15px;
}
.slot-screen-title{
	margin-bottom: 10px;
}
.slot-screen img{
	padding: 9px;
	border: 1px solid #dbdbdb;
	background-color: #f5f5f5;
	height: auto;
	width: 100%;
	box-shadow: 0 0 6px rgb(0 0 0 / 38%);
	border-radius: 8px;
}

figcaption {
	margin-top: 8px;
}

@media screen and (max-width: 550px) {
.slot-block{
	  width: calc(50% - 15px);
}

.slot-warning{
	font-size: 14px;
}
.picture-full{
	font-size: 15px;
}
.slot-name{
	padding: 10px 0;
	font-size: 14px;
}
}

@media screen and (max-width: 400px) {
.disclaimer {
    font-size: 14px;
}
.slot-warning{
	font-size: 13px;
}
}


.sitebar-slots{
	width: 100%;
    padding: 8px;
    box-shadow: 0 0 6px rgb(0 0 0 / 30%);
    background-color: #f5f5f5;
    border-radius: 8px;
	margin-bottom: 20px;
}

.sitebar-slots-list {
	display: block;
	white-space: nowrap;
}

.sitebar-slots-list br {
	display: none;
}

.sitebar-name-provider{
	display: block;
    text-align: center;
    margin-bottom: 8px;
    background-color: #ff920c;
    border-radius: 8px;
    text-decoration: none;
    font-size: 17px;
    padding: 12px 0;
    color: #fff;
	line-height: 1.4;
}

.sitebar-slots-more {
	font-size: 16px;
    background: #e5e5e5;
    display: block;
    width: calc(100% - 2px);
    padding: 8px 0;
    text-align: center;
    color: #545454;
    border: 0px;
    border-radius: 5px;
    margin: 8px 1px 0 1px;
}

.sitebar-slots-more:hover {
	background: #d5d5d5;
	color: #545454;
}

.sitebar-slots-more:active {
	color: #545454;
}

.sitebar-slots-more:focus {
	color: #545454;
}

.sitebar-slots-list a {
	display: block;
    margin-bottom: 6px;
    border: 1px solid #d9d9d9;
    background-color: #efefef;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #000;
}
.sitebar-slots-list a:hover {
    border: 1px solid #cfcfcf;
    background-color: #e3e3e3;
}

.sitebar-slots-list img {
	display: inline-block;
	width: 47px;
	height: 47px;
    margin-right: 7px;
    border: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.item {
	text-align: center;
	font-size: 15px;
}

.item a {
	color: #5a5a5a;
}

.item a:hover {
	color: #db040e;
}

.main-title{
	text-align: center;
	font-size: 24px;
	padding: 25px 0 20px;
	overflow: hidden;
	display: block;
	margin: 0px;
}

.main-title-first{
	text-align: center;
	font-size: 24px;
	padding: 0px 0 15px;
	overflow: hidden;
	display: block;
	margin: 0px;
}


.main-title:before,
.main-title:after,
.main-title-first:before,
.main-title-first:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 4px;
    background-color: #ff454e;
    position: relative;
}
.main-title:before,
.main-title-first:before {
    margin-left: -100%;
    left: -14px;
}
.main-title:after,
.main-title-first:after {
    margin-right: -100%;
    right: -14px;
}



.main-comment-list{
	flex-wrap: wrap;
	flex-direction: row;
	display: flex;
}

.main-comment-block{
	display: inline-block;
	margin: 9px auto;
	box-shadow: 0 2px 5px rgb(0 0 0 / 22%);
	width: calc(33.333% - 17px);
	background-color: #f5f5f5;
	padding: 12px;
	border-radius: 8px;
	line-height: 23px;
	text-align: left;
}


.main-comment-post {
	display: block;
	padding: 5px 0 9px;
	border-bottom: 1px solid #d9d9d9;
}

.main-comment-autor{
	display: block;
	font-size: 15px;
	color: #a5a5a5;
	padding: 10px 0 9px;
}

.main-comment-text {
	font-size: 14px;
	
}

.main-comment-link {
	padding: 10px 0 5px;
}

.main-comment-link a{
	text-decoration: underline;
}

.main-comment-link a:hover{
	text-decoration: none;
}

@media screen and (max-width: 991px) {
.sitebar-slots-list a {
    font-size: 17px;
}
}

@media screen and (max-width: 550px) {
.main-comment-block{
	  width: calc(50% - 17px);
}
}
@media screen and (max-width: 320px) {
.main-comment-block{
	  width: 100%;
}
}
@media screen and (max-width: 380px) {
.main-title{
	font-size: 20px;
}

.main-title-first{
	font-size: 20px;
}
}

.mainpage-button {
	font-size: 16px;
	background: #e5e5e5;
	display: block;
	width: calc(100% - 16px);
	padding: 7px 0;
	text-align: center;
	color: #545454;
	border: 0px;
	border-radius: 5px;
	margin: 0px 8px 5px 8px;
}
.mainpage-button:hover {
  background: #d5d5d5;
  color: #545454;
}
.mainpage-button:focus {
  color: #545454;
}

.sitebar-slots-header{
	display: block;
    background-color: #fff;
    text-align: center;
    padding: 11px 2px;
    font-size: 18px;
    font-weight: bold;
	border-radius: 8px 8px 0 0;
}

.textwidget .sitebar-slots{
	border-radius: 0 0 8px 8px;
	border-top: 2px solid #e1e1e1;
	box-shadow: none;
}

.textwidget .sitebar-slots img{
	width: 47px;
    height: 47px;
}

.provider-slots {
	display: block;
	box-shadow: 0 0 6px rgb(0 0 0 / 22%);
	border-radius: 8px;
	margin-top: 25px;
}



.parametrcasino caption {
	padding-bottom: 12px;
    color: #363636;
    font-size: 22px;
	border-color: white;
	text-align: left;
}

.parametrcasino table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}
.parametrcasino td:first-child {
	font-weight: bold;
    color: #959595;
	width: 40%;
}

.page .parametrcasino td:first-child {
	width: 35%;
}

.page .parametrcasino {
	margin-bottom: 20px;
}

.parametrcasino tr{
	border-top: 2px solid #ebebeb;
}
.parametrcasino :first-child{
	border-top: 0px;
}
.parametrcasino td {
	padding: 13px 26px;
	line-height: 22px;
}
.parametrcasino {
	background: #F7F7F7;
    box-shadow: 0 0 6px rgb(0 0 0 / 32%);
	text-align: left;
	font-size: 15px;
	border-radius: 8px;
}
.parametrcasino a:hover {
    text-decoration: underline;
}

 .parametrcasino td:first-child a {
    color: #ff8d00;
}

 .parametrcasino td:first-child a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 890px) {
  table.parametrcasino thead {
    display: none;
  }
  table.parametrcasino tr {
    display: block;
    padding: 0.8rem 0;
  }
  table.parametrcasino td {
    display: block;
    text-align: left;
	border-width: 0;
	padding: 4px 25px;
  }
  table.parametrcasino td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
  }
  .parametrcasino td:first-child {
    width: 100%;
}
}

@media screen and (max-width: 400px) {
.parametrcasino caption {
    line-height: 22px;
	font-size: 20px;
}

.detail-content.single_page h1 {
    font-size: 22px;
}
}

.topcasino-1  img {
	border: 2px solid #fff;
	width: 154px;
	height: 54px;
	border-radius: 5px;
	margin: auto;
}


@media screen and (max-width: 600px){
.button-otzyv {
    padding: 5px 10px;
    font-size: 16px;
    width: 154px;
}

.copytable {
    padding: 5px 10px;
    font-size: 16px;
	width: 154px;
}
}

.breadcrumbs__separator {
    padding: 0 3px;
    color: #ccc;
}

.single_page h2{
	    padding: 12px 0;
}

	.rubric-content {
		display: inline-block;
		box-shadow: 0 1px 6px rgb(0 0 0 / 22%);
		border-radius: 5px;
		margin-bottom: 25px;
		padding: 25px 20px 5px;
		width: 100%;
		border: 2px solid #cecece;
	}
	.entry-header-rubric h4{
		font-size: 19px;
		margin: 0 0 15px;
	}
	.entry-header-rubric a{
		color: #64686d;
	}
	.entry-header-rubric a:hover{
		color: #e60707;
	}
	.rubric-low {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	border-top: 1px solid #eee;
	padding: 18px 0 10px;
	}
	.rubric-low a:hover{
		color: #e60707;
	}
	.button-rubric {
    display: inline-block;
	}
	.button-rubric a {
    text-align: center;
    padding: 5px 14px;
    font-size: 15px;
    border-radius: 3px;
    border: none;
    background: #ff454e;
    color: #fff;
	}
	.button-rubric a:hover {
    background: #ff2f39;
    color: #fff;
	}
	.form-submit {
		margin-bottom: 5px;
	}
	@media screen and (max-width: 430px){
		.entry-meta {
			display: block;
			width: 100%;
			text-align: center;
		}
		.button-rubric{
			display: block;
			width: 100%;
			margin: 15px 0 5px;
			text-align: center;
		}
		.button-rubric a {
			width: 100%;
			display: block;
			padding: 3px 14px;
		}
		.container{
			padding-right: 0px;
			padding-left: 0px;
		}
		.slicknav_nav a {
			padding: 5px 30px;
		}
	}
		@media screen and (max-width: 430px){
		.demogame-higher object{
			position: relative !important;
			width: 100%;
		}
	}
	.video {
		width: 100%;
		height: 380px;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	
	.green-red {
		margin-bottom: 15px;
		text-align: left;
	}
	
	.raiting {
		box-shadow: 0 1px 6px rgb(0 0 0 / 22%);
		border-radius: 4px;
		margin-bottom: 15px;
	}
	.raiting td:first-child img {
		border: 2px solid #fff;
		width: 154px;
		height: 54px;
		border-radius: 5px;
		margin: auto;
	}
	.raiting td:first-child span {
		display: block;
		padding: 1px 0;
		background: #ff4c4c;
		min-width: 154px;
		border-style: solid;
		border-width: 0 2px 2px;
		border-color: #fff;
		border-radius: 5px;
		color: #fff;
	}
	.raiting td {
		background: #f2f2f2d1;
		padding: 9px;
		text-align: center;
		line-height: 22px;
	}
	.raiting tr {
		border-top: 2px solid #e1e1e1;
	}
	.raiting tr:first-child {
		border-top: 0;
	}
	.tablebonus {
		font-weight: 700;
		font-size: 14px;
	}
	.cp-promo {
		padding-right: 0!important;
	}
	@media screen and (max-width: 600px){
	table.raiting tr {
		display: block;
		padding: 5px;
	}
	.raiting td:first-child {
		font-size: 16px;
		padding-top: 20px;

	}
	.raiting td:first-child span {
		max-width: 154px;
		margin: auto;
	}
	table.raiting td {
		display: block;
	}
	.raiting td:last-child {
		padding-bottom: 20px;
	}
	.cp-promo {
		padding-right: 10px!important;
		padding-bottom: 0!important;
	}
	.tablebonus {
		font-size: 16px;
	}
	}
	
	@media (max-width: 768px){
	article header.entry-header h1.entry-title {
		font-size: 22px;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
    font-size: 19px;
	}
	#comments .common-title.comments-title {
		font-size: 22px;
	}
	}
	@media (max-width: 380px){
	article header.entry-header h1.entry-title {
		font-size: 20px;
	}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 19px;
	}
	h3 {
    font-size: 18px;
	}
	.entry-header-rubric h4 {
		font-size: 17px;
	}
	.sitebar-slots-list a {
		font-size: 16px;
	}
	}
	
	.telegram-background {
		background-color: #f5f5f5;
	}
	.telegram {
		display: flex;
		padding: 8px 0;
		padding-right: 30px;
		padding-left: 30px;
		margin-right: auto;
		margin-left: auto;
		color: #141414;
		width: 1050px;
	}
	.telegram p {
		margin: 0px;
		margin: 5px 10px;
	}
	.telegram img {
		vertical-align: middle;
		width: 24px;
		margin-right: 4px;
	}
	.button-telegram {
		display: inline-block;
		text-align: center;
		padding: 5px 10px;
		font-size: 16px;
		border-radius: 3px;
		border: none;
		background: #2fa7db;
		color: #fff;
		margin: auto 0px;
	}
	.button-telegram:hover {
		background: #3bb5ea;
		color: #fff;
	}
	.button-telegram:focus {
		color: #fff;
	}

	@media (max-width: 1199px){
	.telegram {
		width: 970px;
	}
	}
	
	@media (max-width: 991px){
	.telegram {
		width: 750px;
	}
	}
	@media (max-width: 767px){
	.telegram {
		width: 100%;
	}
	}
	
	@media (max-width: 560px){
	.telegram {
		flex-direction: column;
		padding-top: 10px
	}
	.telegram p {
		line-height: 1.4em;
		margin: 8px 3px 4px;
	}
	.button-telegram {
		padding: 8px 10px;
		font-size: 17px;
	}
	}
	
	@media (max-width: 430px){
	.telegram {
		padding-right: 15px;
		padding-left: 15px;
	}
	.telegram p {
		font-size: 14px;
	}
	}
	
	.block-links {
		color: #313131;
		border-top: 1px solid #F2F2F2;
		width: 100%;
		padding: 2px;
		display: flex;
	}
	.block-links img {
		vertical-align: middle;
		width: 24px;
		margin-right: 4px;
	}
	.block-links br {
		display: none;
	}
	.block-links .copybtn-1 {
		width: 50%;
		margin: 2px;
		border-radius: 5px;
	}
	.block-links .copybtn-2 {
		width: 50%;
		margin: 2px;
		border-radius: 5px;
	}
	.block-links .button-telegram {
		width: 50%;
		padding: 8px 10px;
		margin: 2px;
		border-radius: 5px;
	}
	
	@media (max-width: 560px){
	.block-links {
		flex-direction: column;
		padding: 5px;
	}
	.block-links .copybtn-1 {
		width: 100%;
		margin: 0px;
		font-size: 15px;
	}
	.block-links .copybtn-2 {
		width: 100%;
		margin: 0px;
		font-size: 15px;
	}
	.block-links .button-telegram {
		width: 100%;
		margin: 5px 0px 0px;
		font-size: 15px;
	}
	}

.tc-collapser-comment.hide-class {
    margin-bottom: 10px;
}

.demogame-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-gameImage {
    display: contents;
}

.demogame-header-container {
    background: #000000cf;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#startButton {
    margin: auto 0px;
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 3px;
    border: none;
    background: #ff454e;
    color: #fff;
	display: block;
	width: 100%;
}

#casinoButton {
    margin: auto 0px;
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 3px;
    border: none;
    background: #ff920c;
    color: #fff;
	display: block;
	margin-top: 10px;
	width: 100%;
}

.demogame-startButton {
    position: absolute;
    z-index: 2;
}

#gameImage {
    filter: brightness(30%);
}

.age-gate__challenge {
	font-size: 18px;
	font-weight: 700;
}

.button.age-gate-submit-no,
button.age-gate-submit-yes,
button.age-gate__submit--no,
button.age-gate__submit--yes {
	font-size: 14px;
	padding: 4px 22px;
	background-color: #ff454e;
}

.button.age-gate-submit-no:hover,
button.age-gate-submit-yes:hover,
button.age-gate__submit--no:hover,
button.age-gate__submit--yes:hover {
	background-color: #ff454e;
}

.button.age-gate-submit-no:focus,
button.age-gate-submit-yes:focus,
button.age-gate__submit--no:focus,
button.age-gate__submit--yes:focus {
	background-color: #ff454e;
}

.age-gate{
	max-width: var(--ag-form-max-width, 400px);
}

.no-bezdep{
	font-size: 17px;
    color: #ff454e;
    font-weight: 700;
	margin: 5px 0;
    display: block;
}

@media (max-width: 560px){
#startButton {
    padding: 6px 12px;
    font-size: 16px;
}

#casinoButton {
	padding: 6px 12px;
    font-size: 16px;
}
}