/*
Theme Name: Storefront Child
Version: 1.0
Description: Child theme for Storefront.
Author: Woo
Author URI: http://woocommerce.com
Template: storefront
*/
/* --------------- Theme customization starts here ----------------- */
body {
	font-weight: 300;
	font-family: 'Lato', sans-serif !important;
}

h1, h2, h3, h4 {}

.main-navigation ul li {
	font-weight: 400;
}

p {
	font-size: 18px;
}

a {
	font-weight: 400;
}

/* logo and title */
.custom-site-branding {
	display: flex !important;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.custom-site-branding img {
	/* width: 280px !important; */
}

.site-header .site-branding img {
	max-width: none !important;
	width: 350px;
}

.custom-site-branding h1 {
	font-size: 24px;
}

.banner {
	height: 55vh;
	width: 100%;
	background-position: bottom !important;
}

/* END logo and title */
/* homepage */
.homepage-section {
	margin-bottom: 2.5em;
	padding-bottom: 2em;
	border-bottom: 1px solid #AED8E2;
}

.homepage-section__title {
	text-align: left;
	margin-bottom: 1em;
	font-weight: 300;
}

/* homepage-catalogue */
.homepage-catalogue {
	background-color: #427498;
	color: #fff;
	font-size: 28px;
	padding: 50px 0;
}

.homepage-catalogue__wrapper {
	margin: 0 auto;
}

.homepage-catalogue .content-area {
	margin-bottom: 0px;
}

.homepage-catalogue__col {
	text-align: center;
}

.homepage-catalogue__title {
	text-align: center;
	margin: 0 auto;
	line-height: 40px;
}

.homepage-catalogue__button {
	line-height: 40px;
	height: 54px;
	width: 200px;
	margin: 0 auto;
	font-size: 22px;
	background-color: #427498;
	border-radius: 3px;
	color: #fff;
	vertical-align: middle;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-weight: 400;
	padding: 19px 45px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

@media only screen and (max-width: 767px) {
	.homepage-catalogue__button {
		font-size: 14px;
		padding: 20px;
	}
}

.homepage-catalogue__button:hover {
	background-color: #fff;
	color: #427498;
}

.homepage-news__all::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	vertical-align: -.125em;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f105";
	display: block;
	position: absolute;
	top: 50%;
	right: -1em;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

/* END homepage-catalogue */
/* news - homepage & new list page */
.homepage-news__title {
	position: relative;
}

.homepage-news__all {
	font-size: 16px;
	position: absolute;
	right: 30px;
	top: 50%;
}

.news-grid__block img {
	width: 100%;
}

/* END homepage news */
/* END homepage */
/* full width templates */
.page-template-template-digital-resources .content-area,
.page-template-template-basic .content-area,
.page-template-template-news .content-area,
.page-template-template-analecta-search .content-area,
.single-post .content-area {
	width: 100% !important;
}

/* END  full width templates */
/* sidebar links - basic and faq template */
@media print, screen and (min-width: 768px) {
	.sidebar-links {
		margin-top: 70px;
	}
}

.sidebar-link {
	text-align: center;
}

/* END sidebar links - basic and faq template */
/* styles for FAQ block */
.faq_template .meow-faq-block .meow-faq-question {
	background-color: transparent;
	color: #96588a;
	padding-left: 0px;
	margin-left: 0px;
}

/* END styles for FAQ block */
/* single post news */
.single-news__image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* END single post news */
/* footer */
.footer-widgets .widget_nav_menu ul li::before {
	content: "";
}

.footer-widgets .textwidget {
	color: #000000;
	line-height: 1.5em;
}

.footer-widgets .widget_text {
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	.footer-widgets .widget_nav_menu ul {
		text-align: center;
	}

	.footer-widgets .textwidget {
		text-align: center;
	}

	.footer-widgets .zoom-social-icons-widget .zoom-social-icons-list--align-left {
		text-align: center;
	}

	.site-info {
		text-align: center !important;
	}
}

/*archive posts list */
/* .template_category .entry-content {
  display: flex;
  flex-direction:
} */
.home ul.products {
	display: flex;
}

.home li.product {
	position: relative;
}

.home li.product .button {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
}

.home .storefront-product-section .section-title {
	margin-bottom: 1em;
}

.home .storefront-product-section.storefront-recent-products {
	padding-bottom: 2em;
	border-bottom: 1px solid #aed8e2;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn {
	background-color: #316289;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn:hover {
	background-color: #AED8E2;
}

.woocommerce-tabs ul.tabs {}

.woocommerce-tabs ul.tabs li a {
	font-weight: bold;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
	.home ul.products {
		display: block;
	}

	.home li.product .button {
		position: relative;
		bottom: 0 left:0;
		width: 100%;
	}

	.homepage-links__box {
		margin-bottom: 15px;
	}
}

.site-header {
	padding-top: 1em;
}

.home .site-header {
	margin-bottom: 0 !important;
}

.site-header .site-branding img {
	height: auto;
	max-height: none;
}

.site-branding .site-description {
	display: inline-block;
}

.site-header .site-branding img {
	display: inline;
}

.faq_template .meow-faq-block .meow-faq-question {
	color: #316289;
}

@media only screen and (max-width: 767px) {
	.site-branding .site-description {
		display: none;
	}
}

.page-template-template-homepage .entry-header {
	max-width: 900px;
}

.page-template-template-homepage .entry-header h1.entry-title {
	color: #fff !important;
	font-weight: 400;
}

/*

.woocommerce-active .site-header .site-branding
{
    float:none;
    width:100%;
    text-align: center;
}
.site-header-cart .cart-contents
{
    padding: 1.618em 0;
display: block;
position: relative;
background-color: transparent;
height: auto;
width: auto;
text-indent: 0
}

#site-header-cart
{
    position:fixed;
    top:-30px;
    left:0;
    background-color: #fff;
    padding:10px 10px 0 10px;
    height:80px;
}
.woocommerce-active .site-header .site-search {
    position: absolute;
    top:0;
    right:0;
}
.woocommerce-active .site-header .main-navigation
{
    width:100%;
    float:none;
    text-align: center;
}
.storefront-primary-navigation
{
    background-color: #eee;

}
@media only screen and (max-width: 767px)
{
    .button-toggle
    {
        background-color: #fff;
        position: fixed;
        top:0;
        right:0;

    }
}

input[type=search]
{
    background-color: transparent;
    border-bottom:1px solid #eee;
}

.woocommerce-active .site-header .site-header-cart
{
    min-width: 100px;
    background-color: transparent;
    border-bottom:1px solid #eee;
}
*/
.custom-fullwidth {
	width: 100% !important;
}

.widget_product_categories ul li.current-cat::before, .widget_product_categories ul li::before {
	content: "";
}

.widget-area .widget a:not(.button) {
	text-decoration: none;
	color: #316289;
}

.widget-area .widget a:not(.button):hover {
	text-decoration: underline;
}

.widget_product_categories ul.children li a {
	font-weight: 500 !important;
}

.widget_nav_menu ul li::before, .woocommerce-breadcrumb a:first-of-type::before {
	content: "";
}

.widget_nav_menu ul li {
	padding-left: 0;
}

ul.product-categories,
	{
	margin-left: -20px;
}

.woocommerce-breadcrumb {
	margin-left: -8px;
}

.woocommerce-breadcrumb a {
	color: #316289;
}

.masthead {
	margin-top: 0;
}

.storefront-primary-navigation {
	background-color: #AED8E2;
}

.above-banner {
	text-align: center;
	background-color: rgba(66, 116, 152, 0.7);
	padding: 10px;
}

.above-banner h1 {
	margin-bottom: 0;
	color: #fff;
}

.news-grid__block h3.news-grid__title {
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 1.25em;
}

.news-grid__block p {
	margin-top: 10px;
}

.news-grid__block h3.news-grid__title a {
	font-weight: 500;
}

.news-grid-date {
	font-size: 14px;
}

.homepage-links__box, .link__box {
	position: relative;
	background-color: #427498;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.homepage-links__box img, .link__box img {
	max-width: 100%;
	height: auto;
	/* opacity: 0.5; */
	max-height: 500px;
	margin: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.homepage-links__box:hover, .link__box:hover {
	background-color: #264963;
}

.homepage-links__box .link__title, .link__box .link__title {
	/* position: absolute;
  left: 50%;
  top: 10px; */
	color: #fff;
	font-weight: 400;
	text-align: center;
	/* transform: translateX(-50%);
  width: 90%; */
	margin-bottom: 0;
	padding: 15px;
}

.homepage-catalogue__col {
	text-align: center;
	margin: 0 auto;
}

.link__box p.link__text {
	margin-top: 10px;
	padding-bottom: 30px;
}

.text-center {
	text-align: center;
}

.storefront-breadcrumb {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.site-footer {
	background-color: #eee;
}

.main-navigation ul li a:hover, .main-navigation ul li:hover>a, .site-title a:hover, .site-header ul.menu li.current-menu-item>a {
	color: #427498;
}

.news-grid__block {
	margin-bottom: 30px;
}

.widget .widget-title, .widget .widgettitle {
	font-size: 1.41575em;
	letter-spacing: 0;
	padding: 0;
	margin-bottom: 30px;
	font-weight: 300;
	border-bottom: none;
}

.widget_product_categories ul li {
	padding-left: 0;
}

h1.woocommerce-products-header__title {
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	#masthead {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding-top: 5px;
		padding-bottom: 5px;
		-webkit-box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.2);
	}

	#analecta.table-responsive {
		overflow-x: auto;
		margin-top: 100px;
		margin-right: -30px;
	}

	.storefront-breadcrumb {
		margin-top: 60px;
	}

	#content .banner {
		margin-top: 0;
	}

	img.sidebar-link__images {
		max-width: 100px;
	}

	.above-banner h1.masthead {
		font-size: 20px;
		font-weight: 400;
	}
}

@media only screen and (max-width: 990px) {
	.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a, .site-header-cart li a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 14px;
	}

	.homepage-links__box .link__title, .link__box .link__title {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.homepage-links__box .link__title, .link__box .link__title {
		font-size: 20px;
	}

	#analecta table tbody td {
		font-size: 14px;
	}

	.storefront-primary-navigation {
		background-color: #fff;
	}

	.site-header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.custom-site-branding img {
		width: 230px !important;
	}
}

button.menu-toggle {
	background-color: transparent;
	border: none;
	margin-top: 15px;
}

.homepage-links__text, .link__text {
	padding: 0 15px;
	color: #fff;
	text-align: center;
}

.dropdown-pane {
	max-height: 250px;
	overflow-y: scroll;
}

.dropdown-pane {
	list-style: none;
}

.site-header-cart .cart-contents::after {}

#analecta.table-responsive {
	overflow-x: auto;
	margin-left: -15px;
}

#analecta.table-responsive table th {
	background-color: #fff;
	border-bottom: 2px solid #eee;
	background-color: #f2f2f2;
}

#analecta.table-responsive input[type=text] {
	background-color: #fff;
}

#analecta.table-responsive tr td {
	border-bottom: 1px solid #eee;
}

#analecta .btn.dropdown-toggle {
	margin-bottom: 0;
}

.site-header-cart .cart-contents::after {
	line-height: normal;
	margin-left: 10px;
}

.homepage-intro {
	max-width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: none !important;
	padding-bottom: 1em;
	padding-top: 0;
}

.homepage-intro h1 {
	margin-top: 0;
}

.homepage-news {
	border-top: 1px solid #AED8E2;
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#menu-footer-menu-column-1.menu, #menu-footer-menu-column-2.menu {
	display: block;
}

.handheld-navigation #menu-main-menu-1.menu {
	display: block;
	padding-top: 1em;
}

.handheld-navigation #menu-main-menu-1.menu li {
	border-bottom: 1px solid #eee;
}

.handheld-navigation #menu-main-menu-1.menu li ul li {
	font-size: 14px;
}

#js-clear-filters {
	cursor: pointer;
}

.caret {
	display: inline-block;
	margin-left: -20px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ffff;
	vertical-align: middle;
}

.dropdown-toggle {
	padding: .85em 1.5em .85em 1em;
}

.dropdown-pane {
	max-height: 250px;
	overflow-y: scroll;
}

.handheld-navigation .dropdown-toggle {
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #eee;
}

table.shop_table_responsive tr td {
	text-align: left;
}

@media (min-width: 768px) {
	.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
		display: none;
	}
}

.footer-widgets .widget_nav_menu ul li {
	margin-bottom: 0;
}

.thumbnail_size {
	max-width: 450px;
	height: 300px;
}

@media (min-width: 640px) {
	.thumbnail_size {
		max-width: 300px;
		height: 250px;
	}
}

@media (min-width: 1024px) {
	.thumbnail_size {
		max-width: 250px;
		height: 200px;
	}
}

@media (max-width: 600px) {
	.banner {
		height: 200px;
		width: 100%;
	}

	.caret {
		display: none;
	}
}

/* hide sort options for digital editions */
body.term-imc-digital-editions select.orderby option[value="popularity"],
body.term-imc-digital-editions select.orderby option[value="rating"],
body.term-imc-digital-editions select.orderby option[value="date"],
body.term-imc-digital-editions select.orderby option[value="price"],
body.term-imc-digital-editions select.orderby option[value="price-desc"],
body.term-imc-digital-editions select.orderby option[value="edited-by"],
body.term-imc-digital-editions select.orderby option[value="edited-by-desc"] {
	display: none;
}

button#menutoggle {
	color: #316289;
	padding: 5px 10px;
	border: 1px solid #316289;
	border-radius: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

button#menutoggle:hover {
	background-color: #316289;
	color: #fff;
	cursor: pointer;
}

.ui-datepicker-month, .ui-datepicker-year {
	width: 25%;
}

table.ui-datepicker-calendar {
	border: 1px solid #eee;
}

#results {
	overflow-x: auto;
	overflow-y: hidden;
}

#results a {
	padding-top: 10px;
	padding-bottom: 10px;
}

#results table {
	width: 100%;
	table-layout: auto;
}

#results table td, #results table th {
	font-size: 14px;
	text-align: left;
}

#sidr {
	display: block;
	background-color: #fff;
}

#sidr ul {
	margin-left: 0;
	margin-top: 30px;
}

#sidr label {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 400;
}

#sidr input {}

#sidr #fkeyword {
	width: 360px;
}

.stock {
	display: none;
}

.term-imc-digital-editions .content-area {
	width: 100%;
}

.term-imc-digital-editions .widget-area {
	width: 0%;
	display: none;
}

.widget-area .cat-item-107 {
	display: none;
}
.ui-datepicker
{
    background-color: #fff;
    padding-top:10px;
    z-index:99999999!important;
    padding:5px 5px 0 5px;
    border:1px solid #eee;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
box-shadow: 0 2px 10px rgba(0,0,0,.2);

}

.ui-datepicker-prev span, .ui-datepicker-next span
{

    padding-bottom: 10px;
}
.ui-datepicker-prev span
{
    float:left;
}
.ui-datepicker-prev span:hover, .ui-datepicker-next span:hover
{
    cursor: pointer;
}
.ui-datepicker-next span
{
    float:right;
}
.ui-datepicker-title
{
 width:100%;
 text-align: center;
 margin-top: 10px;
 margin-bottom: 10px;
}
.ui-datepicker-month, .ui-datepicker-year
{
 margin:0 5px;
}
.ui-datepicker-calendar
{
    margin-bottom: 5px;
}
#results table td
{
    border-bottom: 1px solid #eee;
}
#results table td, #results table th
{
    text-align: right;
}
#results table td:first-of-type, #results table th:first-of-type
{
    text-align: left;
}
 input#fkeyword
 {
     background-color: #f2f2f2!important;
 }
 .ui-datepicker-calendar td, .ui-datepicker-calendar th
 {
     text-align: center;
 }

 @media (max-width: 600px) {
 .ui-datepicker-calendar td, .ui-datepicker-calendar th
     {
        padding:12px;
        text-align: center;
     }
 }


 /*********** New Code Accessibility 20 april 2023 *****/

 a{
	color: #4c789b;
 }
 .site-header ul.menu li.current-menu-item>a{
	color: #2c5474;
 }
.site-info{
	color: #000;
}
 
.button{
	background-color:#4c789b;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments{
	background-color: #354852;
}
abbr.required, span.required {
    color: #A23016;
}