/*
Theme Name: Griffith Review Child Theme
Theme URI: http://thecode.co/
Version: 1.3
template: bb-theme
*/
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGYsz_wNahGAdqQ43Rh_c6DptfpA4cD3.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGYsz_wNahGAdqQ43Rh_cqDptfpA4cD3.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGYsz_wNahGAdqQ43Rh_c6DptfpA4cD3.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGYsz_wNahGAdqQ43Rh_cqDptfpA4cD3.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/worksans/v18/QGYsz_wNahGAdqQ43Rh_fKDptfpA4Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.flex {
  display: flex;
}
.space-between {
  justify-content: space-between;
}
.align-center {
  align-items: center;
}
.btn {
  padding: 16px 24px;
  border-radius: 40px;
  border: 1px solid transparent;
  font-size: 18px;
  background-color: #DF2027;
  line-height: 1;
  color: #fff;
  text-decoration: none !important;
  transition: color 0.25s, background-color 0.25s, border 0.25s;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  margin-right: 12px;
  border: 1px solid #DF2027;
}
.btn.light {
  background-color: transparent;
  border: 1px solid #DF2027;
  color: #DF2027;
}
.btn.small-tag {
  background-color: #eee;
  color: #DF2027;
  font-size: 14px;
  padding: 8px 10px;
  border: 0;
}
.btn:hover {
  background-color: #222;
  color: #fff;
  border-color: #222;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 12px 18px;
    font-size: 16px;
  }
}
/* Gravity Form Basic */
.gform_wrapper {
  margin: 24px 0 0 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 16px 24px !important;
  border-radius: 40px;
  border: 1px solid transparent;
  font-size: 18px;
  background-color: #fff;
  line-height: 1;
  color: #222;
  border: 1px solid #eee;
  text-decoration: none !important;
  transition: color 0.25s, background-color 0.25s;
  line-height: 1 !important;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  padding: 16px 24px !important;
  border-radius: 40px;
  border: 1px solid transparent;
  font-size: 18px;
  background-color: #222;
  width: auto !important;
  color: #fff;
  border: 1px solid #222;
  text-decoration: none !important;
  transition: color 0.25s, background-color 0.25s, border 0.25s;
  min-height: auto !important;
  line-height: 1 !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #222;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Post default styling */
.post-default {
  width: 100%;
}
.post-default h3 {
  font-size: 22px;
  color: #222;
  margin-top: 8px;
}
.post-default a {
  text-decoration: none;
}
.post-default p {
  color: #222;
}
.post-default img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}
.single-articles .fl-photo-content img {
  width: 100%;
  height: auto;
}
/* Facet Styles */
.facetwp-facet select {
  padding: 16px 20px;
  background-color: #eee;
  border-radius: 32px;
  border: 0;
  line-height: 1.1 !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0 10px;
  background-image: url('images/down-arrow.svg');
  background-position: calc(100% - 18px);
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 32px;
  color: #555555;
}
.custom-filters .fl-rich-text {
  display: flex;
  justify-content: center;
}
.facetwp-facet-load_more {
  text-align: center;
}
.facetwp-load-more {
  padding: 16px 24px;
  border-radius: 40px;
  border: 1px solid transparent;
  font-size: 18px;
  background-color: #DF2027;
  line-height: 1;
  color: #fff;
  text-decoration: none !important;
  transition: color 0.25s, background-color 0.25s, border 0.25s;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  margin-right: 12px;
  transition: background-color 0.25s, color 0.25s;
  border: 0;
}
.facetwp-load-more:active,
.facetwp-load-more:focus {
  background-color: #222;
  border: 0;
  top: 0;
}
.facetwp-load-more:hover {
  background-color: #222;
  border: 0;
}
@media screen and (max-width: 767px) {
  .custom-filters .fl-rich-text,
  .facetwp-facet-load_more {
    justify-content: flex-start;
  }
  .custom-filters .fl-rich-text {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .custom-filters .facetwp-facet {
    margin-bottom: 0;
  }
  .facetwp-facet select {
    padding: 12px 20px;
    font-size: 14px;
    margin: 0 0 16px;
    width: 100%;
  }
}
/* Gutenberg Editor */
.single-articles #fl-main-content .fl-rich-text p,
.single-articles #fl-main-content .fl-rich-text ul,
.single-articles #fl-main-content .fl-rich-text ol,
#fl-main-content .fl-rich-text blockquote {
  width: 100%;
  margin: 16px auto;
}
.single-articles #fl-main-content .fl-rich-text h1,
.single-articles #fl-main-content .fl-rich-text h2,
.single-articles #fl-main-content .fl-rich-text h3,
.single-articles #fl-main-content .fl-rich-text h4,
.single-articles #fl-main-content .fl-rich-text h5 {
  width: 100%;
  margin: 32px auto 16px;
}
.single-articles #fl-main-content .fl-rich-text ul,
.single-articles #fl-main-content .fl-rich-text ol {
  padding: 0 0 0 16px;
}
.single-articles #fl-main-content .wp-block-image {
  width: 100%;
  margin: 32px auto;
}
.single-articles #fl-main-content .wp-block-embed {
  margin: 24px auto;
}
.single-articles #fl-main-content .fl-rich-text ul li {
  padding: 2px 0;
}
.single-articles #fl-main-content .twitter-tweet {
  margin: auto;
}
.single-articles #fl-main-content .wp-block-image.alignfull {
  max-width: 100%;
  padding: 0;
}
.single-articles #fl-main-content .wp-block-image.alignwide {
  max-width: 100%;
  padding: 0;
}
#fl-main-content .wp-block-image figcaption {
  text-align: left;
  margin-top: 16px;
}
.single-articles #fl-main-content figure img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: block;
  margin-top: 32px;
  margin-bottom: 22px;
}
.single-articles #fl-main-content .image-credit .fl-rich-text p {
  margin: 0 auto;
}
.single-articles #fl-main-content .wp-block-image img {
  margin: 16px 0;
}
.single-articles #fl-main-content figcaption {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Work Sans', sans-serif;
  margin: 12px auto 22px;
}
.single-articles #fl-main-content blockquote {
  border: 0;
  padding-left: 0;
  padding: 0;
  margin: 0 0 32px;
  font-size: 24px;
}
#fl-main-content .wp-block-media-text__media {
  width: 220px;
}
.single-articles #fl-main-content .wp-block-media-text {
  grid-template-columns: 33.33% 1fr;
}
.single-articles #fl-main-content .wp-block-media-text img {
  box-shadow: 0px 5px 15px -5px rgba(170, 170, 170, 0.5);
}
.single-articles #fl-main-content .wp-block-pullquote blockquote {
  font-size: 32px;
  text-align: center;
  margin: 0;
}
.single-articles #fl-main-content .wp-block-pullquote p {
  margin: 16px auto 8px;
}
.single-articles #fl-main-content blockquote:after {
  content: '';
  background-color: #DF2027;
  height: 2px;
  margin-top: 32px;
  width: 80px;
  display: block;
}
.single-articles #fl-main-content .wp-block-pullquote blockquote:after {
  margin-left: auto;
  margin-right: auto;
}
.single-articles #fl-main-content .wp-block-pullquote {
  border: 0;
  margin: 0;
  color: inherit;
  padding: 8px 0 32px;
}
.single-articles #fl-main-content .wp-block-pullquote p {
  font-size: 1em;
}
.single-articles #fl-main-content cite {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Work Sans', sans-serif;
}
.single-articles #fl-main-content .fl-rich-text figcaption p {
  margin: 2px auto;
}
.supported-logo {
  margin: 0 0 10px 4px;
}
@media screen and (max-width: 767px) {
  .post-default img {
    height: 70vw;
  }
}
.woocommerce th,
.woocommerce td {
  font-family: 'Work Sans';
  font-weight: 500;
}
.woocommerce .cart .button,
.woocommerce .cart-collaterals .button,
.woocommerce-checkout-payment .button,
.woocommerce-MyAccount-content .button {
  font-family: 'Work Sans' !important;
  font-weight: 500 !important;
  border-radius: 40px !important;
  border: 0 !important;
}
.woocommerce-MyAccount-content .edit {
  font-family: 'Work Sans' !important;
  font-weight: 500 !important;
}
.woocommerce .woocommerce-MyAccount-navigation {
  font-family: 'Work Sans' !important;
  font-weight: 500 !important;
}
@media (min-width: 768px) {
  .site-header {
    padding: 20px;
  }
}
.site-header .header-menu {
  flex-wrap: wrap;
  row-gap: 15px;
}
.site-header .logo-menu {
  width: 100%;
}
@media (min-width: 768px) {
  .site-header .logo-menu {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .site-header .logo-menu {
    width: 60%;
  }
}
@media (min-width: 1361px) {
  .site-header .logo-menu {
    width: auto;
  }
}
.site-header .menu-highlight {
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .site-header .menu-highlight {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .site-header .menu-highlight {
    width: 40%;
  }
}
@media (min-width: 1361px) {
  .site-header .menu-highlight {
    width: 25%;
  }
}
.site-header .btn.contact-us {
  order: 5;
}
.site-header .btn.sign-in {
  display: block;
  order: 4;
  margin: 0;
}
@media (max-width: 767px) {
  .site-header .btn.sign-in {
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .site-header .btn.sign-in {
    padding-right: 8px;
    padding-left: 10px;
  }
}
.site-header .cart-button {
  order: 3;
  margin: 0;
}
@media (max-width: 767px) {
  .site-header .cart-button .fl-icon i {
    margin-left: 0;
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .site-header .cart-button .fl-icon i {
    margin-left: 0;
    margin-right: 8px;
  }
}
.site-header .search-button {
  order: 2;
  margin: 0;
}
@media (max-width: 767px) {
  .site-header .search-button .fl-icon i {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .site-header .search-button .fl-icon i {
    margin-left: 0;
    margin-right: 8px;
  }
}
@media (max-width: 1360px) {
  .site-header .mobmenu {
    order: 1;
    margin: 5px 0 0;
  }
}
@media (max-width: 1023px) {
  .site-header .menu-nav {
    top: 130px;
    height: calc(100vh - 130px);
  }
}
@media (max-width: 1360px) {
  .site-header .menu-nav {
    display: none;
  }
}
@media (max-width: 1360px) {
  .site-header.is-active .menu-nav {
    display: block;
  }
}
.home .fl-node-z9ray806twub > .fl-row-content-wrap {
  padding-top: 0;
}
.griffith-curated .fl-post-column {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .griffith-curated .fl-post-column {
    padding: 0;
  }
}
.griffith-curated .fl-post-grid-post {
  padding: 20px;
  border: none;
}
.griffith-curated .fl-post-image > a {
  display: block;
  margin-bottom: 16px;
}
.griffith-curated .wp-post-image {
  height: 70vw;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .griffith-curated .wp-post-image {
    height: auto;
  }
}
.griffith-curated .fl-post-text {
  padding: 0;
}
.griffith-curated .fl-post-text h3 {
  font-size: 22px;
  color: #222;
  margin-top: 8px;
}
.griffith-curated .fl-post-text p {
  font-size: 15px;
  line-height: 26px;
  color: #222;
}
.griffith-curated .fl-post-meta {
  margin-top: 12px;
  font-style: italic;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
}
.griffith-curated .fl-post-meta a {
  font-style: normal;
  color: #DF2027;
  text-decoration: underline;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  margin-left: 3px;
}
.griffith-curated .fl-builder-pagination-load-more a.fl-button {
  padding: 16px 24px;
  border-radius: 40px;
  border: 1px solid transparent;
  font-size: 18px;
  background-color: #DF2027;
  line-height: 1;
  color: #fff;
  text-decoration: none !important;
  transition: color 0.25s, background-color 0.25s, border 0.25s;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  margin-right: 12px;
  transition: background-color 0.25s, color 0.25s;
  border: 0;
}
.griffith-curated .fl-builder-pagination-load-more a.fl-button:hover {
  background-color: #222;
  border: 0;
}
.archive-editions .post-default img,
.archive-events .post-default.featured-small img,
.edition-wrapper .post-default img {
  aspect-ratio: revert-layer;
}
/*# sourceMappingURL=style.css.map */