@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Page/Section Specific
	- Header
	- Footer

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font: 100% "Roboto", sans-serif;
  color: #fff;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 3rem;
  margin: 0.67em 0;
  font-family: "Playfair Display", sans-serif;
}
h1 span {
  font-style: italic;
}

h2 {
  font-size: 2.6rem;
  font-family: "Playfair Display", sans-serif;
  line-height: 3.2rem;
}

h3 {
  font-size: 2rem;
  font-family: "Playfair Display", sans-serif;
  line-height: 2.8rem;
}
h3.callout-heading {
  font-size: 1.6rem;
}
h3 span {
  font-style: italic;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  margin-left: -5px;
}
legend span {
  margin-top: -6px;
  margin-right: 6px;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #EEEEEE;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #EEEEEE;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #EEEEEE;
}

input::-webkit-input-placeholder {
  color: #EEEEEE;
  font-size: 14px;
  line-height: 1;
}

input:-moz-placeholder {
  color: #EEEEEE;
  font-size: 14px;
  line-height: 1;
}

input::-moz-placeholder {
  color: #EEEEEE;
  font-size: 14px;
  line-height: 1;
}

input:-ms-input-placeholder {
  color: #EEEEEE;
  font-size: 14px;
  line-height: 1;
}

input::-ms-input-placeholder {
  color: #EEEEEE;
  font-size: 14px;
  line-height: 1;
}

input::placeholder {
  color: #EEEEEE;
  font-size: 14px;
  line-height: 1;
}

textarea::-webkit-input-placeholder {
  color: #EEEEEE;
  font-size: 14px;
}

textarea:-moz-placeholder {
  color: #EEEEEE;
  font-size: 14px;
}

textarea::-moz-placeholder {
  color: #EEEEEE;
  font-size: 14px;
}

textarea:-ms-input-placeholder {
  color: #EEEEEE;
  font-size: 14px;
}

textarea::-ms-input-placeholder {
  color: #EEEEEE;
  font-size: 14px;
}

textarea::placeholder {
  color: #EEEEEE;
  font-size: 14px;
}

.contact-form fieldset {
  background-color: #EEEEEE;
  padding: 40px;
  border-radius: 7px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-family: inherit;
  font-size: 14px;
  padding: 16px 20px !important;
  margin: 0;
}

.contact-form select {
  padding: 0 16px !important;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 8px) !important;
}

.contact-form .btn-group-lg > .btn, .contact-form .btn-lg {
  font-size: 1rem;
  letter-spacing: 0;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

#accordion .card {
  margin-bottom: 15px;
}
#accordion .card .card-header {
  background-color: #fff;
  border-bottom: none;
  padding: 0 !important;
}
#accordion .card .card-body {
  padding-top: 0;
}
#accordion .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Playfair Display", sans-serif !important;
  font-size: 1.2em;
  color: #454545;
  text-decoration: none;
  padding: 0.75rem 1.25rem;
  white-space: normal;
}
#accordion .btn-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #accordion .btn-link {
    font-size: 1em;
  }
}
.webinars-list .card-column,
#related-products .card-column,
#support-types .card-column {
  min-width: 385px !important;
  max-width: 400px;
}
.webinars-list .card-column a,
#related-products .card-column a,
#support-types .card-column a {
  color: #454545;
}
.webinars-list .card-column a:hover,
#related-products .card-column a:hover,
#support-types .card-column a:hover {
  text-decoration: none;
}
.webinars-list .card-column .card h5,
#related-products .card-column .card h5,
#support-types .card-column .card h5 {
  height: 45px;
  overflow: hidden;
}
.webinars-list .card-column .card p,
#related-products .card-column .card p,
#support-types .card-column .card p {
  height: 68px;
  overflow: hidden;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #454545;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h4, h5, h6 {
  letter-spacing: 1px;
}

.contact-details h5 {
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 7px;
}
.contact-details dt {
  color: #454545;
  font-size: 0.9em;
  font-weight: 400;
  margin: 12px 0;
}
.contact-details dt a {
  color: #454545;
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 12px;
}
.contact-details dd {
  color: #454545;
  font-size: 0.9em;
  font-weight: 400;
  margin: -12px 30px 0;
}
.contact-details .contact-details-container {
  margin-bottom: 50px;
}

.support-links h5 {
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 7px;
}
.support-links dt {
  color: #454545;
  font-size: 0.9em;
  font-weight: 400;
  margin: 12px 0;
}
.support-links dt a {
  color: #454545;
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
  margin-left: 0;
}
.support-links dd {
  color: #454545;
  font-size: 0.9em;
  font-weight: 400;
  margin: -12px 30px 0;
}
.support-links .support-link-target {
  /* scroll-margin-top makes sure that when we link directly to
  an anchor tag it scrolls below our fixed header. 240px is a 
  value that works for the header on small screens as well as
  large ones. */
  scroll-margin-top: 240px;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #EEEEEE;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #F36F21;
}
a:visited {
  color: #A9A9A9;
}
a:hover, a:focus, a:active {
  color: #fe8239;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

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

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: #666;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.form-control:focus {
  border-color: #F36F21;
  box-shadow: 0 0 0 0.2rem rgba(243, 111, 33, 0.25);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: inline-block;
  width: auto;
}
.main-navigation ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation ul ul {
  background: #353535 none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  left: -999em;
  margin: 0;
  min-width: 200px;
  position: absolute;
  z-index: 9999;
  float: left;
  top: 100%;
  flex-direction: column;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
  transition: all 0.8s ease;
}
.main-navigation ul ul a:hover {
  background-color: #333;
  transition: all 0.8s ease;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation li {
  position: relative;
  padding: 7px;
}
.main-navigation li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 7px 10px;
  font-size: 1rem;
  line-height: 1.1rem;
}
.main-navigation li a:hover {
  text-decoration: none;
  color: #ccc;
}
.main-navigation li a:not([href]):not([tabindex]) {
  color: #fff !important;
  cursor: pointer;
}
.main-navigation li ul li a {
  font-size: 0.9rem;
}

.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 10px;
  margin-right: 0;
  position: absolute;
  right: 5px;
  top: 14px;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
  content: "\f105";
  top: 10px;
}

.main-navigation ul li.menu-item-has-children a,
.main-navigation ul li.page_item_has_children a {
  padding-right: 15px;
}

.main-navigation li a:hover,
.main-navigation li a:focus,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li:hover > a {
  color: #fff;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  border: none;
  border-color: transparent;
  border-radius: 0;
  background: transparent;
  color: white;
  line-height: 1;
  padding: 0;
}
.menu-toggle:focus {
  border: none;
  outline: 1px dotted;
}

.menu-main-nav-container {
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation li {
    padding: 0;
  }
  .main-navigation li a {
    border-bottom: 1px solid #555;
  }
  .main-navigation li a:hover {
    background-color: #474747;
  }
  .main-navigation li ul li a {
    border: none;
  }
  .main-navigation li ul li a:hover {
    background-color: transparent;
  }
}
@media screen and (max-width: 1199px) {
  .main-navigation li a {
    padding: 7px 9px;
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu-main-nav-container {
    width: auto;
    display: inline-flex;
    padding-top: 15px;
  }

  ul.menu {
    display: inline-flex;
    justify-content: flex-start;
  }

  ul.menu li a {
    padding: 7px 8px;
    font-size: 0.85rem;
  }
  ul.menu li a:hover {
    background-color: transparent;
  }

  .menu-button {
    display: inline-flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

/* set top margin for fixed position header */
.site-main {
  margin-top: 186px;
}

/* The image-splash template needs additional top padding. */
.site-main.image-splash-main {
  margin-top: 200px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0 0 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/*--------------------------------------------------------------
# Page/Section Specific
--------------------------------------------------------------*/
/* Header/Footer
--------------------------------------------- */
.site-header {
  background-color: #454545;
}

a.fa-icons {
  display: inline-block;
}

.fc-icons {
  display: inline-block;
  margin: 7px 7px 7px 0;
  width: 50px;
  transition: all 0.5s ease;
}
.fc-icons:hover {
  opacity: 0.85;
  transition: all 0.5s ease;
}

.phone-number {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.6px;
  margin-top: 9px;
}

.hero-image {
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.hero-image.about-page {
  height: 500px;
}

.shape-bottom-curve {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.shape-bottom-curve::before {
  border-radius: 100%;
  position: absolute;
  background: #fff;
  right: -200px;
  left: -200px;
  top: -200px;
  content: "";
  bottom: 0;
}

.shape-top-curve {
  position: relative;
  overflow: hidden;
  height: 150px;
}
.shape-top-curve::before {
  border-radius: 100%;
  position: absolute;
  background: #454545;
  right: -200px;
  left: -200px;
  top: 0;
  content: "";
  bottom: -200px;
}

.copyright-area {
  background-color: #363636;
}
.copyright-area p {
  margin-bottom: 0;
  font-size: 0.8em;
}
.copyright-area a {
  color: #A9A9A9;
}

.btn.btn-primary {
  background-color: #F36F21;
  border-color: #F36F21;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: #fe8239 !important;
  border-color: #fe8239 !important;
  color: #fff;
}
.btn.btn-secondary-outline {
  border-color: #fff;
  color: #fff;
}
.btn.btn-secondary-outline:hover, .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-lg {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 30px;
}

.border-gray {
  border: 1px solid #A9A9A9;
}

.bar-orange {
  height: 7px;
  background-color: #F36F21;
  width: 90px;
  margin: 0 auto;
}

.section-callout {
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  box-shadow: 3px 3px 5px #ddd;
  padding: 40px;
}

p.lead {
  font-family: "Playfair Display", sans-serif;
  font-size: 1.5rem;
}
p.standard {
  font-family: "Playfair Display", sans-serif;
  font-size: 1.2rem;
}
p.standard-content {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}

.bg-orange {
  background-color: #F36F21;
}

.bg-charcoal {
  background-color: #454545;
}

.text-orange {
  color: #F36F21;
}

.text-grey {
  color: #A9A9A9;
}

.icon-background {
  color: #F36F21;
}

footer.site-footer {
  background-color: #454545;
  color: #fff;
  border-top: 6px solid #F36F21;
}
footer .widget-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 16px;
  margin: 20px 0;
}
footer .horizontal-bar {
  border-bottom: 1px solid #A9A9A9;
}

footer ul.menu {
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
footer ul.menu li a {
  padding: 4px 0;
  color: #969696;
  font-size: 14px;
  line-height: 1.1rem;
  display: block;
}
footer ul.menu li a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.gradient-top-25 {
  background-image: linear-gradient(to bottom, #e4e4e4, #fff 25%);
}

.gradient-top-50 {
  background-image: linear-gradient(to bottom, #e4e4e4, #fff 50%);
}

.gradient-bottom {
  background-image: linear-gradient(to top, #e4e4e4, #fff 10%);
}

.gradient-bottom-25 {
  background-image: linear-gradient(to top, #e4e4e4, #fff 50%);
}

.gradient-bottom-50 {
  background-image: linear-gradient(to top, #e4e4e4, #fff 50%);
}

.sp-testimonial-free-section .sp-testimonial-free:before {
  display: block;
  content: "“";
  font-size: 340px;
  position: absolute;
  top: -140px;
  color: #ececec;
  font-family: "Playfair Display", sans-serif;
  margin-left: -150px;
}

.sp-testimonial-free {
  padding-left: 140px;
  padding-top: 40px;
}

.sp-testimonial-free-section .tfree-client-testimonial {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.8rem;
  text-align: left;
  color: #777 !important;
}
.sp-testimonial-free-section .tfree-client-name {
  font-weight: 600;
  color: #000 !important;
  text-align: left;
}
.sp-testimonial-free-section .tfree-client-designation {
  color: #000 !important;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .sp-testimonial-free-section .tfree-client-testimonial,
.sp-testimonial-free-section .tfree-client-name,
.sp-testimonial-free-section .tfree-client-designation {
    text-align: center;
  }

  .sp-testimonial-free-section .sp-testimonial-free:before {
    display: none;
    top: -140px;
    margin-left: -150px;
  }

  .sp-testimonial-free {
    padding-left: 0;
    padding-top: 0;
  }
}
.sp-testimonial-free-section .tfree-client-name,
.sp-testimonial-free-section .tfree-client-designation {
  font-size: 14px;
  margin: 0;
  line-height: 18px;
}

.slick-arrow i {
  color: #E4E4E4;
}

.searchBarContainer {
  border: none;
  height: 3.8rem;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  display: flex;
}

.searchBarContainer .searchBox {
  flex: 1;
  font-size: 14px;
  color: #000;
  border: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 20px;
}

.btn-search {
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  padding: 0 20px;
}

.newsletterInput {
  flex: 1;
  font-size: 14px;
  color: #000;
  border: none;
  padding: 7px !important;
}

ul.zoom-social-icons-list li a {
  font-size: 14px;
  color: #969696;
}
ul.zoom-social-icons-list li a:hover {
  color: #ffffff !important;
}
ul.zoom-social-icons-list li a:visited {
  color: #969696;
}

nav > div a.nav-item.nav-link {
  border: none;
  padding: 18px 25px;
  margin: 0 40px;
  color: #555;
  background: #ccc;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0px -4px 30px #d1d1d1;
  -moz-box-shadow: 0px -4px 30px #d1d1d1;
  box-shadow: 0px -4px 30px #d1d1d1;
  line-height: 40px;
  text-align: left;
  width: 26%;
  transition: background 0.2s linear;
}
nav > div a.nav-item.nav-link i {
  margin: auto 10px;
  vertical-align: middle;
  display: inline-block;
}
nav > div a.nav-item.nav-link img {
  margin-right: 20px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
nav > div a.nav-item.nav-link.active {
  background: #fff;
}
nav > div a.nav-item.nav-link.active img {
  filter: none;
  -webkit-filter: grayscale(0%);
}
nav > div a.nav-item.nav-link:hover, nav > div a.nav-item.nav-link:focus {
  background: #fff;
  color: #000;
  transition: background 0.2s linear;
}
nav > div a.nav-item.nav-link:hover img, nav > div a.nav-item.nav-link:focus img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

@media screen and (min-width: 768px) and (max-width: 1192px) {
  nav > div a.nav-item.nav-link {
    width: 20%;
    margin: 0 15px;
  }
  nav > div a.nav-item.nav-link img {
    width: 15%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  nav > div a.nav-item.nav-link {
    padding: 18px 10px;
    margin: 0 5px;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 767px) {
  nav > div a.nav-item.nav-link {
    width: auto;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
  }
  nav > div a.nav-item.nav-link img {
    margin: 0 auto;
  }
  nav > div a.nav-item.nav-link span {
    display: none;
  }
}
.tab-content {
  background: #fdfdfd;
  line-height: 25px;
  border-top: 1px solid #ddd;
  padding: 30px 25px;
}

.tab-description {
  background-color: #F3F3F3;
  border-radius: 4px;
}
.tab-description p.lead {
  font-size: 1.4rem;
  line-height: 1.9rem;
  margin-bottom: 0.4rem;
}

.tooltip-inner {
  padding: 0.5rem 0.5rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 1px 1px 10px #aaa;
  line-height: 1.25em;
}

table#tableFastcase {
  margin-top: 40px;
}
table#tableFastcase .heading-row {
  background-color: #F3F3F3;
}
table#tableFastcase .heading-row .heading-note {
  font-size: 0.9em;
  font-style: italic;
  padding-left: 30px;
}
table#tableFastcase thead tr th p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  table#tableFastcase {
    margin-top: 40px;
  }
  table#tableFastcase .heading-row {
    background-color: #F3F3F3;
  }
  table#tableFastcase .heading-row .heading-note {
    padding-left: 0;
    display: block;
  }
  table#tableFastcase thead tr th p {
    margin-bottom: 0;
  }
  table#tableFastcase th:first-child,
table#tableFastcase td:first-child {
    background-color: #fff;
    z-index: 999;
    position: sticky;
    left: 0px;
  }

  .mobile-column-tab1 {
    width: 180px;
  }

  .mobile-column-tab2 {
    width: 157px;
  }

  .mobile-column-tab3 {
    width: 154px;
  }
}
.coverage-details .card {
  width: 100%;
  border-radius: 7px;
}

table#tableCoverage {
  margin-bottom: 0;
}
table#tableCoverage .heading-row {
  background-color: #F3F3F3;
}
table#tableCoverage tr th {
  border-top: none !important;
}

section#pricing-call p {
  font-family: roboto;
  font-weight: 700;
  color: #F36F21;
  padding: 10px;
}

section#pricing-footercap .footercap-wrapper {
  background: url("/2020/wp-content/uploads/2020/09/bg-grey-curved.png") no-repeat center top;
}

.webinars-list .filter,
.associations-list .filter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 80px;
}
.webinars-list .filter ul,
.associations-list .filter ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
}
.webinars-list .filter ul li,
.associations-list .filter ul li {
  display: block;
  padding: 5px 20px;
  margin-right: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.5s ease;
}
.webinars-list .filter ul li:hover,
.associations-list .filter ul li:hover {
  background-color: #E6E6E6;
  transition: all 0.5s ease;
}
.webinars-list .filter ul li.active,
.associations-list .filter ul li.active {
  border: 1px solid #F36F21;
  background: #F36F21;
  color: #fff;
}

ul.ok li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 5px 0 -15px;
  color: #f00;
}

.support-links dl.split-list {
  padding-top: 12px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.support-links dl.split-list dt {
  margin: 0 0 12px;
}

.associations-list .list {
  margin-bottom: 60px;
}
.associations-list .list ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.associations-list .list ul li {
  text-align: left;
  margin: 10px 0;
  display: none;
}
.associations-list .list ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin: 0 10px 0 0;
  color: #F36F21;
}
.associations-list .list ul li .list-item-wrapper {
  display: inline-block;
  line-height: 1.2em;
  max-width: 90%;
  padding-top: 3px;
  vertical-align: top;
}
.associations-list .list ul li i {
  color: #F36F21;
  padding-right: 7px;
}
.associations-list .list ul li a {
  color: #F36F21;
  text-decoration: none;
}
.associations-list .list ul li a.alt-link {
  display: inline-block;
}
.associations-list .list ul li a span {
  color: #fff;
  background-color: #444;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 11px;
}
.associations-list .list ul li a .fa-asterisk:before {
  font-size: 12px;
}
.associations-list .list ul li.visible {
  display: block;
}

.team-container .item {
  width: 30%;
  text-align: center;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}

.team-title {
  color: #454545;
  font-size: 28px;
  font-family: Playfair Display;
  margin: 5px 0 0;
}

.team-position {
  color: #A9A9A9;
  font-size: 14px;
  font-family: Roboto;
  margin: 0 0 20px;
}

.member-photo {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #000;
  border-radius: 5px;
  cursor: pointer;
}

.team-thumb:hover .overlay {
  opacity: 0.8;
}

.member-quote {
  color: white;
  font-size: 14px;
  font-family: Playfair Display, serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #333;
  padding: 20px;
  margin: 0 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .team-container .item {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .team-container .item {
    width: 98%;
  }
}
.btn.btn-appellate {
  background-color: #2F66A6;
  border-color: #2F66A6;
}
.btn.btn-appellate:hover {
  background-color: #3a71b1 !important;
  border-color: #3a71b1 !important;
}
.btn.btn-enterprise {
  background-color: #97225E;
  border-color: #97225E;
}
.btn.btn-enterprise:hover {
  background-color: #a32f6a !important;
  border-color: #a32f6a !important;
}
.btn.btn-lightgray {
  padding: 20px 50px;
  box-shadow: 1px 1px 3px #a9a9a9;
}

table tbody i.fa.fa-info-circle,
table tbody i.fa.fa-times {
  color: #d6d6d6;
  padding: 0 10px;
}

.text-appellate {
  color: #2F66A6;
}

.text-premium {
  color: #F36F21;
}
.text-premium p {
  color: #555;
}

.text-enterprise {
  color: #97225E;
}
.text-enterprise a {
  color: #97225E;
  text-decoration: underline;
  font-style: italic;
}

#product-sections h2 {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
#product-sections p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .btn.full-width {
    width: 100%;
  }

  .associations-list .filter {
    margin-bottom: 40px;
  }
  .associations-list .filter ul {
    display: block;
  }
  .associations-list .filter ul li {
    margin-bottom: 5px;
    width: 100%;
  }

  .associations-list .list ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .menu-main-nav-container {
    width: 100%;
  }

  ul.menu {
    display: block;
    padding-top: 20px;
  }
  ul.menu li a {
    padding: 7px 15px;
  }

  .fc-icons {
    margin: 0px;
    width: 44px;
  }

  nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    margin: 0 5px;
  }

  .tab-description {
    margin-top: 30px;
  }
  .tab-description p.lead {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 1rem 0.8rem;
    text-align: center;
  }
}
.card-container {
  flex: 1 1 0px;
}
.card-container .card {
  box-shadow: 2px 3px 4px #ececec;
}

.highlight-orange:hover {
  border: 1px solid #F36F21;
  cursor: pointer;
}

.container.container-wide {
  max-width: 1320px;
}

.item-wrapper {
  padding: 0;
  display: flex;
}
.item-wrapper .item-image {
  margin: 0 20px 0 0;
  object-fit: contain;
  align-self: flex-start;
}
.item-wrapper .item-text {
  flex: 1 1 auto;
}
.item-wrapper .item-text h4 {
  font-family: "Playfair Display", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 3px;
}

.table-pagination {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}

.pagination > li {
  display: inline;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li > a {
  background: #fafafa;
  color: #666;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.webinars-list .card {
  border-radius: 5px;
  box-shadow: 2px 3px 4px #ececec;
}
.webinars-list .card .card-header {
  border-radius: 5px 5px 0 0;
  padding: 25px 20px;
}
.webinars-list .card .card-header img {
  margin-right: 5px;
}
.webinars-list .card .card-header .webinar-tag {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 7px 30px;
  margin-top: 5px;
}
.webinars-list .card .card-body p {
  margin-bottom: 5px;
  line-height: 1.3em;
}
.webinars-list .card .card-date {
  color: #A9A9A9;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  margin-bottom: 20px;
}
.webinars-list .card .card-text {
  width: 100%;
  height: 98px;
  overflow: hidden;
}
.webinars-list .card .card-text p {
  margin-bottom: 5px;
  line-height: 1.3em;
}
.webinars-list .card .card-footer {
  background-color: #fff;
  border: none;
  border-radius: 0 0 5px 5px;
  padding: 0 20px 10px;
}
.webinars-list .card .card-footer a {
  color: #A9A9A9;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  margin: 0 0 20px;
}
.webinars-list .hidden {
  display: none;
}

.product-container {
  padding: 20px 40px 40px;
  display: flex;
}
.product-container .product-image {
  margin: 5px;
  object-fit: contain;
  align-self: flex-start;
}
.product-container .product-image img {
  margin-top: 7px;
  margin-right: 20px;
  width: 60px;
}
.product-container .product-text {
  flex: 1 1 auto;
}
.product-container .product-text h3 {
  line-height: 1.6em;
}

.footer-products p {
  font-size: 0.9em;
  color: #969696;
  line-height: 1.2em;
}

header.bookstore {
  font-size: 14px;
  background-color: #28292C !important;
  font-family: "Roboto", sans-serif !important;
}
header.bookstore .widget {
  margin: 0;
}
header.bookstore .widget input::placeholder {
  color: #777777;
}

header.bookstore.bookstore-bg-alt {
  background-color: #fff !important;
}

header.bookstore nav.navbar,
header.bookstore .tophat {
  border-bottom: 1px solid #444;
}

header.bookstore nav .menu-main-nav-container {
  width: unset !important;
  margin-left: 5em;
}

header.bookstore nav.main-navigation li {
  border-bottom: 5px solid transparent;
  padding: 0 0;
  margin: 0 20px;
  transition: all ease 0.3s;
}

header.bookstore nav.main-navigation li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 32px 0;
  font-size: 0.9rem;
  line-height: 1.1rem;
}

header.bookstore nav.main-navigation li:hover {
  border-bottom: 5px solid #F36F21;
  transition: all ease 0.3s;
}

#hero-bookstore {
  margin-top: -120px;
}

#hero-bookstore .hero-image {
  background-position: center top;
  height: 640px;
}

ul.bookstore-top-nav li {
  border-right: 1px solid #444;
  margin: 0 !important;
  transition: all ease 0.3s;
}

ul.bookstore-top-nav li:hover {
  background-color: #1e1f21;
  transition: all ease 0.3s;
}

ul.bookstore-top-nav li a {
  display: block;
  padding: 8px 20px;
  color: #fff;
}

ul.bookstore-top-nav li a:hover {
  text-decoration: none;
}

.header-search {
  float: right;
}

#bookstore-menu li a {
  text-transform: uppercase;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  line-height: 1.2em;
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 600;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  background-color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #000;
  text-decoration: none;
  background-image: none;
  color: #fff;
}

.woocommerce ul.products li.product .price {
  color: black;
  font-size: 1.2em;
}

ul.bookstore-tabs {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0;
}
ul.bookstore-tabs li {
  padding-bottom: 11px;
}
ul.bookstore-tabs li.list-inline-item:not(:last-child) {
  margin-right: 2.5rem;
}
ul.bookstore-tabs li.active {
  border-bottom: 2px solid #6B1B3F;
}
ul.bookstore-tabs li.active a {
  color: #6B1B3F;
  font-weight: 700;
}
ul.bookstore-tabs li a {
  text-decoration: none;
}
ul.bookstore-tabs li a:hover {
  color: #6B1B3F;
}

.bg-callout-blog {
  height: 600px;
  background-repeat: no-repeat;
  background-size: coveer;
  background-position: center top;
  padding-top: 320px !important;
  border: none;
}

.main-navigation.bookstore li a {
  color: #000 !important;
  padding: 35px 0 32px 0;
}

section#bookstore-categories .card-column {
  min-width: 385px !important;
  max-width: 400px;
}
section#bookstore-categories .card {
  min-height: 190px;
  border-radius: 8px 8px 0 0;
}
section#bookstore-categories .card-btn {
  border-radius: 0 0 8px 8px;
  background-color: #2E88CD;
  padding: 0;
}
section#bookstore-categories .card-btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 300;
  padding: 1em 1.5em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section#bookstore-categories .card-btn a:hover {
  text-decoration: none;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section#bookstore-categories .card-btn.lt-blue {
  background-color: #2E88CD;
}
section#bookstore-categories .card-btn.dk-blue {
  background-color: #254783;
}
section#bookstore-categories .card-btn.orange {
  background-color: #BE6100;
}
section#bookstore-categories .card-btn.magenta {
  background-color: #6B1B3F;
}

section#staff-picks {
  padding: 80px 0 80px !important;
  background-color: #FFF;
}
section#staff-picks h2 span {
  font-size: 18px;
  font-weight: 600;
  font-family: Roboto, sans-serif;
  float: right;
}
section#staff-picks h2 span a {
  color: #6B1B3F;
  text-decoration: none;
}

.wcpscwc-product-slider-wrap {
  width: 100%;
}

.wcpscwc-product-slider ul.products li.product {
  width: 22.05% !important;
  margin: 0 3.8% 2.992em 0 !important;
  padding: 20px !important;
  background-color: #fff;
}

.wcpscwc-product-slider ul.products li.product.last {
  margin-right: 0 !important;
}

ul.nav.nav-tabs {
  margin: 0 0 0 0;
}

.nav-tabs .nav-item {
  margin: 0 40px 0 0;
}

.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
}

.nav-tabs .nav-link {
  color: #ddd;
  padding: 10px 0;
  border: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  color: #6B1B3F;
}

button.single_add_to_cart_button {
  background-color: #F36F21 !important;
  opacity: 1;
}
button.single_add_to_cart_button:hover {
  opacity: 0.85;
}

/*
SEARCH FORM
*/
form#searchform {
  display: inline-block;
  width: 320px;
  height: 20px;
}

form#searchform .search-field {
  color: #555;
  border-radius: 20px 0 0 20px;
  display: inline-block;
  width: 200px;
  height: 36px;
  font-size: 12px;
}

form#searchform .search-field:focus {
  border: none;
  box-shadow: none;
}

form#searchform .search-submit {
  margin-left: 0px;
  border-radius: 0 20px 20px 0;
  background-color: #fff;
  padding: 0 12px;
  border-color: #CCC;
  border-left: none;
}

/*
form#searchform .search-submit {
	color: #0066ff;
	border: 0px solid;
	display: inline-block;
	width:45px;
	height:20px;
}

form#searchform .search-submit:hover {
	background-color: #0066ff;
	color: #ffffff;
	font-size: 12px;
}
*/
.text-transparent-80 {
  opacity: 0.8;
}

#hero-bookstore {
  margin-top: -120px;
  padding: 5% 0;
}

#hero-bookstore .hero-image {
  background-position: center top;
}

.cart_icon {
  position: relative;
}

.cart_icon .badge {
  background: #F36F21;
  top: -18px;
  position: absolute;
  color: white;
}

.widget_product_search.widget {
  margin: 0;
}

.main-navigation form.woocommerce-product-search {
  display: flex;
  width: 320px;
}

.main-navigation .woocommerce-product-search button {
  margin-top: 5px;
  background: #F47123 !important;
}

#yith-wcwl-popup-message {
  display: none !important;
}

.entry-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #454545;
  font-size: 3em;
}

.my-favorites h1.entry-title,
article h1.entry-title {
  margin-top: 100px;
  margin-bottom: 50px;
  text-transform: capitalize;
}

/*
.woocommerce-account .addresses .title h3, .entry-title, h1, h2{
	font-family: "Playfair Display", serif !important;
}
*/
#primary .woocommerce form .password-input, #primary .woocommerce-page form .password-input {
  display: contents;
}

.fa.fa-shopping-cart {
  color: #F36F21 !important;
}

a.xcp-btn,
a.xcp-btn:visited,
a.xcp-btn:hover,
a.xcp-btn:active {
  color: #fff !important;
  background-color: #fe8239 !important;
  text-decoration: none !important;
  border: none !important;
}

.xoo-cp-icon-check.xoo-cp-added {
  display: none;
}

.woocommerce button.single_add_to_cart_button {
  margin-top: 10px;
}

.woocommerce a.added_to_cart,
.woocommerce a.added_to_cart:visited,
.woocommerce a.added_to_cart:active {
  color: #fe8239;
  margin: 0 20px;
}

ul.woocommerce-shipping-methods {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
}

ul.woocommerce-shipping-methods li label {
  margin-left: 5px;
}

.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table th.product-stock-status {
  text-align: center;
}

.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
}

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

.woocommerce-MyAccount-content fieldset legend {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0;
}

.woocommerce-MyAccount-content p {
  font-family: "Roboto", sans-serif;
}

.woocommerce-MyAccount-content p.account-welcome {
  font-size: 1.2em;
}

.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-content a:active,
.woocommerce-MyAccount-content a:visited,
.woocommerce-MyAccount-content a:hover {
  color: #F36F21;
}

.woocommerce-MyAccount-content a.button,
.woocommerce-MyAccount-content a.button:hover {
  color: #fff;
  background-color: #F36F21;
}

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

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 7px 20px;
  text-transform: capitalize;
  color: #28292C;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.25s;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  background-color: #E5E5E5;
  transition: all 0.25s;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #28292C;
  color: #fff;
}

.yith-wcwl-share {
  display: none;
}

.woocommerce-NoticeGroup-checkout {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  display: none !important;
}

table.woocommerce-orders-table {
  border-collapse: collapse !important;
  border: none !important;
}

table.woocommerce-orders-table thead {
  background-color: #28292C;
  color: #fff;
}

table.woocommerce-orders-table thead th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

table.woocommerce-orders-table thead th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

table.woocommerce-orders-table thead th {
  font-weight: 500 !important;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 10px;
}

.woocommerce table.my_account_orders td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none !important;
}

.__PrivateStripeElement {
  width: 240px !important;
}

.wc-credit-card-form .form-row label {
  width: 150px;
}

/*Book Store CSS*/
@media only screen and (max-width: 730px) {
  .nav-tabs .nav-item {
    margin: 0 15px 0 0;
  }

  .nav-tabs .nav-link {
    font-size: 13px;
  }

  #bs-home-tabs .mx-5.px-sm-5 {
    margin: 0px !important;
  }
}
/* Header Bookstore Sub */
.page-id-1796 .woocommerce-form-login .woocommerce-form-login__submit, .page-id-1796 .woocommerce-form-register__submit {
  background-color: #F36F21 !important;
}

header.bookstore nav .menu-main-nav-container {
  margin-left: 2em !important;
}

.woocommerce-variation-description p {
  margin: 10px 0;
}

.single-product .woocommerce-Price-amount {
  font-size: 25px;
  font-weight: 800;
  color: #000;
}

@media only screen and (max-width: 480px) {
  .product_info .thmbnail_col .prdct_thmbnail img {
    max-width: 350px !important;
  }
}
@media only screen and (min-width: 755px) and (max-width: 980px) {
  .product_info .thmbnail_col .prdct_thmbnail img {
    max-width: 260px !important;
  }
}
@media only screen and (min-width: 451px) and (max-width: 587px) {
  .product_info {
    margin-top: 290px !important;
  }
}
/* Header Bookstore */
@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .hero-bkstore {
    margin-top: 200px !important;
  }

  .hero-bookstore {
    margin-top: 200px !important;
  }
}
@media only screen and (min-width: 451px) and (max-width: 486px) {
  .hero-bkstore {
    margin-top: 330px !important;
  }

  .hero-bookstore {
    margin-top: 330px !important;
  }
}
@media only screen and (min-width: 487px) and (max-width: 640px) {
  .hero-bkstore {
    margin-top: 280px !important;
  }

  .hero-bookstore {
    margin-top: 280px !important;
  }
}
@media only screen and (max-width: 450px) {
  .hero-bkstore {
    margin-top: 170px !important;
  }

  .hero-bookstore {
    margin-top: 170px !important;
  }
}
/* Author Page CSS */
.author_info {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0 15px 30px;
}

.author_info img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.author_info h4 {
  text-align: left;
  padding: 20px 0 0 20px;
  font-size: 1.2rem;
  font-weight: bold;
}

.Athrinfo {
  text-align: left;
  padding: 0 20px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.AtCat {
  text-align: left;
  padding: 0 20px;
  color: #999;
  font-size: 14px;
}

.author_info a {
  background: #F36F21;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 2px;
  text-decoration: none !important;
}

.author_info p {
  text-align: left;
  padding-left: 20px;
}

.hero-bkstore {
  margin-top: 200px;
  height: auto;
  padding: 7% 0 5%;
  min-height: 442px;
}

header.bookstore nav .menu-main-nav-container {
  margin-left: 2em !important;
}

.hero-bkstore .cntnt_wrpr h1 {
  font-size: 65px;
  margin: 30px 0 20px;
  font-family: "Playfair Display", serif;
}

.hero-bkstore .cntnt_wrpr p {
  font-weight: 300;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 450px) {
  .hero-bkstore {
    padding: 17% 0;
  }

  #masthead .tophat {
    display: none !important;
  }
}
/* Publisher Page */
.table.Pblsher thead th {
  vertical-align: middle;
  border-bottom: 0 !important;
  border-top: 0 !important;
  background: #F5F5F5;
}

.table.Pblsher tr td {
  vertical-align: middle;
}

.table.Pblsher tr td a, .Pblsher_Mobl a {
  background: #F36F21;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 2px;
  text-decoration: none !important;
  width: 100%;
  display: block;
  text-align: center;
}

.hero-bookstore {
  margin-top: 125px;
  height: auto;
  padding: 7% 0 5%;
  min-height: 442px;
}

header.bookstore nav .menu-main-nav-container {
  margin-left: 2em !important;
}

.hero-bookstore .cntnt_wrpr h1 {
  font-size: 65px;
  margin: 30px 0 20px;
  font-family: "Playfair Display", serif;
}

.hero-bookstore .cntnt_wrpr p {
  font-weight: 300;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 450px) {
  #masthead {
    max-width: 428px;
  }

  .hero-bookstore {
    height: auto;
    padding: 17% 0;
  }
}
@media only screen and (max-width: 575px) {
  .Pblsher_tabdesktop {
    display: none;
  }

  .Pblsher_Mobl {
    border: 1px solid #ddd;
    margin: 0 0 20px 0;
    padding: 30px;
    border-radius: 7px;
  }

  .page-template-tpl-bookstore-publishers .p-sm-5 {
    padding: 0rem !important;
  }
}
@media only screen and (min-width: 576px) {
  .Pblsher_Mobl {
    display: none;
  }
}
.PBLttle {
  border-bottom: 1px solid #ddd;
}

/* Checkout */
.page.woocommerce-checkout h1.entry-title {
  display: none;
}

.page.woocommerce-checkout .section-hdr {
  margin-top: 0px !important;
}

#cpn_button {
  color: #fff;
  background-color: #F36F21 !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 48%;
}

/* My Account */
.fas.fa-arrow-right {
  width: 100%;
  font-size: 16px;
}

.fa.fa-shopping-cart {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2em;
}

.woocommerce-MyAccount-navigation ul li a {
  background: #F5F5F5;
  margin-bottom: 15px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  max-width: 48%;
}

.woocommerce-MyAccount-content fieldset {
  padding: 0;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 100%;
}

.woocommerce button.button {
  background-color: #F36F21 !important;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
  }
}
.hero-bkstore {
  margin-top: 125px;
  height: auto;
  padding: 7% 0 5%;
}

.hero-bkstore .hero-image {
  background-position: center top;
  height: auto;
}

.hero-bkstore .cntnt_wrpr {
  max-width: 900px;
  margin: auto;
}

.hero-bkstore .cntnt_wrpr h1 {
  font-size: 65px;
  margin: 30px 0 20px;
  font-family: "Playfair Display", serif;
}

.hero-bkstore .cntnt_wrpr p {
  font-weight: 300;
  opacity: 0.9;
  max-width: 800px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 1600px) {
  .hero-bkstore {
    margin-top: 120px;
    height: auto;
    padding: 7% 0 4%;
  }

  .hero-bkstore .cntnt_wrpr {
    max-width: 960px;
    margin: auto;
  }

  .hero-bkstore .cntnt_wrpr p {
    max-width: 875px;
    font-size: 18px;
  }

  .hero-bkstore .cntnt_wrpr h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .hero-bkstore {
    margin-top: 120px;
    height: auto;
    padding: 7% 0 7%;
  }

  .hero-bkstore .cntnt_wrpr {
    max-width: 850px;
    margin: auto;
  }

  .hero-bkstore .cntnt_wrpr p {
    max-width: 668px;
    font-size: 14px;
  }

  .hero-bkstore .cntnt_wrpr h1 {
    font-size: 45px;
  }

  .hero-bkstore .cntnt_wrpr h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .hero-bkstore {
    margin-top: 90px;
    height: auto;
    padding: 17% 0;
  }

  .hero-bkstore .cntnt_wrpr {
    max-width: 850px;
    margin: auto;
  }

  .hero-bkstore .cntnt_wrpr p {
    max-width: 668px;
    font-size: 14px;
    padding: 10px 20px;
  }

  .hero-bkstore .cntnt_wrpr h1 {
    font-size: 48px;
    margin: 15px 0 6px;
  }

  .hero-bkstore .cntnt_wrpr h5 {
    font-size: 15px;
  }
}
section#bookstore-categories.bookstore_cate .card-column {
  min-width: auto !important;
}

#bookstore-categories.bookstore_cate .container-fluid {
  max-width: 95%;
}

.bookstore_cate {
  padding: 1% 0 4%;
  background-color: #F6E6CC;
}

.bookstore_cate h1.sec-hdng {
  font-family: "Playfair Display", serif;
  margin-bottom: 50px;
}

.bookstore_cate a i {
  float: right;
  padding-top: 5px;
}

.bookstore_cate .card-column h3 {
  font-family: "Playfair Display", serif;
}
.bookstore_cate .card-column:nth-child(4n+1) .card {
  background-color: #48A5DC;
}
.bookstore_cate .card-column:nth-child(4n+3) .card {
  background-color: #3C66A1;
}
.bookstore_cate .card-column:nth-child(4n+2) .card {
  background-color: #D18100;
}
.bookstore_cate .card-column:nth-child(4n+4) .card {
  background-color: #8B2E5D;
}
.bookstore_cate .card-column:nth-child(4n+1) .card-btn {
  background-color: #2E88CD !important;
}
.bookstore_cate .card-column:nth-child(4n+2) .card-btn {
  background-color: #BE6100 !important;
}
.bookstore_cate .card-column:nth-child(4n+3) .card-btn {
  background-color: #254783 !important;
}
.bookstore_cate .card-column:nth-child(4n+4) .card-btn {
  background-color: #6B1B3F !important;
}

section#bookstore-categories.bookstore_cate .card-btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  opacity: 0.7;
  font-weight: 300;
  padding: 1.2em 1.7em;
  cursor: pointer;
}

section#bookstore-categories.bookstore_cate .card {
  padding: 37px 30px;
}

@media screen and (min-width: 1600px) {
  .bookstore_cate h1.sec-hdng {
    font-size: 46px;
  }

  section#bookstore-categories.bookstore_cate .card-column {
    max-width: 100% !important;
  }

  section#bookstore-categories.bookstore_cate .card-column .card i {
    font-size: 2em;
  }

  section#bookstore-categories.bookstore_cate .card {
    padding: 37px 30px;
  }

  .card-column h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1800px) {
  section#bookstore-categories.bookstore_cate .card-column {
    max-width: 100% !important;
  }

  section#bookstore-categories.bookstore_cate .card-column .card i {
    font-size: 2em;
  }

  section#bookstore-categories.bookstore_cate .card {
    padding: 30px 35px;
  }

  .card-column h3 {
    font-size: 30px;
    margin-top: 20px;
  }

  .card-column p {
    font-size: 14px;
    font-weight: 300;
  }

  section#bookstore-categories.bookstore_cate .card-btn a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1400px) {
  .bookstore_cate h1.sec-hdng {
    font-size: 50px;
  }

  section#bookstore-categories.bookstore_cate .card-column {
    max-width: 100% !important;
  }

  /* section#bookstore-categories.bookstore_cate .card-column .card i{font-size:2em;} */
  section#bookstore-categories.bookstore_cate .card {
    padding: 40px 20px;
  }

  .card-column h3 {
    font-size: 30px;
    margin-top: 20px;
  }

  .card-column p {
    font-size: 13px;
    font-weight: 300;
  }

  section#bookstore-categories.bookstore_cate .card-btn a {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 1100px) {
  .bookstore_cate h1.sec-hdng {
    font-size: 40px;
  }

  section#bookstore-categories.bookstore_cate .card-column {
    max-width: 100% !important;
  }

  /* section#bookstore-categories.bookstore_cate .card-column .card i{font-size:2em;} */
  section#bookstore-categories.bookstore_cate .card {
    padding: 30px 15px;
  }

  .card-column h3 {
    font-size: 28px;
    margin-top: 0px;
  }

  .card-column p {
    font-size: 13px;
    font-weight: 300;
  }

  section#bookstore-categories.bookstore_cate .card-btn a {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 800px) {
  .bookstore_cate h1.sec-hdng {
    font-size: 40px;
  }

  section#bookstore-categories.bookstore_cate .card-column {
    max-width: 100% !important;
    min-width: 270px !important;
  }

  section#bookstore-categories.bookstore_cate .card-column .card i {
    font-size: 2em;
  }

  section#bookstore-categories.bookstore_cate .card {
    padding: 50px 25px;
  }

  .card-column h3 {
    font-size: 35px;
    margin-top: 20px;
  }

  .card-column p {
    font-size: 18px;
    font-weight: 300;
  }

  section#bookstore-categories.bookstore_cate .card-btn a {
    font-size: 0.8em;
  }
}
.prdct_category {
  font-size: 12px;
  margin: 0px;
}

.staff-picks h2 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
}

.staff-picks .container-fluid {
  width: 83%;
}

.owl-next {
  position: absolute;
  right: -40px;
  top: 40%;
  font-size: 40px !important;
}

.owl-prev {
  position: absolute;
  left: -40px;
  top: 40%;
  font-size: 40px !important;
}

/* .prdct_slider  .product.woocommerce.add_to_cart_inline > *{display:none;} */
@media screen and (min-width: 1600px) {
  section#staff-picks h2 span {
    font-size: 23px;
  }

  .staff-picks h2 {
    font-size: 50px;
  }

  .item .text-right span {
    padding-left: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  section#staff-picks h2 {
    font-size: 27px;
  }

  section#staff-picks h2 span a {
    font-size: 14px;
  }

  section#staff-picks {
    padding: 80px 0 100px !important;
    background-color: #F6E6CC;
  }

  section#staff-picks {
    padding: 50px 0 !important;
    background-color: #F6E6CC;
  }
}
#bs-home-tabs .col-lg-3 {
  margin-bottom: 30px;
}

.nav-tabs .nav-link {
  text-transform: uppercase;
}

@media screen and (min-width: 1600px) {
  #bs-home-tabs .nav-tabs .nav-link {
    font-size: 24px;
  }
}
section#bookstore-categories.bookstore_cate .card {
  min-height: 295px;
}

section#bookstore-categories .card-btn {
  height: 60px;
}

header.bookstore.new_hdr nav.main-navigation {
  justify-content: center;
}

/* header.bookstore.new_hdr nav.main-navigation li{margin:0 12px;} */
header.bookstore.new_hdr nav .menu-main-nav-container {
  width: unset !important;
  margin-left: 2em;
}

header.bookstore nav .menu-main-nav-container {
  width: unset !important;
  margin-left: 2em !important;
}

.prdct_crd_col {
  margin: 15px 0;
}

.product_card {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  height: 100%;
  border-radius: 15px;
  max-width: 320px;
  border: 1px solid #ddd;
}

.owl-stage .product_card {
  margin-left: 5px;
  margin-right: 5px;
}

.prdct_slider .owl-stage {
  display: flex;
}

.product_card .prdct_title {
  line-height: 1.2em;
  font-family: Roboto, sans-serif;
  color: #000;
  min-height: 48px;
  display: block;
  font-weight: 600;
}

.product_card .price {
  text-align: right;
  font-family: Roboto, sans-serif;
  color: #000 !important;
  font-weight: 600 !important;
}

.product_card .price strike {
  opacity: 0.5;
}

.product_card .prdct_category {
  font-size: 12px;
  margin: 5px 0px;
}

.product_card .product.woocommerce.add_to_cart_inline {
  padding: 0px !important;
  border: none !important;
  display: block;
  text-align: right;
}

.product_card a.button {
  font-size: 13px;
  background: #000;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 0px solid #ddd !important;
  border-radius: 12px;
  padding: 0px !important;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #000 !important;
}

.woocommerce .woocommerce-breadcrumb {
  color: #6B1B3F !important;
}

.woocommerce-breadcrumb i {
  color: orange;
  font-size: 12px;
}

mark.new-release {
  color: #6B1B3F;
}

mark.new-arrivals {
  color: magenta;
}

mark.best-sellers {
  color: green;
}

mark.federal-books {
  color: purple;
}

mark.state-books {
  color: lightseagreen;
}

mark, ins {
  background: #efefef !important;
  text-decoration: none;
}

.main-navigation .form.woocommerce-product-search .search-field {
  color: #555;
  border-radius: 20px 0 0 20px;
  display: inline-block;
  width: 200px;
  height: 36px;
  font-size: 12px;
}

.widget_product_search.widget {
  margin: 0;
}

.main-navigation .woocommerce-product-search button {
  margin-top: 5px;
  background: #28292c;
}

.main-navigation form.woocommerce-product-search {
  display: flex;
  width: 320px;
}

/* OVERRIDE FOR BOOTSTRAP **/
.col-1 {
  max-width: unset !important;
}

@media screen and (max-width: 850px) {
  header.bookstore.new_hdr nav.main-navigation .d-flex {
    justify-content: space-between;
    width: 100%;
  }

  header.bookstore.new_hdr nav.main-navigation .d-flex a img {
    max-width: 110px;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1600px) {
  .product_card .prdct_title, .product_card .price {
    font-size: 22px;
  }

  .product_card a.button {
    font-size: 14px;
  }

  .main-navigation .container {
    max-width: 1350px;
  }
}
@media only screen and (max-width: 450px) {
  #masthead .tophat {
    display: none !important;
  }

  .product_card {
    max-width: 267px;
    margin: auto;
  }

  header.bookstore.new_hdr nav.main-navigation.flex-column {
    justify-content: space-around;
    flex-direction: inherit !important;
  }

  .desktop {
    display: none !important;
  }
}
.product_info {
  margin-top: 230px;
}

.product_info .prdct_title {
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

.product_info .prdct_category {
  font-size: 12px;
}

.product_info .thmbnail_col {
  padding: 0px 30px 0px 0;
}

.product_info .thmbnail_col .prdct_thmbnail {
  text-align: center;
  outline: 2px solid #efefef;
  outline-offset: -20px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
}

.product_info .thmbnail_col .prdct_thmbnail img {
  width: 100%;
  margin: 50px auto 50px auto;
  max-width: 400px;
}

.product_info .about_meta {
  display: flex;
}

.product_info .about_meta span {
  margin: 20px 0;
}

.product_info .about_meta .span_label {
  padding-right: 10px;
}

.product_info .about_meta .span_value {
  padding-right: 20px;
  font-weight: 600;
}

.product_info .cate_wrpr {
  margin-bottom: 20px;
}

.product_info .variations label {
  font-weight: 700;
}

.product_info .prdct-price, .woocommerce-variation-price {
  font-size: 25px;
  font-weight: 800;
  color: #000;
}

.product_info .woocommerce .quantity .qty {
  background: #efefef;
  border: none;
}

.product_info .button-variable-item {
  background-color: #efefef !important;
  font-weight: 700;
  border: none;
  padding: 18px 15px !important;
}

.product_info a.reset_variations {
  display: none;
}

.product_info .formt {
  font-size: 14px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}

table.variations {
  margin-bottom: 0px;
}

.shp_tab {
  padding: 4% 0;
}

.shp_tab .nav-tabs {
  border-bottom: 0px solid;
}

.shp_tab .nav-tabs .nav-link.active {
  color: #000;
  font-weight: 400;
  /* background: #EDF1F5; */
  background: #F3F3F3;
  border: none;
  padding: 10px 15px;
}

.shp_tab .tab-content {
  /* background: #FAFAFB; */
  background: #F3F3F3;
  line-height: 25px;
  border: none;
  border-top: 0px solid;
  padding: 30px 25px;
  margin-top: 0;
}

.shp_tab .nav-tabs .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 10px 15px;
}

.rltd_prdct .related.products h2 {
  display: none;
}

.rltd_prdct {
  padding: 4% 0;
}

.rltd_prdct .section-heading h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.product_info button.single_add_to_cart_button {
  background-color: #d18100 !important;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px 42px !important;
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1350px;
  }
}
@media only screen and (max-width: 450px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
  }
}
.shp_banner {
  padding: 5% 0;
  margin-top: 140px;
}

.woof_container_inner a {
  color: #000 !important;
}

.woof_container_inner a:hover {
  text-decoration: none !important;
}

.woof_container_inner h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.woof_redraw_zone .woof_container {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 9px;
  border-bottom: 1px solid #efefef;
}

.woof_block_html_items ul {
  padding: 0px;
}

.woof label {
  cursor: pointer;
  margin-bottom: 0;
}

.top-bar-shop {
  padding: 1% 0;
}

.top-bar-shop .container {
  padding: 3% 0;
  border-top: 1px solid #efefef;
}

.woof_redraw_zone {
  padding-top: 20px;
  max-width: 200px;
}

.woocommerce-products-header__title {
  font-family: "Playfair Display", serif;
}

.top-bar-filter select {
  border: 1px solid #ccc;
  padding: 7px 49px 7px 10px;
  border-radius: 5px;
  margin-right: 15px;
}

.top-bar-filter button {
  padding: 10px 20px;
  background: none;
  border-radius: 5px;
  margin-right: 15px;
}

.button.woof_reset_search_form {
  width: 100% !important;
  margin-top: 20px;
  background-color: #efefef !important;
  color: #000 !important;
  text-transform: capitalize !important;
}

@media screen and (max-width: 450px) {
  .woof_container_inner h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
  }

  .woof_redraw_zone {
    padding-top: 20px;
    max-width: 100%;
  }
}
.filter_select_wrap {
  float: right;
  align-items: center;
  justify-content: center;
}

.prod_count {
  margin-right: 30px;
  display: inline-block;
}

.filter_select {
  background: #EDF1F5;
  vertical-align: middle;
  padding: 7px 15px 0px 15px;
  border-radius: 6px;
  color: #55809b;
  margin-right: 10px;
  display: inline-table;
  margin-bottom: 10px;
}

.filter_select label {
  font-weight: 500;
  margin-right: 10px;
  text-transform: capitalize;
}

.filter_select .fa-times {
  color: #55809b;
}

.select_btn a {
  color: black;
}

.woof_products_top_panel, .woocommerce-result-count, .woocommerce-ordering {
  display: none !important;
}

.woof_shortcode_output .woocommerce-info {
  background: white;
  border: none;
}

.woof_shortcode_output .woocommerce-info:before {
  content: none;
}

/*# sourceMappingURL=style.css.map */
