/*
Version: 1.0.14
Custimized styles, added by cJh
*/

a.normal-button::after {
    content: none;
}
a.normal-button:hover::after {
    content: none;
}

a.big-button {
    padding: 10px 15px;
    margin-right: 15px;
}
a.big-button::after {
    content: none;
}
a.big-button:hover::after {
    content: none;
}

a.m-button {
    display:inline-block;
    line-height:1.5 !important;
    padding: 3px 10px;
    margin: 0 10px 10px 0;
    background: transparent;
    border: 1px solid #2cb1e2;
    color: #2cb1e2 !important;
}
a.m-button::after {
    content: none;
}
a.m-button:hover::after {
    content: none;
}
a.m-button:hover {
    background: #2cb1e2;
    color: #ffffff !important;
}

a.hollow-button {
    padding: 8px 15px;
    margin-right: 15px;
    background: transparent;
    border: 2px solid #2cb1e2;
    color: #2cb1e2 !important;
    text-shadow: 0 1px 0 rgba(0,0,0,0.05);
}
a.hollow-button::after {
    content: none;
}
a.hollow-button:hover::after {
    content: none;
}
a.hollow-button:hover {
    background: #2cb1e2;
    color: #ffffff !important;
}

a.colora {
    color: #179bd7;
}
a.colora:hover {
    color: #ffbe00;
}
a.colora::before_ {
    content: "\f178";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 100;
}

span.separate {
	margin: 0 7px;
	color: lightgray;
}

span.spanLine {
	text-decoration: underline;
}

span.spanBold {
	font-weight: bold;
}

span.spanLineBold {
	text-decoration: underline;
	font-weight: bold;
}

hr.dashed-fixed {
    border: 0;
    padding-top: 1px;
    background: repeating-linear-gradient(to right, #a2a9b6 0px, #a2a9b6 4px, transparent 0px, transparent 10px);
    background: repeating-linear-gradient(to right, #a2a9b6 0 var(--dashed-filled, 4px), transparent 0 calc(var(--dashed-filled, 4px) + var(--dashed-open, 6px)));
}
hr.edge-weak {
    border: 0;
    padding-top: 1px;
    background: linear-gradient(to right, transparent, #d0d0d5, transparent);
}
hr.twill {
    border: 0;
    padding: 3px;
    background: repeating-linear-gradient(135deg, #a2a9b6 0px, #a2a9b6 1px, transparent 1px, transparent 6px);
}
hr.twill-colorful {
    border: 0;
    padding: 3px;
    background: linear-gradient(135deg, red, orange,green, blue, purple);
    --mask-image: repeating-linear-gradient(135deg, #000 0px, #000 1px, transparent 1px, transparent 6px);
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
}
hr.wavy {
    border: 0;
    color: #d0d0d5;
    height: .5em;
    white-space: nowrap;
    letter-spacing: 100vw;
    padding-top: .5em;
}
hr.wavy::before {
    content: "\2000\2000";
    text-decoration: overline;
    text-decoration: overline wavy;
}
hr.shadow {
    border: 0;
    padding-top: 10px;
    color: #d0d0d5;
    border-top: 1px solid rgba(0,0,0,.1);
    box-shadow: inset 0 10px 10px -10px;
}
hr.solid-content {
    color: #a2a9b6;
    border: 0;
    font-size: 12px;
    padding: 1em 0;
    position: relative;
}
hr.solid-content::before {
    content: attr(data-content);
    position: absolute;
    padding: 0 1ch;
    line-height: 1px;
    border: solid #d0d0d5;
    border-width: 0 99vw;
    width: fit-content;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
}

.entry-content a {
    color: #179bd7;
}
.entry-content a:hover {
    color: #ffbe00;
}
.entry-content-not-use a::after {
    content: "\f0c1";
    font-family: FontAwesome;
    font-size: 8px;
    vertical-align: super;
}
.entry-content .button {
    color: #ffffff;
    line-height: 2.5;
    white-space: nowrap;
}
.entry-content .button:hover {
    color: #ffffff;
}
.entry-content img {
    margin-top: 15px;
}
.entry-content h2, h3, h4, h5 {
    margin: 20px 0 10px 0;
}
.entry-content h6 {
    margin: 10px 0;
}
.entry-content .bold_text {
	font-weight: bold;
}
.entry-content .tint_text {
    color: #179bd7;
}
.entry-content .tint_text2 {
    color: #00ccff;
}
.entry-content .red_text {
    color: #e93f30;
}
.entry-content .small_text {
    font-size: 0.8em;
}
.entry-content .small_red_text {
    color: #e93f30;
    font-size: 0.8em;
}
.entry-content .small_blue_text {
    color: #0255a8;
    font-size: 0.8em;
}
.entry-content .blue_text {
    color: #0255a8;
}
.entry-content .black_text {
    color: #000;
}
.entry-content .block_text {
    color: white;
    background: red;
    padding: 2px 7px;
    border-radius: 4px;
    margin-right: 5px
}
.entry-content .box {
	margin-bottom: 10px;
    padding: 10px 15px 5px 15px;
    border: 1px solid lightgray;
    background-color: #fcfcfc;
}
.entry-content .box ul, ol {
    margin-bottom: 5px;
}
article .entry-summary {
    margin: 15px 20px 0 20px;
}

/* sidr */
img.sidr-class-emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* Woocommerce */
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #ff5500;
}
.woocommerce ul.products li.product .price {
    color: #ff5500;
}
.woocommerce div.woocommerce-account-fields .create-account .woocommerce-form__label-for-checkbox {
    color:red;
}
.product .product_meta .sku_wrapper {
    margin-right: 30px;
}

.woocommerce form .form-row #order_invoice_info {
    font-size: 12px;
    padding: 10px;
    height: 9em;
}