/*
Theme Name: Allison and Busby
Theme URI: https://www.denialdesign.com/themes/
Author: Denial Design
Author URI: https://www.denialdesign.com/
Description: Responsive theme for Allison and Busby
Version: 1.2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: allisonbusby
Tested up to: 5.8
Requires PHP: 7.4

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
	## Layout
	## Header
 Forms
# Links
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Media
	## Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    margin: 0;
}

body {
    margin: 0;
	font-family: arial, helvetica, tahoma, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size: 0.875em !important;
	color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	color: #05488A !important;
	background-color: transparent;
}

a strong {color: #05488A !important;}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 3.000em;
	color: #000000;
	font-weight: 300;
	margin: 0.67em 0;
	text-align: center;
}

header.entry-header h1 {
	padding: 0 0 30px;
	border-bottom: 1px solid #000000;
	margin: 0 0 30px;
}

mark {
	background: #ff0;
	color: #000000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
} 
.no-gutters .col, .no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {font-family: "SohoStd-Bold";
	src: url("fonts/SohoStd-Bold.eot"); /* IE9*/
	src: url("fonts/SohoStd-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("fonts/SohoStd-Bold.woff2") format("woff2"), /* chrome、firefox */
	url("fonts/SohoStd-Bold.woff") format("woff"), /* chrome、firefox */
	url("fonts/SohoStd-Bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("fonts/SohoStd-Bold.svg#SohoStd-Bold") format("svg"); /* iOS 4.1- */
	font-display: swap;
  }

body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.5rem 0;
	padding: 0 0 1rem 0;
	line-height: 1.25;
	color: #000000;
	position: relative;
	font-family: "SohoStd-Bold", arial, helvetica, tahoma, sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
	color: #000000;
}

h1 {
	font-size: 2rem;
	line-height: 1.3em;
}

h2 {
	font-size: 1rem !important;
}

h3 {
	font-size: 1.5rem;
	font-weight: 300;
	color: #000000;
}

h4 {
	font-size: 1.25rem;
}
h5, h6 {
	font-size: 1rem;
	font-weight: 500;
}

h6 {
	margin: 0 0 15px;
	padding: 0;
}

p {
	margin: 0;
	margin-bottom: 1.5em;
	color: #000000; 
	font-weight: 400;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 !important;
	border-bottom: 2px dashed #999999;
	font-style: italic;
	background-color: #f9f9f9;
	padding: 2em;

}
cite {font-weight: 700;}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

.bigger {
	font-size: 125%;
}

.centered {
	text-align: center;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
	padding: 0 0 0 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li { line-height: 1.571em;}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display: block;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.header {
background: white;
}

#desktoplogo {
	display: inline-block;
	z-index:11;
}

section.auxiliary-header {
	background: #000000;
	color: #88919e;
	position: relative;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/

.site-header {position: relative; z-index: 9999;}

.header-main-top-right {text-align:right; color: #fff;}
.header-main-top-right .widget { font-family: 'PT Sans Narrow', arial, tahoma, sans-serif} 
.header-main-top-right a {color: inherit !important;}
.header-main-top-right .dropdown-back {margin-right: 1em;}
.header-main-top-right .fa {font-size: 1.5em;}
.header-main-top-right .basket-item-count {display:none;}
.header-main-top-right a:active, .header-main-top-right a:hover, .header-main-top-right a:focus {color: #ff6600}

.navbar-toggler {padding: 0 !important; text-align: center; width: 2em;}


.site-navigation ul {list-style:none;margin:0; padding: 0; display: flex; justify-content: end; width:100%; }
.site-navigation ul li {flex:max-content}
.site-navigation ul ul {margin-left: 0;box-shadow: 0px 0px 5px rgba(29, 37, 47, 0.8)}
.site-navigation a {color: #000000 !important; display:block; text-transform:capitalize; font-size:16px; font-weight: normal; text-align:center; white-space: break-spaces; position: relative;}
.site-navigation a:hover {color:#000000 !important; text-decoration: none;}
.site-navigation a:hover:after {background: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/indicator.jpg') no-repeat bottom center;position: absolute;
	top: 26px;
	content: '';
	width: 13px;
	height: 8px;
	left: 40%;}


.menu-top-menu-container {width:100%}

.top-menu {border-bottom: 1px solid #b3b3b3;}

.primary-navigation{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:0.688em;background-color:transparent;text-transform:uppercase;width:100%;}
.primary-navigation .nav-menu{border-bottom:1px solid rgba(255,255,255,0.2);}
.primary-navigation.toggled-on .nav-menu{display:block}
.primary-navigation a{padding:5px 10px}

.primary-navigation .menu-item-has-children .sub-menu {display: none; background-color: #fff; position:absolute; z-index: 9999; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; padding:15px 0; width: auto;}
.primary-navigation .menu-item-has-children .sub-menu a {text-align: left;color: #000;padding:5px 15px;text-transform:capitalize}
.primary-navigation .menu-item-has-children .sub-menu li > a:hover {background-color: rgba(255, 255, 255, 0.2)}
.primary-navigation .menu-item-has-children:hover .sub-menu {display: block;}

.secondary-navigation{border-bottom:1px solid rgba(255,255,255,0.2);font-size:12px;margin:48px 0}
.secondary-navigation a{padding:9px 0}

.mobile-search {background-color: #cccccc; padding: 0.625rem;}
.mobile-icons {background-color: #054789; color: #fff; padding: 0.625rem; text-align: center;}
.mobile-icons a {color: inherit !important;}
.mobile-icons .wp-block-social-links {margin: 0; display: flex; flex-direction: row;}
.mobile-icons .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {margin: 0;}
.mobile-icons a:active, .mobile-icons a:focus {color: #ff6600}

.rssfeeds a:before {content: ''; background: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/rss.png') no-repeat; display: inline-block;
	width: 14px;
	margin: 0px 3px 0;}

.footer {background:#c0bfc0; color:#333;padding: 30px 0; font-size: 0.857em;}

.subfooter {border-top: 5px solid #ccc;}
.subfooter-content {padding: 10px 0;}

.bottom-footer {border-top: 1px solid #ccc; padding: 20px 0; text-align: left;}

.footer .widget_media_image img {margin:auto;}
.widget_media_gallery .gallery {display: flex; flex-wrap: wrap;}
.widget_media_gallery .gallery figure {margin:0}
.widget_media_gallery .gallery.gallery-columns-2 .gallery-item {flex-grow: 1; width: 50%;}
.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {flex-grow: 1; width: 33%;}
.widget_media_gallery .gallery.gallery-columns-4 .gallery-item {flex-grow: 1; width: 25%;}

.footer .widget-title {
    color:#333;
    font-weight: normal;
    font-size: 1.25em;
    margin: 0 0 25px;
    text-transform: capitalize;
    line-height: 1;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-weight: 700;
	display: flex;
	width: 100%;
	justify-content: left;
}

.footer ul li {
    padding: 0;
	flex: 1 0 auto;
}

.footer ul a {
    color: #333 !important;
    font-size: inherit;
    list-style: none;
}

.footer ul a:after {
	content: '/';
	margin-left: 0.5em;
}

.bottom-footer p {margin: 0; line-height: 1.833em}

.footer a:hover, .footer a:active, .footer a:focus {
	color: #b3b3b3 !important;
	text-decoration: none;
}

ul.social li {
	display: inline-block;
	margin: 0 5px 10px 0;
	font-size: 2em;
}

.footer ul.social a:before {
	content: '';
	margin: 0;
}

.footer-top {
    border-top: 1px solid #e8ebec;
    background:#fff;
    padding: 32px 0;
    border-bottom: 1px solid #e8ebec;
}

.social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
}

.social-list i {
    margin: 0 .5rem 0 0;
}

.social-list a {
    margin: 0;
}

p.copyright {
    font-weight: 400;
    font-size: 15px;
} 

.page-title {border-bottom: 5px solid #054789;
	text-align: left;
	margin-bottom: 1em;
	padding-bottom: 1em;
	font-size: 1.286em;
	font-family: Arial, Helvetica, sans-serif;
}

/* .single .page-title, .archive .page-title {border-bottom: 10px solid #ff6600;
		text-align: left;
		margin-bottom: .5em;} */

.form-padding {padding:25px;}
.form-padding .gform_title {font-size:2.333em !important; color: #fff;}
.form-padding .gfield_label {color: #fff;}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/

#breadcrumbs {
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 35px;
	color: #fff;
}

#breadcrumbs a {
	color: #fff;
}

#breadcrumbs > span {
	position: relative;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

/*--------------------------------------------------------------
## buttons
--------------------------------------------------------------*/

.button {
	border: 0;
	background: #054789;
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	padding: 14px 22px;
	text-shadow: 0;
	-moz-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"], .btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #054789;
	border-radius: 3px;
	border: none;
	color: #fff !important;
	padding: 0.4rem 1.5rem !important;
	font-weight: 500;
	font-style: normal;
	margin: .4rem .8rem;
	white-space: normal;
	transition: all .3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	word-break: break-word;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: -webkit-inline-flex;
}

a.btn:not(.btn-form):hover, a.btn:not(.btn-form):focus {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}


.btn-sm {
    padding: 0.6rem 1.5rem;
    border-radius: 3px;
}

.woocommerce div.product .product_title {text-align: left;}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	opacity: 0.8;
	box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label {
	color: #000000;
	max-width: 100%;
}

select {
	display: block;
		font-size: 16px;
		font-family: sans-serif;
		font-weight: 700;
		color: #444;
		line-height: 1.3;
		padding: 0.5em !important;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		margin: 0;
		border: 1px solid #000000;
		border-radius: 3px;	
		box-shadow: 0;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		background-color: #fff;
		background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23054789%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
		background-repeat: no-repeat, repeat;
		background-position: right .7em top 50%, 0 0;
		background-size: .65em auto, 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #000000;
}

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"]
 {
	background-color: #f5f5f5;
	border: 1px solid #e8e8e8;
	border-radius: .25rem;
	box-shadow: none;
	color: #565656;
	line-height: 1.43;
	min-height: 2.5em;
	padding: .5em;
}


input[type="search"] {
	background: #fff;
	color: #565656;
	font-weight: 300;
	font-size: 1em;
	border-radius: 5px;
	width: 100%;
}

input[type="search"]:focus {
	color: #000000;
}

textarea {
	background-color: #f5f5f5;
	border: 1px solid #e8e8e8;
	border-radius: .25rem;
	box-shadow: none;
	color: #565656;
	line-height: 1.43;
	min-height: 3.5em;
	padding: 1.07em .5em;
}

input[type="submit"].search-submit {
	left: 0 !important;
	transform: translateX(0) !important;
}


form.comment-form label {
	color: #054789;
	font-weight: 700;
	display: block;
}


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #879a9f ;
	text-decoration: none;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

a:hover,
a:focus,
a:active {
	color: #000000;
	text-decoration: none !important;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

header a {
	color: #7c7c7b;
}

header .searchbar a, .header .auxiliary-header a {
	color: #88919e;
}

header .searchbar a:hover, header .searchbar a:focus, header .searchbar a:active, header .auxiliary-header a:hover, header .auxiliary-header a:focus, header .auxiliary-header a:active {
	color: #054789;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.left-sidebar .widget {border-top: 10px solid #054789; padding-top:10px;margin-bottom: 10px}
.left-sidebar .widget .widget-title {margin-bottom: 1em; text-transform: uppercase;}

.left-sidebar .widget_product_categories {border-top: 10px solid #054789; padding-top:10px;margin-bottom: 30px}

.left-sidebar-blog {border-top: 10px solid #054789;}
.left-sidebar-blog .widget {/* border-top: 10px solid #ff6600; */ padding-top:10px;margin-bottom: 10px}
.left-sidebar-blog .widget .widget-title {text-transform: uppercase;}
.right-sidebar-blog h2 {border-top: 10px solid #ff6600; padding-top:10px; margin-bottom: 0; font-weight: 700; font-size: 1em; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase;}
.right-sidebar h2 {font-weight: 700; font-size: 1em;}
.left-sidebar .widget ul, .left-sidebar-blog .widget ul, .right-sidebar .widget ul, .right-sidebar-blog .widget ul {list-style: none; padding: 0; margin: 10px 0;}
.left-sidebar a, .left-sidebar-blog a {font-weight: 700; color: #05488A;}

.left-sidebar li, .left-sidebar-blog li { padding: 0.25em 0; }

.wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {margin-top: 0;}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget-title {font-weight: 700;}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

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

.entry-content ul {
		list-style: disc inside;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-content {
	clear: both;
	color: #000;
	position: relative;
	padding: 20px 0;
	/* border-top: 1px solid #b3b3b3; */
}

.site-main {
	padding: 0;
}


.post_excerpt {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px dashed #999;
}

.post_excerpt h2 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.post_excerpt img {
	margin: 0 auto 10px;
}

.read-more {
	display: block;
	width: 100%;
}

.news-post {
	margin: 0 0 50px;
	position: relative;
	overflow: hidden;	
}

.news-post-date-day {
	color: #054789;
	display: block;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
}

.news-post-date-month {
	background: #fff;
	color: #000000;
	display: block;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
.news-post-date-year {
	background: #fff;
	color: #000000;
	display: block;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
}

.news-post-category {
	font-size: 0.750em;
	letter-spacing: 1px;
	font-weight: 700;
	color: #054789;
	text-transform: uppercase;
}

.news-post-title {
	font-size: 1.063emn;;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
}

.news-post-title a {
	color: white;
}

.single-post .site-main ul {
	margin: 0 0 2em 0;
	padding: 0;
}

.single-post .site-main ul li {
  margin: 0 0 .5em 1.1225em;
  padding: 0;
  position: relative;
}

.blog-post-header {
	width: 100%;
	padding: 50px 0;
	background: #000000;
}

.blog-content {
	padding: 50px 20px;
	overflow: hidden;
	border-bottom: 1px solid #000000;
	margin-bottom: 50px;
}

.the_content {
	float: left;
	width: 90%;
}

.the_category {
	text-transform: uppercase;
	font-size: 12px;
	color: #054789;
}

.prev-post, .next-post {
	overflow: hidden;
	width: 50%;
}
.prev-post a, .next-post a {
	text-transform: uppercase;
}

.prev-post a::before {
	font-family: 'FontAwesome';
	content: '\f104';
	font-size: 14px;
	color: #054789;
	margin: 0 5px 0 5px;
}

.prev-post {
	text-align: left;
	float: left;
}

.next-post {
	text-align: right;
	float: right;
}

.next-post a::after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	color: #054789;
	margin: 0 5px 0 5px;
}

.categories {
	margin: 50px 0;
}

.categories nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 21px;
	max-width: 700px;
	color: #9da4ae;
}

.categories nav ul li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #9da4ae;
}

.categories nav ul li:last-child {
	border-right: 0;
}

.categories nav ul li a {
	color: #9da4ae;
	font-weight: 400 !important;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
 
.categories nav ul li a:hover, .categories nav ul li a:focus, .categories nav ul li.current-cat a {
	color: #054789;
}

.posts-listing .post_excerpt:nth-child(3n+0) {
	margin-right: 0 !important;
}

.posts-listing .post_excerpt:nth-child(3n+1) {
	clear: both;
}

.read-more a::after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	color: #054789;
	margin: 0 5px 0 5px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.read-more a:hover::after, .read-more a:focus::after {
	color: #000000;
}

.post-listing-data {
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
}

.post-listing-data h2 {
	display: inline;
}

.post-listing-data h2 a {
	color: #000000;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.post-listing-data h2 a:hover, .post-listing-data h2 a:focus {
	color: #054789;
}

.post-listing-data p.the_category {
	margin-bottom: 1em;
}

.post_preamble > p {
	clear: left;
}

.posts-listing {
	padding-bottom: 50px;
	overflow: hidden;
}

.nav-links {
	clear: both;
	padding: 50px 0 0;
}
.nav-previous {
	width: 50%;
	float: left;
}

.nav-next {
	width: 50%;
	float: right;
}

.nav-previous a, .nav-next a {
	display: inline-block;
	font-size: 12px;
	color: #054789 !important;
	font-weight: 700;
	text-transform: uppercase;
	background: #eee;
	line-height: 1;
	padding: 14px 22px;
	text-shadow: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}

.nav-next a {
	float: right;
}

.nav-previous a:hover, .nav-next a:hover, .nav-previous a:focus, .nav-next a:focus {
	background: #054789;
	color: #fff !important;
	text-decoration: none;
}

.nav-previous a:before {
	font-family: 'FontAwesome';
	content: '\f104';
	font-size: 14px;
	color: inherit;
	margin: 0 5px 0 5px;
}

.nav-next a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	font-size: 14px;
	color: inherit;
	margin: 0 5px 0 5px;
}

.nav-link {
	text-align: center !important;
}

.nav-link p {
	text-align: center !important;
	margin-bottom: 60px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
	box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
	display: inline-block;
	border-radius: 40px;
	border: 1px solid #000000;
	padding: 7px;
}
.nav-link a {
	text-align: center !important;
	border-radius: 40px;
	color: #000000;
	font-weight: 500;
	font-family: "PT Sans Narrow", Arial, Tahoma, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 12px 35px;
	display: inline-block;
}
.nav-link a:active, .nav-link a:hover {
background-color: #000000;
color: #fff;
}

.social-share {
	margin-top: 50px;
}

.norm_row {
	left: 50%;
	transform: translateX(-50%);
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	width:100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.gallery-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {max-width: unset}
.woocommerce form .form-row label, .woocommerce-page form .form-row label, .woocommerce-page form .form-row .woocommerce-input-wrapper, .woocommerce form .form-row .woocommerce-input-wrapper {width: 100%}
.woocommerce-loop-product__title {text-align: center; font-weight: 400}
.woocommerce ul.products li.product .price {
    color: #000;
    font-weight: 400;
    font-size: 1em;
	text-align: center;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-weight: 400;
    font-size: 1em;
	text-align: left;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {text-align: center;}
.widget_product_search button {margin: 1em 0 1em 0; border-radius: 3px}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range {background-color: #054789}

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

.wp-block-button__link {background-color: #054789; color: #fff !important; font-weight: 700; border-radius: 3px !important }
.wp-block-search, #rlvlive_1 {position: relative;}
.relevanssi-live-search-results-showing {
	left: 0 !important;
	top: 0 !important;
}


.inPageNav {display: flex; flex-flow: row wrap; margin: 0 auto;}
.inPageNav li {list-style-type: none; text-align:center; padding: 0 15px; flex-grow: 1; flex-shrink: 0; flex-basis: 33%;}

.inPageNav a {
	color: #054789;
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	padding: 15px 0;
	border-bottom: 2px solid #ced1d6;
	margin-bottom: 10px;
	font-size: 12px;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.inPageNav a:hover, .inPageNav a:focus {
	color: #054789;;
	border-bottom: 2px solid #054789;
}

.inPageNav a.current-pageLink {
	color: #054789;
	border-bottom: 2px solid #054789;
}

.entry-content .alignwide {
	margin-left  : 0;
	margin-right : 0;
	margin-bottom: 1rem;
}
.entry-content .alignfull {
	/*margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw; */
	width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: auto !important;
}
.alignfull img {
	width: 100vw;
}

.hero-bg {
    background: linear-gradient(to right,#771659 50%,#1cb8c7 50%);
	color: #fff;
	background-repeat: no-repeat;
}

.card {border: none !important; border-radius: 0 !important;}
.card-header {cursor: pointer; position: relative;}
.card-header:first-child {border-radius: 0 !important;}
.card-header:active, .card-header:focus, .card-header:hover {background-color: #054789; color: #fff;}
.card-header span {font-weight: 700;}
.card-header.collapsed span:after {content: '+';position: absolute; right: 10px; top: 10px; font-size: 1.125em; font-weight: 700;}
.card-header span:after {content: '-';position: absolute; right: 13px; top: 10px; font-size: 1.125em; font-weight: 700;}

.newscategories {margin: 50px 0}
.newscategories h2 {text-align: center; text-transform: uppercase;}
.newscategories ul {display: flex; flex-flow: row wrap; margin: 0 auto; width: 80%;}
.newscategories li {list-style-type: none; text-align:center; padding: 0 15px; flex-grow: 1; flex-shrink: 0; border-left: 1px solid #000000; margin: 10px auto}
.newscategories li:first-child {border-left: none;}
.newscategories li a {text-transform: capitalize; font-size: 1.125em; font-weight: 300;}

.postthumbnail {margin: 0 0 20px 0}
.posttitle {font-weight: 600; text-transform: uppercase; color: #000000; min-height: 70px;}
.posttitle a {color: #000000;}
.postcategory {font-weight: 600; text-transform: uppercase;}
.postcategory a {color: #054789;}
.postexcerpt {margin: 10px 0;}
.postexcerpt p:first-child {min-height: 180px;}
.search .postexcerpt p:first-child {min-height: unset;}

.d-md-none h2 {font-weight: 300}
.mobile-button {border: 1px solid #999; color: #999; text-align: center; text-transform: uppercase; font-weight: 300}

figure.wp-block-embed.is-type-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /*16:9*/
}
figure.wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.vc_carousel-slideline-inner img {margin: auto;}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 select, .wpcf7 textarea {width: 100%}
.wpcf7-submit {
	border-radius: 3px !important;
	padding: 1rem 3rem;
}
.wpcf7 .col {margin-bottom: 1rem; text-align: center;}
.wpcf7-form-control {max-width: 100%; color: #565656}

.wpcf7-form-control, .form-control:focus {
    border: 1px solid #e8e8e8;
}
.wpcf7-form-control:focus {
    box-shadow: none;
}
.wpcf7-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e8e8e8;
    outline: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
	color: #565656 !important;
    opacity: 1;
	font-weight: 600;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #565656 !important;
    opacity: 1;
	font-weight: 600;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #565656 !important;
    opacity: 1;
	font-weight: 600;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #565656 !important;
    opacity: 1;
	font-weight: 600;
}



/*--------------------------------------------------------------
## Theme Specific Items
--------------------------------------------------------------*/
.has-white-color {color:#fff;}
.has-black-color {color:#000;}
.has-dark-cerulean-color {color:#054789;}
.has-orange-color {color:#ffad00;}
.has-safety-orange-color {color:#ff6600;}
.has-green-color {color:#006600;}
.has-citrus-color {color:#99cc00;}
.has-free-speech-red-color {color:#cc0000;}
.has-pacific-blue-color {color:#0099cc;}
.has-persian-indigo-color {color:#330099;}

.has-white-background-color {background-color:#fff;}
.has-black-background-color {background-color:#000;}
.has-dark-cerulean-background-color {background-color:#054789;}
.has-orange-background-color {background-color:#ffad00;}
.has-safety-orange-background-color {background-color:#ff6600;}
.has-green-background-color {background-color:#006600;}
.has-citrus-background-color {background-color:#99cc00;}
.has-free-speech-red-background-color {background-color:#cc0000;}
.has-pacific-blue-background-color {background-color:#0099cc;}
.has-persian-indigo-background-color {background-color:#330099;}

.has-text-color a {color: inherit !important;}
.has-text-color a:hover, .has-text-color a:active, .has-text-color a:focus {color: inherit; text-decoration: none; outline: none;}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 0.5em;
}

#menu-secondary-menu {padding: 0; margin: 0; list-style: none;}
#menu-secondary-menu a {color: #fff; text-transform: capitalize;}


.alphaauthor, .pagination {display: flex; flex-wrap: wrap; margin-bottom: 2em;}
.alphaauthor a, .page-numbers {background-color: #eee; flex: 1; padding: 5px 4px;margin: 5px; text-transform: uppercase; text-align: center;}

.pagination-single-inner {display:flex;}

.product-author {margin-bottom: 1.5em;}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    padding: .75em 1em !important;
    margin: 0 !important;
}

.author-books {border-top: 5px solid #cccccc; border-bottom: 1px solid #cccccc; margin-top: 1rem; margin-bottom: 1rem; padding: 10px 0;}
.author-like {border-top: 5px solid #cc0099; border-bottom: 1px solid #cccccc; margin-top: 1rem; margin-bottom: 1rem; padding: 10px 0;}
.author-month {border-top: 5px solid #cc0000; border-bottom: 1px solid #cc0000; margin-top: 1rem; margin-bottom: 1rem; padding: 10px 0;}
.bookclub-books {border-top: 5px solid #99cc00; border-bottom: 1px solid #99cc00; margin-top: 1rem; margin-bottom: 1rem; padding: 10px 0;}

.author-full-link {text-align: right; margin-bottom: 0;padding-bottom: 0; font-weight: 700;}
.author-full-title h4, .bookclub-full-title h4, .authorofmonth-full-title h4 {text-transform: uppercase; margin-bottom: 0;padding-bottom: 0; font-size: 1rem;}

.authorofmonth {margin-bottom: 2em;}
.authorofmonth h3 {font-size: 1em; font-family: Arial, Helvetica, sans-serif; font-weight: 700;}

.author-books-detail {margin-bottom: 1em;}
.author-books-detail img {margin: auto;}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {color: currentColor !important;}

.related.products h2:first-child {font-size: 1em;padding: 1em 0; border-top: 5px solid #cc0099; border-bottom: 1px solid #cccccc; text-transform: uppercase;}

.single-product .author-books {margin-bottom: 1em;}

.post-meta {display: flex; list-style: none !important; justify-content: center;}

.featured-media-inner img {margin: auto;}

.left-sidebar-header {color:#fff;font-size: 1em; font-weight: 700; padding: .5rem; background-color: #054789; line-height: 2em; text-transform: uppercase;}
.left-sidebar-header .navbar-toggler {float: right; margin: .25em 0 0 0;}

.cart-items-count {display:none;}
ul.woocommerce-mini-cart {padding: 0 1rem !important; list-style: none;}
.woocommerce-mini-cart-item a {display: inline-block !important}
.woocommerce-mini-cart-item .woocommerce a.remove {line-height: 0.75em !important}
.woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {margin: 0 1em;}
.woocommerce-mini-cart__total {margin: 1em;}
.woocommerce-mini-cart__buttons { display: flex; margin: 1em; justify-content: space-between; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {margin: 0 .5em !important}

.woocommerce nav.woocommerce-pagination ul {display: flex;}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {flex: 1 auto;}

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

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 58%;
    clear: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 38%;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #054789;
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {min-height: 4rem;}

.book-sample {margin-bottom: 2em;}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {margin-left: 0.25em;}

.wc-block-product-search .wc-block-product-search__button {border-radius: 3px;}

.woocommerce ul.products li.product .star-rating {margin: auto;}

.wc-block-attribute-filter .wc-block-attribute-filter__button {border-radius: 3px;}

.cool-extras h2 {margin: 0 0 1em 0; font-size: 1em;}

.post-type-archive-authorofmonth .page-title {
    border-bottom: 5px solid #cc0000;
    text-align: left;
    margin-bottom: 1em;
	padding-bottom: 1em;
}

.category-blog .page-title, .single-book-club .page-title {
    border-bottom: 5px solid #ff6600;
    text-align: left;
    margin-bottom: 1em;
	padding-bottom: 1em;
}

.category-competitions .page-title, .single .competitions .page-title {
    border-bottom: 5px solid #ffad00;
    text-align: left;
    margin-bottom: 1em;
	padding-bottom: 1em;
}

.category-ask-the-author .page-title, .single .ask-the-author .page-title {
    border-bottom: 5px solid #006600;
    text-align: left;
    margin-bottom: 1em;
	padding-bottom: 1em;
}

.page-id-48761 .page-title {
	border-bottom: 5px solid #0099cc;
    text-align: left;
    margin-bottom: 1em;
	padding-bottom: 1em;
}

.addtoany_header {
    margin: 0 !important;
}
.addtoany_list a:first-child {padding-left: 0 !important}

.widget_recent_entries .widget-title {display:none;}

.product-categories li {padding-left: 0.5em;}
.product-categories li.cat-parent { border-top: 1px solid #054789; margin-top: 1em;}

.left-sidebar .product-categories a {font-weight: 400; padding-left: 0.5em;}

ul.children {margin: 0 !important; border-top: 1px solid #054789}

.yikes-easy-mc-form .yikes-easy-mc-submit-button {width: auto !important; background-color: #054789; border: none; margin: 0.5em auto; }

#yith-searchsubmit {margin-left: 0 !important}

.btn-primary:hover {
    color: #fff;
    background-color: #054789 !important;
    border-color: #054789;
	border: none;
	opacity: 0.8 !important
}

.single_add_to_cart_button, .add_to_cart_button {
	background-image: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/addtobasket.png') !important;
	background-repeat: no-repeat;
	background-color: transparent !important;
	text-indent: -9999px;
	width: 150px;
	height: 34px;
}

.product-type-external .cart .single_add_to_cart_button, .product_type_external.add_to_cart_button, .cart .single_add_to_cart_button.uk {
	background-image: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/addtobasketamazonuk.png') !important;
	background-repeat: no-repeat;
	background-color: transparent !important;
	text-indent: -9999px;
	width: 150px;
	height: 34px;
}

.product-type-external .cart .single_add_to_cart_button.usa, .cart .single_add_to_cart_button.usa {
	background-image: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/addtobasketamazonusa.png') !important;
	background-repeat: no-repeat;
	background-color: transparent !important;
	text-indent: -9999px;
	width: 150px;
	height: 34px;
}

.product-type-external .cart .single_add_to_cart_button.ukau, .product_type_external.add_to_cart_button, .cart .single_add_to_cart_button.ukau {
	background-image: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/addtobasketaudibleuk.png') !important;
	background-repeat: no-repeat;
	background-color: transparent !important;
	text-indent: -9999px;
	width: 150px;
	height: 34px;
}

.product-type-external .cart .single_add_to_cart_button.usaau, .cart .single_add_to_cart_button.usaau {
	background-image: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/addtobasketaudibleusa.png') !important;
	background-repeat: no-repeat;
	background-color: transparent !important;
	text-indent: -9999px;
	width: 150px;
	height: 34px;
}

.titlefacebook {
    background: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/bgdfb.jpg');
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 0 10px 0;
}

.titletwitter {
    background: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/bgdtwitter.jpg');
    width: 28px;
    height: 30px;
    display: inline-block;
    margin: 0 0 10px 0;
}

.titleinstagram {
    background: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/bgdinstagram.jpg');
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 0 10px 0;
}

.titleyoutube {
    background: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/bgdyoutube.jpg');
    width: 40px;
    height: 30px;
    display: inline-block;
    margin: 0 0px 10px 0;
}

.titletiktok {
    background: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/Tik-Tok-Logo-e1632395547101.png');
	background-size: contain;
	background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 0px 10px 0;
}


.titleinstagram {
    background: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/instagram.png');
	background-size: contain;
	background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 0px 10px 0;
}


.social-left img {display: inline-block;}

.cwginstock-panel-heading h4 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
	font-size: 1em !important;
}

.cwginstock-subscribe-form .center-block {margin-bottom: 0 !important}

.cwgstock_button {margin: 0 !important}

.single-product form.variations_form.cart .woo_csn_notices {clear: both}

.product h2 {clear: both}

.wp-block-post-template.wp-block-post-template, .wp-block-query-loop.wp-block-post-template {list-style-type: none; margin: 0}

.wc-block-grid__products {margin: 0 -8px 0;}

#wpadminbar a {color: #fff !important}

#sgpb-popup-dialog-main-div {padding: 0 !important}
.sgpb-popup-close-button-1 {top:9px !important}
.sgpb-theme-1-content {
  border-radius: 0;
  padding-bottom: 0;
  box-shadow: rgb(5,71,137) 0 0 0 14px !important;
  border-bottom-width: 0 !important;
	/* box-shadow: none !important;
  border-bottom-width: 0 !important;
  border-bottom-color: #fff !important;
	border: none; */
	padding: none;
	max-width: 800px !important;
}

.sgpb-main-html-content-wrapper .wp-block-gallery.wp-block-gallery-1 {
  --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0em ) ) ) !important;
  gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0em ) ) ) !important;
  margin: 0 !important;
}
.sgpb-main-html-content-wrapper .wp-block-columns {
	margin-bottom: 0 !important;
}

.sgpb-main-html-content-wrapper .popup-main {
	padding: 15px;
}

.sgpb-main-html-content-wrapper .popup-left {
	background-image: url('https://www.allisonandbusby.com/wp-content/uploads/2021/07/book-montage4.jpg');
	background-size: contain;
}

.sgpb-theme-1-overlay {
  background: none;
  background-color: rgba(0, 0, 0, 0);
}


/*--------------------------------------------------------------
## Responsive Media Queries
--------------------------------------------------------------*/

@media all and (max-width: 767px) {
	body,
	button,
	input,
	select,
	textarea {
		line-height: 1.75;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.5;
	}
	h1 {
		font-size: 2.250em;
	}

	h2 {
		font-size: 1.500em;
	}

	h3 {
		font-size: 1.250em;
	}

	h4 {
		font-size: 1.125em;
	}
	h5, h6 {
		font-size: 1em;
	}
	.footer ul {display: block !important}
	.top-menu {background-color: #054789}
	.wp-block-woocommerce-attribute-filter h2, .wc-block-attribute-filter .wc-block-attribute-filter-list li label {color: #fff;}
	.wc-block-attribute-filter .wc-block-attribute-filter__button {background-color: #fff; color: #054789}
	.site-navigation .current_page_item > a,.site-navigation .current_page_ancestor > a,.site-navigation .current-menu-item > a,.site-navigation .current-menu-ancestor > a {background: #999;}
	.site-navigation ul {display: block; width:100%;}
	.primary-navigation {padding: .5rem 0 !important;}
	.primary-navigation .menu-item-has-children .sub-menu {display: block; width:100%; box-shadow: none; position:unset;}
	.primary-navigation .menu-item-has-children .sub-menu a {text-align: center;}
	.site-navigation ul li {border-top: 1px solid #fff;}
	.site-navigation ul li:first-child {border-top: none;}
	.site-navigation a {text-align: left; color: #fff !important; text-transform: uppercase; padding: 10px;}
	.top-navigation {background-color: #054789; border-top: 1px solid #fff;}
	
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
	.parallax {
	  background-attachment: scroll;
	}
} 

@media screen and (max-width: 1099px) {
	.entry-content .alignwide {margin-left: 0px !important; margin-right: 0px !important;}
	.entry-content .alignfull {
		width: 90vw !important;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -45vw !important;
		margin-right: -45vw !important;
		height: auto !important;
	}
}

@media screen and (max-width: 960px) {
	.site-main {
		padding: 0 0 2em 0;
		overflow: hidden;
	}
	.menu-toggle {display:none;}
	.menu-top-menu-container {width:100%;}
	
	.alphaauthor a {flex: 1 0 18%;}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		float: none;
		width: 100%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		float: none;
		width: 100%;
		clear: both;
	}
	.footer ul li {
		padding: 0;
		flex: min-content;
	}
}

@media screen and (max-width:640px) {
	.header-top-left, .header-top-right {text-align:center; margin:5px 0;}
	.menu-agent-login-container ul {float:none;}
	#desktoplogo {width: 100%; padding: 0;}
	#desktoplogo img {margin: auto;}
	.primary-navigation {margin-top:0;}
	.rev_slider_wrapper .caption-h1 {font-size:36px}
	.header-main-top-right .widget { margin-top: 0; text-align: center !important; }
	.left-sidebar {margin-bottom: 2em;}

	
	.left-sidebar-content {
		background-color: #054789;
		color: #fff;
	}
	.left-sidebar-content .widget {border-top: 1px solid #dfe8f0;}
	.left-sidebar-content .widget a {color: #fff !important;}
	.left-sidebar-content .widget_product_search {display: none;}
	.site-content {padding-top: 0;}
	.woocommerce-mini-cart__buttons {flex-direction: column; text-align: center;}
	.woocommerce.dropdown-menu-mini-cart {transform: translate3d(-100px, 16px, 0px) !important;}
	.woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {width: 100%; float: none;}
	.woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .input-text + .button {float:none;width: 100%;
		margin: 1em auto .5em !important;}
	.woocommerce .cart .button, .woocommerce .cart input.button {
		float: none;
		padding: .75em 1em !important;
		margin: 0 auto !important;
		clear: both;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		display: inline-block;
		padding: .5em 0;
		font-weight: 700;
		color: #515151;
		text-decoration: none;
		font-size: 0.825em;
	}
	
	.sgpb-main-html-content-wrapper .popup-main {
		padding: 10px;
	}
	.sgpb-main-html-content-wrapper .popup-main h1 {
		font-size: 1.25em;
	}
	
	.sgpb-main-html-content-wrapper .popup-left .wp-block-spacer {
		max-height: 275px;
	}
	
	.sgpb-main-html-content-wrapper .popup-left {
		display: none;
	}
	
}

@media screen and (min-width:961px) {
	.mobile-icons {display: none;}
}

@media screen and (min-width:768px) {
	.category-blog .left-sidebar, .left-sidebar.isblog, .author .left-sidebar, .category-competitions .left-sidebar, .category-ask-the-author .left-sidebar {display:none;}
}


