/**
* Basic Style for Editor of WordPress Clasic Editor
* 
* @since 1.0.3
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700&display=swap&subset=devanagari,latin-ext');

/*--------------------------------------------------------------
# Basic
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
	color: #00BCD4;/*#88d478;*/
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
        font-family: 'Poppins', sans-serif;
		clear: both;
        font-weight: 500;
}

*, *:before, *:after {
    box-sizing: inherit;
}
* {
    outline: none;
}
b, strong {
    font-weight: bolder;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #696969;
	font-family: 'Roboto', sans-serif;/*'Poppins', sans-serif;*/
	font-size: 16px;
	font-size: 1rem;
	line-height: 26px;
        font-weight: 400;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.9375rem;
    background: #ddd;
    display: inline-block;
    padding: 0px 3px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	/*border-color: #ccc #ccc #bbb;*/
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	/*border-color: #ccc #bbb #aaa;*/
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	/*border-color: #aaa #bbb #bbb;*/
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 6px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #f1f1f1;
}

textarea {
    width: 100%;
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
body.wp-editor a {
	color: #00bcd4;
}
body.wp-editor a:hover {
    text-decoration: underline;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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%;
}

.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;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
table th,table td {
    vertical-align: middle;
}
table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
table tr:first-child td {
    border-top: none;
}
table tr th {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
table.shop_table tr th {
    border-bottom: none;
}

/*--------------------------------------------------------------
## Other Default
--------------------------------------------------------------*/
blockquote {
    margin: 1em 1.5em;
    border-left: 2px solid #396584;
    padding: 1em;
    background: rgba(239, 239, 239, 0.48);
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 1px 1em 14px 1em;
}
.has-large-font-size {
    line-height: 46px;
}
.has-medium-font-size {
    line-height: 32px;
}


.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
}
.wp-block-image .alignright {
    float: right;
    margin-left: 1em;
}
h1, h2, h3, h4, h5, h6 {
    line-height: initial;
}
