/*

dark grey   #2F2F2F
light grey  #F1F1F1
red         #AB0029

Source Sans Pro Regular
font-family: source-sans-pro, sans-serif;
font-weight: 400;
font-style: normal;
Source Sans Pro Bold

font-family: source-sans-pro, sans-serif;
font-weight: 700;
font-style: normal;

Source Sans Pro Bold Italic
font-family: source-sans-pro, sans-serif;
font-weight: 700;
font-style: italic;

Source Sans Pro Italic
font-family: source-sans-pro, sans-serif;
font-weight: 400;
font-style: italic;


*/


body {
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #202020;
    overflow-x: hidden;
}

a:link,
a:visited {
    color: #bb0023;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.1em;
    margin-top: 0;
    margin-bottom: 15px;
}

h1{
	font-size: 56px;
	line-height: 79px;
	color: #2F2F2F;
	font-weight: 600;
}

h2{
	font-size: 48px;
	line-height: 48px;
	font-weight: 300;
}


h3{
	font-size: 36px;
	line-height: 40px;
	color: #AB0029;
}


h4{
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
}


h5{
	font-size: 18px;
	line-height: 22px;
	color: #AB0029;
}


p {
    margin-top: 0;
    margin-bottom: 0.5em;
}


/*
p {
    line-height: 1.2em;
}
*/


#masthead {
    border-bottom: 1px solid #F1F1F1;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    position: relative;
    z-index: 4;
}

.home .inner_pages_links, .header-view-toggle, p.woocommerce-result-count, .post-type-archive-product .woocommerce-ordering{
	display: none;
}


.home .header-view-toggle{
	display: block;
}

.site-branding {
    width: 35%;
    float: left;
    
}
#site-navigation {
    width: 60%;
    float: right;
    clear: none;
}
.header-content {
    width: 100%;
    max-width: 1270px;
    padding-top: 1em;
    margin: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.wrap {
    width: 100%;
    max-width: 1270px;
    padding-top: 1em;
    margin: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.menu-main-menu-container li a {
    text-transform: uppercase;
    color: #2F2F2F;
    font-size: 14px;
    font-weight: 600;
}

.main-navigation li {
    padding-right: 1.5em;
    
}

.main-navigation li:last-child {
    padding-right: 0;
}


.main-navigation ul ul {
	background: #fff;
	z-index: 5;
	padding: 1em;
}


.menu-main-menu-container { 
    float: right;
}

.custom-logo-link {
    width: 100%;
    max-width: 150px;
}


.header-view-toggle , .inner_pages_links{
    width: 40%;
    max-width: 510px;
    float: right;
    /* font-size: 1.25em; */
    /* font-family: source-sans-pro, sans-serif; */
    font-weight: 700;
    /* font-style: normal; */
    margin-top: 2em;
    margin-bottom: -1.5em;
    background: white;
    position: relative;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    z-index: 1;
}


.header-view-toggle:after, .inner_pages_links:after {
    background: #AB0029;
    position: absolute;
    content: "";
    display: inline-block;
    width: 65%;
    height: 47px;
    right: -324px;
    overflow: hidden;
}


.header-view-toggle-arrow-left {
    /* position: absolute; */
    /* left: 1em; */
    /* top: 0.65em; */
    padding-right: 10px;
}
a.header-toggle-whats-happening-btn {
    position: relative;
    width: 57%;
    display: inline-block;
    text-decoration: none;
    background: #AB0029;
    color: white!important;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 4%;
	font-size: 25px;
	z-index: 1;
}
a.header-toggle-our-books-btn {
    position: relative;
    width: 42%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #AB0029!important;    
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 4%;
    font-size: 25px;
}

.header-view-toggle-arrow-right {
    /* position: absolute; */
    /* right: 3px; */
    /* top: 0.65em; */
    float: right;
    padding-top: 3px;
}

.home-intro-container.hidden_box {
    display: none;
}


.footer-content {
    max-width: 1270px;
    margin: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    
}

.footer-copy:first-child {
	width: 40%;
}
.footer-copy {
    width: 30%;
    margin-bottom: 30px;  
    float: left;
	margin-right: 65px;
}

.home-product-list-featured .product-thumb-single img,
.home-product-list-forthcoming .product-thumb-single img {
	max-width: unset;
	height: auto;
	width: 100%;
}

ul.footer-logos {
    list-style-type: none;
    display: flex;
    max-width: 1270px;
    margin: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
   clear: left;
    padding-bottom: 2em;
}

ul.footer-logos li {
    width: 25%;
}
.single-product-author-heading {
    border-bottom: 5px solid #2f2f2f;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    padding-right: 10%;
}
.footer-logos li img {
    max-width: 180px;
    height: auto;
}

.woocommerce-product-details__short-description {
    color: #bb0023;
    font-weight: bold;
    width: 90%;
    font-size: 18px;
    margin: 5px 0 1px;
}
.woocommerce-product-details__short-description p {margin: 0;}

/*
.post-type-archive-product ul.products li.product .woocommerce-loop-product__title , .post-type-archive-product span.price, .post-type-archive-product a.button.product_type_simple.add_to_cart_button{
    display: none;
}
*/


.post-type-archive-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart , .home-product-list a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    display: none;
}

.post-type-archive-product .single-product-author-attributes-wrap, .home-product-list .single-product-author-attributes-wrap {
    width: 100%;
    float: left;
}

.product-hover-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(47, 47, 47, 0.8);
    color: #fff;
    padding: 20px;
}
.product-hover-content .product_type_simple {display: none;}

.post-type-archive-product li.product:hover .product-hover-content, 
.home-product-list li.product:hover .product-hover-content,
.home-product-list-featured li.product:hover .product-hover-content,
.home-product-list-forthcoming li.product:hover .product-hover-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(47, 47, 47, 0.8);
    color: #fff;
    padding: 20px;
}
.product-hover-content li {
	width: auto!important;
	margin: 0 2% 0 0;
}
.product-hover-content .single-product-author-attributes-wrap {
	float: none;
	width: auto;
}
.product-hover-content .single-product-author-heading {border-bottom: 5px solid #fff;}

.woocommerce-loop-product__title {
    font-size: 1rem;
    line-height: normal;
    font-weight: bold;
}


.product-hover-content a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #fff;
    line-height: normal;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__title, .home-product-list ul.products li.product .woocommerce-loop-product__title {
    line-height: normal;
}


.post-type-archive-product .single-product-author-heading , .home-product-list .single-product-author-heading{
    border-bottom: 5px solid #fff;
    padding-right: 10%;
    font-size: 20px;
}


.post-type-archive-product .woocommerce-product-attributes.shop_attributes tr, .home-product-list .woocommerce-product-attributes.shop_attributes tr{
	float: left;
    width: 100%;
}


a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:empty {
    display: none;
}

.site-info {
    max-width: 1270px;
    margin: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 2em;
    font-size: 14px;
     border-top: 1px solid #000;
    /* padding-bottom: 1em; */
}


.single-product-view a {
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 40px;
    text-transform: uppercase;
    font-size: 12px;
}


.alignwide {
    max-width: 1270px;
    margin: auto;
    margin-bottom: auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.post-type-archive-product ul.products.columns-4 {
    width: 100% !important;
}

.post-type-archive-product ul.products.columns-4 li {
    width: 23% !important;
    position: relative;
}

.post-type-archive-product ul.products li.product img {
    width: 100% !important;
}

.single-product-content-wrap .woocommerce-product-gallery{
	width: 32%;
	float: left;
	clear: none;
	padding-right: 40px;
}

.single-product-content-wrap .summary{
    width: 68%;
    float: right;
    clear: none;
/*     padding-right: 22%; */
}

.woocommerce-product-gallery__trigger {
    display: none!important;
}

.woocommerce-notices-wrapper {
    width: 100%;
    clear: both;
    float: none;
    position: relative;
    margin-top: 2em;
    margin-bottom: 1em;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #f1f1f1!important;
    border: #f2f2f2!important;
}

.woocommerce-message {
    padding: 1em;
    width: 100%;
}

.woocommerce-tabs.wc-tabs-wrapper {
    width: 68%;
    float: right;
}

.woocommerce-tabs ul.tabs li a{
    text-decoration: none;
    color: #2f2f2f;
}

.single-purchase-options-wrap {
/*
    float: right;
    width: 68%;
    clear: both;
*/
	margin-top: 2.5em;
	display: block;
	clear: both;
}

.single-purchase-options-wrap .add_to_cart_button {
    display: inline-block;
    background: #bb0023;
    color: white;
    text-decoration: none;
    padding: 0.5em 1.5em;
}

.woocommerce-tabs ul.tabs li {
    display: inline-block!important;
    border:1px solid #f1f1f1;
    padding: 0em;
}

.woocommerce-tabs ul.tabs li.active {
    border: 5px solid #2f2f2f!important;
}

.woocommerce-tabs ul.tabs li.active::after {
  	border-left: 10px solid transparent;
  	border-top: 10px solid #2f2f2f;
  	bottom: -14px;
  	content: "";
  	position: absolute;
  	right: 39%;
  	border-right: 10px solid transparent;
}
 
 .single-product-author-attributes-wrap {
	width: 68%;
  	float: right;     
 }
  .woocommerce-product-attributes.shop_attributes {

      text-align: left;
  }

.woocommerce-product-attributes.shop_attributes p{
    margin: 0 0 0 .5em;
    line-height: 1;
}
.woocommerce-product-attributes.shop_attributes tr {
   /*  display: inline-block; */
    float: left;
    width: 30%;
    
}
.woocommerce-product-attributes.shop_attributes tr:nth-child(2n+1) {
	clear: left;
}
.related.products ul.products li.product {
    width: 23% !important;
    float: left;
}
section.related.products {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}
.related.products h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.also-available-at-wrap:first-child {
	clear: both;
}
/*
label.btn.reviews {
    display: none;
}
*/
.also-available-at-wrap {
    width: 45%;
    float: left;
    margin-top: 3em;
    margin-right: 2.5%;
}
.also-available-at-list {
    padding-left: 0px;
    margin-left: 0px;
    list-style-type: none;
}
.also-available-at-list li {
    padding-left: 0px;
}

.emph {
    color: #bb0023;
    font-weight: bold;
}
.also-available-at-list li a{
    padding: 0.5em;
    border:1px solid #2f2f2f;
    color: #2f2f2f;
    text-decoration: none;
    text-align: center;
    margin-block: 0.25em;
    display: block;
    font-weight: bold;
    word-wrap: break-word;
}
.clearfix {
    display: block;
    clear: both!important;
}

.home-product-list li.clearfix {
    clear: both;
}
.home-block-happening {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}
.archive_filter.whats-happening-post-page-item:nth-child(3n) {
    margin-right: 0;
}
.whats-happening-post-item {
    width: 84%;
    max-width: 374px;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin-right: 1em;
    margin-bottom: 2em;
    position: relative;
}
.home-cart-news-toggle-wrap {
    width: 99vw;
    overflow: hidden;
    overflow-y:clip;
    margin-top: -220px;
    margin-bottom: 80px;
    position: relative;
    border-bottom: 4px solid #2f2f2f;
}
.home-cart-news-toggle-inner {
    width: 198vw;
    transition: 0.5s all ease;
    position: relative;
    left: 0vw;
    padding-top: 10px;
}
.woocommerce-tabs ul.tabs li a {
    padding: 0.5em 2em!important;
}

.related.products h2 {
    text-transform: uppercase;
}
.home-product-list {
    
}

.home-product-list {
    list-style-type: none;
    margin-left: 0px;
    margin-block: 2%;
    padding-left: 0px;
    max-width: 1280px;
    margin: auto;
}
.home-product-list li {
    float: left;
    clear: none;
    margin-right: 2%;
    position: relative;
    width: 28%;
}
.home-product-list-featured li,
.home-product-list-forthcoming li {position: relative;}


.product-thumb-single img {
	width: 100%;
	height: auto;
	display: block;
}



.home-news-view {
    background: #f1f1f1;
    padding-top: 283px;
    padding-bottom: 100px;
    margin-top: 3em;
}

.home-news-latest-preview-col {
    width: 400px;
    float: left;
    position: relative;
    left: -50px;
}
.home-news-view.active .home-news-latest-preview-col
{
    display: none;
}
.home-news-view.active .home-news-latest-full-col
{
    display: block;
    padding-top: 30px;
    width: 84%;
}
.home-news-view .home-news-latest-full-col
{
    display: none;
}

.product-filter-select-field {
    width: 100%;
    min-width: 180px;
    max-width: 300px;
    margin-right: 1%;
}
.product-filter-list li a {
    color: #2F2F2F;
    text-decoration: none;
    font-size: 14px;
    margin-right: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #2F2F2F !important;
    font-size: 14px !important;
}
.product-filter-tags {
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    padding: 4px 0;
    /*
padding-top: 0.5em;
	padding-bottom: 0.5em;
*/
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2f2f2f;
    
}
.select2-container--default .select2-selection--single {
    border-color: #2f2f2f;
    border-radius: 0px;
}
.product-filter-tags-label {
    padding-right: 1em;
    color: #bb0023;
}

.whats-happening-post-content {
    padding-top: 1em;
    padding-left: 1em;
}
.product-filter-list {
    list-style-type: none;
    max-width: 1280px;
    margin: auto;
    padding-left: 0px;
    margin-bottom: 5px;
}

.product-filter-list li {
    display: inline-block;
    margin-right: 1%;
}

.home .entry-header {
    display: none;
}
.whats-happening-post-item-term {
    background: #2f2f2f;
    color: white;
    display: inline-block;
    padding: 0.5em 1em;
    text-transform: uppercase;
    font-size: 0.8em;
    position: relative;
    z-index: 1;
    left: 1em;
	top: -15px;
	width: 110px;
    text-align: center;
}
.whats-happening-post-date {
    display: block;
    clear: both;
    padding: 0em 1em;
}
.home-cart-view{
    width: 70vw;
    float: left;
}

.home-news-view {
    width: 30vw;
    float: left;
}

.home-cart-view {
    position: relative;
    margin-top: 226px;
    max-width: 1064px;

}
.single-product-content-wrap form.cart {
    clear: both;
    float: right;
    width: 50%;
}

.single-product .addtoany_shortcode {
	display: block;
	clear: both;
}

/*
ul.products li.product {
    margin-right: 3.8%;
    display: inline-block!important;
    width: auto!important;
}
*/
/*
.home-product-list li:nth-child(3n+1) {
    clear: left;
}
*/


.woocommerce-cart-form__contents thead th{
    color: #AB0029;
    padding-bottom: 1.5em;
}

header.entry-header .entry-title{
    max-width: 1280px;
    margin: auto;
    padding: 0 10px;
}

.woocommerce-cart header.entry-header {
    border-bottom: 5px solid #2f2f2f;
    /* padding-top: 3em; */
    padding-bottom: 1em;
    font-size: 1.3em;

}
.button[name="update_cart"] {
    float: right;

}


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: #AB0029;
}

:focus {
    outline: none !important;
}


.cart-actions-wrapper button.button {
    background: #2F2F2F;
    border: #2F2F2F;
    font-size: 0.8em !important;
    padding: 13px 25px;
}

.checkout-button.button.alt.wc-forward {
    display: inline-block;
    border-radius: 0px;
    border: 1px solid #AB0029;
    color: #fff;
    background: #AB0029;
    padding: 0.75em 1em;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
}
.woocommerce-cart .product-name {
    padding-left: 1em;
}

.coupon label {
    display: none;
}


.woocommerce-cart .woocommerce {
    max-width: 1280px;
    margin: auto;
}
.woocommerce-cart td.actions .cart-actions-wrapper {
    border-top: 3px solid #2f2f2f;
    padding-top: 1em;
    margin-top: 1em;
}
.woocommerce-cart td.actions .coupon {
	float: left;
	width: 50%;
}
.cart-collaterals {
    width: 35%;
    float: right;
}
table.shop_table_responsive tr td.product-remove a  {
    text-align: center;

}

.cart_item .product-remove a {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 1em;
    background-color: transparent;
    width: 25px;
    height: 25px;
    font-size: 25px;
}

.product-name a {
    color: #2F2F2F;
    font-weight: 600;
}

.cart_totals h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}


.wc-proceed-to-checkout {
    float: right;
}



.cart-subtotal td, .order-total td , .product-total, .product-total{
    /* float: right; */
    text-align: center;
}



.cart-subtotal th, .order-total th {
    text-align: left;
}

th.product-name {
    float: left;
}

.cart_item .product-thumbnail {
    max-width: 74px;
    height: auto;
}

.cart-item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 74px;
    height: auto;
}

#social-links {
    list-style-type: none;
}

#social-links li {
    display: inline-block;
    margin-right: 1.5em;
}
#social-links li a {
	color: #2f2f2f;
	font-size: 1.5em;
}
.wp-block-navigation__container li {
    display: inline-block;
    width: 100%;
}
input#gform_submit_button_1 {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    background: transparent !important;
    color: #fff;
    padding: 10px 35px;
    border-color: #fff;
}
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: #8E8E8E;
    border-radius: 0 !important;
    padding: 0 10px !important;
    font-size: 14px !important;
    line-height: 40px;
    border: 1px solid #2f2f2f;
}



/******* CSSS *******/
/*
.connect-with-erp {
    margin-top: -9%;
}
*/
.connect-with-erp img {
    width: auto !important;
}
.while-links-color ul#social-links {
    padding: 0;
    margin-left: 22px;
    margin-bottom: 0;
}
.while-links-color ul#social-links .fab {
    color: #fff;
}
.single-product ul.products {
    width: 100%;
}
ul.products li.product {
    margin-right: 2% !important;
}
#primary {
    margin: 50px 0;
    position: relative;
}
.home.page-template-default #primary {
    margin-top: 30px;
    margin-bottom: 0;
}
header.entry-header {
    border-bottom: 4px solid #707070;
    padding-bottom: 30px;
    margin-bottom: 30px;
    z-index: 999;
    /* overflow: visible; */
    position: relative;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: #AB0029;
    border-radius: 0 !important;
    background: #AB0029;
    color: #fff;
    padding: 0.75em 1em;
    text-transform: uppercase;
    font-size: 0.9em !important;
}
.site-footer {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 30px;
}
.home .hentry {
    margin: 0;
}
.wp-block-button__link, .wp-block-button__link{
    font-size: 14px;
    padding: 10px 50px;
}

/***** Page Sidebar ******/
.page-wrap {
    /* width: 99vw; */
    /* overflow: hidden; */
    overflow-y: clip;
    /* top: 0; */
    /* position: relative; */
    display: inline-block;
    width: 100%;
}
.page-wrap-inner {
    width: 198vw;
    transition: 0.5s all ease;
    /* position: relative; */
    left: 0vw;
    /* padding-top: 38px; */
}
.left-sidebar{
    position: relative;
    top: 40px;
    max-width: 1033px;
    padding-right: 120px;
    width: 53vw;
    float: left;
}
/*
.left-sidebar, .right-sidebar {
    width: 53vw;
    float: left;
}
*/
.right-sidebar {
	width: 53vw;
    float: left;
    background: #f1f1f1;
    padding-top: 235px;
    padding-bottom: 120px;
    /* height: 100vh; */
    position: relative;
    top: -200px;
    overflow: visible;
}
.right-sidebar-content {
    width: 400px;
    float: left;
    position: relative;
    left: -30px;
    top: 24px;
}
.whats-happening-post-content h4, .whats-happening-post-content h4 a {
    color: #AB0029;
    margin-top: 0;
    margin-bottom: 14px;
    text-decoration: none;
    line-height: 22px;
    font-size: 18px;
}
.whats-happening-post-page-item {
    float: left;
    width: 32%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    margin-bottom: 50px;
    margin-right: 15px;
    height: 350px;
    background: #fff;
}
.home-block-happening .whats-happening-post-item {
    float: left;
    width: 31%;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 50px;
    height: 320px;
    max-width: unset;
    left: 0;
}

.post-happeining-row {
    display: inline-block;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}
.whats-happening-featured-image {
    display: inline-block;
    width: 100%;
    margin-top: -34px;
    max-height: 150px;
    position: relative;
    overflow: hidden;
}
.whats-happening-featured-image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.post-happening-content {
    display: inline-block;
    width: 100%;
    max-width: 85%;
    padding: 15px 0;
}
.page-template-page-whats-happening #content , .single-post #content{
    background: #F1F1F1;
}
.single-post-header {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 4px #00000029;
}
.post-left {
    float: left;
    width: 70%;
}
.post-right {
    float: left;
    width: 30%;
}
.offset-right img {
    position: relative;
    width: 37vw;
    max-width: none;
    /* margin-left: -13px; */
    vertical-align: bottom;
}




.post-thumbnail_bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 224px;
    background-position: top center !important;
    width: 37vw !important;
    vertical-align: bottom;
}

.single-content-block {
    display: inline-block;
    width: 100%;
    padding-top: 9%;
    margin-bottom: 8px;
}
.post-entry-content {
    display: inline-block;
    width: 100%;
    padding: 2% 0;
}
.entry-left {
    float: left;
    width: 67%;
    padding-right: 30px;
}
.entry-right {
    float: left;
    width: 33%;
    padding-left: 4%;
}
.whats-happening-post-content h5 {
    margin-top: 0;
    margin-bottom: 10px;
}
.offset-left .kt-row-layout-inner {
    margin-left: -105%;
    padding-left: 100%;
}

.site-info a {
    color: #202020;
}

.archive_filter_block {
    display: inline-block;
    width: 100%;
    margin-top: 4%;
}
ul.archive_filter {
    padding-top: 10px;
    margin: 0;
    border-top: 1px solid #2F2F2F;
    border-bottom: 1px solid #2F2F2F;
    padding-bottom: 10px;
    padding-left: 0;
}
.archive_filter label input {
    display: none;
}
.archive_filter label {
    padding: 0 5px;
    text-transform: uppercase;
}
.archive_filter label:hover {
    cursor: pointer;
}
.archive_filter label.filter {
    color: #AB0029;
    text-transform: capitalize;
}
.page-template-page-whats-happening header.entry-header , .single .entry-header {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.post-row {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}
.single-content-block h3 {
    margin: 0;
    width: 55%;
}
.share-section {
    float: right;
}
.share-section span {
    text-transform: uppercase;
    float: left;
    padding-right: 15px;
    padding-top: 5px;
    font-weight: 600;
}
.heateorSssTwitterBackground , .heateorSssInstagramBackground{
    background: transparent !important;
    width: 24px !important;
    height: 22px !important;
}
.heateorSssFacebookBackground {
    background-color: transparent !important;
}
.heateorSssFacebookBackground {
    background: transparent;
    width: unset !important;
    height: unset !important;
}
.heateorSssTwitterSvg {
    background: url(img/twitter.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.heateorSssInstagramSvg {
    background: url(img/insta.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 25px !important;
    height: 25px !important;
}
.heateorSssFacebookSvg {
    background: url(img/facebook.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 12px !important;
    height: 22px !important;
}
.share-section li.heateorSssSharingRound {
    padding-right: 12px !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    float: left !important;
}



/********** Inner Page *********/
a.books-inner-page {
    /* position: relative; */
    width: 42%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #AB0029 !important;
    /* padding-top: 0.5em; */
    /* padding-bottom: 0.5em; */
    /* padding-right: 4%; */
    font-size: 25px;
}
a.happening-inner-page {
    position: relative;
    width: 57%;
    display: inline-block;
    text-decoration: none;
    background: #AB0029;
    color: #fff !important;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 4%;
    font-size: 25px;
    text-align: left;
    z-index: 99;
}
.home-news-view.home-toggle-view-col.active {
    margin-top: 180px;
    padding-top: 40px;
    width: 83vw;
    padding-left: 70px;
    padding-right: 60px;
}
.happening-home-title {
    display: inline-block;
    width: 100%;
   /*  margin-bottom: 30px; */
}
.happening-home-title h1.entry-title {
    margin: 0;
}
.section-event-review-block {
    display: inline-block;
    width: 100%;
    background: #F1F1F1;
    padding: 50px 0 70px;
    margin-top: 50px;
}
.event-post-page-item {
    float: left;
    width: 36%;
    padding-right: 80px;
}
.review-section {
    float: left;
    width: 62%;
}

.event-post-content-block {
    background: #fff;
    padding: 50px 100px 30px 30px;
    margin-top: 50px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.event-post-item-cat {
    background: #2F2F2F;
    width: 120px;
    text-align: center;
    color: #fff;
    margin-top: -61px;
    line-height: 32px;
    margin-bottom: 20px;
}
.section-event-review-block h4 {
    text-transform: uppercase;
}
.event-post-content {
    margin-top: 12px;
}
.product-reviews {
    margin-top: 50px;
}
.product-reviews-col {
    border-top: 1px solid #2F2F2F;
    padding: 15px 0;
}
.product-reviews p {
    width: 85%;
    color: #202020;
}
.register_button a {
    border: 1px solid #2F2F2F;
    color: #2F2F2F;
    text-transform: uppercase;
    padding: 4px 25px;
    display: inline-block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
}
form.checkout.woocommerce-checkout input {
    width: 100%;
}

.form-row {
    margin-bottom: 20px;
}

form.checkout.woocommerce-checkout h3 {
    font-size: 24px;
}
.gform_wrapper li.hidden_label input {
    margin: 0 !important;
}

select {
    border: 1px solid #2f2f2f;
    height: 40px !important;
}
.wp-block-navigation-link__content {
    padding: .5em 0 !important;
}
.page-template-page-sidebar #primary {
    margin-bottom: 0;
}




@media screen and (min-width: 960px) {
     .alignfull {
          width:  100vw;
          max-width: 99.6vw;;
          margin-left:  calc(50% - 50vw);
     }
}





/* Responsive */

.mobile-navigation , .menu_icon{
    display: none;
}

.mobile-header{
    display: none !important;
}

.menu_icon {
	position: absolute;
	right: 0;
	top: 1em;
	z-index: 9;
	display: block;
	margin-top: 10px;
	min-width: 32px;
	height: 30px;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99),-webkit-transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-tap-highlight-color: transparent;
}
.menu_icon:hover {
	opacity: 1;
	cursor: pointer;
}
.menu_icon.active {
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu_icon.active span.middle {display: none;}

.menu_icon span.top {
	height: 4px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.menu_icon span.middle {
    height: 4px;
    background: #000;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}
.menu_icon span.bottom {
    height: 4px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 20px;
}
.menu_icon span.top {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.menu_icon span.bottom {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.menu_icon.active span.top {
	top: 20px;
	width: 30px;
	-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_icon.active span.bottom {
	bottom: 2px;
	width: 30px;
	-webkit-transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

nav.woocommerce-pagination {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

ul.page-numbers {
    margin: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
}

.page-numbers li {
    padding-right: 10px;
}
.page-id-152 ul {
    padding: 0;
    margin-left: 15px;
}










.isotope-pager {
	text-align: center;
	font-size: 1.25em;
}
.isotope-pager a {margin: 0 .25em;}

.woocommerce-notices-wrapper {
    text-align: center;
}


#billing_country_field, #billing_address_1_field {
    float: left;
    width: 48.1%;
    margin-right: 3.8%;
}

#billing_address_1_field {
    margin-right: 0;
}


#billing_country_field, #billing_address_1_field, #billing_city_field, #billing_state_field, #billing_postcode_field, #billing_phone_field {
    float: left;
    width: 48.1%;
    margin-right: 3.8%;
}

#billing_address_1_field, #billing_state_field, #billing_phone_field {
    margin-right: 0;
}

span.select2-selection.select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 40px !important;
}

button#place_order {
    float: right;
    margin-top: 40px;
}

#customer_details {
    float: left;
    width: 50%;
}

#order_review {
    float: left;
    width: 50%;
    padding-left: 60px;
}


#order_review_heading {
    display: none;
}

.wc_payment_methods.payment_methods.methods {
    padding: 0;
    margin-left: 0;
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info {
    padding: 15px;
}

#order_review:before {
    content: "Your Order";
    line-height: 40px;
    color: #AB0029;
    font-size: 24px;
    font-weight: bold;
}

.product-attributes-list li {
    float: left;
    width: 100%;
    margin: 0 20px .5em 0;
    line-height: 1.15em;
    text-transform: uppercase;
    padding-left: 0;
    list-style: none;
}

.product-attributes-list {
    float: left;
    margin-left: 0px;
    padding-left: 0px;
    width: 100%;
    margin-bottom: 10px;
}

.single #primary:first-child {
    padding-top: 0;
}


.single-product-author-attributes-wrap .single-product-author-attributes-wrap .single-product-author-heading {display: none;}



.addtoany_list a, .widget .addtoany_list a {
	float: right;
	color: #000!important;
	text-transform: uppercase;
}
.addtoany_list a.addtoany_no_icon, .widget .addtoany_list a.addtoany_no_icon {font-size: 1em!important;}




.book-award {
	background: #AB0029;
	color: #fff;
	text-align: center;
    padding: .5em 1em;
    text-transform: uppercase;
    line-height: 1;
    max-width: 70%;
    display: block;
    margin: -2.5em auto 0;
    position: relative;
    clear: both;
}



.single #primary {
	margin: 0;
	padding: 50px 0;
	background: #F1F1F1;
}


.home-featured-slider {
    display: inline-block;
    width: 100%;
    padding-right: 110px;
}

.home-featured-slider li {
    margin-right: 10px;
}

.author_information ul {
    padding: 0;
    margin: 0 0 .5em;
    list-style: none;
/*     display: inline-flex; */
}
.author_information li:after {
    content: ",";
}
.author_information li {
    padding-right: 5px;
    line-height: 1.15em;
}
.author_information li:first-child:after, .author_information li:last-child:after {
    content: none;
}




.search-results article {
	position: relative;
	display: block;
	clear: both;
	overflow: hidden;
	border-bottom: 4px solid #707070;
	margin: 0 0 1em;
	padding: 0 0 1em;
}
.search-content {
	float: left;
	width: 77%;
}
.search-thumb {
	float: right;
	width: 20%;
}
.search-content header.entry-header {
	border: none;
	padding: 0;
	margin: 0;
}
.search-content header.entry-header .entry-title {
	font-size: 2em;
	line-height: 1em;
	padding: 0;
}


.page-content, .entry-content, .entry-summary {margin: 0;}



.woocommerce-Tabs-panel.entry-content {margin: 1em 0 0;}

.product_title {margin: 0;}


.hide {display: none;}







#header_searchform {
	float: right;
}

#header_s {
	background-color: transparent;
    background-image: url(img/search-icon.png);
    background-position: 99% center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    border: none;
    cursor: pointer;
    height: 25px;
    padding: 3px 30px 3px 5px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    min-width: 30px;
}

#header_s:focus {
	background-color: #fff;
	border: 1px solid black;
	cursor: text;
	outline: 0;
	width: 230px;
}
#header_searchsubmit { 
	display:none;
}





.author-details {margin: 0 0 1em;}
.author-details h4 {
	font-size: 20px;
	display: inline-block;
	margin-left: .5em;
	padding-left: .5em;
	border-left: 1px solid #000;
}
.author-details h4:first-child {
	margin: 0;
	padding: 0;
	border: none;
}




.product-subtitle {
	color: #AB0029;
	font-size: 1.5em;
	line-height: 1;
}
.product-subtitle p {margin: 0;}

.home .product .product-subtitle {
	color: #fff;
	font-size: 1.15em;
}