/*
Theme Name: MagiyaGadaniya
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Accessibility
6.0 - Alignments
7.0 - Clearings
8.0 - Layout Structure
9.0 - Header
10.0 - Navigation
11.0 - Widgets
12.0 - Posts and pages
13.0 - Comments
14.0 - Gutenberg Blocks
15.0 - Footer
16.0 - Media
17.0 - Media Queries
18.0 - Theme Option Styles
19.0 - Media Query Fixes
20.0 - CSS Hacks for Safari
21.0 - Customizer Preview
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 1.0 - Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
    outline:none;
}

a:active,
a:hover,
a:focus {
	outline: none;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 0;
}

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

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

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 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"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# 2.0 - Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #d3c2be;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: 'Comfortaa', cursive;
	line-height: 1.75;
}
select{
    color:#333 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0.75em 0;
	line-height: 1.4;
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

h3 {
	font-size: 21px;
    font-size: 1.3rem; 
    font-weight: 300;
    color: #d3c2be;
}

h4 {
	font-size: 22px;
	font-size: 1.375rem;
}

h5 {
	font-size: 20px;
	font-size: 1.25rem;
}

h6 {
	font-size: 19px;
	font-size: 1.1875rem;
}

p {
	margin-bottom: 1.5em;
    font-family: 'Comfortaa', cursive;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	overflow: auto;
	margin-bottom: 1.5em;
	padding: 1.5em;
	max-width: 100%;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
}

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

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

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
    background: url(../magiyagadaniya/images/bg.gif) repeat;
    background-color: #000;
    z-index:-1;
    position: relative;
    font-size: 1rem;
}
.zod{
    list-style: none;
}
blockquote {
	margin: 0 0 1.5em;
	padding-left: 1.25em;
	border-left: 3px solid #ddd;
	color: #777;
	font-style: italic;
	font-size: 18px;
	font-size: 1.125rem;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 1em;
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote > :last-child {
	margin-bottom: 0.5em;
}

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

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1.25em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: none;
	table-layout: fixed;
}

th,
td {
	padding: 0.3em 0.6em;
	border: 1px solid #ddd;
}

a {
	color: #322d2c;
	text-decoration: none;
    font-family: 'Comfortaa', cursive;
}

a:link,
a:visited {
	color: #d3c2be;
    font-family: 'Comfortaa', cursive;
}

a:hover,
a:focus,
a:active {
	color: #b89f9a;
    font-family: 'Comfortaa', cursive;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
#logo{
    margin-top:30px;
}
/*--------------------------------------------------------------
# 4.0 - Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.5em 1em;
	border: none;
	background: #b89f99;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: 'Comfortaa', cursive;
	transition: all 0.2s ease;
    border-radius:5px;
    margin: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #252525;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #444;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.3em 0.6em;
	max-width: 100%;
	border: 1px solid #ddd;
	color: #666;
}

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

textarea {
	width: 100%;
    background: transparent;
    border: 0px;
    color: #d3c2be;
    margin-top: -20px;
}
.protect br{
    display:none;
}
.protect p{
    margin:0px;
    padding: 0px;
}
/*--------------------------------------------------------------
# 5.0 - Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
}

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

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

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

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

/*--------------------------------------------------------------
# 7.0 - Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
	display: table;
	content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# 8.0 - Layout Structure
--------------------------------------------------------------*/
.site {
	margin: 0 auto;
	max-width: 1340px;
	width: 100%;
}

.site-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	padding: 2em 0 0 2em;
	background: url(../magiyagadaniya/images/bg-site.png) repeat;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;     
}

.content-area {
	order: 1;
	box-sizing: border-box;
	padding-right: 2em;
	width: 56%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
}

.main-sidebar {
	order: 2;
	padding-right: 2em;
	width: 22%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
}

.small-sidebar {
	order: 3;
	padding-right: 2em;
	width: 22%;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
}

/* Fullwidth Template */
.site-content .fullwidth-content-area {
	float: none;
	width: 100%;
}

/*--------------------------------------------------------------
# 9.0 - Header
--------------------------------------------------------------*/
.site-header {
	background: url(../magiyagadaniya/images/back.gif) no-repeat;
    background-position: center center;
    background-size: cover;
}

.header-main {
    padding: 4em 2em;
}

.site-branding {
	float: none;
	margin: 0;
	max-width: 100%;
    text-align: center;
}

.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
	border: none;
	text-decoration: none;
}

.site-title {
	display: inline-block;
	margin: 0.15em 0;
	padding: 0;
	color: #1585b5;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
    font-size: 1.50rem; 
	font-family: 'Oxygen', sans-serif;
	line-height: 1.4;
}

.site-title a:link,
.site-title a:visited {
    text-transform: uppercase;
    font-family: 'Pacifico', cursive;
	transition: all 0.2s ease;
    background-image: url(../magiyagadaniya/images/magiya.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    margin: 10px 0;
}

.site-title a:hover,
.site-title a:active {

}

.site-branding .custom-logo {
	margin: 0.4em 0.6em 0.4em 0;
	padding: 0;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: top;
}

.site-description {
	margin: 0 0 0.5em;
	font-size: 15px;
	font-size: 0.9375rem;
    color: #ebac4d;
    font-family: 'Comfortaa', cursive;
    text-transform: lowercase;
}

/* Header Widgets */
.header-widgets {
	display: inline;
}

.header-widget {
	float: right;
	margin: 0.4em 0 0 1.5em;
}

.header-widget ul {
	margin: 0;
	padding: 0;
}

.header-widget-title {
	margin: 0 0 0.5em;
}

/* Custom Header Image */
.header-image {
	margin: 1px 0 0;
	text-align: center;
}

.header-image img {
	max-width: 1340px;
	width: 100%;
	height: auto;
	vertical-align: top;
    display: none;
}

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

/*--------------------------------------------------------------
## 10.1 - Main Navigation
--------------------------------------------------------------*/
.primary-navigation-wrap {
    background: url(../magiyagadaniya/images/bg_widget.jpg) repeat;  
	color: #fff;
    margin-top: -2px;
}

.main-navigation-toggle {
	display: none;
}

.main-navigation-menu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-position: outside;
	list-style-type: none;
}

.main-navigation-menu li {
	float: left;
}
 
.main-navigation-menu a {
    padding: 0.5em 0.470em;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.778rem;
	font-family: 'Comfortaa', cursive;
    display: inline-block;
}

.main-navigation-menu > .menu-item-has-children > a:after,
.main-navigation-menu ul .menu-item-has-children > a:after {
	display: inline-block;
	color: #fff;
	content: "";
	vertical-align: top;
	text-decoration: inherit;
	font-size: 16px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
	color: #d3c2be;
	text-decoration: none;
    font-family: 'Comfortaa', cursive;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.9);
    width:100%;
}

.main-navigation-menu a:hover,
.main-navigation-menu a:active {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.9);
    background-position: 0 0;
}

.main-navigation-menu ul {
	position: absolute;
	z-index: 99;
	display: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	background: #252525;
	list-style-position: outside;
	list-style-type: none;
}

.main-navigation-menu ul li {
	position: relative;
	float: none;
}

.main-navigation-menu ul a {
	padding: 0.75em 1em;
	min-width: 250px;
	min-width: 16rem;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	font-size: 13px;
	font-size: 0.8125rem;
	transition: none;
}

.main-navigation-menu ul li:last-child a {
	border-bottom: none;
}

.main-navigation-menu li ul ul {
	top: 0;
	left: 100%;
	border-top: none;
}

.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
	display: block;
}

.main-navigation-menu li.current-menu-item > a {
	background: transparent;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.9);
}
.sub-menu li a{
    background: #564c4a !important;
}
/* Mega Menu Styling */
.mega-menu-content .mega-menu-widget a:link,
.mega-menu-content .mega-menu-widget a:visited {
	color: #fff;
}

.mega-menu-content .mega-menu-widget a:hover,
.mega-menu-content .mega-menu-widget a:active {
	color: rgba(255,255,255,0.6);
}

.mega-menu-content .mega-menu-widget ul li {
	display: block;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.mega-menu-content .mega-menu-widget ul li a {
	display: block;
	padding: 0.5em 0.75em;
}

.main-navigation-menu .mega-menu-content .mega-menu-widget ul li a:hover {
	background: #1585b5;
	color: #fff;
}

.mega-menu-content .mega-menu-widget .entry-meta,
.mega-menu-content .mega-menu-widget .entry-meta span:before {
	color: #ddd;
}
#dayresult {
    background: url(/wp-content/themes/magiyagadaniya/images/day-bg-cards.png);
    background-repeat: repeat;
    padding: 20px;
    color: #d3c2be;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    display:none;
}
#day{
    background: url(/wp-content/themes/magiyagadaniya/images/day-bg-cards.png);
    background-repeat: repeat;
    color: #d3c2be;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
## 10.2 - Social Icons Menu
--------------------------------------------------------------*/
.social-icons-menu {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1;
}

.social-icons-menu li {
	float: left;
	margin: 0;
	padding: 0;
}

.social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;
}

.social-icons-menu li a .screen-reader-text {
	display: none;
}

/* Add Genericons */
.social-icons-menu li a:before {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	text-decoration: inherit;
	font-size: 16px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul.moon_days li{
    float:left;
    width:20%;
}
ul.moon_days li a{
    font-size:12px;
}
.cover {
    width: 47%;
    float: left;
    padding: 10px;
}
.social-icons-menu li a:before { content: '\f408'; } /* Default Icon */
.social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; }
.social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; }
.social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; }
.social-icons-menu li a[href*="facebook.com"]:before { content: '\f204'; }
.social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
.social-icons-menu li a[href*="plus.google.com"]:before { content: '\f218'; }
.social-icons-menu li a[href*="github.com"]:before { content: '\f200'; }
.social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; }
.social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; }
.social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; }
.social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; }
.social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; }
.social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; }
.social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; }
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before { content: '\f220'; }
.social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; }
.social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; }
.social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; }
.social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
.social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; }
.social-icons-menu li a[href*="wordpress.org"]:before { content: '\f205'; }
.social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; }
.social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; }
.social-icons-menu li a[href*="newsletter"]:before,
.social-icons-menu li a[href*="mailto"]:before { content: '\f410'; }
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; }

/*--------------------------------------------------------------
# 11.0 - Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widget-header {
	margin: 0 0 1.5em 0;
    border-radius: 5px;
    width: 100%;
    padding: 5px 0;
	text-decoration: none;
    outline: none;
    display: inline-block;
    background: url(../magiyagadaniya/images/bg_widget.jpg) repeat;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.7);
    font-family: 'Comfortaa', cursive;
    font-weight: 300;
    color: white;
    transition: .5s;
}
.znach {
    display: none;
}
#pifagor{
    text-align: center;
}
#pifagor td{
    text-align: center;
    border:0px;
}
input.pif3{
    border: 0px;
    background: transparent;
    text-align: center;
}
#cardtable td{
    border:0px;
}
#wishtable td{
    border:0px;
    padding:2px;
}
.tolkovanie ul li{
    list-style: none;
}
.tolkovanie ul li a{
    text-decoration: none;
    text-align: center;
}
textarea.mart{
    margin-top: 0px;
}
#pif_text td{
    border:0px;
    text-align: center;
}
.cep{
    width: 100%;
    height: 20px;
    clear: both;
}
.pif{
    border:0px;
    background: transparent;
    text-align: center;
}
#pifagor-button {
    margin-bottom: 10px;
    border-radius: 5px;
    background: linear-gradient(200deg,#16162e,#6284a0);
    background-size: 500% 500%;
    -webkit-animation: ServiceAnimation 30s ease infinite;
    -moz-animation: ServiceAnimation 30s ease infinite;
    -o-animation: ServiceAnimation 30s ease infinite;
    animation: ServiceAnimation 30s ease infinite;
    color: #fff;
    border: 0;
}
.widget-header:hover {
    box-shadow: 1px 1px 1px rgba(0,0,0,0.9);
    background-position: 0 0;
}
.widget-title {
	display: inline-block;
	margin: 0;
	padding: 0.4em 0.8em;
	color: #d3c2be;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
}

.widget ul {
	margin: 0;
	padding: 0 0.3em;
	list-style: none;
}

.widget ul .children,
.widget ul .sub-menu {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
}

.widget-title a:link,
.widget-title a:visited  {
	color: #fff;
}

.widget-title a:hover,
.widget-title a:active  {
	color: #fff;
	text-decoration: underline;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## 11.1 - Default Widgets
--------------------------------------------------------------*/

/* Theme Search Widget */
.search-form {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}

.search-form .screen-reader-text {
	display: none;
}

.search-form .search-field {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0.55em 3em 0.5em 1em;
	width: 100%;
	-webkit-appearance: none;
}

.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.6em 0.8em;
	border: none;
	font-size: 16px;
	font-size: 1rem;
	cursor: pointer;
}

.search-form .search-submit .genericon-search {
	display: inline-block;
	margin: 0;
	color: #fff;
	content: '\f400';
	vertical-align: top;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*--------------------------------------------------------------
## 11.2 - Magazine Posts Widgets
--------------------------------------------------------------*/
.widget-magazine-posts {
	margin-bottom: -1.5em;
}

.widget-magazine-posts .type-post {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
	background: none;
}

.widget-magazine-posts .type-post .wp-post-image {
	margin: 0 0 0.5em;
	max-width: 100%;
}

.widget-magazine-posts .type-post .entry-content {
	font-size: 16px;
	font-size: 1rem;
}

.widget-magazine-posts .type-post .entry-content p {
	margin: 1em 0 0;
}

.widget-magazine-posts .type-post .more-link {
	margin: 1em 0 0;
}

.widget-magazine-posts .large-post .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.widget-magazine-posts .medium-post {
	display: block;
	float: left;
	box-sizing: border-box;
	padding-right: 2em;
	width: 33.33333333%;
}

.widget-magazine-posts .medium-post .entry-title {
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: 'Oxygen', Tahoma, Arial;
}

.widget-magazine-posts .medium-post .entry-content {
	font-size: 15px;
	font-size: 0.9375rem;
}

.widget-magazine-posts .small-post {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 100%;
}

.widget-magazine-posts .small-post .wp-post-image {
	float: left;
	margin: 0 1em 0 0;
	max-width: 40%;
}

.widget-magazine-posts .small-post .entry-title {
	font-size: 14px;
	font-size: 0.875rem;
	font-family: 'Oxygen', Tahoma, Arial;
}

.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
	font-size: 12px;
	font-size: 0.75rem;
}

/* Magazine Posts Grid Widget */
.widget-magazine-posts .magazine-grid {
	margin-right: -2em;
}

.widget-magazine-posts .magazine-grid .large-post {
	float: left;
	box-sizing: border-box;
	padding-right: 2em;
	width: 50%;
}

.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
	clear: left;
}

/* Magazine Posts Columns Widget */
.gambit-magazine-posts-columns {
	padding: 0;
}

.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content .magazine-posts-columns-post-list {
	float: left;
	box-sizing: border-box;
	width: 100%;
}

.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
	float: left;
	width: 100%;
}

.widget-magazine-posts-columns .magazine-posts-column-left {
	float: left;
	box-sizing: border-box;
	padding-right: 1em;
	width: 50%;
}

.widget-magazine-posts-columns .magazine-posts-column-right {
	box-sizing: border-box;
	margin-left: 50%;
	padding-left: 1em;
	width: 50%;
}

.widget-magazine-posts-columns .medium-post {
	padding-right: 0;
	width: 100%;
}

/*--------------------------------------------------------------
# 12.0 - Posts and pages
--------------------------------------------------------------*/
.type-post,
.type-page,
.type-attachment  {
	margin: 0 0 2em;
	max-width: 100%;
}

.entry-title {
	display: inline;
	margin: 0;
	padding: 0;
	color: #d3c2be;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 28px;
	font-size: 1.75rem;
	font-family: 'Comfortaa', cursive;
	line-height: 1.4;
    font-weight: 700;
}

.entry-title a:link,
.entry-title a:visited {
	color: #d3c2be;
	text-decoration: none;
	transition: all 0.2s ease;
}

.entry-title a:hover,
.entry-title a:active {
	color: #b89e9a;
}

.type-post .wp-post-image {
	margin: 0 0 0.5em;
}

.entry-content {
	font-size: 16px;
	font-size: 1rem;
}

.entry-content a {
	text-decoration: underline;
}

.sticky {}

/* Read more Link */
.more-link {
	display: inline-block;
	margin: 0;
	padding: 0.5em 1em;
	background: #b89f99;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	font-size: 0.8125rem;
    border-radius:5px;
	font-family: 'Oxygen', Tahoma, Arial;
}

.more-link:link,
.more-link:visited  {
	color: #fff;
	transition: all 0.2s ease;
}

.more-link:hover,
.more-link:active {
	background: #322d2c;
}

.entry-content > .more-link {
	text-decoration: none;
}

/* Small Post Layout */
.small-archive-post {
	padding: 0 0 1.5em;
	border-bottom: 1px solid #ddd;
}

.small-archive-post .wp-post-image {
	float: left;
	margin: 0 1.5em 0 0;
	padding: 0 0 0.5em;
	max-width: 45%;
}

.small-archive-post .entry-title {
	font-size: 22px;
	font-size: 1.375rem;
}

.small-archive-post .entry-content {
	font-size: 15px;
	font-size: 0.9375rem;
}

.small-archive-post .entry-excerpt p {
	margin-bottom: 1em;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
	font-weight: bold;
}

/* Entry Meta */
.entry-meta {
	margin: 0.4em 0 0;
	color: #999;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta a:link,
.entry-meta a:visited {
	color: #999;
}

.entry-meta a:hover,
.entry-meta a:active {
	color: #666;
}

.entry-meta .meta-date,
.entry-meta .meta-author {
	margin-right: 1em;
}

.meta-author {
    display: none !important;
}

.entry-meta span:before {
	display: inline-block;
	margin-right: 0.2em;
	color: #666;
	vertical-align: middle;
	font: normal 16px 'Genericons';
	-webkit-font-smoothing: antialiased;
}

.entry-meta .meta-date:before{
	content: '\f307';
}

.entry-meta .meta-author:before{
	content: '\f304';
}

.entry-meta .meta-category:before{
	content: '\f301';
}

/* Hide post meta if they are deactivated in settings */
body.date-hidden .entry-meta .meta-date,
body.author-hidden .entry-meta .meta-author,
body.categories-hidden .entry-meta .meta-category {
	 position: absolute;
	 clip: rect(1px, 1px, 1px, 1px);
}

body.date-hidden.author-hidden.categories-hidden .content-area .entry-meta,
body.date-hidden.author-hidden .widget-magazine-posts .entry-meta {
	display: none;
}

/* Entry Tags & Tagcloud Widget */
.entry-tags {
	clear: both;
	margin: 0 0 1.5em;
}

.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
	font-size: 14px;
	font-size: 0.875rem;
}

.widget_tag_cloud .tagcloud:before,
.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:before,
.entry-tags .meta-tags:after {
	display: table;
	content: "";
}

.widget_tag_cloud .tagcloud:after,
.entry-tags .meta-tags:after {
	clear: both;
}

.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
	display: inline-block;
	float: left;
	margin: 0 0.3em 0.3em 0;
	padding: 0.15em 0.6em;
	border: none;
	background: #b89f99;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px !important;
	font-size: 0.75rem !important;
}
a.linkpage{
    color:#b89f99 !important;
    text-decoration: none;
}
a.linkpage:hover{
    color: #322d2c !important;
}

.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
	color: #fff;
	transition: all 0.2s ease;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
	background: #252525;
}

/* Post Navigation */
.post-navigation {
	margin: 1em 0 0;
	padding: 0.5em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

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

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

.post-navigation .nav-links .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.post-navigation .nav-links .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

/* Theme Pagination */
.pagination {
	display: block;
	margin: 0 0 2em;
}

.pagination a,
.pagination .current {
	display: inline-block;
	margin: 0;
	padding: 0.5em 1em;
	background: #322d2c;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
}

.pagination a:link,
.pagination a:visited {
	color: #fff;
	transition: all 0.2s ease;
}

.pagination a:hover,
.pagination .current {
	background: #b89f99;
}

/* Infinite Scroll Pagination */
.infinite-scroll .pagination {
	display: none;
}

.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin: 0 0 2em;
	padding: 0.3em 0.8em;
	background: #1585b5;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 0.8125rem;
	font-family: 'Oxygen', Tahoma, Arial;
}

.infinite-scroll #infinite-handle span:hover {
	background-color: #252525;
}

/* Archives and Search Heading */
.page-header {
	margin: 0 0 1.5em 0;
    border-radius: 5px;
    width: 100%;
    padding: 5px 0;
    text-decoration: none;
    outline: none;
    display: inline-block;
    background: url(../magiyagadaniya/images/bg_widget.jpg) repeat;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.9);
    font-family: 'Comfortaa', cursive;
    font-weight: 300;
    color: white;
    transition: .5s;
}
.page-header:hover {
    box-shadow: 3px 3px 3px rgba(0,0,0,0.9);
}

.page-header .archive-title {
	display: inline-block;
	margin: 0;
	padding: 0.4em 0.8em;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
}

.archive-description {
	color: #666;
}

/* Breadcrumbs */
.breadcrumbs-container {
	padding: 0.5em 1em;
	border-bottom: 1px solid #eee;
	background: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	margin: 0;
	padding: 0;
}

.breadcrumbs .trail-browse {
	margin-right: 0.5em;
	font-weight: normal;
	font-size: 13px;
	font-size: 0.8125rem;
}

.breadcrumbs .trail-items {
	list-style: none;
}

.breadcrumbs .trail-items li::after {
	padding: 0 0.5em;
	content: "\00bb"; /* Raquo */
}

.trail-separator-slash .trail-items li::after { content: "\002F"; }
.trail-separator-dash .trail-items li::after { content: "\2013"; }
.trail-separator-bull .trail-items li::after { content: "\2022"; }
.trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; }
.trail-separator-raquo .trail-items li::after { content: "\00bb"; }
.trail-separator-single-arrow .trail-items li::after { content: "\2192"; }
.trail-separator-double-arrow .trail-items li::after { content: "\21D2"; }

.breadcrumbs .trail-items li:last-of-type::after {
	display: none;
}

/*--------------------------------------------------------------
# 13.0 - Gutenberg Blocks
--------------------------------------------------------------*/

/* Audio */
.wp-block-audio audio {
	width: 100%;
}

/* Separator */
.wp-block-separator {
	height: 3px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}

/* Quote */
.wp-block-quote.is-style-large {
	border: none;
	margin: 0 0 1.5em;
	padding: 0;
	font-size: 28px;
	font-size: 1.75rem;
}

.wp-block-quote.is-style-large p {
	margin-bottom: 0.5em;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
}

.wp-block-quote.is-style-large cite {
	text-align: inherit;
}

/* Pullquote */
.wp-block-pullquote {
	margin-bottom: 1.5em;
	padding: 1.5em 0;
    border-bottom: 3px solid #ddd;
    border-top: 3px solid #ddd;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 28px;
	font-size: 1.75rem;
}

.wp-block-pullquote blockquote p {
	margin-bottom: 0.5em;
}

/* Cover */
.wp-block-cover {
	display: flex;
}

.wp-block-cover-text {
	margin-top: 0;
	margin-bottom: 0;
}

/* Block Text Colors */
.has-primary-color {
	color: #1585b5;
}

.has-white-color {
	color: #ffffff;
}

.has-light-gray-color {
	color: #f0f0f0;
}

.has-dark-gray-color {
	color: #777777;
}

.has-black-color {
	color: #303030;
}

/* Block Background Colors */
.has-primary-background-color {
	background-color: #1585b5;
}

.has-white-background-color {
	background-color: #ffffff;
}

.has-light-gray-background-color {
	background-color: #f0f0f0;
}

.has-dark-gray-background-color {
	background-color: #777777;
}

.has-black-background-color {
	background-color: #303030;
}

/*--------------------------------------------------------------
# 14.0 - Comments
--------------------------------------------------------------*/

/* Comment Header */
.comments-header,
.comment-reply-title {
	margin: 0 0 1.5em 0;
	background: #252525;
}

.comments-header .comments-title,
.comment-reply-title span {
	display: inline-block;
	margin: 0;
	padding: 0.4em 0.8em;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 0.875rem;
}

/* Comment List */
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin: 0 0 1.5em;
	padding: 0.5em 1em 1.5em;
	border-bottom: 1px solid #ddd;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment:last-child {
	margin: 0;
	border-bottom: none;
}

.comment-meta {
	float: left;
	padding: 0;
	width: 100%;
}

.comment-meta .comment-author img {
	float: left;
	margin-right: 1em;
}

.bypostauthor {
	display: block;
}

.comment-meta .comment-metadata {
	margin-top: 0.3em;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-meta .comment-metadata a {
	margin-right: 1em;
}

.comment-content {
	clear: left;
	padding: 0.2em 0 0;
}

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

.comment ol.children {
	margin-top: 1.5em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
	list-style: none;
}

.comment .comment-respond {
	margin-top: 2em;
}

/* Comment Pagination */
.comment-navigation {
	margin: 0 0 1.5em;
	padding: 0.5em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-size: 0.875rem;
}

.comment-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation .nav-previous a:before {
	margin-right: 3px;
	content: "\00AB";
}

.comment-navigation .nav-next a:after {
	margin-left: 4px;
	content: "\00BB";
}

/* Comment Form */
.comment-form {
	padding: 0;
}

.comment-form label {
	display: inline-block;
	min-width: 150px;
	font-weight: bold;
}

.comment-form textarea {
	margin-top: 0.4em;
}

.comment-form input[type="checkbox"] + label {
	display: inline;
	padding-left: 5px;
}

.comment-reply-title small a {
	margin-left: 1em;
	text-decoration: underline;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.875rem;
}
.car-picture {
    width: 9.6%;
    float: left;
    margin: 0px 5px;
}
.run-picture {
    width: 15%;
    float: left;
    margin: 0px 5px;
}
.tar-picture {
    width: 12%;
    float: left;
    margin: 0px 5px;
}
.cards-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 10%;
}
/*--------------------------------------------------------------
# 15.0 - Footer
--------------------------------------------------------------*/
#before{
    background: url(../magiyagadaniya/images/bg-site.png) repeat;
    text-align: center;
}
.before_footer{
    background: url(../magiyagadaniya/images/footer-light.gif) no-repeat;
    width: 100%;
    height: 120px;
    background-size: cover;
    background-position: center;
}
.site-footer-wrap {
    background: url(../magiyagadaniya/images/bg-footer.jpg) repeat;
    box-shadow: 0px -5px 5px rgba(0,0,0,0.9);
}

.site-footer {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
}

.site-footer .site-info {
	text-align: center;
	padding: 1em 2em;
    color: #b89f99;
    font-size: 11px;
    font-family: 'Comfortaa', cursive;
}

.site-footer .site-info a{
    text-align: center;
    color: #b89f99 !important;
    font-size: 11px;
    text-decoration: none !important;
    font-family: 'Comfortaa', cursive;
}
.site-footer a:link,
.site-footer a:visited {
	color: #fff;
	text-decoration: underline;
}

.site-footer a:hover,
.site-footer a:active {
	text-decoration: none;
}

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

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

/*--------------------------------------------------------------
## 16.1 - Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
}

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

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

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

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

.gallery-item {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 1em 1.5em 0 0;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
}

/*--------------------------------------------------------------
# 17.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 17.1 - Desktop X-Large ( < 1120px )
--------------------------------------------------------------*/
@media only screen and (max-width: 80em) {
	.site-content {
		padding: 1.5em 0 0 1.5em;
	}

	.content-area,
	.main-sidebar,
	.small-sidebar {
		padding-right: 1.5em;
	}

	.header-main {
		padding: 1.5em;
	}

	.widget,
	.widget-magazine-posts .type-post,
	.type-post,
	.type-page,
	.type-attachment,
	.pagination,
	.infinite-scroll #infinite-handle span {
		margin: 0 0 1.5em;
	}

	.widget-magazine-posts .medium-post,
	.widget-magazine-posts .magazine-grid .large-post {
		padding-right: 1.5em;
	}

	.widget-magazine-posts .magazine-grid {
		margin-right: -1.5em;
	}

	.widget-magazine-posts-columns .magazine-posts-column-left {
		padding-right: 0.75em;
	}

	.widget-magazine-posts-columns .magazine-posts-column-right {
		padding-left: 0.75em;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

}

/*--------------------------------------------------------------
## 17.2 - Desktop Large ( < 1120px )
--------------------------------------------------------------*/
@media only screen and (max-width: 70em) {
	.content-area {
		width: 70%;
	}

	.main-sidebar {
		width: 30%;
	}

	.small-sidebar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		padding: 0;
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}

	.small-sidebar .widget {
		padding-right: 1.5em;
		width: 33.333%;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

}

/*--------------------------------------------------------------
## 17.3 - Desktop Small ( < 960px )
--------------------------------------------------------------*/
@media only screen and (max-width: 60em) {
    .cover {
        width: 100%;
        float: left;
        padding: 0px;
    }
	.small-sidebar .widget {
		width: 50%;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

}

/*--------------------------------------------------------------
## 17.4 - Tablet Large ( < 880px )
--------------------------------------------------------------*/
@media only screen and (max-width: 55em) {
	.site-branding {
		float: none;
		margin: 0;
		text-align: center;
	}

	.site-branding .custom-logo {
		margin: 0.4em 0;
	}

	.header-widget {
		float: none;
		margin: 0.5em 0 0;
		text-align: center;
	}

	/*** Mobile Main Navigation ***/

	/* Reset */
	.main-navigation-menu li {
		position: static;
		float: none;
	}

	.main-navigation-menu ul,
	.mega-menu-item .mega-menu-content,
	.mega-menu-item .mega-menu-content .mega-menu-widget {
		position: static;
		top: auto;
		left: auto;
		display: block;
	}
	.main-navigation-menu ul a {
		float: none;
		width: auto;
	}

	.main-navigation-menu li ul ul {
		top: auto;
		left: auto;
		margin: 0;
	}

	.main-navigation-menu > .menu-item-has-children > a:after,
	.main-navigation-menu ul .menu-item-has-children > a:after {
		display: none;
	}

	/* Main Navigation Toggle */
	.main-navigation-toggle {
		display: block;
		padding: 0.9em 1.5em;
		width: 100%;
		background: url(../magiyagadaniya/images/bg_widget.jpg) repeat;
		text-align: left;
		font-size: 14px;
		font-size: 0.875rem;
	}

	.main-navigation-toggle:hover,
	.main-navigation-toggle:focus,
	.main-navigation-toggle:active {
	    background: url(../magiyagadaniya/images/bg_widget.jpg) repeat;
	}

	.main-navigation-toggle:after {
		display: inline-block;
		float: left;
		margin: 0 0.75em 0 0;
		color: #fff;
		content: '\f419';
		vertical-align: middle;
		text-decoration: inherit;
		font-size: 24px;
		font-family: 'Genericons';
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	/* Main Navigation Menu */
	.main-navigation-menu {
		display: none;
		float: left;
		width: 100%;
		border-top: 1px solid rgba(255,255,255,0.1);
	}

	.main-navigation-menu a {
		display: block;
		clear: left;
		padding: 1em 1.5em;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		font-size: 14px;
		font-size: 0.875rem;
	}

	.main-navigation-menu li:last-child a {
		border-bottom: none;
	}

	.main-navigation-menu ul {
		float: none;
		width: 100%;
		border: none;
	}

	.main-navigation-menu ul a {
		display: block;
		padding-left: 2em;
		width: 100%;
	}

	.main-navigation-menu ul li ul a {
		padding-left: 4em;
	}

	.main-navigation-menu ul li ul li ul a {
		padding-left: 6em;
	}

	.main-navigation-menu ul li ul li ul li ul a {
		padding-left: 8em;
	}

	.main-navigation-menu ul li:last-child a {
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.main-navigation-menu ul ul {
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.main-navigation-menu li.current-menu-item > a {
		background: none;
	}

	/* Mobile Submenu Dropdowns */
	.main-navigation-menu .submenu-dropdown-toggle {
		display: block;
		float: right;
		margin: 0;
		padding: 0.6em 1.2em;
	}

	.main-navigation-menu .submenu-dropdown-toggle:hover {
		cursor: pointer;
	}

	.main-navigation-menu .submenu-dropdown-toggle:before {
		color: #fff;
		content: '\f431';
		vertical-align: middle;
		text-decoration: inherit;
		font-size: 32px;
		font-family: 'Genericons';
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.main-navigation-menu .submenu-dropdown-toggle:hover:before {
		color: #aaa;
	}

	.main-navigation-menu .submenu-dropdown-toggle.active:before {
		content: '\f432';
	}

	.main-navigation-menu ul .submenu-dropdown-toggle {
		padding: 0.45em 1em;
	}

	.main-navigation-menu ul .submenu-dropdown-toggle:before {
		font-size: 24px;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-content {
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}

	.mega-menu-item .mega-menu-two-columns > li,
	.mega-menu-item .mega-menu-three-columns > li,
	.mega-menu-item .mega-menu-five-columns > li {
		width: 100%;
	}

	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 50%;
	}

}

/*--------------------------------------------------------------
## 17.5 - Tablet Medium ( < 800px )
--------------------------------------------------------------*/
@media only screen and (max-width: 50em) {
	.content-area {
		order: 1;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
	}

	.main-sidebar {
		order: 2;
		width: 50%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
	}

	.small-sidebar {
		display: block;
		order: 3;
		width: 50%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
	}

	.small-sidebar .widget {
		width: 100%;
	}

	/* Magazine Post Widgets */
	.widget-magazine-posts .large-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Gallery */
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 25%;
	}
}

/*--------------------------------------------------------------
## 17.7 - Mobile Extra Large ( < 640px )
--------------------------------------------------------------*/
@media only screen and (max-width: 40em) {
	.main-sidebar {
		width: 100%;
	}

	.small-sidebar {
		width: 100%;
	}

	.entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.small-archive-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	/* Magazine Post Widgets */
	.widget-magazine-posts .magazine-grid-two-columns {
		margin-right: 0;
	}

	.widget-magazine-posts .magazine-grid-three-columns {
		margin-right: -1.2em;
	}

	.widget-magazine-posts .magazine-grid .large-post,
	.widget-magazine-posts-columns .magazine-posts-column-left {
		float: none;
		padding: 0;
		width: 100%;
	}

	.widget-magazine-posts-columns .magazine-posts-column-right {
		margin-left: 0;
		padding-top: 1em;
		padding-left: 0;
		width: 100%;
	}

	.widget-magazine-posts .large-post .wp-post-image {
		float: left;
		margin: 0 1.5em 0 0;
		max-width: 50%;
	}

	.widget-magazine-posts .magazine-grid .large-post {
		clear: left;
	}

	.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
		margin-bottom: 1em;
	}

	.widget-magazine-posts .large-post .entry-content {
		display: none;
	}

	/* Mega Menu Styling */
	.mega-menu-item .mega-menu-four-columns > li,
	.mega-menu-item .mega-menu-six-columns > li {
		width: 100%;
	}

}

/*--------------------------------------------------------------
## 17.8 - Mobile Large ( < 560px )
--------------------------------------------------------------*/
@media only screen and (max-width: 35em) {
	.small-archive-post .entry-content {
		display: none;
	}

	.widget-magazine-posts .magazine-grid-three-columns {
		margin-right: 0;
	}

	.widget-magazine-posts .medium-post {
		float: none;
		padding-right: 0;
		width: 100%;
	}

	.widget-magazine-posts .medium-post .wp-post-image {
		float: left;
		margin: 0 1em 0 0;
		max-width: 120px;
	}

}

/*--------------------------------------------------------------
## 17.9 - Mobile Medium ( < 480px )
--------------------------------------------------------------*/
@media only screen and (max-width: 30em) {
	.entry-title {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.alignright, .alignleft {
		float: none;
		margin: 1em 0;
	}

	/* Magazine Homepage: Category Post Widgets */
	.widget-magazine-posts .medium-post .wp-post-image,
	.widget-magazine-posts .small-post .wp-post-image {
		max-width: 30%;
	}

	.widget-magazine-posts .medium-post .entry-title {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.widget-magazine-posts .large-post .wp-post-image,
	.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
		float: none;
		margin: 0 0 0.5em 0;
		max-width: 100%;
	}

	.widget-magazine-posts .large-post .entry-content,
	.widget-magazine-posts .large-post .entry-content .more-link {
		display: inline-block;
	}

	/* Gallery */
	.gallery-item {
		padding: 0.75em 1em 0 0;
	}

	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 50%;
	}
	.car-picture, .run-picture, .tar-picture {
        width: 25%;
    }
}

/*--------------------------------------------------------------
## 17.9.5 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 25em) {
	.small-archive-post .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

}

/*--------------------------------------------------------------
## 17.10 - Mobile Small ( < 320px )
--------------------------------------------------------------*/
@media only screen and (max-width: 20em) {
	.site-branding .site-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.entry-meta .meta-date,
	.entry-meta .meta-author,
	.entry-meta .meta-category {
		display: block;
	}

	.small-archive-post .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.small-archive-post .entry-meta {
		display: none;
	}

	.widget-magazine-posts .large-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

}

/*--------------------------------------------------------------
# 18.0 - Theme Option Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 18.1 - Theme Width
--------------------------------------------------------------*/
.wide-layout .site {
	margin: 0;
	max-width: 100%;
}

.wide-layout .container {
	margin: 0 auto;
	max-width: 1340px;
}

.wide-layout .site-content-wrap {
	margin: 0;
}

@media only screen and (min-width: 85em) {
	.wide-layout .header-main {
		padding-right: 0;
		padding-left: 0;
	}

	.wide-layout .site-footer .site-info {
		padding: 1em 0;
	}

}

/*--------------------------------------------------------------
## 18.2 - Theme Layout
--------------------------------------------------------------*/

@media only screen and (min-width: 50em) {
	/* Content Center */
	.content-center .content-area {
		order: 2;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
	}

	.content-center .main-sidebar {
		order: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
	}

	/* Content Right */
	.content-right .content-area {
		order: 2;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
	}

	.content-right .main-sidebar {
		order: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
	}

	.content-right .small-sidebar {
		order: 3;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
	}

}

@media only screen and (min-width: 70em) {
	/* Content Right */
	.content-right .content-area {
		order: 3;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
	}

	.content-right .main-sidebar {
		order: 2;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
	}

	.content-right .small-sidebar {
		order: 1;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
	}

}

/*--------------------------------------------------------------
# 19.0 - Media Query Fixes
--------------------------------------------------------------*/

/* Ensure navigation is visible on desktop view */
@media only screen and (min-width: 55.001em) {
	.main-navigation-menu {
		display: block !important;
	}
}

/*--------------------------------------------------------------
# 20.0 - CSS Hacks for Safari
--------------------------------------------------------------*/

/* Fix Flexbox issues for Safari 6.1-10.0 */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.content-area,
		.main-sidebar,
		.small-sidebar {
			margin-right: -1px;
		}
	}
}

/* Fix Flexbox issues for Safari 10.1+ */
@media not all and (min-resolution:.001dpcm) {
	@media {
		.content-area,
		.main-sidebar,
		.small-sidebar {
			margin-right: -1px;
		}
	}
}

/*--------------------------------------------------------------
21.0 Customizer Preview
--------------------------------------------------------------*/
.magazine-widgets-placeholder {
	position: relative;
}

.magazine-widgets-placeholder .magazine-widgets-placeholder-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 1em 1em 1em 55px;
	color: #0085ba;
	border: 2px dashed #0085ba;
}

/* Add some space around the visual edit shortcut buttons. */
.magazine-widgets-placeholder .customize-partial-edit-shortcut button {
	left: 15px;
	top: 14px;
}
/* Taro Day start */
.bgday{
    background: url(https://magiyagadaniya.ru/wp-content/themes/magiyagadaniya/images/bgday.gif); 
    background-repeat: no-repeat; 
    background-position: top center;
    background-size: 100%;
    padding: 10px; 
    color: #d3c2be; 
    width:100%;
}
.cardsday{
    margin: 0 auto; 
    position: relative; 
    width: 100%;
}
.coverday{
    width: 100%; 
    float: left;
}
.container_cards{
    width: 100%; 
    height:150px;
    clear: both;
}
.hintday{
    width: 100%; 
    clear: both; 
    text-align:center;
}
.mainday{
    text-align:center; 
    width:100%;
    margin-top: 0px;
}
.linkday{
     outline:none;
}
.linkday:active, .linkday:focus, .linkday:hover{
     outline:none;
}
.centertext{
    text-align:center;
}
.cardsimageday{
    width: 80px;
    height:auto;
}
.tr{
    width:90%;
    height:auto;
}
.trday{
    width:11%;
}
.sep{
    width:100%; 
    height:2px; 
    clear:both;
}
.rate{
    width:100%; 
    height:5px; 
    clear:both;
}
.flip-container {
    perspective: 1000;
    position: absolute;
}
.flip-container:focus .flipper, .flip-container.focus .flipper, .flip-container.flip .flipper {
    transform: rotateY(180deg);
}
.flip-container, .front, .back {
    width: 11%;
    height: auto;
}
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.front, .back {
    backface-visibility: hidden;
    position: absolute;
}
.front {
    background: url(https://magiyagadaniya.ru/wp-content/themes/magiyagadaniya/images/taro/taro_day/taro_rubashka.png);
        background-repeat:no-repeat; 
        background-size: cover;
    z-index: 2;
    transform: rotateY(0deg);
}
.back {
    transform: rotateY(180deg);
}
path {
  visibility: hidden;
  fill: none;
  stroke: #000;
  stroke-width: 1px;
}
anim {
    opacity:0;
}
/*Taro day end */
#dream_meaning {
    background: url(../magiyagadaniya/moon/moon_calendar_bg.jpg) no-repeat top center;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 25px 0px 25px 0px;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.7) inset;
}

@-webkit-keyframes ServiceAnimation{0%
    {background-position:90% 0}50%
    {background-position:10% 100%}100%
    {background-position:90% 0}
}
@-moz-keyframes ServiceAnimation{0%
    {background-position:90% 0}50%
    {background-position:10% 100%}100%
    {background-position:90% 0}
}
@-o-keyframes ServiceAnimation{0%
    {background-position:90% 0}50%
    {background-position:10% 100%}100%
    {background-position:90% 0}
}
@keyframes ServiceAnimation{0%
    {background-position:90% 0}50%
    {background-position:10% 100%}100%
    {background-position:90% 0}
}
#numerologia{
    background:linear-gradient(200deg,#6284a0,#16162e);
    background-size:500% 500%;
    -webkit-animation:ServiceAnimation 30s ease infinite;
    -moz-animation:ServiceAnimation 30s ease infinite;
    -o-animation:ServiceAnimation 30s ease infinite;
    animation:ServiceAnimation 30s ease infinite;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}

#numerologia input{
    margin-bottom: 10px;
    border-radius: 5px;
    background:linear-gradient(200deg,#16162e,#6284a0);
    background-size:500% 500%;
    -webkit-animation:ServiceAnimation 30s ease infinite;
    -moz-animation:ServiceAnimation 30s ease infinite;
    -o-animation:ServiceAnimation 30s ease infinite;
    animation:ServiceAnimation 30s ease infinite;
    color: #fff;
    border: 0;
} 
#numero{
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    background:linear-gradient(200deg,#6284a0,#16162e);
    background-size:500% 500%;
    -webkit-animation:ServiceAnimation 30s ease infinite;
    -moz-animation:ServiceAnimation 30s ease infinite;
    -o-animation:ServiceAnimation 30s ease infinite;
    animation:ServiceAnimation 30s ease infinite
}

#numero input{
    margin-bottom: 10px;
    border-radius: 5px;
    background:linear-gradient(200deg,#16162e,#6284a0);
    background-size:500% 500%;
    -webkit-animation:ServiceAnimation 30s ease infinite;
    -moz-animation:ServiceAnimation 30s ease infinite;
    -o-animation:ServiceAnimation 30s ease infinite;
    animation:ServiceAnimation 30s ease infinite;
    color: #fff;
    border: 0;
}
.znach{
    color: #322d2c;
}
#numerologia td{
    border:0;
    text-align: center;
    color:#fff;
}
#cut td.cut1{
    width:25%;
}
#month_calendar {
    margin: 0px;
}
#sonnik {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background: #e2d4d2;
}
#month_calendar td {
    border: 0px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
ul.nev {
    margin: 0px;
    padding: 0px;
}
ul.nev li {
    list-style: none;
    text-align: center;
}
.white{
    color: #d3c2be;
}
iframe{
    border:0px;
}
.moon{
    background: transparent;
    border: 0px;
    color: #d3c2be;
}
.moon1{
    background: transparent;
    border: 0px;
    color: #d3c2be;
    text-align: center;
}
div.abc a {
    background: #322d2c;
    color: #fff;
    text-decoration: none;
    float: left;
    text-align: center;
    padding: 0px 10px;
    margin: 3px;
    border-radius: 5px;
    width: 38px;
}
#calendar td{
    margin:0;
    padding:3px;
    border:0;
}
.widget_moon {
    background: url(../magiyagadaniya/images/bg.gif) repeat;
    border-radius: 5px;
    padding: 20px 10px 0px;
    text-align: center;
    color: #fff;
}
h3.title_moon {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1rem;
}
.pro p {
    padding: 10px !important;
    margin: 0px !important;
    line-height: 0px !important;
    border: 0px !important;
    font-size: 13px;
}
.sep {
    width: 100%;
    height: 1px;
    clear: both;
} 
.zzz{
    width: 50px;
    float: left;
}
#img_widget{
    margin-top: 25px;
    margin-bottom: 25px;
}
#ind{
    border: 0px;
    background: transparent;
    width: 95%;
}
#ind td{
    width:20%;
    height:20%;
    border: 0px;
    background: transparent;
    padding: 0px;
    margin: 0px !important;
    line-height: 0;
}
#ind td img{
    width: 100%;
}
#zol{
    border: 0px;
    background: transparent;
    width: 95%;
}
#zol td{
    width:20%;
    height:20%;
    border: 0px;
    background: transparent;
    padding: 0px;
    margin: 0px !important;
    line-height: 0;
}
#zol td img{
    width: 100%;
}
div.group {
    width: 100%;
    float: left;
    text-align: center;
}
#znach {
    width: 32%;
    float: left;
    margin: 5px 3px 5px 3px;
    text-align: center;
}
.indimg{
    width:80px;
    height:80px;
}
#znach a{
    text-decoration: none;
}
.bg {
    background: url(https://magiyagadaniya.ru/wp-content/themes/magiyagadaniya/images/bg-cards.png);
    background-repeat: repeat;
    padding: 20px;
    float: left;
    color: #d3c2be;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    border-radius: 5px;
    width: 100%;
}
.cardsdesk {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#cards {
    border: 0px;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
#cards td {
    border: none;
    background: transparent;
    width: 0px;
    padding: 15px 0px 0px 10px;
    color: #d3c2be;
}
#cards_full {
    border: 0px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
#cards_full td {
    border: none;
    background: transparent;
    width: 0px;
    padding: 15px 0px 0px 10px;
    color: #d3c2be;
}
.cardsimage{
    width: 80px;
}
.contain_cards{
    width: 100%;
    height: 125px;
    clear: both;
}
.container_hint{
    height:30px;
}
#btnback {
    cursor: pointer;
    border: 1px solid #d3c2be;
    padding: 0.5em 1em;
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: 'Comfortaa', cursive;
    width: 40%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: none;
    border-radius: 5px;
    margin-top: 20px;
}
#btnback:hover {
    color: #252525;
    background: #d3c2be;
}
.significator{
    width: 15%;
    float: left;
    margin-top: 5px;
    text-align:left;
}
.txtresultc{
    width: 85%;
    float: left;
}
/* Izin Main Styles*/
.izin-background {
    padding-bottom:50px;
    background-size: 2%;
	background: url(https://magiyagadaniya.ru/wp-content/themes/magiyagadaniya/images/bg-cards.png);
    background-repeat: repeat;
    color: #d3c2be;
    box-shadow: 0 0 10px rgb(0 0 0 / 70%);
    border-radius: 5px;
}
.izin-block-main {
    position: relative;
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    color: #827263;
    margin: auto; 
}
.izin-left-side, .izin-right-side, .izin-right-side-self {
    position: relative; 
    width: 50%; 
    height: 350px; 
}
/* Coins and Sticks */
.coinizin {
    position: absolute; 
    width: 70px; 
    height: 70px; 
    background-size: cover; 
    -webkit-transition: .4s; 
    transition: .4s; 
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); 
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); 
}
.sticks-counter {
  display: inline-block; 
  width: 50%; 
  margin-top: 120px; 
  text-align: center;
}
.stick {
  width: 5px;
  height: 100px;  
  background-repeat: no-repeat; 
  background-size: cover; 
  position: absolute; 
  -webkit-transition: .4s .5s; 
  transition: .4s .5s; 
  margin-top: 50px; 
  margin-left: 20px;
}
/* Izin Button */
.izin-button {position: absolute; top: 270px; width: 100%; text-align: center; }
.izin-button button {
	padding: 0.5em 1em;
    border: none;
    background: #b89f99;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Comfortaa', cursive;
    transition: all 0.2s ease;
    border-radius: 5px;
}
.izin-button button:hover, .izin-button button:focus {
    background: #252525;
    outline: none;
}
.button-title{
    width: 100%;
}
.izin-button p{
    text-align: center;
    margin: 10px;
    font-size: 0.800em;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 0;
    border-radius: 3px;
}
/* Izin Hex */
.izin-hex {
    width: 200px; 
    margin: 115px auto 0 auto; 
}
.izin-hex .izin-lines {
    height: 15px;     
    opacity: 0; 
    -webkit-transition: .4s 1s; 
    transition: .4s 1s; 
    margin-top: 10px; 
}
.izin-hex .izin-lines.solid-line {
    background-image: url(/wp-content/themes/magiyagadaniya/images/iching1.png);
    background-position: center;  
    background-size: 100%;
    background-repeat: no-repeat; 
    opacity: 1;
}
.izin-hex .izin-lines.dotted-line {
    background-image: url(/wp-content/themes/magiyagadaniya/images/iching2.png); 
    background-position: center; 
    background-size: 100%;
    background-repeat: no-repeat; 
    opacity: 1; 
}
.izin-hex .izin-lines.solid-line-old {
    background-image: url(/wp-content/themes/magiyagadaniya/images/iching1.png); 
    background-position: center; 
    background-size: 100%;
    background-repeat: no-repeat; 
    opacity: 1; 
}
.izin-hex .izin-lines.dotted-line-old {
    background-image: url(/wp-content/themes/magiyagadaniya/images/iching2.png);
    background-position: center;  
    background-size: 100%;
    background-repeat: no-repeat; 
    opacity: 1; 
}
.line-style{
    text-align: right;
    margin-right: -20px;
    color: #3c3631;
    line-height: 1;
}
/* Izin Link */
.izin-divination{
    text-align: center;
    margin: 50px auto 15px;
}
.izin-link {
    width: 94%;
    text-align: center;
    margin: 0px auto 0;
    padding: 20px;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.izin-link-number{
    font-size: 1.200em;
    margin: 0;
    font-weight: 300;
    margin-bottom: 10px !important;
	font-family: 'Comfortaa', cursive;
}
.izin-link-title{    
    font-size: 1.100em;
    margin: 0 !important;
    font-weight: 400;
    text-transform: uppercase;
	font-family: 'Comfortaa', cursive;
}
.izin-link-button{
	padding: 0.5em 1em;
    border: none;
    background: #b89f99;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Comfortaa', cursive;
    transition: all 0.2s ease;
    border-radius: 5px;
}
.izin-link-button:hover, .izin-link-button:focus {
    background: #252525;
    outline: none;
}
@media (max-width: 1280px){
#ind{
    border: 0px;
    background: transparent;
    width: 94%;
}
}
@media (max-width: 1024px){
#ind{
    border: 0px;
    background: transparent;
    width: 90%;
}
}
@media only screen and (max-width: 600px){
.izin-left-side, .izin-right-side {
    width: 100%;
}
.izin-divination {
    width: 100%;
    height: 190px;
    background-size: cover;
    margin: 15px;
}
.izin-block-main {
    width: 300px;
}
}
@media (max-width: 479px){
    #ind{
    border: 0px;
    background: transparent;
    width: 91%;
}
#znach{
    width: 100%;
}
#protect p{
    margin:0;
}
.coverday{
    width: 100%; 
    float: none;
}
.container_cards {
    width: 100%;
    height: 80px;
    clear: both;
}
.mainday {
    text-align: center;
    width: 100%;
    margin-top: 0px;
}
.flip-container, .front, .back {
    width: 11%;
    height: auto;
    top: 37% !important;
}
.centertext {
    text-align: center;
    margin-bottom: 0px !important;
    margin-top: 9px !important;
}
#cards {
    border: 0px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.significator {
    width: 30%;
    float: left;
    margin-top: 5px;
    text-align: left;
}
.txtresultc{
    width: 70%;
    float: left;
}
}
@media (max-width: 379px){
.flip-container, .front, .back {
    width: 11%;
    height: auto;
    top: 40% !important;
}
.mainday {
    text-align: center;
    width: 100%;
    margin-top: -15px;
}
.significator {
    width: 100%;
    float: left;
    margin-top: 5px;
    text-align: center;
}
.txtresultc{
    width: 100%;
    float: left;
}
#btnback {
    width: 100%;
}
}
@media (max-width: 325px){
.flip-container, .front, .back {
    width: 11%;
    height: auto;
    top: 44% !important;
}
.mainday {
    text-align: center;
    width: 100%;
    margin-top: -30px;
}
.izin-left-side, .izin-right-side {
    width: 235px;
}
.izin-divination {
    margin: 6px;
    width: 235px;
	height: 235px;
}
}
#miss {
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
    background: url(https://magiyagadaniya.ru/wp-content/themes/magiyagadaniya/images/orakles/miss_bg.png) no-repeat center;
}
.miss {
    position: relative;
    width: 275px;
    height: 275px;
    background: url(https://magiyagadaniya.ru/wp-content/themes/magiyagadaniya/images/orakles/miss.gif);
    margin: 0 auto;
}
#lunao {
    cursor: pointer;
    z-index: 4;
    top: 5px;
    left: 135px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(https://magiyagadaniya.ru/wp-content/themes/magiyagadaniya/images/orakles/luna.gif);
}
#drugaya {
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
    background: url(https://magiyagadaniya.ru/wp-content/themes/magiyagadaniya/images/orakles/drugaya_bg.png) no-repeat center;
}
.drugaya {
    position: relative;
    width: 275px;
    height: 275px;
    background: url(https://magiyagadaniya.ru/wp-content/themes/magiyagadaniya/images/orakles/drugaya.gif);
    margin: 0 auto;
}
#brill {
    cursor: pointer;
    z-index: 4;
    top: 200px;
    left: 200px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(https://magiyagadaniya.ru/wp-content/themes/magiyagadaniya/images/orakles/brill.gif);
    background-size: contain;
    background-repeat: no-repeat;
}
.ekaterina{
    width:100%;
    text-align: center;
}
#begin {
    border: 1px solid #d3c2be;
    padding: 0.5em 1em;
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: 'Comfortaa', cursive;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 20px;
    background: transparent;
    outline: none;
}
#begin:hover {
    color: #252525;
    background: #d3c2be;
    outline: none;
}
#konez {
    border: 1px solid #d3c2be;
    padding: 0.5em 1em;
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: 'Comfortaa', cursive;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 20px;
    background: transparent;
    outline: none;
}
#konez:hover {
    color: #252525;
    background: #d3c2be;
    outline: none;
}
.konez {
    border: 1px solid #d3c2be;
    padding: 0.8em 1em;
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: 'Comfortaa', cursive;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 20px;
    background: transparent;
    outline: none;
    color: #d3c2be;
    text-decoration: none !important;
}
.konez:hover {
    color: #252525;
    background: #d3c2be;
    outline: none;
}
input.konez {
    border: 1px solid #d3c2be;
    padding: 0.5em 1em;
    font-weight: 300;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: 'Comfortaa', cursive;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 20px;
    background: transparent;
    outline: none;
    color: #d3c2be;
    text-decoration: none !important;
}
input.konez:hover {
    color: #252525;
    background: #d3c2be;
    outline: none;
}
.text-center {
    text-align: center;
}

.arrow-dst {
    background: #000 url(https://magiyagadaniya.ru/wp-content/themes/magiyagadaniya/images/orakles/orakul1.gif) no-repeat center center;
    background-size: 100%;
}
.center{
    text-align: center;
}
#runaimg{
    width: 100%;
    margin: 20px 0px;
}
#dayimg{
    width: 100%;
    margin: 20px 0px;
}
.yn{
    text-align:center;
}
#chin{
    border:0;
}
#chin td{
    border:0;
}
#holder{
    text-align: center;
}
.coin{
    width:75px;
}
.znakz{
    margin: 20px;
    border-radius: 50%;
}
.znak-bg{
    text-align: center;
    background: url(/wp-content/themes/magiyagadaniya/images/bg-test.png);
    background-repeat: repeat;
    padding: 20px;
    color: #d3c2be;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.ic{
    width: 20px;
    margin: 5px;
}
ul.zo li{
    width: 31.1%;
    float: left;
    padding: 3px;
}
ul.zo li.zom{
    width: 31.1%;
    float: left;
    padding: 3px;
    margin: 0px 7px;
}
p.zw{
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}
#znaki{
    padding-bottom: 20px;
}
#googles{
    width: 1px;
    height: 1px;
    overflow: hidden;
}
table.ya-site-form__wrap td{
    border:0px !important;
    padding: 0px !important;
}
table.ya-site-form__search td.ya-site-form__search-input-layout-r input.ya-site-form__submit{
    font-size: 11px !important;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    border-radius: 5px;
    padding: 5px;
}
#ya-site-form0 .ya-site-form__wrap {
    width: 70% !important;
    margin: 0px!important;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: -25% !important;
}
.b-head {
    width: 100%;
    margin: 0 0 .5em 0;
    border-collapse: collapse;
    display: none !important;
}
#ya-site-results {
    color: #d3c2be !important;
    background: url(../magiyagadaniya/images/bg-site.png) repeat !important;
}
#ya-site-results a:link, #ya-site-results a:active, #ya-site-results .b-pseudo-link, #ya-site-results .b-head-tabs__link, #ya-site-results .b-head-tabs__link:link, #ya-site-results .b-head-tabs__link:visited, #ya-site-results .b-dropdown__list .b-pseudo-link, #ya-site-results .b-dropdowna__switcher .b-pseudo-link, .b-popupa .b-popupa__content .b-menu__item, #ya-site-results .b-foot__link:link, #ya-site-results .b-copyright__link:link, #ya-site-results .b-serp-item__mime, #ya-site-results .b-pager :link {
    color: #d3c2be !important;
}
#ya-site-results :visited, #ya-site-results .b-pager :visited, #ya-site-results .b-foot__link:visited, #ya-site-results .b-copyright__link:visited {
    color: #a29592 !important;
}
#ya-site-results #ya-site-results .b-pager__current, #ya-site-results .b-serp-item__number {
    color: #d3c2be !important;
}
#RUB{
    width:70px;
}
#BL{
    width:70px;
}
.sug{
    width:100% !important;
}
.dreamweek{
    color: #d3c2be;
}
.icing{
    margin-top: -10%;
    width: 50%;
    margin-bottom: 5%;
}
#icingcof{
    width: 65%;
    color: #000;
}
#btnthrow {
    padding: 0.5em 1em;
    border: none;
    background: #b89f99;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Comfortaa', cursive;
    transition: all 0.2s ease;
    border-radius:5px;
}

#btnthrow:hover {
    background: #252525;
}
.palochka {
    margin-top: 20px;
    width: 275px;
    height: 275px;
    position: relative;
    margin: auto;
    background: url(/wp-content/themes/magiyagadaniya/images/bambukovaya_chasha.png);
}
.pal {
    cursor: pointer;
    position: absolute;
    width: 10px;
    height: 45px;
    background: url(/wp-content/themes/magiyagadaniya/images/pal.png);
}
#chakra {
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
    background: url(/wp-content/themes/magiyagadaniya/images/chakra_fon.png) no-repeat center;
}
.chakra {
    position: relative;
    width: 275px;
    height: 275px;
    background: url(/wp-content/themes/magiyagadaniya/images/chakra.png);
    margin: 0 auto;
}
#mandala {
    cursor: pointer;
    z-index: 4;
    top: 150px;
    left: 225px;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/themes/magiyagadaniya/images/mandala.png);
}
#krug {
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/zima.png) no-repeat center;
}
.krug {
    position: relative;
    width: 275px;
    height: 275px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/krug.png);
    margin: 0 auto;
}
#kolco {
    cursor: pointer;
    z-index: 4;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/kolco.png);
}
.zodiac_fon {
    background: #000 url(/wp-content/themes/magiyagadaniya/images/orakles/zodiac/zodiac_fon.png) no-repeat center center;
    background-size: 100%;
}
.zodiac_s {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: -25px;
    z-index: 999999;
    position: relative;
}
.zod{
    color: #d3c2be !important;
}
.wheel {
    transition: 5s;
    background: #000 url(/wp-content/themes/magiyagadaniya/images/orakles/koles_fon.jpg) no-repeat;
    overflow: hidden;
    padding: 10px 0;
    background-size: 100%;
}
#wheelout {
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/wheelout.png) no-repeat center center;
    background-size: contain;
    text-align: center;
    padding: 7% 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.wheel1 {
    transition: 5s;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/fon_f.png) repeat;
    overflow: hidden;
    padding: 10px 0;
}
#wheel-result{
    margin-top: 35px;
}
#kingal_res {
    position: relative;
    width: 275px;
    height: 400px;
    margin: auto;
}
#res {
    margin: auto;
    display: table;
    font-size: 18px;
    font-weight: 300;
}
#kingal {
    cursor: pointer;
    z-index: 4;
    top: 260px;
    left: 0px;
    position: absolute;
    width: 300px;
    height: 52px;
}
.nebo {
    transition: 5s;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/fon_im.jpg) no-repeat;
    overflow: hidden;
    padding: 10px 0;
    background-size: 100%;
    text-align: center;
}
#krug_stones {
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/drag.png) no-repeat center;
}
.krug_stones {
    position: relative;
    width: 275px;
    height: 275px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/krug_stones.png);
    margin: 0 auto;
}
#stones {
    cursor: pointer;
    z-index: 4;
    top: 115px;
    left: 115px;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/kamen.png);
}
.ber {
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/listya/fon-berend.gif) no-repeat;
    background-size: cover;
}
#divination_svechki {
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/bg_svechki.gif) no-repeat bottom center;
    background-size: 100%;
}
#divi_svechki {
    margin: 0 auto;
    width: 320px;
    height: 335px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/statyetka.png);
}
#divi_svechki td {
    background-color: transparent;
    border: 0px;
    padding: 0;
}
.svechki {
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    background: linear-gradient(45deg, #cca3ba, #330808);
}
#ribka_main {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/ribka_fon.jpg);
    background-size: 100%;
}
.ribka_gelanie {
    float: left;
    width: 30%;
}
input.ribka {
    height: 30px;
    background: #49a4f7;
    background-color: rgba(73, 164, 247, 0.7);
    color: #91dfe1;
    border: 1px solid #131c53;
    border-radius: 5px;
    width:100%;
    margin: 10px 0px;
}
input.ribka[type="text"]::placeholder{
    color: #fff;
}

input.ribkabtn{
    background: linear-gradient(to top, #131c53, #205fc6);
    margin: 20px 0px;
}
#quest {
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    background: linear-gradient(45deg, #131c53, #205fc6);
    display: none;
    margin-top:20px;
}
#chasha {
    width: 100%;
    height: auto;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/chasha_fon.png) no-repeat center;
    padding: 30px 0px 30px 0px;
}
.chasha {
    position: relative;
    width: 275px;
    height: 275px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/chasha.gif);
    margin: 0 auto;
}
#svecha {
    cursor: pointer;
    z-index: 4;
    top: 120px;
    left: 120px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/svecha.gif);
}
#dub {
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/dub.png) no-repeat center;
}
.dub {
    position: relative;
    width: 275px;
    height: 275px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/gelud.png);
    margin: 0 auto;
}
#list {
    cursor: pointer;
    z-index: 4;
    top: 20px;
    left: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/list.png);
}
.coin {
    background-image: url(/wp-content/themes/magiyagadaniya/images/old_coin.png);
    background-size: 100% 100%;
    width: 200px;
    height: 200px;
    -webkit-transition: 2s linear;
    -webkit-transform-style: preserve-3d;
}
.moneta {
    background-image: url(/wp-content/themes/magiyagadaniya/images/moneta.jpg);
    background-size: cover;
    padding: 50px 0px;
}
.loveheart {
    background-image: url(/wp-content/themes/magiyagadaniya/images/loveheart.png);
    background-size: 100% 100%;
    width: 200px;
    height: 200px;
    -webkit-transition: 2s linear;
    -webkit-transform-style: preserve-3d;
}
.heart {
    background-image: url(/wp-content/themes/magiyagadaniya/images/loveyn.png);
    background-size: cover;
    background-position: center bottom;
    padding: 50px 0px;
}
.riba_ber {
    background-image: url(/wp-content/themes/magiyagadaniya/images/riba_b.png);
    background-size: 100% 100%;
    width: 200px;
    height: 200px;
    -webkit-transition: 2s linear;
    -webkit-transform-style: preserve-3d;
}
.riba_b {
    background-image: url(/wp-content/themes/magiyagadaniya/images/riba_b_fon.gif);
    background-size: cover;
    background-position: center bottom;
    padding: 50px 0px;
}
.t_card {
    padding: 11px 0 5px 60px;
    overflow: hidden;
    zoom: 1;
}
.t_card a {
    width: 66px;
    height: 126px;
    float: left;
    margin: 0 0 0 -55px;
    background: url(/wp-content/themes/magiyagadaniya/images/taro/taro_day/taro_rubashka.png) no-repeat;
    position: relative;
    overflow: hidden;
    top: 0;
    -moz-transition: top.1s linear;
    -webkit-transition: top.1s linear;
    -o-transition: top.1s linear;
    transition: top.1s linear;
    background-size: contain;
}
.r_card {
    padding: 11px 0 5px 60px;
    overflow: hidden;
    zoom: 1;
}
.r_card a {
    width: 66px;
    height: 126px;
    float: left;
    margin: 0 0 0 -55px;
    background: url(/wp-content/themes/magiyagadaniya/images/runi/runa_day/top.png) no-repeat;
    position: relative;
    overflow: hidden;
    top: 0;
    -moz-transition: top.1s linear;
    -webkit-transition: top.1s linear;
    -o-transition: top.1s linear;
    transition: top.1s linear;
    background-size: contain;
}
#divination_domovoi {
    background: url(/wp-content/themes/magiyagadaniya/images/domovoi_bg.jpg) no-repeat bottom center;
}
#divi_3 {
    margin: 0 auto;
    width: 320px;
    height: 335px;
    background: url(/wp-content/themes/magiyagadaniya/images/domovoi2.gif);
    background-repeat: no-repeat;
}
#divi_3 td {
    background-color: transparent;
    border: 0px;
    padding: 0;
}
#mirror1 {
    padding: 110px 0px 0px 22px !important;
    font-size: 14px;
    text-align: center;
    color: #000;
}
#triangle {
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/triangle_bg.png) no-repeat center;
}
#triangle_arrow {
    cursor: pointer;
    z-index: 4;
    top: 80px;
    left: 72px;
    position: absolute;
    width: 127px;
    height: 127px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/triangle.png);
}
.triangle_arrow {
    position: relative;
    width: 275px;
    height: 275px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/triangle_center.png);
    margin: 0 auto;
}
.book_section {
    background: url(/wp-content/themes/magiyagadaniya/images/book_part.png) no-repeat center center;
    background-size: 100% 100%;
    padding-left: 25px !important;
}
.part_book {
    float: left;
    width: 100%;
    padding: 15px 25px 30px 25px;
    margin: 5px 0px 5px 0px;
    font-weight: 300;
}
a.part_book{
    color: #d3c2be;
    text-decoration: none;
}
.book_color{
    color:#46241b !important;
}
a.answ{
    text-decoration: none;
    padding: 15px 25px;
    outline: none;
}
.book{
    text-align: center;
    margin-top: 20px;
}
.bookimg{
    width: 150px;
    margin: auto;
}
.belka {
    background: url(/wp-content/themes/magiyagadaniya/images/belka_fon.gif) no-repeat;
    background-size: contain;
}
#divination_vanga {
    background: url(/wp-content/themes/magiyagadaniya/images/vanga_bg.gif) no-repeat top center;
}
#divi_v {
    margin: 0 auto;
    width: 320px;
    height: 380px;
}
#divi_v td{
    border:0;
}
#mirrorv {
    padding: 50px 10px 40px 10px !important;
    font-size: 14px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 1px 2px #000;
}
.candlev{
    width:80px;
}
.rozi {
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/rozi/fon-rozi.gif) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 17% 0px;
}
#divination_chasi {
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/chasi/chasi_bg.png) no-repeat bottom center;
}
#divi_4 {
    margin: 0 auto;
    width: 320px;
    height: 335px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/chasi/chasi2.png);
}
#divi_4 td {
    background-color: transparent;
    border: 0px;
    padding: 0;
}
.divination_block_in {
    width: 96%;
    max-width: 520px;
    display: block;
    margin: 0 auto;
}
.divination {
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
}
.grassen {
    position: absolute;
    left: 0;
    top: 76.5%;
    z-index: 99999;
}
#hedgehog {
    position: absolute;
    top: 82%;
    width: 10%;
    height: 15%;
}
.apple {
    width: 6%;
    position: absolute;
}
#tree_result {
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/derevo/svitok.png);
    width: 100%;
    height: 100px;
    position: absolute;
    top: 35%;
    display: none;
    font-size: 1.1em;
    text-align: center;
    padding: 20px 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    z-index: 999999;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}
#divination_mirror {
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/mirror/bg_mirror.gif) no-repeat top center;
    padding-top: 40px;
}
#divi_2 {
    margin: 0 auto;
    width: 320px;
    height: 335px;
    background: url(/wp-content/themes/magiyagadaniya/images/orakles/mirror/mirror3.png);
}
#divi_2 td {
    background-color: transparent;
    border: 0px;
    padding: 0;
}
#mirror1 {
    padding: 19px 0px 40px 0px !important;
    font-size: 14px;
    text-align: center;
    color: #777;
}
.domj{
    margin: 120px 0px 0px 20px !important;
}
.domim{
    margin: 100px 0px -40px 25px !important;
}
#hexagram{
    background: url(/wp-content/themes/magiyagadaniya/images/day-bg-cards.png);
    background-repeat: repeat;
    padding: 20px;
    color: #d3c2be;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
#hexagram td{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
#result_2 td {
    border: 1px solid transparent;
    color: #fff;
    background: transparent;
}
.novii_god {
    margin-top: 20px;
    width: 275px;
    height: 275px;
    position: relative;
    margin: auto;
}
.shi {
    cursor: pointer;
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(/wp-content/themes/magiyagadaniya/images/new_year/shi.png);
}
.el1 {
    cursor: pointer;
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(/wp-content/themes/magiyagadaniya/images/new_year/el1.png);
}
.el2 {
    cursor: pointer;
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(/wp-content/themes/magiyagadaniya/images/new_year/el2.png);
}
.el3 {
    cursor: pointer;
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(/wp-content/themes/magiyagadaniya/images/new_year/el3.png);
}
.el4 {
    cursor: pointer;
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(/wp-content/themes/magiyagadaniya/images/new_year/el4.png);
}
.el5 {
    cursor: pointer;
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(/wp-content/themes/magiyagadaniya/images/new_year/el5.png);
}
.el6 {
    cursor: pointer;
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(/wp-content/themes/magiyagadaniya/images/new_year/el6.png);
}
.el7 {
    cursor: pointer;
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(/wp-content/themes/magiyagadaniya/images/new_year/el7.png);
}
.el8 {
    cursor: pointer;
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(/wp-content/themes/magiyagadaniya/images/new_year/el8.png);
}
.el9 {
    cursor: pointer;
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(/wp-content/themes/magiyagadaniya/images/new_year/el9.png);
}
#tolkovanie p{
    margin-top: 35px;
}
.fo{    
	background: url(/wp-content/themes/magiyagadaniya/images/bg-test.png);
    background-repeat: repeat;
    padding: 20px;
    color: #d3c2be;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    text-align: center;
}
a.finbutton{ 
    padding: 0.5em 1em;
    border: none;
    background: #b89f99;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Comfortaa', cursive;
    transition: all 0.2s ease;
    border-radius: 5px;
    margin: 5px;
    text-transform: uppercase;
    text-decoration: none !important;
}
a.finbutton:hover{ 
    background: #252525;
}
p.justify{
	text-align: justify;
}