/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

.site-description {
    font-family: Pacifico;
    color: #ffffff;
    font-size: 2em;
    font-weight: 200;
    line-height: 100%;
    padding-bottom: .2em;
    text-align: right;
}

.post-header {
    border-bottom: 1px solid #eee;
    padding: 2% 10%;
    position: relative;
}

.post-categories a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.tagcloud a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.single .post-content {
    padding: 5% 10%;
}

body.single .content {
    background: #ffffff;
}

.woocommerce div.product form.cart div.quantity {
    display: none;
}

.woocommerce div.product form.cart .button {
    margin-top: 1em;
}

.clear {
    clear: both;
}

figcaption {
    min-width: 14em;
    padding-bottom: 1.2em;
    font-size: .85em;
    text-align: center;
    display: block;
}

.akismet_comment_form_privacy_notice {
    font-size: .6em;
    padding: 8em;
}

.wp-block-file .wp-block-file__button {
    background: #3ca49f;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em;
}

.woocommerce-store-notice a:hover,
p.demo_store a:hover {
    color: #fff;
    text-decoration: none;
}

.button {
    background-color: #7856ad;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    border: .2em solid #7856ad;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Open Sans;
    font-size: .85em;
    font-weight: 600;
    padding: .8em 2em;
    text-decoration: none;
}

.button:hover {
    background-color: #6c4a9e;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    border: .2em solid #6c4a9e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Open Sans;
    font-size: .85em;
    font-weight: 600;
    padding: .8em 2em;
    text-decoration: underline;
}

.components-button {
    background-color: #7856ad;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    border: .2em solid #7856ad;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Open Sans;
    font-size: .85em;
    font-weight: 600;
    padding: .8em 2em;
    text-decoration: none;
}

.components-button:hover {
    background-color: #6c4a9e;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    border: .2em solid #6c4a9e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Open Sans;
    font-size: .85em;
    font-weight: 600;
    padding: .8em 2em;
    text-decoration: underline;
}

.components-button:active {
    background-color: #6c4a9e;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    border: .2em solid #6c4a9e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Open Sans;
    font-size: .85em;
    font-weight: 600;
    padding: .8em 2em;
    text-decoration: underline;
}

.post-content blockquote p {
    font-size: 0.9em;
    font-weight: 500;
    line-height: 1.9em;
    text-align: justify;
}

.post-content blockquote:before,
.post-content blockquote:after {
    content: "";
    height: 0px;
    margin: 0px;
}

blockquote {
    font-family: Georgia, serif;
    font-size: 0.9em;
    padding-left: 1.9em;
    padding-right: 4.0em;
    padding-bottom: 0.9em;
    position: relative;
    border-left: 5px solid #36A4A0;
}

.coblocks-lightbox__arrow {
    display: none;
}

.sample {
    padding-left: 1.4em;
}

.wp-block-column:not(:first-child) {
    margin-left: 0em;
    margin-top: 0em;
}

.post-content ul {
    margin-left: 0em;
    margin-right: 0em;
}

.post-content li {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: .5em;
    margin-left: 1.4em;
}

.center {
    padding-left: 3em;
    text-align: center;
}

.widget-content ul li:before {
    content: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000000;
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: .95em;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #000000;
    font-size: 1.25em;
}

body .footer a, .footer a {
    color: #ffffff;
}

.footer .widget {
    border-top-color: #ffffff;
}

.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 100;
}

.woocommerce-tabs ul.tabs {
	display: none;
}

.woocommerce-tabs h2 {
	display: none;
}

.entry-author {
	display: none;
}

.post-meta {
	display: none;
}

.nocomments {
	display: none;
}