@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-Bold.woff2') format('woff2'),
        url('../fonts/ACaslonPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/ACaslonPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-Regular.woff2') format('woff2'),
        url('../fonts/ACaslonPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-Italic.woff2') format('woff2'),
        url('../fonts/ACaslonPro-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/ACaslonPro-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Adobe Caslon Pro';
    src: url('../fonts/ACaslonPro-Semibold.woff2') format('woff2'),
        url('../fonts/ACaslonPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-LightItalic.woff2') format('woff2'),
        url('../fonts/GillSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/GillSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-HeavyItalic.woff2') format('woff2'),
        url('../fonts/GillSans-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Bold.woff2') format('woff2'),
        url('../fonts/GillSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Heavy.woff2') format('woff2'),
        url('../fonts/GillSans-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Italic.woff2') format('woff2'),
        url('../fonts/GillSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Medium.woff2') format('woff2'),
        url('../fonts/GillSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Light.woff2') format('woff2'),
        url('../fonts/GillSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-CondensedBold.woff2') format('woff2'),
        url('../fonts/GillSans-CondensedBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans.woff2') format('woff2'),
        url('../fonts/GillSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-CondensedRegular.woff2') format('woff2'),
        url('../fonts/GillSans-CondensedRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/GillSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}



/** Body **/

body {
    background-color: rgb(221 196 106 / 70%);
    /* #E0C9A6; */
    background-image: url('/wp-content/themes/ornaross/assets/img/natural-paper.png');
    color: #3e2d07;
    font-family: 'Futura Bk BT';
    font-weight: normal;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Futura Bk BT';
    font-weight: 500;
}

h1 {
    font-size: 34px;
    color: #495327;
}

h2 {
    font-size: 28px;
    color: #495327;
}

h2>a {
    color: #495327;
}

h3 {
    font-size: 26px;
}

a {
    color: #d45411;
}

a:hover {
    color: #495327;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.wp-block-button__link:not(.has-background) {
    color: #fff8e4;
    /* background-color: #495327; */
    background-color: #000;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus,
a.wp-block-button__link:not(.has-background):active,
a.wp-block-button__link:not(.has-background):focus,
a.wp-block-button__link:not(.has-background):hover {
    color: #000;
    background-color: #DDCBA3;
}

.separate-containers .comments-area {
    background: #fff8e4;
}

/** Header **/
#wpfront-notification-bar div.wpfront-message a {
    color: #000;
}

header .inside-header {
    padding: 0;
}

header .header-widget {
    margin: 0 !important;
	max-height: 231px;
}

header #block-7 {
    max-height: 200px;
}

header .site-branding {
    /*
    position: absolute;
    top: 18%;
    right: 35%;
	text-align: left;
	*/
	z-index: 999;
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0 auto;

}

.main-title {
    line-height: 2em;
}

header .main-title a {
    color: #ffee00;
    /* font-style: italic;*/
    font-size: 1.9em;
    font-family: 'Futura Bk BT';
    letter-spacing: 0.3em;
}

header .site-description {
    color: #ffee00;
    font-size: 2.2em;
    /*text-shadow: 0 0 3px #ffcb57;*/
    font-style: italic;
    /*display: none;*/
    font-family: 'Adobe Caslon Pro';
}

header .main-title a:hover {
    color: #ffee00;
}


/** Footer **/

.site-info {
    background-color: #a8956a;
}


/** Menu **/

.main-navigation .main-nav ul li a,
.menu-toggle,
.main-navigation .menu-bar-items {
    color: #3e2d07;
}

.main-navigation .main-nav ul ul li a {
    color: #fff8e4;
    background: #000;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"]>a {
    color: #000;
    background-color: #f8edd0;
}

.main-navigation .main-nav ul ul li:hover>a,
.main-navigation .main-nav ul ul li:focus>a,
.main-navigation .main-nav ul ul li.sfHover>a,
.main-navigation .main-nav ul ul li[class*="current-menu-"]>a:hover,
.main-navigation .main-nav ul ul li[class*="current-menu-"].sfHover>a {
    color: #fff;
    background-color: #f8edd0;
}

.main-navigation .main-nav ul li:hover>a,
.main-navigation .main-nav ul li:focus>a,
.main-navigation .main-nav ul li.sfHover>a,
.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a {
    color: #3e2d07;
}

.main-navigation,
.main-navigation ul ul {
    background-color: #fff8e4;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover>a,
.main-navigation .main-nav ul li:hover>a,
.main-navigation .main-nav ul li:focus>a,
.main-navigation .main-nav ul li.sfHover>a,
.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a {
    background-color: #f8edd0;
    color: #3e2d07;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    color: #3e2d07;
    background-color: #f8edd0;
}

.main-navigation .main-nav>ul {
    align-items: baseline;
}

.menu-bar-item.search-item {
    position: absolute;
    right: 0;
    top: 0;
}

.menu-bar-item.search-item a:hover {
    color: #000;
}

.navigation-search input[type="search"],
.navigation-search input[type="search"]:active,
.navigation-search input[type="search"]:focus,
.main-navigation .main-nav ul li.search-item.active>a,
.main-navigation .menu-bar-items .search-item.active>a {
    color: #000;
    background-color: #ffffff;
}

.menu-bar-items .cart-item {
    right: 90px;
    position: absolute;
    top: 8px;
}

.menu-bar-items .active.close-search {
    right: 0;
    position: absolute;
}

.main-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 0;
}

.dropdown-click .main-navigation ul li.sfHover>ul.toggled-on {
    background: none;
    display: inline-flex;
    position: relative;
    outline: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    top: 70%;
    right: 190% !important;
}

.main-navigation ul ul li {
    background: #fff;
    flex: none;
    width: auto;
    margin: 8px 5px 8px 5px;
}

li#menu-item-31467 {
    max-width: 140px;
}

@media (max-width:768px) {

    .nav-align-right .inside-navigation,
    .nav-align-center .inside-navigation {
        border-bottom: 1px solid #f1f1f1;
    }
}


/** Social Media Icons **/

#block-21 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 6px;
    margin-top: 5px;
}

.social-icons-wrapper {
    display: flex;
    gap: 5px;
}

.social-icons-wrapper a img {
    max-width: 32px;
    display: inline-flex;
    height: auto;
}

@media (max-width:768px) {
    #block-21 {
        position: relative;
        right: inherit;
        top: inherit;
        padding: 0 6px;
        margin-top: 5px;
    }

    .social-icons-wrapper {
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }

    .social-icons-wrapper a {
        margin: 0 5px;
        text-align: center;
    }

    .social-icons-wrapper a img {
        max-width: 32px;
        display: inline-flex;
        height: auto;
    }
}


/** Homepage **/

.home .site-content {
    margin-top: 25px;
}

.home #main .inside-article {
    background-color: transparent;
}

.form_container_alt {
    /* background: #fff8e4; */
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%); */
    border-radius: 3px/6px;
    align-content: center;
    text-align: center;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.custom_message {
    padding: 0 10px;
}

.custom_message p {
    margin: 0;
}

.form_container_alt h3 {
    font-size: 22px;
    /*   color: #495327; */
    color: #000;
}

.fiction_holder,
.poetry_holder {
    /*border: 2px dashed #c0b597;*/
    padding: 10px;
    flex: 0 0 48%;
    margin: 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    background-color: #fff8e4;
    /*   background-image: url('/wp-content/themes/ornaross/assets/img/gray-floral.png');*/
    border-radius: 5px;
}

.cont_box {
    margin-top: 25px;
    padding: 20px 15px;
    background-color: #fff8e4;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    position: relative;
    /*   background-image: url('/wp-content/themes/ornaross/assets/img/gray-floral.png'); */
}

a.only_fiction {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0.8;
}

a.only_poetry {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0.8;
}

a.only_fiction:hover {
    opacity: 1;
}

a.only_poetry:hover {
    opacity: 1;
}

/** Free Novel **/
.page-id-31789 #main .inside-article {
    background-color: transparent;
}

.page-id-31789 .site-content {
    margin-top: 25px;
}

.page-id-31789 #main article .inside-article {
    padding-top: 0;
}

/** Free Poetry **/
.page-id-31787 #main .inside-article {
    background-color: transparent;
}

.page-id-31787 .site-content {
    margin-top: 25px;
}

.page-id-31787 #main article .inside-article {
    padding-top: 0;
}

/** My Patrons - Layout **/

.patron_user_details {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

.patron_user_data {
    padding: 0 20px;
}

.patron_user {
    border-bottom: 1px solid rgb(0 0 0 / 7%);
    margin: 20px 0;
    border-left: 5px solid rgba(0, 0, 0, .05);
    padding: 20px;
}

.patron_user h3 {
    color: #495327;
    font-size: 24px;
}

.patron_type {
    margin-bottom: 30px;
    margin-top: 30px;
}

.patron_type h2 {
    font-size: 28px;
    color: #000;
    background: #ede0b0;
    padding: 5px 10px;
}

.patron_type h2 .sh {
    font-size: 14px;
    vertical-align: super;
}

.patron_user_details img {
    max-width: 200px;
    width: 100%;
}

@media (max-width:767px) {
    .patron_user {
        padding: 0;
    }

    .patron_user h3 {
        text-align: center;
    }

    .patron_user_details {
        flex-flow: column;
        align-items: center;
    }

    .patron_user_data {
        margin-top: 20px;
    }
}


/** Contact Form - Page **/

.contact_fields>div {
    margin: 15px 0;
}

/** Become A Patrons - Layout **/

.patron_box {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    /*background-color: #fff8e4;*/
    padding: 20px 0;
    margin-bottom: 50px !important;
    align-items: flex-start;
}

.patron_box .column {
    margin: 0 10px;
    box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 5%);
    border: 1px solid #80808024;
    border-radius: 5px;
    width: 100%;
    background-color: #fff8e4;
}

.patron_box ul {
    margin-left: 20px;
}

.patron_box img {
    width: 100%;
}

.patron_details {
    padding: 0 10px;
    font-size: 16px;
}

.patron_box h3 {
    margin: 0;
    text-align: center;
    padding: 10px;
    background: #000;
    color: #fff;
}

.patron_box a.patron_link {
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    background: #000;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 5px;
    color: #fff;
    opacity: 0.8;
}

.patron_box a.patron_link:hover {
    opacity: 1;
}

@media (min-width: 48em) {
    .patron_box {
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    .patron_box .column {
        margin-bottom: 30px;
    }
}


/** Patrons Item - Layout **/

.patron_item {
    margin: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}

.patron_item .patron_details {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.patron_item h2 {
    font-size: 28px;
    color: #d45411;
    background: #ede0b0;
    padding: 5px 10px;
}

.patron_item .patron_details h3 {
    font-size: 22px;
    color: #495327;
}

.patron_item .patron_text_data {
    padding-left: 25px;
}

.patron_item .patron_link {
    margin-bottom: 20px;
}

.patron_item .patron_link a {
    padding: 5px;
    text-align: center;
    width: 100%;
    display: block;
    background: #d45411;
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}

.patron_item .patron_link a:hover {
    background: #f06a21;
}

@media (max-width: 767px) {
    .patron_item .patron_details {
        align-items: center;
        flex-flow: column;
    }

    .patron_item .patron_details img {
        margin: 20px 0;
    }

    .patron_item .patron_text_data {
        padding-left: 0px;
    }

}






/** Reviews **/

.reviews {
    margin-top: 25px;
}

.woocommerce-Reviews-title {
    display: none;
}

.reviews-container {
    border: 2px dashed #c0b597;
    margin: 50px auto;
    padding: 20px 15px;
    background-color: #fff8e4;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    position: relative;
    background-image: url(/wp-content/themes/ornaross/assets/img/gray-floral.png);
}

.single-reviews .review_data {
    flex-flow: column;
}

.single-reviews .review_data header h1 {
    font-size: 28px;
}

.single-reviews .review_context {
    justify-content: space-evenly;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.single-reviews .review_data .review_img img {
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border-radius: 5px;
}

.single-reviews .review_data .review_context .review_link {
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    background: #d45411;
    padding: 5px 10px;
    border-radius: 5px;
}

.single-reviews .review_data .review_context .review_link:hover {
    background: #e85a10;
}

.review_data {
    display: flex !important;
    align-content: center;
    align-items: center;
    margin: 15px auto;
    padding: 0 15px;
    /*border-bottom:2px dotted #c0b597;*/
}

.review_context {
    flex: 0 0 80%;
    padding-right: 30px;
}

.review_context p {
    font-size: 14px;
    /*  font-style: italic;*/
}

.review_context .reviewer_link {
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
}

.review_img {
    flex: 0 0 25%;
    text-align: center;
}

.review_img img {
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border-radius: 5px;
}

.see_more_rewards {
    background-color: #495327;
    color: #fff8e4;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    display: flex;
    max-width: 80px;
    text-align: center;
    margin: 5px auto;
}

.see_more_rewards:hover {
    background-color: #3a431d;
    color: #fff8e4;
}


input#review_title {
    display: block;
}


.cs_center {
    display: flex;
    flex-flow: column;
}

.video_cta {
    display: block;
    font-size: 17px;
    text-align: center;
    background: #000;
    color: #fff8e4;
    padding: 10px 15px;
    border-radius: 9999px;
    margin: 0 auto;
    margin-top: 10px;
    width: auto;
    max-width: max-content;
}

.video_cta:hover {
    color: #000;
    background-color: #DDCBA3;
}

@media (max-width:768px) {
    .cs_center iframe {
        height: auto !important;
    }
}

/** Awards **/

.see_more_awards {
    text-align: center;
    padding: 5px 6px;
    background: #000;
    color: #fff8e4;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}

.see_more_awards:hover {}

.awards-container,
.cs_center {
    /*	border: 2px dashed #c0b597; */
    margin: 25px auto;
    padding: 20px 15px;
    background-color: #fff8e4;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    position: relative;
    /*	background-image: url(/wp-content/themes/ornaross/assets/img/gray-floral.png); */
}

.award_data {
    margin: 15px auto;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    text-align: center;
    align-content: center;
    align-items: center;
    padding: 30px 0;
}

.single-awards .award_data {
    flex-flow: column;
}

.single-awards .award_data header h1 {
    font-size: 28px;
}

.single-awards .award_context {
    justify-content: space-evenly;
    margin-top: 25px;
    margin-bottom: 25px;
}

.award_context {
    padding: 0 30px;
    display: flex;
    width: 100%;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.award_context h3 {}

.award_context h4 {
    font-weight: bold;
    font-size: 1em;
}

.award_context p {
    font-size: 14px;
    /*  font-style: italic;*/
}

.award_context .award_link {
    margin-bottom: 10px;
    display: inline-block;
    color: #fff8e4;
    background: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.award_text {
    margin: 0 auto;
}

.award_context .award_link:hover {}

.award_img {
    max-width: 200px;
}

.related_award_product_img img {
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border-radius: 5px;
}

@media (max-width:768px) {
    .award_data {
        flex-flow: wrap;
    }

    .award_context {
        flex-flow: column-reverse;
    }

    .related_award_product_img {
        margin: 15px 0;
    }
}


/** Featured Image **/

.separate-containers .featured-image {
    margin-top: 20px;
    margin: 0px auto auto;
    text-align: center;
    display: block;
}


/** Widgets **/

.sidebar .widget {
    background-color: #fff8e4;
}

#page .widget-area .widget {
    padding: 20px;
}

.formkit-form[data-uid="ecde94889d"][min-width~="700"] .formkit-fields[data-stacked="false"] .formkit-submit,
.formkit-form[data-uid="ecde94889d"][min-width~="800"] .formkit-fields[data-stacked="false"] .formkit-submit {
    background: #000 !important;
    color: #fff8e4 !important;
}

/** Sidebar - Left **/

/*
#left-sidebar {
    width: 13%;
}
*/

#left-sidebar h4 {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 1.2em;
    text-align: center;
    /*background: #495327;*/
    background: #000;
    color: #fff8e4;
    margin-bottom: 0px;
    padding: 5px;
    /* border-top-left-radius: 8px; */
    /* border-top-right-radius: 8px; */
}

#page #left-sidebar .widget {
    padding: 0px;
    background: transparent;
}

#page #left-sidebar .widget .widget-title {
    margin-bottom: 15px;
    text-align: center;
}


#left-sidebar .get_latest_book {
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
}

#left-sidebar .get_latest_book img {
    vertical-align: bottom;
}

/** Sidebar - Right **/

/*
#right-sidebar {
    width: 23%;
}
*/

#page #right-sidebar .widget {
    padding: 10px;
    /*   box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
*/
}

#right-sidebar .widget_block .is-content-justification-center {
    justify-content: center;
    width: 100%;
    display: block;
}

#right-sidebar a.wp-block-button__link {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}

/*

aside#block-9 .wp-block-button__link {
    background: #d45411;
}

aside#block-9 .wp-block-button__link:hover {
    background: #e85a10;
	color:#fff;
}

*/


/* About The Author */
#page #right-sidebar #block-11 {
    text-align: center;
}

#page #right-sidebar #block-11 figure {
    margin-top: 10px;
}

#page #right-sidebar #block-11 figure img {
    border-radius: 100%;
}

/** Content Area **/

.separate-containers .inside-article {
    background-color: #fff8e4;
}

/*
#primary {
	width: 64%;
}
*/

.single-product #primary {
    /*   width: 77%;*/
}

#main article .inside-article {
    padding: 20px;
}

.home #main article .inside-article {
    padding-top: 0;
}

#main article .inside-article .entry-content {
    margin-top: 0;
}

.entry-title {
    /*  text-align: center;*/
    margin-bottom: 25px;
}

.error404 .entry-content,
.error404 .entry-title,
.search-no-results .entry-title,
.search-no-results .entry-content {
    text-align: center;
}

/** Woocommerce **/

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #fff8e4;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #000;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #000;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    color: #000;
}

.page .woocommerce.columns-2 ul {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    place-content: space-evenly;
}

.page .woocommerce.columns-2 ul li {
    list-style: none;
    flex: 50%;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
}

.page .woocommerce ul.products li.product a img {
    margin: 0 auto;
    display: block;
    max-width: 300px;
    width: auto;
}

.page .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    max-width: 300px;
    margin: 25px auto;
    font-family: 'Futura Bk BT';
    /*font-weight: 700;*/
}

.single-product .woocommerce-product-gallery__image {
    pointer-events: none;
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border-radius: 10px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #495327;
    color: #fff8e4;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #495327;
    color: #fff8e4;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #616e32;
    color: #fff8e4;
}



.archive .view_book {
    background: #e9d7af;
    padding: 8px 5px;
    border-radius: 5px;
    color: #495327;
    width: 100%;
    display: block;
    text-align: center;
    max-width: 100px;
    margin: 5px auto;
}

.archive .view_book:hover {
    color: #e9d7af;
    background: #495327;
}

.woocommerce ul.products li.product a img {
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border-radius: 5px;
    max-height: 285px;
}

.tax-product_cat ul.products li.product a img {
    max-height: 220px;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    background: #fff;
    border: 1px solid lightgray;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.single-product .related.products h2.woocommerce-loop-product__title {
    font-size: 14px;
    line-height: normal;
}


.single-product .summary.entry-summary {
    margin-bottom: 50px;
    margin-top: 25px;
}

.single-product .rosetitle h3 {
    margin-bottom: 20px;
    color: #fff8e4;
    background: #495327;
    padding: 5px;
    font-size: 20px;
    padding-left: 10px;
}

.single-product .price {
    font-weight: bold;
    text-transform: uppercase;
    color: #000 !important;
    margin-bottom: 0;
    font-size: 1.1em !important;
}

.single-product div.product form.cart {
    margin-bottom: 0;
}

.single-product .quantity {
    display: none !important;
}

.single-product .book-content {
    display: flex;
}

.single-product #content .product .images {
    flex: 0 0 35%;
    margin-right: 30px;
}

.single-product .entry-title {
    margin-bottom: 5px;
}

.single-product .description {
    margin-top: 25px;
}

.single-product #content .product .purchase_details {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
}

.single-product #content div.product div.summary {
    width: 100%;
}

.single-product .versions {
    border-color: #1b2732;
    margin-right: 2px;
    margin-bottom: -1px;
}

.single-product .versions .tabs {
    margin: 20px;
    padding: 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #495327;
}

.single-product .versions .tabs .active-tab {
    border-top: 1px solid #495327;
    border-left: 1px solid #495327;
    border-right: 1px solid #495327;
    border-bottom: none;
    position: relative;
    color: #d45411;
}

.single-product .versions .tabs .active-tab:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: -0.1em;
    left: 0;
    background: white;
}

.single-product .versions .tabs li {
    display: inline-block;
    cursor: pointer;
    color: #d45411;
    padding: 5px 10px;
}

.single-product .versions .tabs li:first-child {
    margin-left: 10px;
}

.single-product .versions .tabs-content {
    margin: 20px;
    padding: 0;
    list-style: none;
}

.single-product .versions .tabs-content li {
    display: none;
}

.single-product .tabs-content .buy_now {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
}

.single-product div.product form.cart .variations select {
    background: #ff9300;
    color: #fff8e4;
}

.single-product div.product form.cart .button {
    float: none;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: block;
    padding: 15px 10px;
    opacity: 1;
    background-color: #ff9300;
}

.single-product #book-versions-content .buy_now .project_buy_now_links div {
    display: inline-block;
    width: 19%;
    padding: 12px 0;
    margin: 0;
}

.single-product .buy_now .project_buy_now_links .incentive {
    text-transform: uppercase;
    color: #d45411;
}


.single-product .project_buy_now_links div {
    float: none;
    margin-right: 48px;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 19%;
    padding: 12px;
    margin: 0;
}

.single-product .project_buy_now_links div a {
    display: inline-block;
}

.single-product .project_buy_now_links div a img {
    width: 100%;
    height: auto;
    max-height: 40px;
}

.single-product .related h2 {
    font-size: 24px;
    color: #fff8e4;
    background: #000;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 25px;
}

.single-product ul.products li.product a .woocommerce-loop-product__title {
    display: none;
}

.single-product div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
}

.woocommerce nav.woocommerce-MyAccount-navigation li {
    display: inline-block;
    padding: 5px 10px;
    background: #495327;
    border-radius: 3px;
    margin: 5px 0;
}

.woocommerce .woocommerce-MyAccount-content {
    margin-top: 15px;
}

.woocommerce nav.woocommerce-MyAccount-navigation li a {
    color: #fff8e4;
}

.single-product .book_meta {
    display: flex;
    margin-top: 30px;
    align-content: center;
    align-items: center;
    margin-left: 5px;
}

.single-product .book_meta .s-meta_data {
    margin-left: 15px;
}

@media (max-width:768px) {
    .single-product .versions .tabs {
        margin: 10px 0;
    }

    .single-product .versions .tabs-content {
        margin: 5px 0;
    }

    .single-product .woocommerce-product-gallery__image {
        max-width: 220px;
        margin: 0 auto;
    }

    .single-product .entry-title {
        font-size: 28px;
        text-align: center;
    }

    .single-product ul.products li.product {
        margin: 0 0 1em !important;
    }

    .single-product .book_meta {
        display: none;
    }

    #breadcrumbs {
        font-size: 12px;
    }
}


/** coming soon label */

.product_cat-coming-soon .coming_soon {
    position: absolute;
    top: 0;
    right: 0;
    background: url(https://ornaross.com/wp-content/themes/ornaross/assets/img/coming_soon_corner_bg.png) no-repeat;
    color: #ffe6d0;
    font-weight: 700;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    width: 75px;
    height: 75px;
    padding: 2px 6px;
}

.product_cat-coming-soon .coming_soon .text {
    text-align: right;
    padding: 0;
    padding-right: 0;
    padding-top: 0;
    font-size: 10px;
}


/** My account **/
.menu-bar-items .my-account {
    right: 45px;
    position: absolute;
    top: 8px;
}

.menu-bar-items .account-content {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 10px !important;
    border-radius: 100%;
}

/** Mini Cart **/

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 10px !important;
    border-radius: 100%;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    position: absolute;
    top: 15px;
    right: 1px;
    transform: translateY(-105%) translateX(25%);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #dc7c00;
    border-radius: 50%;
    padding: 1px;
}


/** Single Book Tabs **/

.single_book_tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0;
}

.single_book_tabs .input {
    position: absolute;
    opacity: 0;
}

.single_book_tabs .label {
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    transition: background 0.1s, color 0.1s;
    margin-right: 40px;
    margin-bottom: 5px;
    font-size: 1.1em;
    line-height: 1.3125rem;
    letter-spacing: normal;
    border-bottom: 2px solid rgb(239 239 239);
}



.single_book_tabs .label:hover {
    color: #000;
}

.single_book_tabs .label:active {
    border-bottom: 2px solid #000;
    color: #000;
}

.single_book_tabs .input:focus+.label {
    z-index: 1;
}

.single_book_tabs .input:checked+.label {
    border-bottom: 2px solid #000;
    color: #000;
}


@media (min-width: 600px) {
    .single_book_tabs .label {
        width: auto;
    }
}


.single_book_tabs .panel {
    display: none;
}


@media (min-width: 600px) {
    .single_book_tabs .panel {
        order: 99;
    }
}


.single_book_tabs .input:checked+.label+.panel {
    display: block;
    width: 100%;

}


/** Woocommerce - Book Nav **/
.book_nav {
    margin: 0px auto;
    white-space: normal;
    min-width: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
    place-content: flex-end;
}

.book_nav .nav-item {
    text-align: center;
    padding: 8px 20px;
    background: #000;
    margin-right: 15px;
    color: #fff8e4;
    border-radius: 5px;
}

.book_nav .nav-item:hover {
    background: #DDCBA3;
    color: #000;
}

.book_nav .nav-item a {
    color: #fff;
}

.book_nav .nav-item .countb {
    border-radius: 100%;
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    margin-left: 5px;
}

@media (max-width:768px) {
    place-content: center;
}

/** Woocommerce - Category Page **/

.page-id-31963 .inside-article {
    background: transparent;
}

.tax-product_cat .woocommerce-products-header__title.page-title,
.page-id-31963 .entry-title {
    /* color: #fff8e4; */
    /* background: #d45411; */
    margin: 0;
    background: #495327;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: 28px;
}

#primary.book_cat_sec {
    width: 64%;
}

.book-cats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: normal;
    align-content: normal;
}

.book-cat-item {
    max-width: 50%;
    flex: 50%;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 10px;
}

.book-cat-image {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 350px;
}

.book-cat-image img {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 0px;
    margin-right: 10px;
    height: auto;
    width: 100%;
    max-height: 155px;
}

.book_data {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 200px;
    width: 100%;
    margin: 0px auto;
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border: 1px solid rgb(229, 229, 233);
    border-radius: 6px;
    cursor: pointer;
    background-color: #fff8e4;
    /*	max-width:300px;*/
}

.book-cat-total {
    font-size: 12px;
    color: #495327;
}

.book-cat-name {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}


.book-cat-info {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* margin-right: 30px; */
    /* margin-left: 15px;*/
    padding-right: 20px;
    text-align: center;
}

@media (max-width:768px) {
    #primary.book_cat_sec .inside-article .entry-title {
        text-align: center;
    }

    .book-cats {
        /*
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-direction: column;
		display: inline-block;
		*/
    }

    .book-cat-item {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .book_data {
        display: inline-flex;
        max-width: 100%;
        margin: 15px auto;
    }
}

@media (max-width:425px) {
    .book_data {
        height: auto;
    }

    .book-cat-image img {
        margin: 0 auto;
        padding: 15px;
        width: auto;
        height: auto;
        max-height: 155px;
    }

    .book-cat-info {
        padding: inherit;
        margin-bottom: 10px;
    }

    .book_data {
        flex-wrap: wrap;
        height: auto;
    }
}

/** Content Scroller **/
@media (min-width:769px) {
    #left-sidebar {
        transition: all 0.3s;
        max-width: 156px;
    }

    .lock_sidebar {
        position: relative;
    }

    .scroll_sidebar {
        position: fixed;
        top: 0;
    }

    .sec_balance {
        margin-left: 156px;
    }
}


/** Convertkit - Coming Soon Form **/
.single-product .coming_soon_container .incentive p {
    text-transform: uppercase;
    padding: 12px 0;
    margin: 0;
    border: dashed 1px #1b2732;
    font-weight: bold;
    color: #A21027;
    text-align: center;
    margin-bottom: 20px;
}

.single-product .coming_soon_container form img {
    max-width: 280px !important;
    display: block;
    margin: 0 auto;
}

.single-product .ck_form_container2 {
    margin: 0 !important;
}

.single-product .ck_form.ck_minimal {
    border: none;
    margin: 0 !important;
}

.single-product .ck_description {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}

#ck_success_msg {
    padding: 10px 10px 0px;
    border: solid 1px #ddd;
    background: #0f9687;
}

.ck_form,
.ck_form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ck_form.ck_minimal p {
    padding: 0px;
}

.ck_form.ck_minimal .ck_form_fields {
    width: 100%;
    float: left;
    padding: 5%;
}

.ck_errorArea {
    display: none;
}

.ck_form.ck_minimal .ck_guarantee {
    padding-top: 0;
    color: #ffe6d0;
    text-align: center;
    display: block;
    font-size: 12px;
}

.ck_form .ck_powered_by {
    display: block;
    color: #aaa;
    font-size: 12px;
}

.ck_form2,
.ck_form_fields2 {
    color: #ffe6d0 !important;
    border: none !important;
    background: #909231 !important;
}

.ck_first_name2,
.ck_email_address2 {
    background: #ffe6d0 !important;
    margin-bottom: 10px !important;
    width: 100%;
}

.ck_form.ck_minimal .ck_subscribe_button {
    width: 100%;
    margin: 0px;
    padding: 8px 0px;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    text-shadow: none;
    background: #a21027;
    outline: none;
    font-weight: 600;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
}

.ck_subscribe_button2,
.ck_powered_by2 {
    color: #ffe6d0 !important;
}

.ck_first_name2,
.ck_email_address2,
.ck_subscribe_button2 {
    width: 100% !important;
}


/**
* CK Form - Homepage
**/

.form_container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.allaccesspass h2 {
    /* text-shadow: 0 0px 40px #ff9800;*/
    text-shadow: 0 0px 40px #495327;
 /*   text-transform: uppercase;*/
    max-width: 500px;
    /*  color: #fff;*/
    color: #fff8e4;
  /*  font-weight: bold;*/
    font-size: 28px;
}

.allaccesspass {
    position: relative;
    padding: 1em 1.5em;
    margin: 0;
    color: #fff;
    overflow: hidden;
    /*   max-width: 600px;*/
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 60px;
    background-color: #434343;
    /* background-color: #80a26f; */
    /* background-image: url("/wp-content/themes/ornaross/assets/img/asfalt-dark.png"); */
}

.formkit-form[data-uid="9da9862d08"] .formkit-button>span,
.formkit-form[data-uid="9da9862d08"] .formkit-submit>span {
    background: #295fa7 !important;
}

.formkit-form[data-uid="9da9862d08"] .formkit-button>span,
.formkit-form[data-uid="9da9862d08"] .formkit-submit>span:hover {
    background: #295fa7 !important;
}

.formkit-form[data-uid="9da9862d08"] .formkit-background {
    background-position: 100% 12% !important;
}

/*
.allaccesspass:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
    border-color: #fff #fff #854c4a #854c4a;
    background: #854c4a;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  display: block; width: 0;
}
*/

.allaccesspass.rounded {
    -moz-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
}

.allaccesspass.rounded:before {
    border-width: 8px;
    border-color: #fff #fff transparent transparent;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

.allaccesspass .form_data {
    flex: 0 0 50%;
}

.allaccesspass button {
    background: #000 !important;
}

.formkit-powered-by-convertkit-container {
    display: none !important;
}


/**
* Blog
***/
/*
.lock_overlay {
    position: relative;
    text-align: center;
    color: #fff;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
	background: #000;
}

.lock_overlay p {
	margin-bottom:0;
}

.lock_overlay .msg {
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    row-gap: 20px;
    padding: 20px 10px;
    border: 5px solid #d45411;
}

*/

.lock_overlay {
    position: relative;
    display: flex;
    /*   border: 5px solid #d45411;
    margin: 0 5px;
	*/
}

.lock_bg {
    position: relative;
    text-align: center;
    color: #fff;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #000;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    width: 100%;
    margin: 5px;
}


.lock_overlay p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

.lock_overlay .msg {
    height: 100%;
    width: 100%;
    background: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    row-gap: 20px;
    padding: 20px 10px;
    position: absolute;
    color: #fff;
    text-align: center;
}

.lock_overlay .msg .entry-title,
.lock_overlay .msg .entry-summary {
    color: #fff;
    padding: 0 20px;
    margin-bottom: 0;
}


/**
* Podcast
***/

.page-template-content-podcast .main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .page-template-content-podcast .main-navigation .main-nav ul li:hover>a {
	background: #a3cd72;
	color: #fff;
}

.page-template-content-podcast .main-navigation, .page-template-content-podcast .main-navigation ul ul {
	background: #70a346;
}

.page-template-content-podcast .main-navigation .main-nav ul li a, .page-template-content-podcast .menu-toggle, .page-template-content-podcast .main-navigation .menu-bar-items {
    color: #fff;
}

.pod_info {
	background: #fff8e4;
}

.pod_info p {
    font-size: 1.4em;
}

.pod_info h2 {
	color: #f6a305;
	font-size: 2.2em;
    font-weight: bold;
}

.pod_info > .pod_el:nth-child(4) h2, .pod_info > .pod_el:nth-child(4) h3 {
	color: #fff;
}

.pod_info hr {
	background: #70a346;
    height: 2px;
	margin: 0;
}

.pod_info .pod_el {
    padding: 35px;
    width: 80%;
    margin: 0 auto;
}

.pod_info .pod_el .el_one ul {
    list-style: none;
    margin: 0;
    width: 100%;
}

.pod_info .pod_el .el_one ul li {
	display: inline-block;
}

.pod_info > .pod_el:nth-child(4) {
    background: #a3cd72;
    padding: 0;
    width: 100%;
}

.el_three {
	padding: 35px;
    width: 80%;
    margin: 0 auto;
}

.el_three a {
	color: #fff;
}

.el_three .p_btn_1 {
    background: #8c4f99;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.el_three .p_btn_2 {
    background: #8c4f99;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.el_four .p_btn {
    background: #f6a305;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}
.el_four .episodes .ep_row {
    gap: 10px;
    justify-content: space-between;
}
.el_four .ep_col {
	width: 32%;
}

.el_three .el_row {
    display: flex;
    align-content: center;
    gap: 50px;
    margin: 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.el_three .el_col {
    width: 44%;
}

.episodes .ep_row {
    display: flex;
    align-content: center;
    gap: 50px;
	margin: 20px 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.episodes .ep_col {
    width: 45%;
}

.single-podcast #right-sidebar a.wp-block-button__link {
    background: #8c4f99;
}
.single-podcast p a {
	color: #8c4f99;
}
.single-podcast #right-sidebar a.wp-block-button__link:hover {
	color: #fff;
}
.single-podcast #right-sidebar #block-35 {
    text-align: center;
}
.single-podcast #right-sidebar #block-35 figure {
    margin-top: 10px;
}
.single-podcast #right-sidebar #block-35 figure img {
    border-radius: 100%;
}

@media (max-width:768px) {
	.pod_info .pod_el {
		padding: 20px;
		width: 90%;
	}
	.pod_info .el_three {
		padding: 20px;
		width: 90%;
	}
	.episodes .ep_row {
		align-content: center;
		gap: 20px;
		margin-bottom: 40px;
		flex-flow: wrap;
	}
	.episodes .ep_col {
		width: 45%;
	}
	.el_three .el_col {
		width: 100%;
	}
	.el_four .ep_col {
		width: 44%;
	}
}
@media (max-width:480px) {
	.episodes .ep_col {
		width: 100%;
	}
	.el_four .ep_col {
		width: 100%;
	}
}

/**
* Membership
***/
#pmpro_levels {
    display: flex;
    flex-wrap: wrap;
}


/** Responsive **/
@media (max-width: 768px) {
    header .header-widget aside {
        display: flex;
    }

    header .header-widget aside img {
        height: 100%;
    }

    header .header-widget {
        /*
		background-image: url(/wp-content/uploads/2021/10/orna_banner-768x128.jpg);
		height: 128px;
		display: block;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		*/
    }

    #primary,
    #left-sidebar,
    #right-sidebar,
    #primary.book_cat_sec {
        width: 100%;
    }

    #left-sidebar,
    #right-sidebar {
        max-width: 465px;
        margin: 0 auto;
    }

    #left-sidebar .get_latest_book {
        max-width: 300px;
        margin: 0 auto;
    }

    #page #right-sidebar .widget,
    #page #left-sidebar .widget {
        padding: 20px;
    }

    .page .woocommerce.columns-2 ul li {
        flex: 100%;
    }

    .single-product #primary {
        width: 100%;
    }

    .single-product .book-content {
        flex-flow: column;
    }

    li#menu-item-31467 {
        max-width: inherit;
    }

    li#menu-item-31467 ul {
        background: inherit;
        display: inherit;
        position: inherit;
        outline: inherit;
        border: inherit;
        box-shadow: inherit;
        padding: inherit;
        top: inherit;
        right: inherit !important;
        margin-bottom: inherit;
    }

    li#menu-item-31467 ul li {
        background: inherit;
    }

    header .site-description {
        /*display:none;*/
    }
}

@media (max-width:425px) {
    header .site-branding {
        /*
		right: 10%;
		margin-left: 30px;
		*/
    }

    header .main-title a {
        font-size: 1.4em;
    }

    header .site-description {
        font-size: 1em;
        margin-bottom: 5px;
    }

    .form_container {
        flex-flow: column;
    }

    .form_container_alt {
        flex-flow: column;
        max-width: 100%;
        margin: 0 auto;
    }

    .fiction_holder,
    .poetry_holder {
        margin: 0 0 15px 0;
    }

    .poetry_holder {
        margin-bottom: 0;
    }

    body:not(.no-sidebar) #main {
        margin-top: 0;
    }

    .allaccesspass {
        padding: 0.5em;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 35px;
    }

    .allaccesspass h2 {
        font-size: 25px;
    }

    .allaccesspass .form_ebook img {
        width: 250px;
    }

    .formkit-form[data-uid="ecde94889d"][min-width~="700"] [data-style="clean"],
    .formkit-form[data-uid="ecde94889d"][min-width~="800"] [data-style="clean"] {
        padding: 0px !important;
    }
}