/**
 * @package Helix Ultimate Framework
 * @author JoomShaper https://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2018 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
body {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.helix-ultimate-preloader {
  overflow: hidden;
}
body.helix-ultimate-preloader:before {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: rgba(255, 255, 255, .9);
}
body.helix-ultimate-preloader:after {
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  line-break: 48px;
  font-weight: 900;
  text-align: center;
  color: #007bff;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  z-index: 99999;
}
a {
  transition: color 400ms, background-color 400ms;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
#sp-top-bar {
  padding: 8px 0;
  font-size: 0.875rem;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 1.25rem;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li > a:before {
  display: none;
}
.sp-module-content .latestnews > li > a > span {
  display: block;
  margin-top: 5px;
  font-size: 85%;
}
.sp-contact-info {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
  white-space: nowrap;
}
.sp-contact-info li i {
  margin: 0 3px;
}
#sp-header {
  height: 60px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
#sp-header .logo {
  height: 60px;
  display: inline-flex;
  margin: 0;
  align-items: center;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
}
#sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 60px;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title .sp-page-title-heading {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb > .active {
  color: rgba(255, 255, 255, 0.8);
}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 50px;
  border: 1px solid #f3f3f3;
  padding: 30px;
  border-radius: 3px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul, #sp-right .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  border-bottom: 1px solid #f3f3f3;
}
#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
}
#sp-left .sp-module ul > li:last-child, #sp-right .sp-module ul > li:last-child {
  border-bottom: none;
}
#sp-left .sp-module .categories-module ul, #sp-right .sp-module .categories-module ul {
  margin: 0 10px;
}
#sp-left .sp-module .latestnews > div, #sp-right .sp-module .latestnews > div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
#sp-left .sp-module .latestnews > div:last-child, #sp-right .sp-module .latestnews > div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#sp-left .sp-module .latestnews > div > a, #sp-right .sp-module .latestnews > div > a {
  display: block;
  font-weight: 400;
}
#sp-left .sp-module .tagscloud, #sp-right .sp-module .tagscloud {
  margin: -2px 0;
}
#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
#sp-left .sp-module .tagscloud .tag-name span, #sp-right .sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration .modal {
  display: inline-block;
  position: inherit;
}
.com-content.layout-edit .nav-tabs .nav-link, .com-content.layout-edit label.hasPopover, .registration label.hasPopover {
  display: inline-block !important;
}
.registration .form-check-inline input[type="radio"] {
  display: inline-block;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt, .search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
  margin: -20px -20px 20px -20px;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
  border-radius: 3px 3px 0 0;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 1.375rem;
  margin: 0 0 1.25rem 0;
}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
  color: #000006;
}
.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
  color: #000;
}
.article-list .article .readmore {
  font-size: 0.875rem;
}
.article-list .article .readmore a {
  color: #000006;
  font-weight: 500;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
  color: #000;
}
.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.article-info > span {
  font-size: 0.813rem;
}
.article-info > span + span::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  content: "/";
}
.article-info > span a {
  color: #000006;
}
.article-info > span a:hover {
  color: #000;
}
.article-details .article-header {
  position: relative;
}
.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.25rem;
}
.article-details .article-info {
  margin-bottom: 1rem;
}
.article-details .article-full-image {
  text-align: center;
  margin-bottom: 2rem;
}
.article-details .article-full-image img {
  display: inline-block;
  border-radius: 4px;
}
.article-details .article-featured-video, .article-details .article-featured-audio, .article-details .article-feature-gallery {
  margin-bottom: 2rem;
}
.article-details .article-ratings-social-share {
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
}
.article-details .article-author-information {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-details .article-can-edit {
  position: relative;
  margin-bottom: 10px;
}
.article-details .article-can-edit a {
  display: inline-block;
  background: #2a61c9;
  color: #fff;
  padding: 5px 12px;
  border-radius: 3px;
  font-size: 14px;
}
.related-article-list-container {
  margin-top: 15px;
}
.related-article-list-container .related-article-title {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
}
.related-article-list-container ul.related-article-list {
  list-style: none;
  padding: 0;
}
.related-article-list-container ul.related-article-list li {
  margin-bottom: 10px;
}
.related-article-list-container ul.related-article-list li .article-header h2 {
  font-size: 1.2rem;
}
.related-article-list-container ul.related-article-list li .article-header h2 a {
  color: #252525;
}
.related-article-list-container ul.related-article-list li .article-header h2 a:hover {
  color: #044cd0;
}
.related-article-list-container ul.related-article-list li .published {
  font-size: 14px;
}
.tags {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
  display: block;
}
.tags > li {
  display: inline-block;
}
.tags > li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 6.25rem;
}
.tags > li a:hover {
  color: #fff;
}
.pager {
  list-style: none;
  padding: 2rem 0 0 0;
  margin: 2rem 0 0 0;
  border-top: 1px solid #f5f5f5;
}
.pager::after {
  display: block;
  clear: both;
  content: "";
}
.pager > li {
  display: inline-block;
}
.pager > li.previous {
  float: left;
}
.pager > li.next {
  float: right;
}
.pager > li a {
  display: inline-block;
  font-size: 0.785rem;
  padding: 1rem 2.5rem;
  border-radius: 100px;
}
#article-comments {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #f5f5f5;
}
.article-ratings {
  display: flex;
  align-items: center;
}
.article-ratings .rating-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.article-ratings .rating-symbol span.rating-star {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.article-ratings .rating-symbol span.rating-star.active:before {
  content: "\f005";
  color: #f6bc00;
  font-weight: 900;
}
.article-ratings .rating-symbol span.rating-star:before {
  content: "\f005";
  padding-right: 5px;
}
.article-ratings .rating-symbol span.rating-star:hover:before, .article-ratings .rating-symbol span.rating-star:hover ~ span.rating-star:before {
  content: "\f005";
  color: #e7b000;
  font-weight: 900;
  cursor: pointer;
}
.article-ratings .ratings-count {
  font-size: 0.785rem;
  color: #999;
}
.article-ratings .fa-spinner {
  margin-right: 5px;
}
.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  margin-bottom: 0;
}
.article-social-share {
  float: right;
}
.article-social-share .social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.article-social-share .social-share-icon ul li {
  display: inline-block;
}
.article-social-share .social-share-icon ul li:not(:last-child) {
  margin-right: 10px;
}
.article-social-share .social-share-icon ul li a {
  border: 1px solid #ededed;
  font-size: 1rem;
  border-radius: 50%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  display: inline-block;
}
.article-social-share .social-share-icon ul li a:hover, .article-social-share .social-share-icon ul li a:focus {
  color: #fff;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module, .categories-module, .archive-module, .latestnews, .newsflash-horiz, .mostread, .form-links, .list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
  padding: 2px 0;
}
.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.contentpane:not(.com-sppagebuilder) {
  padding: 20px;
}
#sp-bottom {
  padding: 60px 0 30px;
  font-size: 14px;
  line-height: 1.6;
}
#sp-bottom .sp-module {
  margin-bottom: 30px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 30px;
}
#sp-bottom .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-bottom .sp-module ul > li {
  display: block;
  margin-bottom: 15px;
}
#sp-bottom .sp-module ul > li:last-child {
  margin-bottom: 0;
}
#sp-bottom .sp-module ul > li > a {
  display: block;
}
#sp-footer {
  font-size: 14px;
  padding: 0;
}
#sp-footer .container-inner {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
#sp-footer ul.menu li {
  display: inline-block;
  margin: 0 10px;
}
#sp-footer ul.menu li a {
  display: block;
}
#sp-footer ul.menu li a:hover {
  background: none;
}
#sp-footer #sp-footer2 {
  text-align: right;
}
html.offline body {
  background: #f3f3f3;
}
html.offline .offline-wrapper {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
html.coming-soon, html.offline {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
html.coming-soon body, html.offline body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.coming-soon .coming-soon-logo, html.offline .coming-soon-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.coming-soon #coming-soon-countdown, html.offline #coming-soon-countdown {
  margin-top: 4rem;
}
html.coming-soon #coming-soon-countdown .coming-soon-days, html.offline #coming-soon-countdown .coming-soon-days, html.coming-soon #coming-soon-countdown .coming-soon-hours, html.offline #coming-soon-countdown .coming-soon-hours, html.coming-soon #coming-soon-countdown .coming-soon-minutes, html.offline #coming-soon-countdown .coming-soon-minutes, html.coming-soon #coming-soon-countdown .coming-soon-seconds, html.offline #coming-soon-countdown .coming-soon-seconds {
  margin: 0;
  float: left;
  width: 25%;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-number, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-number, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-number {
  width: 100%;
  font-size: 4.5rem;
  letter-spacing: -1px;
  line-height: 1;
}
html.coming-soon #coming-soon-countdown .coming-soon-days .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-days .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-hours .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-minutes .coming-soon-string, html.coming-soon #coming-soon-countdown .coming-soon-seconds .coming-soon-string, html.offline #coming-soon-countdown .coming-soon-seconds .coming-soon-string {
  font-size: 1.5rem;
  letter-spacing: -1px;
  display: block;
  text-transform: uppercase;
}
html.coming-soon .coming-soon-position, html.offline .coming-soon-position {
  margin-top: 2rem;
}
html.coming-soon .social-icons, html.offline .social-icons {
  margin-top: 4rem;
}
html.coming-soon .coming-soon-login form, html.offline .coming-soon-login form {
  display: inline-block;
}
html.error-page {
  width: 100%;
  height: 100%;
}
html.error-page body {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 40%;
}
html.error-page .error-logo {
  display: inline-block;
  margin-bottom: 2rem;
}
html.error-page .error-code {
  margin: 0 0 1rem;
  font-size: 6rem;
  line-break: 1;
}
html.error-page .error-message {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
html.error-page .error-modules {
  margin-top: 2rem;
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.profile > div:not(:last-child) {
  margin-bottom: 30px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead > tr, table.category tbody > tr {
  border: 1px solid #f2f2f2;
}
table.category thead > tr th, table.category tbody > tr th, table.category thead > tr td, table.category tbody > tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-preloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-preloader > div {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  animation: spSpin 0.75s linear infinite;
}
.sp-preloader > div:after {
  content: '';
  position: absolute;
  width: 49px;
  height: 49px;
  top: 1px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  z-index: 1000;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #444;
}
.control-group {
  margin-bottom: 1rem;
}
select.form-control:not([multiple]), select.inputbox:not([multiple]), select:not([multiple]) {
  height: calc(2.25rem + 2px);
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
}
.chzn-select, .chzn-select-deselect {
  width: 100%;
}
.chzn-container.chzn-container-single .chzn-single {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  height: calc(2.25rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-single div {
  width: 30px;
  background: none;
}
.chzn-container.chzn-container-single .chzn-single div > b {
  background: none;
  position: relative;
}
.chzn-container.chzn-container-single .chzn-single div > b:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.chzn-container.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
  border-radius: 0.25rem 0.25rem 0 0;
}
.chzn-container.chzn-container-single .chzn-search {
  padding: 0.625rem;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5rem 1.429rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25;
  height: calc(2rem + 2px);
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-search input[type="text"]:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}
.chzn-container.chzn-container-single .chzn-search:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.chzn-container.chzn-container-single .chzn-drop {
  border-color: rgba(0, 0, 0, .15);
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-single .chzn-results li.highlighted {
  background-image: none !important;
}
.chzn-container.chzn-container-multi .chzn-choices {
  display: block;
  width: 100%;
  padding: 0 0.75rem;
  min-height: calc(2.25rem + 2px);
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  height: calc(2rem + 2px);
  background-color: #fff;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice {
  margin: 5.5px 5px 0 0;
  padding: 5px 20px 5px 5px;
  background-image: none;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  background: none;
  top: 5px;
  color: rgba(0, 0, 0, .2);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  color: rgba(0, 0, 0, .5);
}
.chzn-container.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 0;
  right: 0;
}
.chzn-container.chzn-container-multi.chzn-with-drop.chzn-container-active .chzn-choices {
  border-radius: 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop {
  margin-top: -4px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results:not(:empty) {
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}
.chzn-container.chzn-container-multi.chzn-with-drop .chzn-drop .chzn-results li.no-results {
  background: none;
}
.form-horizontal .control-label {
  float: left;
  width: auto;
  padding-top: 5px;
  padding-right: 5px;
  text-align: left;
}
.form-horizontal .controls {
  margin-left: 220px;
}
.card-block {
  padding: 20px;
}
.card-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.card-block ul li {
  display: block;
}
.alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
#sp-cookie-consent {
  position: fixed;
  font-size: 16px;
  font-weight: 500;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
#sp-cookie-consent > div {
  padding: 20px;
  position: relative;
}
.form-check-inline input[type="radio"] {
  display: none;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline {
  margin: 0;
  margin-right: -5px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: #333;
  border-top: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label.btn-success {
  background: #46a546;
  color: #fff;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline label input[type="radio"] {
  display: none !important;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:last-child label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#attrib-helix_ultimate_blog_options #jform_attribs_helix_ultimate_article_format .form-check-inline:first-child label {
  border-left: 1px solid #b3b3b3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.com-contenthistory .btn-group {
  display: flex;
  justify-content: flex-end;
}
.com-contenthistory .btn-group button {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  border: 1px solid #bbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.com-contenthistory .btn-group button:hover {
  color: #333;
  background-color: #e9e9e9;
}
#versionsModal {
  top: 10%;
}
#versionsModal .modal-dialog {
  max-width: 80%;
}
#versionsModal iframe {
  min-height: 300px;
}
.com-media.contentpane {
  padding: 10px !important;
}
.com-media .well {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.com-media .well .row {
  margin: 0;
  padding: 0;
}
.com-media .well .row > div:first-child {
  width: calc(100% - 200px);
}
.com-media .well .row > div:last-child {
  width: 200px;
  float: right;
  text-align: right;
  padding-top: 30px;
}
.com-media .well .row #folderlist {
  display: inline-block;
}
.com-media .well .row #upbutton {
  display: none;
}
.com-media.view-imagesList {
  padding: 0px 0px 10px 0 !important;
}
.com-media.view-imagesList:before {
  content: " ";
  display: table;
}
.com-media.view-imagesList:after {
  display: block;
  clear: both;
  content: "";
}
.com-media.view-imagesList ul.manager {
  list-style: none;
  padding: 0;
  margin: 0;
}
.com-media.view-imagesList ul.manager > li.thumbnail {
  width: 110px;
  float: left;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  background-color: #92ceff;
  border-radius: 0 5px 5px 5px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child > span:before {
  content: '';
  width: 50%;
  height: 12px;
  border-radius: 0 20px 0 0;
  background-color: #92ceff;
  position: absolute;
  top: -12px;
  left: 0px;
}
.com-media.view-imagesList ul.manager > li.thumbnail > a > div:first-child img {
  display: inline-block;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: right;
  position: relative;
}
.sp-megamenu-parent > li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent > li.menu-justify {
  position: static;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 60px;
  font-size: 14px;
  margin: 0;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 500;
}
.sp-megamenu-parent > li .sp-menu-badge {
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  background: #d60000;
  color: #fff;
  border-radius: 3px;
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row:not(:first-child) {
  margin-top: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 8px 0;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge).sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .sp-module-title {
  font-size: 14px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li:not(:last-child) {
  margin: 0 0 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a {
  font-size: 14px;
}
.sp-megamenu-parent .sp-dropdown .sp-module .latestnews > li a span {
  opacity: 0.8;
}
.sp-megamenu-parent .sp-dropdown-mega > .row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega > .row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-animation-fade .sp-has-child:hover > .sp-dropdown {
  animation: spFadeIn 600ms;
}
.sp-megamenu-parent.menu-animation-fade-up .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInUp 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-fade-down .sp-has-child:hover > .sp-dropdown {
  animation: spFadeInDown 400ms ease-in;
}
.sp-megamenu-parent.menu-animation-zoom .sp-has-child:hover > .sp-dropdown {
  animation: spZoomIn 300ms;
}
.sp-megamenu-parent.menu-animation-rotate .sp-has-child:hover > .sp-dropdown {
  animation: spRotateIn 300ms;
}
.sp-megamenu-parent.menu-animation-pulse .sp-has-child:hover > .sp-dropdown {
  animation: spPulse 300ms;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-right {
  margin-left: 5px;
}
body.ltr .sp-megamenu-parent > li .sp-menu-badge.sp-menu-badge-left {
  margin-right: 5px;
}
body.ltr .sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  float: right;
  margin-left: 7px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  left: 100%;
}
@media (min-width: 576px) {
  .sp-menu-full.container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sp-menu-full.container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .sp-menu-full.container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
    width: 1140px;
  }
}
#offcanvas-toggler {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
#offcanvas-toggler > span:hover {
  color: #fff;
}
.offcanvas-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas-active .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #333;
  color: #fff;
}
.close-offcanvas:hover {
  background: #666;
  color: #fff;
}
.offcanvas-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 0;
  margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 1rem;
  font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  display: block;
  font-size: 1rem;
  padding: 0.125rem 0;
  position: relative;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .nav-header > .menu-toggler:after {
  content: "\f056";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler:after {
  content: "\f055";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
  font-size: 0.875rem;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
  float: right;
  margin-left: 20px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-left {
  float: left;
  margin-right: 20px;
}
body.ltr.offcanvs-position-left .body-wrapper {
  left: 0;
}
body.ltr.offcanvs-position-left .offcanvas-menu {
  left: -300px;
}
body.ltr.offcanvs-position-left.offcanvas-active .offcanvas-menu {
  left: 0;
}
body.ltr.offcanvs-position-left.offcanvas-active .body-wrapper {
  left: 300px;
}
body.ltr.offcanvs-position-right .body-wrapper {
  right: 0;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
  right: 0;
}
body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 300px;
}
body.ltr .close-offcanvas {
  right: 15px;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .nav-header > .menu-toggler {
  right: 0;
}
body.ltr .offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  margin-left: 10px;
}
@keyframes spFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes spFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spZoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes spRotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
@keyframes spPulse {
  from {
    opacity: 0;
    transform: scale3d(1, 1, 1);
  }
  50% {
    opacity: 0.5;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes spSpin {
  to {
    transform: rotate(360deg);
  }
}
/* SCSS Document */
/* ------------------------------------------------ */
/*
 /* Custom SCSS for Yanalla farms - YNF002
 /*
 /* ------------------------------------------------ */
/*--------------------------------- */
/*  Variables Here:
 /*--------------------------------- */
/* Yanalla - Black */
/* Yanalla - Lime  */
/*--------------------------------- */
/* General
 /*--------------------------------- */
body.shop-view #sp-main-body {
  padding: 0px 0px 100px !important;
}
@media (max-width: 767px) {
  body.shop-view #sp-main-body {
    padding: 0px 0px 70px !important;
  }
}
@media (max-width: 575px) {
  body.shop-view #sp-main-body {
    padding: 0px 0px 0px !important;
  }
}
.item-page {
  text-align: center;
  max-width: 1199px;
  margin: 0 auto;
}
.article-list .article {
  border: 1px none #f5f5f5 !important;
}
.article-content {
  color: #000006;
}
h1, .page-header h1, .article-header h1 {
  font-size: 26px !important;
  text-transform: uppercase;
  letter-spacing: 1.1px !important;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.h2, h2 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .h2, h2 {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
  }
}
.noListBullets ul {
  list-style: none;
  padding: 0;
}
.item-page ul {
  margin: 25px 0 25px;
}
.fal, .fas {
  font-family: "Font Awesome 5 Pro" !important;
  font-weight: 300 !important;
}
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}
p {
  line-height: 1.75;
  margin-bottom: 25px;
}
#sp-main-body {
  padding: 50px 0;
}
.article-content-feed h2.sp-module-title {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #000;
}
.article-content-feed .sp-module-content h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem !important !;
  text-transform: uppercase !important;
  letter-spacing: 0.2rem;
  font-weight: 600;
  color: #000;
}
.article-content-feed p {
  font-size: 1rem;
}
.btn {
  border-radius: 0;
}
#sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 50px !important;
  background: rgba(255, 255, 255, 0.8) !important;
}
blockquote {
  margin: 4em 0 4em 0 !important;
  padding: 1em 1em 0.3em 1.5em !important;
  border-left: 6px solid #000006;
}
blockquote p a:link, p a:link, blockquote p a:visited, p a:visited {
  color: #000006;
  text-decoration: none;
}
blockquote p a:focus, p a:focus, blockquote p a:hover, p a:hover {
  text-decoration: none;
  color: #238d91;
}
.lead {
  margin-bottom: 1.2rem;
  color: #000006;
  font-size: 1rem;
  letter-spacing: 0.12rem;
  line-height: 1.8rem;
}
.white, .cta-title {
  color: #fff;
}
.fa.fa-heart.text-error, .fa.fa-heart-o.text-danger.text-error {
  color: #dc3545 !important;
}
/* Blockquote Styles
 /* ----------------------- */
blockquote {
  padding: 11px 22px;
  margin: 40px 0 40px 0px;
  font-size: 1.6rem;
  border-left: 5px solid #c8dc8f;
}
blockquote .fa {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 1.2rem !important;
  font-weight: 400;
}
/*-------------------------------------- */
/* Top Bar Section - Wishlist and Mini Cart
 /*-------------------------------------- */
#sp-top-bar-section {
  height: 40px;
  background: rgba(255, 255, 255, 0.8) !important;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
}
#sp-top-bar-section #sp-top-social-icons .sp-column {
  display: flex;
  justify-content: flex-end;
  height: 40px;
  align-items: center;
}
#sp-top-bar-section #sp-top-social-icons .sp-column a {
  color: #202020;
}
#sp-top-bar-section #sp-top-social-icons .sp-column a:hover, #sp-top-bar-section #sp-top-social-icons .sp-column a:focus {
  color: #000;
}
#sp-top-bar-section #sp-top-social-icons .sp-column ul.top-social-icons {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-right: 10px;
}
#sp-top-bar-section #sp-top-social-icons .sp-column ul.top-social-icons li {
  padding: 0 10px 0 0;
}
#sp-top-bar-section .myfavorites-count {
  background: #000006 none repeat scroll 0 0;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  width: 20px;
}
#sp-top-bar-section .cart-module-title {
  display: none;
}
#sp-top-bar-section .j2store-minicart-button {
  margin: 0 0 0 20px;
}
#sp-top-bar-section .myfavorites-icon {
  margin: 0 0 0 20px;
}
/*--------------------------------- */
/* Header Section
 /*--------------------------------- */
/*  Header 
 /*--------------------------------- */
#sp-header {
  height: 180px;
  box-shadow: none;
  z-index: 21 !important;
  background: rgba(255, 255, 255, 0.8) !important;
  position: absolute;
  padding-top: 0px;
  margin-top: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sp-header #sp-logo {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sp-header #sp-logo > .sp-column {
  text-align: center;
}
#sp-header #sp-logo .logo {
  height: auto;
}
#sp-header #sp-logo .logo .logo-image {
  max-width: 320px;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 5px 0;
}
@media (min-width: 992px) {
  #sp-header #sp-logo.col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #sp-header #sp-logo.col-lg-4 > .sp-column {
    justify-content: right;
  }
  #sp-header #sp-menu.col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #sp-header {
    padding: 0;
    height: auto;
  }
  #sp-header #sp-logo .logo .logo-image {
    max-width: 225px;
  }
  #sp-header #offcanvas-toggler.d-lg-none {
    display: block !important;
  }
  #sp-header .sp-megamenu-parent.d-lg-block {
    display: none !important;
  }
  #sp-header #sp-menu {
    display: flex;
    justify-content: flex-end;
  }
  #sp-header #sp-menu > .sp-column {
    flex-direction: row;
    justify-content: flex-end;
  }
  #sp-header .sp-module.opus-top-search {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #sp-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: auto;
    top: 0px;
    padding-top: 5px;
  }
  #sp-header #sp-logo > .sp-column {
    text-align: left;
  }
  #sp-header #sp-logo .logo {
    top: 0;
    max-width: 160px;
    width: 100%;
    position: relative;
  }
  #sp-header #sp-logo .logo .logo-image {
    width: 100%;
  }
  #sp-header #sp-menu > .sp-column {
    justify-content: space-between;
  }
}
#sp-menu > .sp-column {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sp-menu.col-lg-11 {
  max-width: 100%;
  flex: 0 0 100%;
}
.sp-module.opus-top-search {
  padding-top: 70px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#offcanvas-toggler {
  height: 50px;
  line-height: 50px;
}
#offcanvas-toggler > .fa.fa-bars {
  background: transparent;
  color: #000006;
  border: 1px solid #000006;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
#offcanvas-toggler > .fa.fa-bars:hover {
  background: #000;
  color: #fff;
}
.smPhone {
  margin-right: 5px;
  font-size: 20px;
}
#sp-menu {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/* sticky-header */
#sp-header.header-sticky ~ section#sp-main-body {
  padding-top: 0px;
}
#sp-header.header-sticky {
  height: 58px;
  top: 0;
  padding-top: 0;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#sp-header.header-sticky .sp-megamenu-parent > li > a, #sp-header.header-sticky .sp-megamenu-parent > li span {
  line-height: 60px;
}
#sp-header.header-sticky #sp-logo > .sp-column {
  text-align: left;
}
@media (min-width: 992px) {
  #sp-header.header-sticky #sp-logo.col-xl-12 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  #sp-header.header-sticky #sp-menu.col-xl-12 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  #sp-header.header-sticky #sp-menu.col-xl-12 > .sp-column {
    justify-content: right;
  }
}
#sp-header.header-sticky .sp-megamenu-parent {
  padding-top: 0px;
}
#sp-header.header-sticky .logo .logo-image {
  max-width: 120px !important;
}
#sp-header.header-sticky .sp-module.opus-top-search {
  padding-top: 0px;
}
/*--------------------------------- */
/* Main Menu 
 /*--------------------------------- */
.sp-megamenu-parent {
  font-weight: 500;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.sp-megamenu-parent > li:active > a, .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
  font-weight: 700 !important;
  color: #000006 !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li span {
  font-size: 1rem !important;
  padding: 0 10px;
  text-transform: uppercase !important;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 50px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
@media (max-width: 1199.98px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li span {
    padding: 0 5px;
  }
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item {
  padding: 8px 10px;
  border-bottom: 1px solid #e9e4e4;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
  text-transform: normal;
  font-size: 0.9rem !important;
  color: #474646 !important;
  font-weight: 400;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a:hover, .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a:focus {
  color: #000006 !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item.hidden-menu {
  border-bottom: none;
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  color: #000;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  font-weight: 900 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu-child li:last-child {
  border-bottom: none;
  text-transform: capitalize;
  font-weight: 500 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li.current a {
  color: #000;
  font-weight: 700 !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu-child li a {
  text-transform: capitalize !important;
}
.sp-megamenu-parent > li > a.fal.fa-phone::before {
  font-family: "Font Awesome 5 Pro";
}
.sp-menu-item.far.fa-phone::before {
  content: " ";
}
.sp-megamenu-parent > li > a {
  font-family: 'Raleway', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  font-style: normal;
}
.sp-dropdown.sp-dropdown-main.sp-menu-right {
  width: 260px !important;
}
/* Off Canvas
 /* --------------------------- */
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border-bottom: 1px solid #e9e4e4;
  padding: 0.5em 0 !important;
  margin: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
/* Active Menu - by Sacha 
 /* ---------------------------- */
#sp-right .sp-module {
  border: 0px solid #e9e4e4;
  padding: 20px;
}
#sp-right .sp-module ul > li > a {
  padding: 10px 0;
  line-height: 1.3;
}
#sp-right .sp-module.sub-menu .nav {
  flex-direction: column;
  flex-wrap: nowrap;
}
.sp-module.sub-menu .dropdown-arrow {
  cursor: pointer;
  display: inline-block;
  position: absolute !important;
  right: 0;
  top: 0;
  width: 20px;
  height: 43px;
}
.sp-module.sub-menu .dropdown-arrow::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: #777;
  font-size: 16px;
  line-height: 43px;
  font-weight: 900;
}
.sp-module.sub-menu .dropdown-arrow.collapsed::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.sp-module.sub-menu > .sp-module-content h3, .sp-module.sub-menu > .sp-module-content h3 > a {
  margin-top: 10px;
  margin-bottom: 11px;
  color: #202020;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.4rem !important;
  text-transform: uppercase;
}
.sp-module.sub-menu > .sp-module-content h3 a:active, .sp-module.sub-menu > .sp-module-content h3 > a a:active, .sp-module.sub-menu > .sp-module-content h3 a:hover, .sp-module.sub-menu > .sp-module-content h3 > a a:hover, .sp-module.sub-menu > .sp-module-content h3 a:focus, .sp-module.sub-menu > .sp-module-content h3 > a a:focus {
  text-decoration: none;
}
#sp-right .sp-module.sub-menu .nav-pills .indeep > li:first-child {
  border-top: 1px solid #e9e4e4;
  margin-top: 0px;
}
#sp-right .sp-module.sub-menu .nav-pills .indeep > li:last-child {
  border-bottom: 0px solid #e9e4e4;
  margin-top: 0px;
}
#sp-right .sp-module.sub-menu .nav-pills .indeep > li > a {
  padding-left: 20px;
  color: #202020;
  text-transform: capitalize;
}
#sp-right .sp-module.sub-menu .nav-pills > li > a:hover, #sp-right .sp-module.sub-menu .nav-pills > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #000006;
}
#sp-right .sp-module.sub-menu .nav-pills > li.active > a, #sp-right .sp-module.sub-menu .nav-pills > li.active > a:hover, #sp-right .sp-module.sub-menu .nav-pills > li.active > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #000006;
}
#sp-right .sp-module.sub-menu .nav-pills > li {
  border-bottom: 1px solid #e9e4e4;
  position: relative;
}
#sp-right .sp-module.sub-menu .nav-pills > li a {
  color: #202020;
  text-transform: capitalize;
}
#sp-right .sp-module.sub-menu li.active.deeper.parent ul.in.collapse {
  display: block;
}
/* --------------------------- */
/* SP Masthead Styles 
 /* --------------------------- */
#sp-page-title {
  min-height: 160px;
}
.itemid-101 #sp-page-title {
  display: none;
}
#sp-page-title .sp-page-title {
  padding: 250px 20px 80px 20px;
  background-repeat: no-repeat !important;
  background-position: 0 50% !important;
  background-size: cover !important;
  background-attachment: inherit !important;
  position: relative;
  z-index: 1;
}
#sp-page-title .sp-page-title::before {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  #sp-page-title .sp-page-title {
    padding: 180px 20px 50px 20px;
  }
}
.sp-page-title h1.sp-page-title-heading, .sp-page-title h2.sp-page-title-heading {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  color: #fff;
  text-transform: normal;
  z-index: 2;
  position: relative;
  text-align: center;
}
@media (max-width: 576px) {
  .sp-page-title h1.sp-page-title-heading, .sp-page-title h2.sp-page-title-heading {
    /* font-size: 26px!important; */
    font-size: 1.5rem !important;
  }
}
.sp-page-title .sp-page-title-sub-heading {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 10px;
  z-index: 2;
  position: relative;
  text-align: center;
}
/* --------------------------- */
/* JA Masthead Styles 
 /* --------------------------- */
#sp-page-title .ja-masthead {
  background-position: center;
  background-color: #000006;
}
@media (max-width: @screen-md-max) {
  #sp-page-title .ja-masthead {
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  #sp-page-title .ja-masthead {
    min-height: auto;
    /* BA: changed from 350px */
  }
}
@media (max-width: 576px) {
  #sp-page-title .ja-masthead {
    min-height: auto;
  }
}
#sp-page-title .ja-masthead::before {
  opacity: 0.2;
  background-color: #474646;
}
#sp-page-title .ja-masthead .ja-masthead-detail {
  margin: 0 auto;
  padding: 340px 20px 80px 20px;
}
@media (max-width: 768px) {
  #sp-page-title .ja-masthead .ja-masthead-detail {
    padding: 200px 20px 80px 20px;
  }
}
@media (max-width: 576px) {
  #sp-page-title .ja-masthead .ja-masthead-detail {
    padding: 160px 20px 40px 20px;
  }
}
@media (max-width: 320px) {
  #sp-page-title .ja-masthead .ja-masthead-detail {
    padding: 140px 20px 40px 20px;
  }
}
#sp-page-title .ja-masthead .ja-masthead-detail h1.ja-masthead-title, #sp-page-title .ja-masthead .ja-masthead-detail h2.ja-masthead-title {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  max-width: 1100px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-family: 'Merriweather';
  margin-bottom: 20px;
  text-transform: uppercase !important;
}
@media (max-width: 576px) {
  #sp-page-title .ja-masthead .ja-masthead-detail h1.ja-masthead-title, #sp-page-title .ja-masthead .ja-masthead-detail h2.ja-masthead-title {
    /* font-size: 26px!important; */
    font-size: 1.5rem !important;
  }
}
#sp-page-title .ja-masthead .ja-masthead-detail .ja-masthead-description {
  height: 30px;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Raleway' !important;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  z-index: 2;
  position: relative;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: @screen-xs-max) {
  #sp-page-title .ja-masthead .ja-masthead-detail .ja-masthead-description {
    font-size: 1rem;
  }
}
#sp-page-title .ja-masthead.recipes-custard-apples {
  background-image: url('../../../../images/recipes/custard-apples/recipe-custard-apple-with-lime-001.jpg');
  background-position: right center;
  /*background-color: $brand-primary;*/
}
#sp-page-title .ja-masthead.recipes-dragon-fruit {
  background-image: url('../../../../images/recipes/dragon-fruit/ynf-recipes-cut-dragon-fruit-000.jpg');
  background-position: right center;
  background-color: #000006;
}
#sp-page-title .ja-masthead.recipes-lychee {
  background-image: url('../../../../images/recipes/lychee/ynf-recipes-lychee-peeled-000.jpg');
  background-position: right center;
  background-color: #000006;
}
#sp-page-title .ja-masthead.blog-events {
  background-image: url('../../../../images/blogs/events/blog-events-catering-000.jpg');
  background-position: right center;
  background-color: #000006;
}
#sp-page-title .ja-masthead.blog-faqs {
  background-image: url('../../../../images/blogs/faqs/blog-faqs-sunrise-000.jpg');
  background-position: right bottom;
  background-color: #000006;
}
#sp-page-title .ja-masthead.blog-farm-updates {
  background-image: url('../../../../images/blogs/farm-updates/blog-farm-planting-000.jpg');
  background-position: right middle;
  background-color: #000006;
}
#sp-page-title .ja-masthead.blog-media {
  background-image: url('../../../../images/blogs/media/ynf-media-yanalla-farm-004.jpg');
  background-position: right center;
  background-color: #000006;
}
#sp-page-title .ja-masthead .slider-bottom-center {
  background-position: right center;
  background-color: #000006;
}
/* --------------------------- */
/* Box Categories - by GEORGE
 /* --------------------------- */
#sp-box-categories {
  padding: 0px 80px 120px 80px;
}
@media (max-width: 767px) {
  #sp-box-categories {
    padding: 0px 40px 40px 40px;
  }
}
@media (max-width: 576px) {
  #sp-box-categories {
    padding: 0px 20px 40px 20px;
  }
}
.helix-ultimate.box-categories #sp-main-body .container {
  width: 100%;
  max-width: 100%;
  padding: 50px 50px;
}
@media (max-width: 767px) {
  .helix-ultimate.box-categories #sp-main-body .container {
    padding: 50px;
  }
}
@media (max-width: 576px) {
  .helix-ultimate.box-categories #sp-main-body .container {
    padding: 20px;
  }
}
.view-category.box-categories .category-desc {
  display: none;
}
.com-content-categories.box-categories .page-header {
  background: #9c0;
}
.com-content-categories.box-categories .category-item {
  border-bottom: 3px solid #000;
}
.categories-list.box-categories {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .categories-list.box-categories {
    display: block;
  }
}
.categories-list.box-categories h3 {
  margin: 50px auto 30px;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.12rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}
.categories-list.box-categories .category-desc {
  display: block;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  margin: 0 auto 50px;
  font-weight: normal;
  padding: 0;
}
@media (min-width: 1199px) {
  .categories-list.box-categories .category-desc {
    padding: 0 15%;
  }
}
.categories-list.box-categories > div {
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  margin: 1.1%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.categories-list.box-categories > div .page-header {
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  padding: 10px;
  margin: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 99;
}
@media (max-width: 991px) {
  .categories-list.box-categories > div .page-header {
    font-size: 20px;
  }
}
.categories-list.box-categories > div .page-header a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.categories-list.box-categories > div img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  transition: transform 0.4s 0s ease-in-out;
  -webkit-transition: transform 0.4s 0s ease-in-out;
  height: auto;
  /* BA - added to test height */
}
.categories-list.box-categories > div::before {
  content: "";
  left: 0;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.categories-list.box-categories > div:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 21;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.categories-list.box-categories > div.category-desc:hover::before {
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.categories-list.box-categories > div:hover img {
  transform: scale(1.5) rotate(6deg);
  -webkit-transform: scale(1.5) rotate(6deg);
}
/* ------------------------------------------------- */
/* Box Categories MODULE - by GEORGE
 /* ------------------------------------------------- */
.categories-module.mod-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .categories-module.mod-list {
    display: block;
  }
}
.categories-module.mod-list li {
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  margin: 1.1%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.categories-module.mod-list li img {
  transition: transform 0.4s 0s ease-in-out;
  -webkit-transition: transform 0.4s 0s ease-in-out;
}
.categories-module.mod-list li::before {
  content: "";
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  z-index: 1;
}
.categories-module.mod-list li:hover img {
  transform: scale(1.5) rotate(6deg);
  -webkit-transform: scale(1.5) rotate(6deg);
}
.categories-module.mod-list li:hover::before {
  opacity: 1;
}
.categories-module.mod-list li h2, .categories-module.mod-list li h3, .categories-module.mod-list li h4 {
  font-size: 1.2rem !important;
  letter-spacing: 0.2rem;
  position: absolute;
  text-transfrom: uppercase !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.categories-module.mod-list li h2 a, .categories-module.mod-list li h3 a, .categories-module.mod-list li h4 a {
  color: #fff;
  text-transform: uppercase !important;
}
/* ------------------------- */
/* Custom Fields inline
 /* ------------------------- */
.fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.view-category .fields-container {
  display: none;
}
.fields-container dd {
  border-bottom: 0px dotted #bdb9b9;
  margin-right: 20px;
  display: block;
  padding: 10px 0;
}
.fields-container dd span.field-value {
  font-family: 'Raleway';
  font-size: 0.8rem;
}
.fields-container dd.fal::before, .fields-container dd.fab::before {
  font-size: 20px;
  display: inline-block;
  color: #000006 !important;
  margin-right: 5px;
}
.fields-container dd.fal::before, .fields-container dd.fab::before {
  color: #000006 !important;
}
.field-entry.gallery-cf-wide-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -51vw !important;
  margin-right: -50vw !important;
  clear: both;
  padding: 0 100px;
}
@media (max-width: 991px) {
  .field-entry.gallery-cf-wide-wrap {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .field-entry.gallery-cf-wide-wrap {
    padding: 0 20px;
  }
}
/* ------------------------- */
/* Article with left or right image - Article Newsflash Module
 /* Module >Advanced > Layout > defaultLeftImage or defaultRightImage
 /* ------------------------- */
.onearticleshow-01, .onearticleshow-02 {
  overflow: hidden;
}
.onearticleshow-01 .col-sm-6, .onearticleshow-02 .col-sm-6 {
  max-width: 49.9%;
  -webkit-flex: 0 0 49.9%;
  -ms-flex: 0 0 49.9%;
  flex: 0 0 49.9%;
}
@media (max-width: 767px) {
  .onearticleshow-01 .col-sm-6, .onearticleshow-02 .col-sm-6 {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.onearticleshow-01 {
  background: #c8dc8f;
}
.onearticleshow-02 {
  background: #eef4dd;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .onearticleshow-02 {
    margin-bottom: 50px;
  }
}
.contentPart {
  text-align: center;
  padding: 8%;
}
.contentPart .newsflash-title, .contentPart h2.newsflash-title {
  font-family: 'Raleway';
  text-transform: uppercase;
  font-size: 1.2rem !important;
  margin: 10px 0 30px;
  font-weight: 600;
}
.contentPart .readmore {
  text-transform: uppercase;
}
.imgPart {
  min-height: 300px;
}
.imgPart figure {
  margin: 0;
}
@media (max-width: 767px) {
  .imgPart {
    width: 100%;
  }
}
/* --------------------------- */
/* Instagram Feed 
 /* --------------------------- */
#instagram-feed .insta-icon::before {
  position: absolute;
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-size: 2rem;
  line-height: inherit;
  vertical-align: center;
  margin-left: -38px;
}
#instagram-feed h2 {
  text-transform: uppercase;
}
/*----------------------------------------------- */
/* 3 Articles Grid - Article Newsflash Module
 /* Module >Advanced > Layout > horizondal3Grid
 /* ---------------------------------------------- */
.full-width-feature .container {
  width: 100%;
  padding: 0px 100px 50px !important;
}
@media (max-width: 991px) {
  .full-width-feature .container {
    padding: 0px 0px 20px !important;
  }
}
.newsflash-horiz.mod-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .newsflash-horiz.mod-list .col-sm-4:nth-child(3) {
    display: none;
  }
  .newsflash-horiz.mod-list .col-sm-4 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media (max-width: 767px) {
  .newsflash-horiz.mod-list .col-sm-4:nth-child(2), .newsflash-horiz.mod-list .col-sm-4:nth-child(3) {
    display: none;
  }
  .newsflash-horiz.mod-list .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.itemGrid .imgPart {
  min-height: 100%;
  height: 100%;
}
.itemGrid .contentPart {
  text-align: left;
  padding: 10px 0;
}
.itemGrid .contentPart .item_published {
  color: #808285;
  font-size: 16px;
}
.itemGrid .contentPart .newsflash-title, .itemGrid .contentPart h2.newsflash-title {
  color: #202020;
  font-size: 1.2rem;
  text-transform: capitalize;
}
.titleOver .itemGrid {
  position: relative;
  overflow: hidden;
}
.titleOver .itemGrid .contentPart {
  padding: 0;
}
.titleOver .itemGrid .newsflash-title {
  margin: 0;
}
.titleOver .itemGrid .newsflash-title a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px;
  margin: 0;
  text-align: center;
  z-index: 22;
  color: #fff;
}
.titleOver .itemGrid a::before {
  content: "";
  left: 0;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.titleOver .itemGrid:hover a::before {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 21;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.titleOver .itemGrid:hover .newsflash-title a::before {
  background-color: transparent;
}
.titleOver .itemGrid:hover .contentPart::before {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 21;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.titleOver .itemGrid .item_published {
  display: none;
}
.titleOver .itemGrid .newsflash-image img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  transition: transform 0.4s 0s ease-in-out;
  -webkit-transition: transform 0.4s 0s ease-in-out;
}
.titleOver .itemGrid:hover .newsflash-image img {
  transform: scale(1.5) rotate(6deg);
  -webkit-transform: scale(1.5) rotate(6deg);
}
/* ------------------------ */
/* Recipe Pages
 /* ------------------------ */
/* Custom Category Blog Layouts - Recipes
 /* ----------------------------------------*/
.view-category h2.article-title {
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 10px;
}
.recipes .article-details h2 {
  font-family: 'Raleway', sans-serif !important;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
.recipes .article-details h3 {
  font-family: 'Raleway' sans-serif !important;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  text-transform: none !important;
}
.recipes .article-details ul li {
  display: block;
  padding-bottom: 0px;
  margin-left: -38px;
  font-size: 1rem;
  font-weight: 600;
  color: #474646 !important;
  line-height: 1.5;
}
/* ------------------------------*/
/* Articles details page 
 /* .recipes categories
 /*------------------------------- */
.article-details {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.article-details .article-ratings-social-share {
  border-top: 0px solid #f5f5f5;
  border-bottom: 0px solid #f5f5f5;
  order: 10;
}
.article-details .pager.pagenav {
  order: 11;
}
.article-details .article-info {
  justify-content: center;
}
.article-details .article-info .category-name {
  position: relative;
}
.article-details .article-info .category-name::before {
  content: "\f07c";
  font-family: "Font Awesome 5 Pro";
}
.article-details .article-info .published {
  position: relative;
}
.article-details .article-info .published::before {
  content: "\f133";
  font-family: "Font Awesome 5 Pro";
  padding: 0 0 0 0.5rem;
}
.article-can-edit.justify-content-between {
  justify-content: center !important;
}
.article-details.recipes ul li {
  display: block;
  padding-bottom: 0px;
  margin-left: -38px;
  font-size: 16px;
  font-weight: 300;
  color: #202020 !important;
  line-height: 1.5;
}
.article-details.recipes .article-social-share ul li {
  display: inline-block;
  padding-bottom: 0px;
  margin-left: 0;
}
/* --------------------------- */
/* Custom Blog Styles
 /* --------------------------- */
.blog {
  margin-top: 0;
  text-align: center;
  /* Category Links at bottom of list view
   /* ---------------------------------------*/
}
.blog h1.page-title, .blog .page-header h1 {
  line-height: 1;
  margin: 0 0 0 0;
}
.blog .category-desc {
  margin-bottom: 60px;
}
.blog > h2.article-title {
  min-height: 70px;
}
.blog header.article-header > h2 {
  font-size: 1.2rem;
  text-align: center;
}
.blog section.article-content h2 {
  font-size: 1.2rem;
  color: #000006;
}
.blog section.article-intro {
  text-align: center;
}
.blog .article-intro img {
  margin-bottom: 20px;
}
.blog .readmore {
  float: none;
  text-align: center;
  flex: 0 1 10px;
  color: #bdb9b9;
}
.blog .readmore .btn-default {
  padding: 14px 25px 13px;
  text-transform: uppercase;
  border: 1px none #bdb9b9;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.blog .readmore .btn-default:hover, .blog .readmore .btn-default:focus {
  color: #a4bc61;
  border: 1px none #a4bc61;
}
.blog .cat-children h3, .blog .sp-module .other-fruits .cat-children h3, .blog .cat-children h2, .blog .sp-module .other-fruits .cat-children h2 {
  font-family: 'Merriweather' !important;
  font-size: 1.2rem;
  color: #000006;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
.blog .cat-children h3 > a, .blog .sp-module .other-fruits .cat-children h3 > a, .blog .cat-children h2 > a, .blog .sp-module .other-fruits .cat-children h2 > a {
  font-family: 'Raleway' !important;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  text-transform: uppercase !important;
  color: #474646 !important;
}
.blog .cat-children h3 > a:hover, .blog .sp-module .other-fruits .cat-children h3 > a:hover, .blog .cat-children h2 > a:hover, .blog .sp-module .other-fruits .cat-children h2 > a:hover, .blog .cat-children h3 > a:focus, .blog .sp-module .other-fruits .cat-children h3 > a:focus, .blog .cat-children h2 > a:focus, .blog .sp-module .other-fruits .cat-children h2 > a:focus, .blog .cat-children h3 > a:active, .blog .sp-module .other-fruits .cat-children h3 > a:active, .blog .cat-children h2 > a:active, .blog .sp-module .other-fruits .cat-children h2 > a:active {
  font-weight: 600;
  color: #000006;
}
@media (max-width: 767px) {
  .blog .cat-children h3 > a, .blog .sp-module .other-fruits .cat-children h3 > a, .blog .cat-children h2 > a, .blog .sp-module .other-fruits .cat-children h2 > a {
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
  }
}
/* end .blog
 /* Produce Page Links
 /* --------------------------- */
.sp-module .other-fruits .cat-children h2, .sp-module .other-fruits .cat-children h3 {
  font-family: 'Merriweather' !important;
  font-size: 1.2rem;
  color: #000006;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}
.sp-module .other-fruits .cat-children h2 > a, .sp-module .other-fruits .cat-children h3 > a {
  font-family: 'Raleway' !important;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  text-transform: uppercase !important;
  color: #474646;
}
.sp-module .other-fruits .cat-children h2 > a:hover, .sp-module .other-fruits .cat-children h3 > a:hover, .sp-module .other-fruits .cat-children h2 > a:focus, .sp-module .other-fruits .cat-children h3 > a:focus, .sp-module .other-fruits .cat-children h2 > a:active, .sp-module .other-fruits .cat-children h3 > a:active {
  font-weight: 600;
  color: #000006;
}
@media (max-width: 767px) {
  .sp-module .other-fruits .cat-children h2 > a, .sp-module .other-fruits .cat-children h3 > a {
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
  }
}
/* --------------------------- */
/* For Growers
 /* --------------------------- */
.forGrowers .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: @screen-xs-max) {
  .forGrowers .row {
    display: block;
  }
}
.forGrowers [class*="col-"] {
  padding: 60px 40px;
}
@media (max-width: @screen-md-max) {
  .forGrowers [class*="col-"] {
    padding: 40px;
  }
}
.forGrowers p.h1 {
  font-size: 41px !important;
  text-transform: uppercase;
  font-family: 'Merriweather' !important;
  font-weight: 600;
}
.light-lime {
  background-color: #eef4dd;
}
.mid-lime {
  background-color: #c8dc8f;
}
.teal {
  color: #034d61;
}
.beige {
  background-color: #c8c397;
}
.pinks-blush-100 {
  background-color: #f69b99;
}
.pinks-blush-75 {
  background-color: rgba(246, 155, 153, 0.75);
}
.pinks-blush-50 {
  background-color: rgba(246, 155, 153, 0.5);
}
.pinks-blush-25 {
  background-color: rgba(246, 155, 153, 0.25);
}
.pinks-blush-15 {
  background-color: rgba(246, 155, 153, 0.15);
}
.pinks-blush-10 {
  background-color: rgba(246, 155, 153, 0.10);
}
.imageBg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: @screen-xs-max) {
  .imageBg {
    padding: 150px 0 !important;
  }
}
.imageBg-01 {
  background-image: url('../../../../images/blogs/farm-updates/blog-farm-custard-apples-001.jpg');
}
.imageBg-02 {
  background-image: url('../../../../images/produce/custard-apples/produce-custard-apple-tree-001.jpg');
}
.imageBg-cd-01 {
  background-image: url('../../../../images/produce/custard-dust/ynf-produce-custarddust-007.jpg');
}
.imageBg-cd-02 {
  background-image: url('../../../../images/produce/custard-dust/ynf-produce-custarddust-003.jpg');
}
.imageBg-cd-03 {
  background-image: url('/../../../../images/produce/custard-dust/ynf-produce-custarddust-002.jpg');
}
/* --------------------------- */
/* Top Search
 /* NOTE: layout:topsearch, and suffix: menu-search  
 /* --------------------------- */
.icon-top-wrapper {
  height: auto;
  line-height: 40px;
  margin: 0 20px;
  width: 15px;
  position: relative;
  z-index: 120;
}
.icon-top-wrapper i {
  color: #000;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 300;
}
.icon-top-wrapper i.search-close-icon {
  font-size: 22px;
  color: #fff;
  z-index: 100;
  position: relative;
  left: 4px;
  width: 16px;
  height: 16px;
}
.icon-top-wrapper i.search-close-icon:after, .icon-top-wrapper i.search-close-icon:before {
  position: absolute;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #fff;
  left: 0;
  top: 0;
}
.icon-top-wrapper i.search-close-icon:before {
  transform: rotate(45deg);
}
.icon-top-wrapper i.search-close-icon:after {
  transform: rotate(-45deg);
}
.icon-top-wrapper .search-close-icon {
  display: none;
}
.top-search-input-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
  -webkit-animation: searchZoomIn 0.4s;
  animation: searchZoomIn 0.4s;
}
.top-search-input-wrap .top-search-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}
.top-search-input-wrap form {
  width: 100%;
}
.top-search-input-wrap .search-wrap {
  width: 100%;
}
.top-search-input-wrap .search-wrap .search.menu-search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .top-search-input-wrap .search-wrap .search.menu-search {
    width: 80%;
  }
}
.top-search-input-wrap .search-wrap .search.menu-search input {
  border-radius: 3px;
  border-width: 0;
  height: 60px;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 20px 10px 0;
  width: 100%;
  border-bottom: 3px solid;
  font-size: 24px;
  color: #fff;
  border-radius: 0;
}
.top-search-input-wrap .search-wrap .search.menu-search input:focus {
  outline: 0;
  box-shadow: none;
}
.top-search-input-wrap .search-wrap .search.menu-search::after {
  content: "\f002";
  font-size: 20px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  right: 15px;
  pointer-events: none;
  line-height: 60px;
  font-weight: 900;
}
/*--------------------------------- */
/* J2 Store- Styles
 /*--------------------------------- */
/*  Farm Gate - Shop Page (Under Slider) 
 /*--------------------------------- */
.shop-farm-gate .container .row {
  padding: 25px 0 0 0;
}
.shop-farm-gate .container .row ul li {
  display: inline-block;
  vertical-align: middle;
}
.shop-farm-gate .container .row ul li h4 {
  text-transform: normal;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.shop-farm-gate .container .row ul li h4 strong {
  font-weight: 600;
}
/* J2Store - Products (Grid View - Shop Page) 
 /* --------------------------------------------- */
@media (max-width: 991px) {
  .j2store-products-row.row [class*="col-"] {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .j2store-products-row.row [class*="col-"] {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .j2store-products-row.row [class*="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.j2store-product-list .j2store-products-row.row .col-sm-4 {
  display: flex;
  margin-bottom: 30px;
  -ms-flex: 0 0 calc(33.333333% - 10px);
  flex: 0 0 calc(33.333333% - 10px);
  max-width: calc(33.333333% - 10px);
  border: 1px solid #eee;
  padding: 15px;
  margin: 5px;
  background: #fff;
}
@media (max-width: 991px) {
  .j2store-product-list .j2store-products-row.row .col-sm-4 {
    padding: 5px;
  }
  .j2store-product-list .j2store-products-row.row .col-sm-4 .j2store-add-to-cart {
    margin-left: 0px;
  }
  .j2store-product-list .j2store-products-row.row .col-sm-4 .product-wishlist {
    right: -4px;
  }
}
@media (max-width: 767px) {
  .j2store-product-list .j2store-products-row.row .col-sm-4 {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .j2store-product-list .j2store-products-row.row .col-sm-4 .product-wishlist {
    right: 0px;
  }
}
@media (max-width: 560px) {
  .j2store-product-list .j2store-products-row.row .col-sm-4 {
    -ms-flex: 0 0 calc(100% - 10px);
    flex: 0 0 calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}
.j2store-product-list .j2store-products-row.row .col-sm-4 .j2store-single-product {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: center;
}
.j2store-product-list .j2store-products-row.row .col-sm-4 .j2store-single-product .j2store-addtocart-form {
  margin-top: auto !important;
  padding: 0 5px 10px;
}
.j2store-product-list .j2store-single-product .j2store-thumbnail-image {
  overflow: hidden;
}
.j2store-product-list .j2store-single-product .j2store-img-responsive {
  transform: scale(1);
  transition: all 600ms ease;
  margin-bottom: 20px;
}
.j2store-product-list .j2store-single-product:hover .j2store-img-responsive {
  transform: rotate(0deg) scale(1.1);
}
.j2store-product-list .j2store-single-product h2.product-title {
  font-size: 1.2rem !important;
  line-height: 1;
  font-family: 'Merriweather', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.j2store-product-list .j2store-single-product .geoplous-hover-show {
  width: 100%;
}
.j2store-product-list .j2store-single-product .option {
  display: flex;
  align-items: center;
  justify-content: center;
}
.j2store-product-list .j2store-single-product select:not(.form-control) {
  width: auto;
  margin: 0 10px;
}
.j2store-product-list .j2store-single-product .j2store-addtocart-form {
  margin-top: 0;
  position: relative;
}
.j2store-product-list .j2store-single-product .j2store-add-to-cart {
  display: block;
}
.j2store-product-list .j2store-single-product .j2store-add-to-cart .j2store-cart-button.btn {
  width: 65%;
  height: 38px;
  margin-top: -2px;
}
.j2store-product-list .j2store-single-product .j2store-add-to-cart .product-qty input[type="number"] {
  display: inline;
  height: 38px;
  padding: 6px 4px 6px !important;
  width: 60px !important;
  text-align: center;
  margin: 0px;
  border-radius: 0;
}
.j2store-product-list .j2store-single-product .product-wishlist {
  position: absolute;
  bottom: 18px;
  right: 0;
}
.j2store-product-list .j2store-single-product .j2store_button_no_stock.btn.btn-warning {
  display: block;
  margin: 0 auto;
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
  color: #495057;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
}
/* ---- Minicart Window ---- */
.j2store-cart-item-box {
  max-width: 350px;
}
.top-subtotal {
  width: 75% !important;
  padding: 8px 10px 5px 0px !important;
}
.j2store-cart-header-block .pull-right a {
  font-size: 14px;
  line-height: 14px !important;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  padding-bottom: 0px !important;
}
/*  Cart Page 
 /*--------------------------------- */
.cart-continue-shopping-button .btn.btn-outline-primary {
  margin: 25px 0 10px;
}
.cart-item-count {
  background: #c96419 none repeat scroll 0 0 !important;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  width: 20px;
}
.j2store-cart {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .j2store-cart .cart-thumb-image img {
    float: none;
  }
  .j2store-cart .qtyBox {
    padding: 0 !important;
    width: 45px;
  }
}
.j2store-add-to-cart, .product-qty {
  display: inline-block;
}
.view-carts .j2store-cart table.j2store-cart-table .btn.j2store-remove, .view-carts .j2store-cart table.j2store-cart-table .product-qty input {
  height: 40px;
  margin: 10px;
  line-height: 35px;
}
.com-j2store.view-carts .j2store-cart .btn.j2store-remove:hover {
  color: #fff;
}
.view-carts .j2store-cart table.j2store-cart-table .product-qty input {
  border: 1px solid #949191 !important;
  display: inline-block;
  width: 60px !important;
  border-radius: 3;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
}
.view-carts .j2store-cart .btn.j2store-remove {
  padding: 0 20px;
  font-size: 18px;
  margin-top: 5px;
  background-color: none;
}
.view-carts .j2store-cart .btn.j2store-remove:hover, .view-carts .j2store-cart .btn.j2store-remove:focus, .view-carts .j2store-cart .btn.j2store-remove:active {
  background-color: none;
  border-color: none;
  color: #202020;
}
.btn .btn-small .btn-outline-danger .btn-xs .j2store-remove .remove-icon {
  background-color: none;
  border: none;
}
.btn .btn-small .btn-outline-danger .btn-xs .j2store-remove .remove-icon:hover, .btn .btn-small .btn-outline-danger .btn-xs .j2store-remove .remove-icon:focus, .btn .btn-small .btn-outline-danger .btn-xs .j2store-remove .remove-icon:active {
  background-color: none;
  border-color: none;
  color: #202020;
}
/*  Wishlist 
 /*--------------------------------- */
.j2store-wishlist-form {
  display: flex;
}
.j2store-wishlist-form .btn {
  margin: 10px 20px;
}
.j2store-wishlist-form .btn-default .btn-success {
  color: #202020;
  background-color: transparent !important;
}
.j2store-wishlist-form .btn-default .btn-success:hover, .j2store-wishlist-form .btn-default .btn-success:focus {
  color: #fff;
}
.wishlist .input-mini {
  border: 1px solid #949191 !important;
  display: inline-block !important;
  width: 60px !important;
  border-radius: 0 !important;
  text-align: center;
  font-size: 16px !important;
  margin: 10px 10px 10px 5px;
  padding: 5px !important;
}
.wishlist .btn.j2store-remove, .wishlist .input-mini {
  height: 46px;
  line-height: 38px;
  border-radius: 0;
}
.wishlist .btn.j2store-remove {
  padding: 0 20px;
  font-size: 18px;
  margin-top: 5px;
}
.icon.icon-trash::before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
}
#j2store-wishlist-main-block h5, #j2store-wishlist-main-block h5 a {
  font-size: 1.04rem !important;
}
.com-j2store.layout-wishlist .wishlist .j2store-productwishlist-img {
  width: 100px;
}
.com-j2store.layout-wishlist .wishlist tr {
  border: 1px solid #dee2e6;
}
.com-j2store.layout-wishlist .wishlist .add2cartBox {
  display: flex;
  border: 0px !important;
}
.com-j2store.layout-wishlist .wishlist .add2cartBox .btn.btn-outline-primary {
  margin: 10px 0;
}
.com-j2store.layout-wishlist .wishlist .j2store-wishlist-form .btn {
  margin: 10px;
}
.com-j2store.layout-wishlist .wishlist .removeItemBox {
  margin: 10px;
}
.com-j2store.layout-wishlist .wishlist .product-wishlist-remove {
  height: 46px;
  line-height: 30px;
}
.com-j2store.layout-wishlist .wishlist .btn.btn-outline-default.btn-outline-warning {
  margin: 0 10px 10px 0;
}
.com-j2store.layout-wishlist .wishlist .btn.btn-outline-primary {
  margin: 0 10px 10px 0;
}
@media (max-width: 767px) {
  .com-j2store.layout-wishlist .wishlist .table.table-bordered {
    border: 0px;
  }
  .com-j2store.layout-wishlist .wishlist .table.table-bordered thead {
    display: none;
  }
  .com-j2store.layout-wishlist .wishlist .table.table-bordered td, .com-j2store.layout-wishlist .wishlist .table.table-bordered th {
    border: 0px solid #dee2e6;
  }
  .com-j2store.layout-wishlist .wishlist .table.table-bordered tr {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .com-j2store.layout-wishlist .wishlist .table.table-bordered .productDetails {
    margin: auto;
  }
}
.layout-wishlist #j2store-all-item-delete {
  display: none !important;
}
/*  Cart Review Page
 /*--------------------------------- */
.j2store .j2store-cart form#shipping-estimate-form input[type="text"]:not(.form-control), .j2store .j2store-cart form#shipping-estimate-form select:not(.form-control) {
  margin: 10px 0px 10px 10px !important;
  border-radius: 0rem;
}
/*  Checkout Page
 /*--------------------------------- */
.j2store .checkout-content {
  padding: 0px 10px 20px;
}
.j2store .checkout-heading {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #dbdee1;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 12px 10px;
}
.j2storeOrderSummary {
  margin-bottom: 40px;
}
#onCheckoutShipping_wrapper {
  margin-top: 30px !important;
}
#checkbox_tos {
  margin: 20px 0px;
}
/* J2Store - Profile Page
 /* --------------------------- */
.j2store-myprofile-address-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
ul.j2store-myprofile-address-list {
  padding-inline-start: 0px !important;
  margin-bottom: 1.5rem !important !;
}
ul.j2store-myprofile-address-list li .j2store-myprofile-address-single-list well {
  padding: 0 20px 0 0;
}
/* J2Store - Single page
 /* --------------------------- */
.j2store-single-product-view ul.additional-image-list {
  padding: 0;
}
.j2store-single-product-view .j2store-item-additionalimage-preview {
  height: 100px;
  float: left;
  width: auto;
  border: 1px solid #eee;
  margin: 3px;
}
.j2store-single-product-view .j2store-single-product .product-price-container .sale-price {
  display: inline-block;
  position: relative;
  font-size: 20px !important;
}
.j2store-single-product-view .j2store-single-product .product-price-container .sale-price::after {
  position: absolute;
  top: 1px;
  left: -15px;
  font-family: "Font Awesome 5 Pro";
  content: "\f155";
  font-weight: 400;
}
.j2store-single-product-view .price-sku-brand-container {
  border-top: 0px solid #efefef;
  border-bottom: 0px solid #efefef;
  margin: 0 0 25px;
  padding: 15px 0;
  text-align: center;
  color: #a4bc61;
}
.j2store-single-product-view .option {
  margin-bottom: 0 !important;
}
.j2store-single-product-view .option b {
  margin: 0 0 10px 0 !important;
  display: block;
  font-weight: 400 !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.j2store-single-product-view .option br {
  display: none;
}
.j2store-single-product-view .option select {
  position: relative;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-color: transparent;
  cursor: pointer;
  max-width: 200px;
  margin: 0 auto;
}
.j2store-single-product-view .option::after {
  position: absolute;
  top: 42px;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  z-index: -1;
  font-weight: 400;
  left: 50%;
  transform: translateX(60px);
}
.j2store-single-product-view .j2store-addtocart-form {
  margin-top: 0;
  position: relative;
  text-align: center;
}
.j2store-single-product-view .product-wishlist {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(110px);
}
.j2store-single-product-view .titleIcon {
  flex: 0 0 auto;
  padding-right: 20px;
}
.j2store-single-product-view .product-title {
  text-align: left;
}
.j2store-single-product-view .product-sdesc {
  margin-top: 40px;
}
.j2store-single-product-view .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart {
  margin: 20px 0 20px 0 !important;
}
.j2store-single-product-view .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .j2store-cart-button {
  margin-bottom: 5px;
  padding: 10px 40px !important;
}
.j2store-single-product-view .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .product-qty {
  display: block;
}
.j2store-single-product-view .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .product-qty input {
  margin: 0 0 20px 0 !important;
  border-radius: 0 !important;
  width: 100px !important;
  height: 47px;
  border-radius: 0;
  border: solid 1px #dedede;
}
.j2store-single-product-view .j2store_button_no_stock + .product-wishlist {
  bottom: 18px;
}
/* J2Store - Mini Cart 
 /* --------------------------- */
.j2store-cart-item-box {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 10px 25px -5px;
  display: none;
  min-width: 350px;
  padding: 20px !important;
  position: absolute;
  right: 0;
  *text-align: right;
  *top: -13px;
  z-index: 100;
}
/*  Buttons & Text Used for J2 Store
 /*--------------------------------- */
.j2store .btn-primary, .j2store-product-list .btn-primary, .btn-default .btn-primary, .btn-primar, .btn .btn-primary {
  color: #fff;
  border-color: #202020 !important;
  background-color: #202020 !important;
  text-transform: uppercase;
}
.j2store .btn-outline-primary, .j2store-product-list .btn-outline-primary, .btn-default .btn-outline-primary, .btn-outline-primary, #address .btn-outline-primary {
  color: #202020;
  border-color: #202020 !important;
  background-color: transparent;
  text-transform: uppercase;
  margin: 25px 0 0;
}
.j2store .btn-outline-primary:hover, .j2store-product-list .btn-outline-primary:hover, .btn-default .btn-outline-primary:hover, .btn-outline-primary:hover, #address .btn-outline-primary:hover, .j2store .btn-outline-primary:focus, .j2store-product-list .btn-outline-primary:focus, .btn-default .btn-outline-primary:focus, .btn-outline-primary:focus, #address .btn-outline-primary:focus, .j2store .btn-outline-primary:active, .j2store-product-list .btn-outline-primary:active, .btn-default .btn-outline-primary:active, .btn-outline-primary:active, #address .btn-outline-primary:active {
  background-color: #202020;
  border-color: #202020;
  color: #fff;
}
.j2srore .btn-default, .btn-default {
  color: #fff;
  border-color: #202020 !important;
  background-color: #202020 !important;
  text-transform: uppercase;
}
.j2store .btn-danger, .btn-default .btn-danger, .btn-danger {
  color: #fff;
  background-color: #202020;
  border-color: #202020;
  text-transform: uppercase;
}
.j2store .cart-clear-button .btn-outline-danger {
  color: #202020;
  border-color: #202020 !important;
  background-color: transparent;
  text-transform: uppercase;
}
.j2store .cart-clear-button .btn-outline-danger:hover, .j2store .cart-clear-button .btn-outline-danger:focus, .j2store .cart-clear-button .btn-outline-danger:active {
  background-color: #202020;
  border-color: #202020;
  color: #fff;
}
.j2store .btn-warning, .btn-default .btn-warning, .btn-warning, .j2store-wishlist-main-block .btn-warning, .btn-outline-warning {
  color: #a4bc61;
  background-color: transparent;
  border-color: #a4bc61;
  text-transform: uppercase;
  margin: 25px 0 10px;
}
.j2store .btn-warning:hover, .btn-default .btn-warning:hover, .btn-warning:hover, .j2store-wishlist-main-block .btn-warning:hover, .btn-outline-warning:hover, .j2store .btn-warning:focus, .btn-default .btn-warning:focus, .btn-warning:focus, .j2store-wishlist-main-block .btn-warning:focus, .btn-outline-warning:focus, .j2store .btn-warning:active, .btn-default .btn-warning:active, .btn-warning:active, .j2store-wishlist-main-block .btn-warning:active, .btn-outline-warning:active {
  background-color: #a4bc61;
  border-color: #a4bc61;
  color: #fff;
}
.j2store .btn-success, .btn-default .btn-success, .btn-outline-success {
  color: #202020;
  border-color: #202020 !important;
  background-color: transparent;
  text-transform: uppercase;
}
.j2store .btn-success:hover, .btn-default .btn-success:hover, .btn-outline-success:hover, .j2store .btn-success:focus, .btn-default .btn-success:focus, .btn-outline-success:focus, .j2store .btn-success:active, .btn-default .btn-success:active, .btn-outline-success:active {
  background-color: #202020;
  border-color: #202020;
  color: #fff;
}
.j2store .text-success {
  color: #949191 !important;
  padding-right: 10px;
}
/* J2 Store - Back to Shop
 /* ------------------------ */
.j2store-view-back-button a.btn-special-001 {
  color: #949191;
  background-color: transparent;
  border-color: transparent;
  font-size: 0.8rem !important;
  line-height: 1.5;
  padding: 0 !important;
}
.j2store-view-back-button a.btn-special-001:hover, .j2store-view-back-button a.btn-special-001:focus {
  color: #474646;
  background-color: transparent;
  border-color: transparent;
}
.j2store-view-back-button a.btn-special-001 i {
  margin-right: 5px;
}
/* J2Store - Upsell Product Module 
 /* ----------------------------------------- */
.product-upsells-container {
  margin: 80px 0 30px;
  text-align: center;
}
.product-upsells-container .upsell-product {
  text-align: center;
}
@media (max-width: 991px) {
  .product-upsells-container .upsell-product {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .product-upsells-container .upsell-product {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .product-upsells-container .upsell-product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-upsells-container .upsell-product .product-price-container {
  text-align: center;
  margin-bottom: 1rem;
}
.product-upsells-container .upsell-product .product-price-container .sale-price {
  text-align: center;
}
.product-upsells-container .upsell-product .product-wishlist {
  display: none;
}
.product-upsells-container .upsell-product h4.upsell-product-title a {
  font-size: 1.2rem !important;
  line-height: 1;
  font-family: 'Raleway', sans-serif !important;
  text-align: center;
  text-transform: uppercase;
  min-height: 50px;
  color: #202020 !important;
}
.product-upsells-container .upsell-product h4.upsell-product-title a:hover, .product-upsells-container .upsell-product h4.upsell-product-title a:focus {
  color: #474646 !important;
}
.product-upsells-container .upsell-product .upsell-product-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
.product-upsells-container .upsell-product .btn {
  padding: 10px 40px !important;
}
/* Login & Profile
 /* --------------------------- */
.j2store h3 {
  margin-bottom: 20px;
}
.j2store form {
  margin: 25px 0px;
}
.j2store form label {
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px;
  lineheight: 1.1px;
  margin-bottom: 5px;
  width: 100%;
}
.j2store form label input {
  margin: 5px 0 5px;
}
.j2store ul.loginLinks {
  margin-top: 40px;
}
.j2store .j2store_register_fields input {
  margin-bottom: 10px;
}
.logout-button {
  margin-bottom: 20px;
}
/* My Profile Tabs
 /* ---------------------------- */
.tab-content {
  padding-top: 40px !important;
}
#j2storeaddressForm input[type="text"]:not(.form-control), #j2storeaddressForm input[type="email"]:not(.form-control), #j2storeaddressForm input[type="url"]:not(.form-control), #j2storeaddressForm input[type="date"]:not(.form-control), #j2storeaddressForm input[type="password"]:not(.form-control), #j2storeaddressForm input[type="search"]:not(.form-control), #j2storeaddressForm input[type="tel"]:not(.form-control), #j2storeaddressForm input[type="number"]:not(.form-control), #j2storeaddressForm select:not(.form-control) {
  margin-bottom: 10px;
}
/* J2Store - Invoice
 /* ---------------------------- */
.j2store-invoice-template p {
  margin-bottom: 0.5rem !important;
}
.j2store-invoice-template .h3, .j2store-invoice-template h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 1rem;
}
.j2store-invoice-template .cart-thumb-image {
  position: relative !important;
  max-width: 80px !important;
  float: left;
  margin-right: 10px;
}
.j2store-cart-item-box .cart-thumb-image img {
  width: 80px;
  float: left;
  margin-right: 10px;
}
/* --------------------------- */
/* BA Forms 
 /* --------------------------- */
.alert-success {
  background: #eef4dd !important;
  background-color: #eef4dd !important;
  border-color: #c8dc8f !important;
}
#sp-call-2-action #sp-call-2-action-001 {
  padding: 8rem 4rem;
}
#sp-call-2-action #sp-call-2-action-001 p {
  margin-bottom: 2.5rem !important;
}
@media (max-width: 767px) {
  #sp-call-2-action #sp-call-2-action-001 h2 {
    font-size: 1.6rem;
  }
  #sp-call-2-action #sp-call-2-action-001 p {
    margin-bottom: 2rem !important;
  }
}
#sp-call-2-action .ba-click-lightbox-form-2, #sp-call-2-action .ba-click-lightbox-form-2:hover {
  color: rgba(250, 250, 250, 1.0);
}
/* Pop-up Subscribe Form
 /* ------------------------------- */
.popup-btn {
  padding: 15px 22px 15px;
  color: #fff;
  font-family: 'Montserrat';
  border-radius: 50px !important;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  text-transform: uppercase;
}
.popup-btn a:hover, .popup-btn a:focus {
  color: rgba(0, 0, 0, 1) !important;
  background-color: rgba(250, 250, 250, 0.45);
}
.form-btn-center input.ba-btn-submit {
  position: relative;
  justify-content: center;
  margin: 0 auto;
  font-family: 'Montserrat';
}
#baform-2 .ba-form {
  padding: 0 !important;
}
#baform-2 .ba-form input.ba-btn-submit {
  text-transform: uppercase !important;
  border: 2px solid rgba(164, 188, 97, 1) !important;
  padding: 14px 22px 18px !important;
  border-radius: 50px !important;
  font-family: 'Montserrat';
}
/* -------------------------------- */
/* Bottom Row 
 /* -------------------------------- */
#sp-bottom {
  padding: 0px 80px 30px;
  margin: 0 auto 0;
  /* font-size: 14px;*/
  /*line-height: 1.6; */
}
#sp-bottom .article-content-feed {
  padding: 0 0 30px;
  max-width: 1100px !important;
  margin: 0 auto 0;
  color: #000006;
}
@media (max-width: 768px) {
  #sp-bottom {
    padding: 0 40px 30px;
  }
}
@media (max-width: 576px) {
  #sp-bottom {
    padding: 0px 40px 30px;
  }
}
@media (max-width: 320px) {
  #sp-bottom {
    padding: 0px 25px 30px;
  }
}
/*--------------------------------- */
/* Breadcrumb Row 
 /*--------------------------------- */
.breadcrumb {
  padding: 0.75rem 0rem;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  list-style: none;
  background-color: #fff !important;
}
.breadcrumb .divider {
  padding-right: 5px;
}
/* Back to Top
 /* --------------------- */
a.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #a4bc61;
  background: rgba(250, 250, 250, 0.8);
  border: 1px solid #a4bc61;
  border-radius: 50px;
  z-index: 1000;
}
a.sp-scroll-up:hover, a.sp-scroll-up:focus {
  color: #fff;
  background: #a4bc61;
  border: 1px solid #c8dc8f;
}
/*--------------------------------- */
/* Footer Logo & Menu Row 
 /*--------------------------------- */
@media (max-width: 767px) {
  #sp-footer-menu #sp-footer-logo img {
    max-width: 150px;
    height: auto;
    margin: 0 auto;
  }
}
#sp-footer-menu .menu.list-inline {
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0 0 0;
  font-size: 0.85rem;
}
#sp-footer-menu .menu.list-inline li {
  padding: 5px 10px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}
#sp-footer-menu .menu.list-inline li a {
  color: rgba(255, 255, 255, 0.75);
}
/*--------------------------------- */
/* Footer Links Row 
 /*--------------------------------- */
#sp-footer-links.footer-links {
  color: rgba(255, 255, 255, 0.75);
  padding: 50px 0px 0px 0px;
}
@media (max-width: 767px) {
  #sp-footer-links.footer-links {
    padding: 60px 0px 0px 0px !important;
  }
}
#sp-footer-links.footer-links p, #sp-footer-links.footer-links h4, #sp-footer-links.footer-links a {
  color: rgba(255, 255, 255, 0.75);
}
#sp-footer-links.footer-links h4 {
  font-size: 20px;
}
#sp-footer-links.footer-links h3.sp-module-title {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #sp-footer-links.footer-links h3.sp-module-title::before {
    left: 50%;
    transform: translateX(-67%);
  }
}
ul.menu.noListBullets {
  list-style: none;
  padding: 0;
}
ul.menu.noListBullets li {
  padding: 0 0 10px 0;
}
#sp-footer-social {
  padding: 20px 0;
}
#sp-footer-social a {
  color: #fff;
  padding: 0 10px;
}
#sp-footerlink4 h3 {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  #sp-footerlink4 {
    display: flex;
    justify-content: flex-end;
  }
  #sp-footerlink4 .sp-column {
    max-width: 300px;
    text-align: center;
  }
}
/*--------------------------------- */
/* Copyright Row 
 /*--------------------------------- */
#sp-footer {
  color: #000;
}
#sp-footer #sp-footer2 {
  text-align: left;
}
#sp-footer #sp-footer1, #sp-footer #sp-footer2 {
  color: #000;
  font-size: 0.85rem;
}
#sp-footer #sp-footer1 a, #sp-footer #sp-footer2 a {
  color: #000;
}
#sp-footer #sp-footer1 a:hover, #sp-footer #sp-footer2 a:hover, #sp-footer #sp-footer1 a:focus, #sp-footer #sp-footer2 a:focus {
  color: #000;
}
#sp-footer #sp-footer1 .vertical-divider, #sp-footer #sp-footer2 .vertical-divider {
  color: #6b6969;
  padding: 0 10px;
}
@media (max-width: 767px) {
  #sp-footer #sp-footer1, #sp-footer #sp-footer2 {
    text-align: center;
  }
}
#sp-footer1 {
  border-right: 1px solid #6b6969;
}
@media (max-width: 767px) {
  #sp-footer1 {
    border: 0;
  }
}
#sp-under-footer-section {
  font-size: 14px;
}
.article-info {
  margin: 0;
  width: 100%;
}
.article-aside {
  color: #949191;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.printOnly {
  display: none;
}
.contentpane .addthis-smartlayers {
  display: none;
}
.contentpane .printOnly {
  display: block;
}
.contentpane .recipes .article-content ul li, .contentpane p {
  font-size: 14px;
}
.contentpane .printFoot {
  font-size: 13px;
}
@media print {
  .recipes .article-content ul li, p {
    font-size: 14px;
  }
  .printFoot {
    font-size: 13px;
  }
  .printOnly {
    display: block;
  }
  .wrap.t3-navhelper {
    display: none;
  }
  .wrap.call2action-bg01 {
    display: none;
  }
  #t3-footer {
    display: none;
  }
  *, *::before, *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }
  a[href]:after {
    content: none !important;
  }
}
