/*
Theme Name: Jewelry
Theme URI: https://etssoft.net/preview/wordpress/jewelry/
Author: ETS-Soft
Author URI: 
Description: Wordpress Theme for jewelry, Health and Beauty Stores
Version: 1.0.1
License:
License URI: 
Text Domain: jewelry
*/

/*style*/
html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	line-height:1.75;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}



h1 {
	font-size: 24px;
}
.h2, h2 {
	font-size: 21px;
}
.h3, h3{
	font-size: 18px;
}
.h4, h4 {
    font-size: 16px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}

footer{
	float:left;
	width:100%;
}
.post_content strong,
.main_content > strong,
.post_content > table tr th,
.main_content > table tr th,
.main_content > strong, .main_content > p strong{
        
}
.post_content > h1,
.post_content > h2,
.post_content > h3{
    line-height: 2.2;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 400;
	line-height: inherit;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-transform: uppercase;
}
.post_content p strong{
    font-family: inherit;
}
figcaption,
figure,
main {
	display: block;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: inherit;
}

a:active,
a:hover,
a:focus{
	outline-width: 0;
	text-decoration: none;
	color: inherit;
}
ul {
    list-style: none;
}
abbr[title] {
	border-bottom: none;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	    line-height: inherit;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}
.invisible {
	visibility: hidden;
}

.hidden-xs-up {
	display: none;
}


th, td {
    padding: 0.4375em;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
table, th, td {
    border: 1px solid #eee;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}
td {
    border-width: 0 1px 1px 0;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none;
	}
}

@media (min-width: 768px) {
	.hidden-md-up {
		display: none;
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none;
	}
}

@media (min-width: 992px) {
	.hidden-lg-up {
		display: none;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none;
	}
}

@media (min-width: 1200px) {
	.hidden-xl-up {
		display: none;
	}
}

.hidden-xl-down {
	display: none;
}

.visible-print-block {
	display: none;
}

@media print {
	.visible-print-block {
		display: block;
	}
}

.visible-print-inline {
	display: none;
}

@media print {
	.visible-print-inline {
		display: inline;
	}
}

.visible-print-inline-block {
	display: none;
}

@media print {
	.visible-print-inline-block {
		display: inline-block;
	}
}

@media print {
	.hidden-print {
		display: none;
	}
}

ul, ol {
	margin: 0;
	padding: 0;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
img{
	max-width:100%;
	height: auto;
}



/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}
img.alignleft {
    float: left;
    margin-right: 1.5em;
}

img.alignright {
    float: right;
    margin-left: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption, .gallery-caption {
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
    font-weight: 700;
    color: #565656;
}
dd {
	margin: 0 1.5em 1.5em;
}

.page-links {
    clear: both;
    margin: 0px 0px 1em;
}
blockquote {
    font-size: 14px;
    font-style: italic;
    border-left: 5px solid #fe8b90;
    margin-bottom: 34px;
    line-height: 24px;
    background-color: #f7f7f7;
    padding-right: 72px;
    position: relative;
    margin-top: 30px;
    padding: 10px 20px;
    margin: 0 0 20px;
}
.main_content > blockquote:before, 
.post_content > blockquote:before,
.content_pofolio > blockquote:before{
    content: "\7b";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 5px;
    color: #fe8b90;
    font-size: 55px;
}
    
/* fix container king-composer*/
@media (min-width:768px) {
	.kc-container {
		width: 750px !important;
	}
	.no_pd_right{
		padding-right:0;
	}
	.hidden_xs_up{
		display: none;
	}
}
@media (min-width:992px) {
	.kc-container {
		width: 970px !important;
	}
	.hidden_sm_up{
		display: none;
	}
}
@media (max-width:991px) {
	.hidden_sm_down{
		display:none;
	}
}
@media (min-width:1200px) {
	.kc-container {
		max-width: 1200px !important;
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.hidden_xs_down{
		display: none;
	}
}


.comment-list ul.children {
    margin-left: 0;
}
.comment-list ul.children ul.children {
    padding-left: 50px!important;
    margin-left: 0;
}
.comment-list ul.children {
    float: left;
    width: 100%;
    padding-left: 90px;
    margin-left: 0;
}

.cat-links {
    margin-bottom: 10px;
}

.cmt_title_box_tag, .cat-links{
    text-transform:uppercase;
}
.widget-title{
    text-transform: uppercase;
    font-size:18px;
    font-weight:bold;
}
.product-categories > li > span.count{
    line-height:20px;
}

.pea_cook_more_info_popover p {
    color:#fff !important;
}


.widget.widget_recent_comments ul li .comment-author-link{
   color: #171717; 
}
.post_content > ul > li:before,
.main_content > ul > li:before,
.post_content > blockquote > ul > li:before,
.main_content > blockquote > ul > li:before,
.comment_content > blockquote > ul > li:before,
.comment_content > ul > li:before {
    /*  content: "\4e";
      font-family:ElegantIcons;*/
    margin-right: 8px;
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    background: #171717;
    border-radius: 50%;
    margin-top: 8px;
}
.post_content > h1 ,.main_content > h1,.content_pofolio > h1,
.post_content > h2 ,.main_content > h2,.content_pofolio > h2,
.post_content > h3 ,.main_content > h3,.content_pofolio > h3,
.post_content > h4 ,.main_content > h4,.content_pofolio > h4{
    margin-bottom: 10px;
}


.post_content > ul > li:before,
.main_content > ul > li:before,
.post_content > blockquote > ul > li:before,
.main_content > blockquote > ul > li:before,
.comment_content > blockquote > ul > li:before,
.comment_content > ul > li:before {
    /*  content: "\4e";
      font-family:ElegantIcons;*/
    margin-right: 8px;
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    background: #171717;
    border-radius: 50%;
    margin-top: 8px;
}

.post_content > table tr th,
.post_content > table tr td,
.main_content > table tr th,
.main_content > table tr td,
.comment_content > table tr th,
.comment_content > table tr td {
    padding: 10px 15px;
}

img.rss-widget-icon {
    display: none;
}

strong {
    color: #171717;
}

.post_content > ol, .main_content > ol, .comment_content > ol {
    padding-left: 15px;
}

.post_content > ul > li > ul > li:before,
.main_content > ul > li > ul > li:before,
.post_content > blockquote > ul > li > ul > li:before,
.main_content > blockquote > ul > li > ul > li:before,
.comment_content > blockquote > ul > li > ul > li:before,
.comment_content > ul > li > ul > li:before {
    content: '';
    float: left;
    width: 6px;
    height: 6px;
    border: 1px solid #171717;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 7px;
}

.post_content > ul > li > ul > li > ul > li:before,
.main_content > ul > li > ul > li > ul > li:before,
.post_content > blockquote > ul > li > ul > li > ul > li:before,
.main_conten > blockquote > ul > li > ul > li > ul > li:before,
.comment_content > ul > li > ul > li > ul > li:before,
.comment_content > blockquote > ul > li > ul > li > ul > li:before {
    content: '';
    float: left;
    width: 5px;
    height: 5px;
    background: #171717;
    margin-right: 8px;
    margin-top: 9px;

}

.post_content > ul > li > ul > li ul,
.main_content > ul > li > ul > li ul,
.comment_content > ul > li > ul > li ul {
    margin-left: 25px;
}

.post_content > h1,
.post_content > h2,
.post_content > h3,
.post_content > h4,
.post_content > h5,
.post_content > h6,
.post_content strong,
.main_content > h1,
.main_content > h2,
.main_content > h3,
.main_content > h4,
.main_content > h5,
.main_content > h6 {
    margin-bottom: 15px;    font-weight: bold;
}

.post_content li > ul,
.main_content li > ul {
    margin-bottom: 0;
    margin-left: 25px;
}

.post_content h1, .main_content h1 {
    font-size: 28px;
}

.post_content h2, .main_content h2 {
    font-size: 24px;
}

.post_content h3, .main_content h3 {
    font-size: 21px;
}

.post_content h4, .main_content h4 {
    font-size: 18px;
}

.post_content h5, .main_content h5 {
    font-size: 16px;
}

.post_content h6, .main_content h6 {
    font-size: 14px;
}



/* fix container king-composer*/
@media (min-width:768px) {
	.kc-container {
		width: 750px !important;
	}
	.no_pd_right{
		padding-right:0;
	}
	.hidden_xs_up{
		display: none;
	}
}
@media (min-width:992px) {
	.kc-container {
		width: 970px !important;
	}
	.hidden_sm_up{
		display: none;
	}
}
@media (max-width:991px) {
	.hidden_sm_down{
		display:none;
	}
}
@media (min-width:1200px) {
	.kc-container {
		max-width: 1200px !important;
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.hidden_xs_down{
		display: none;
	}
}


