:root {
	--white: #FFF;
	--navy-blue: #173B6A;
	--navy-blue-light: #F2F4F7;
	--light-grey: #F8F8F8;
	--teal: #1BB5CB;
	--teal-light: #F4FBFC;
    --pink: #c95d9f;
    --orange: #E96824;
}

html {
  scroll-behavior: smooth;
}

a {
	color: var(--teal);
}

a:hover {
	text-decoration: underline;
}

/** wrapper **/
.wrapper {
	overflow: hidden;
}
.container {
	max-width: 100% !important;
}
article {
	max-width: 1200px;
  	margin: 0 auto;
}

/* ----------------------------------------------------- Background Styles ------------------------------------------------- */
.bg-light-grey {
	background-color: var(--light-grey);
}
.bg-gradient {
	background-image: linear-gradient(to bottom, var(--light-grey) , var(--navy-blue));
}
.bg-gradient-topper {
	background-image: linear-gradient(to bottom, var(--light-grey) , var(--white) 130px);
	background-color: #fff;
}
.bg-white {
	background-color: var(--white);
}
.bg-navy-blue {
	background-color: var(--navy-blue);
	color: var(--white);
}
.bg-navy-blue p, .bg-navy-blue a, .bg-navy-blue h1, .bg-navy-blue h2, .bg-navy-blue h3, .bg-navy-blue h4, .bg-navy-blue h5, .bg-navy-blue h6, .bg-navy-blue li {
	color: var(--white);
}
.bg-teal {
	background-color: var(--teal);
	color: var(--white);
}
.bg-teal p, .bg-teal a, .bg-teal h1, .bg-teal h2, .bg-teal h3, .bg-teal h4, .bg-teal h5, .bg-teal h6, .bg-teal li {
	color: var(--white);
}
.bg-centered {
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}
.bg-center-bottom {
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: cover;
}
.bg-center-top {
    background-position: center top;
    background-repeat: no-repeat;
	background-size: cover;
}

/* ----------------------------------------------------- Menu Styles ------------------------------------------------- */

.menu ul li ul {
	position:absolute;
	left:-999em;
	z-index:9999 !important;
	margin: 0 0 0 -25px;
	width: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
}
.menu ul li ul li {
	display: block;
	margin-bottom: 0;
}
.menu ul li:hover ul, .menu ul li ul:hover {
	left:auto;
}
/** Menu arrows **/
.menu li > a:after {
    content: '  ▾';
	vertical-align: 1px;
}
.menu li > a:hover:after {
    color: #444;
    content: '  ▾';
	vertical-align: 1px;
}
.menu li > a:only-child:after {
    content: '';
}
.menu ul {
	padding: 0px;
	margin: 0;
}
.menu li {
	list-style: none;
	display: inline-block;
	padding: 3px 15px;
	margin-left: 10px;
	background-image: none;
	margin-bottom: 10px;
}
.menu a {
	color: var(--navy-blue);
	text-decoration: none;
}
.menu a:hover {
	color: var(--teal);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	left: auto !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item-4424 {
	background-color: var(--teal) !important;
	color: white;
	text-transform: uppercase;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item-4424 a {
	color: white !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    width: 100%;
   float: right !important;
	
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: inline-grid !important;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
	display: none !important;
}
.mega-menu-description {
	display: none !important;
}
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge, #mega-menu-wrap-primary button.mega-close, #mega-menu-wrap-primary button.mega-toggle-standard {
	line-height: initial !important;
}
ul.mega-sub-menu {
	z-index: 999999 !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
	margin-bottom: 5px !important;
}
.mega-menu-item.widget_text {
	background-color: var(--light-grey) !important;
	border-radius: 20px !important;
	box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19) !important;
}

/* ----------------------------------------------------- Header And Banner Image Styles ---------------------------------------------------------------- */

header {
	/*position: absolute;*/
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	/*padding: 50px 5%;*/
	background-color: var(--light-grey);
}
header .logo {
	margin-top: -10px;
}
.nav-bar {
}
.logo {
	max-width: 220px;
	min-width: 160px;
	z-index: 99999;
	position: relative;
}

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */
.basket-icon {
	margin: -5px 10px 0;
}
.basket-icon li {
	list-style: none;
}
.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents::before {
	font-family: FontAwesome;
    font-weight: 900;	
    content: "\f291" !important;
    font-size: 22px;
	color: var(--navy-blue);
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    	top: 20px;
   	right: -8px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: var(--pink);
    	border-radius: 50%;
    	padding: 1px;  
}
/* ---------------------------------------------- */

.banner-image {
	width: 100%;
	height: auto;
	min-height: 65vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}
.banner-image-sm {
	min-height: 50vh;
	height: 50vh !important;
}
.full-width-image-bg {
	height: 40vh; 
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center;
}
.searchcontainer {
	margin-right: 20px;
}
form.searchbox {
	border: 1px solid var(--navy-blue);
  	border-radius: 30px;
}
.searchbox-input {
	border: 0;
	background: none;
	padding-left: 15px;
	font-size: 13px;
}
input.searchbox-submit {
	background: none !important;
  	cursor: pointer;
	color: var(--navy-blue) !important;
	width: 33px;
	padding: 8px;
}

/* ----------------------------------------------------- Generic Content Styles ---------------------------------------------------------------- */

.content-padding {
	padding: 5%;
}
.content-padding-sm {
	padding: 2.5% 5%;
}
.content-padding-sm-sides {
	padding: 2.5%;
}
.content-margin {
	margin: 5% 0;
}
.min-height {
	min-height: 350px;
}
.content-padding-lrg-sides {
	padding: 3.5% 10%;
}

.overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

.banner-image-text {
  color: var(--white);
  font-weight: 400;
  font-size: 35px;
  line-height: initial;
	text-align: center;
	padding: 10%;
}

.banner-image {
    width: 100%;
    height: auto;
    /*min-height: 65vh;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    position: relative;
	background-blend-mode: multiply;
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
    width: 100%;
    color: #fff;
    height: 100%;
}
.banner-overlay *, .banner-image * {
	color: #fff;
}
.background-centered {
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.lozenge {
	border-radius: 100px;
	border: solid 4px var(--teal);
	max-width: 75%;
	padding: 30px;
	margin: 0 auto;
	background-color: #fff;
}
.lozenge h4 {
	font-size: 35px;
	color: var(--teal);
	font-weight: 700;
}
.lozenge-navy {
	border: solid 2px var(--navy-blue);
	border-radius: 20px;
	box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19);
	padding: 20px;
}
.lozenge-teal {
	border: solid 2px var(--teal);
	border-radius: 20px;
	box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19);
	padding: 20px;
}
.lozenge-teal h3 {
	color: var(--teal);
}
.lozenge-pink {
	border: solid 2px var(--pink);
	border-radius: 20px;
	box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19);
	padding: 20px;
}
.lozenge-pink h3 {
	color: var(--pink);
}
.box-teal-light {
	border-radius: 15px;
	padding: 20px;
	background-color: var(--teal-light);
	height: 100%;
}
.box-navy-blue-light {
	border-radius: 15px;
	padding: 20px;
	background-color: var(--navy-blue-light);
	height: 100%;
}
.box-navy-blue-light strong, .box-teal-light strong {
	font-size: 22px;
	line-height: 24px;
}
.box-navy-blue-light:hover, .box-teal-light:hover {
	box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19);
}

.team {
    width: 24%;
}

/* ----------------------------------------------------- Button and A Styles ---------------------------------------------------------------- */

a.button  {
	text-align: center;
	color: var(--white);
	font-weight: bold;
	font-size: 16px;
	padding: 8px 15px;	
	text-decoration: none !important;
}

button  {
	text-align: center;
	background-color: var(--navy-blue);
	color: var(--white);
	font-weight: 400;
	font-size: 16px;
	padding: 8px 20px;	
	text-decoration: none !important;
	border: none;
	transition-property: all;
    transition-duration: 500ms;
	cursor: pointer;
	border-radius: 50px;
}
button:hover {
	background-color: var(--teal) !important;
	color: #fff;
}
button strong {
	color: #fff;
}
button.mega-toggle-animated:hover {
	background: none !important;
}
.btn-teal  {
	background-color: var(--teal) !important;
	color: var(--white) !important;
}
.btn-teal:hover  {
	background: var(--navy-blue) !important;
}
.btn-pink  {
	background-color: var(--pink) !important;
	color: var(--white) !important;
}
.btn-pink:hover  {
	background: var(--navy-blue) !important;
}
.btn-white  {
	background-color: var(--white) !important;
	color: var(--teal) !important;
}
.btn-white:hover  {
	background: var(--teal) !important;
	color: var(--white) !important;
}
.btn-navy-blue-outline  {
	background-color: var(--white) !important;
	color: var(--navy-blue) !important;
	border: 2px solid var(--navy-blue);
}
.btn-navy-blue-outline strong {
	color: var(--navy-blue) !important;
}
.btn-navy-blue-outline:hover  {
	background: var(--navy-blue) !important;
	color: var(--white) !important;
}
.btn-navy-blue-outline:hover strong {
	color: var(--white) !important;
}
.btn-large {
	border-radius: 15px;
}
.btn-large strong {
	font-size: 19px;
}
.btn-white strong {
	color: var(--teal) !important;
}
.btn-white:hover strong {
	color: var(--white) !important;
}
.btn-bottom {
	position: absolute; 
	margin: 0 auto; 
	bottom: 20px; 
	right: 0; 
	left: 0; 
	width: fit-content;
}
.zoom {
  transition: transform .2s;
}
.zoom:hover {
  -ms-transform: scale(1.03); /* IE 9 */
  -webkit-transform: scale(1.03); /* Safari 3-8 */
  transform: scale(1.03); 
}

/* ----------------------------------------------------- Changing Content Styles ------------------------------------------------- */

.active {
	display: block !important;
}
.active-btn {
	background-color: var(--teal);
	transition-duration: 0.4s;
	color: #fff !important;
}
.active-btn:after {
	content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-top: solid 30px var(--teal);
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}
.active-btn p, .active-btn strong {
	color: #fff !important;
}
.box-navy-blue-light.active-btn {
	background-color: var(--navy-blue);
}
.box-navy-blue-light.active-btn:after {
	content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-top: solid 30px var(--navy-blue);
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
}

#nav_tab_1, #nav_tab_2, #nav_tab_3, #nav_tab_4, #nav_tab_5 {
	cursor: pointer;
	box-shadow: 0 0 rgba(0, 0, 0, 0.2), 0 0px 8px 0 rgba(0, 0, 0, 0.19);
    transform: scale(1);
    animation: pulse 3s 6s; /*3s is the speed - 6s is the animation duration*/
}
#nav_tab_1 {
	animation-delay: 0s;
}
#nav_tab_2 {
	animation-delay: 1s;
}
#nav_tab_3 {
	animation-delay: 2s;
}
#nav_tab_4 {
	animation-delay: 3s;
}
#nav_tab_5 {
	animation-delay: 4s;
}
#nav_tab_1:hover, #nav_tab_2:hover {
	background-color: var(--teal);
	color: #fff !important;
}
#nav_tab_3:hover, #nav_tab_4:hover, #nav_tab_5:hover {
	background-color: var(--navy-blue);
	color: #fff !important;
}
#nav_tab_1:hover p, #nav_tab_1:hover strong, #nav_tab_2:hover p, #nav_tab_2:hover strong, #nav_tab_3:hover p, #nav_tab_3:hover strong, #nav_tab_4:hover p, #nav_tab_4:hover strong, #nav_tab_5:hover p, #nav_tab_5:hover strong {
	color: #fff !important;
}
#nav_tab_1_content, #nav_tab_2_content, #nav_tab_3_content, #nav_tab_4_content, #nav_tab_5_content {
	display: none;
	padding-right: 0;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        /*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);*/
    }

    70% {
        transform: scale(1);
        /*box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);*/
    }

    100% {
        transform: scale(0.95);
        /*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);*/
    }
}

/* -------------------- Changing Content Styles - Extra styles for inner pages -------------------- */
.changing-content-tabs .nav-bar-4col li {
	list-style-type: none !important;
	width: 100%;
	transition-duration: 0.4s;
	font-size: 22px;
	opacity: 0.6;
  	margin-bottom: 15px;
	padding: 5px 0;
}
.changing-content-tabs #nav_tab_1_content, .changing-content-tabs #nav_tab_2_content, .changing-content-tabs #nav_tab_3_content, .changing-content-tabs #nav_tab_4_content, .changing-content-tabs #nav_tab_5_content {
	border: solid 2px;
 	border-radius: 15px;
  	padding: 20px;
}
.changing-content-tabs .active-btn {
	background: none;
	opacity: 1 !important;
	color: var(--navy-blue) !important;
	border-bottom: solid 2px;
}
.changing-content-tabs #nav_tab_1, .changing-content-tabs #nav_tab_2, .changing-content-tabs #nav_tab_3, .changing-content-tabs #nav_tab_4, .changing-content-tabs #nav_tab_5 {
	box-shadow: none;
	animation: none;
}
.changing-content-tabs #nav_tab_1:hover, .changing-content-tabs #nav_tab_2:hover, .changing-content-tabs #nav_tab_3:hover, .changing-content-tabs #nav_tab_4:hover, .changing-content-tabs #nav_tab_5:hover {
	background: none !important;
	color: var(--navy-blue) !important;
}
.changing-content-tabs .active-btn:after {
	display: none;
}

/* ----- Product category page styles ----- */
.digital-badge-category {
	position: absolute;
	top: -35px;
	right: 0;
	left: 0;
	text-align: center;
}
.tile-content {
	padding-top: 100px;
	padding-bottom: 45px;
}
/* ----- Product page styles ----- */
.digital-badge {
	position: absolute;
	top: -35px;
	right: -30px;
}
/* ----------- Blog Styles ----------- */
.blog {
	margin-bottom: 50px;
	transition: opacity .25s ease-in-out;
	  -moz-transition: opacity .25s ease-in-out;
	  -webkit-transition: opacity .25s ease-in-out;
}
.blog a:hover {
	text-decoration: none !important;
}
.blog-image {
	aspect-ratio: 1.7 / 1;
	margin-bottom: 30px;
}
.blog-image-category {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	 margin-bottom: 0;
}
.featured-cat-img {
	height: 25vw;
}
.blog-image img.attachment-post-thumbnail, .blog-image img.attachment-post-thumbnails {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.blog-image-home img.attachment-post-thumbnail, .blog-image-home img.attachment-post-thumbnails {
	object-fit: cover;
}
.featured-cat-img img.attachment-post-thumbnail, .featured-cat-img img.attachment-post-thumbnails {
	width: 100%;
	height: auto;
}
.blog-text {
	padding: 20px;
}
.blog-text-lrg {
	height: 250px;
}
p.category-tags span {
	border: solid 1px var(--navy-blue);
	padding: 5px 15px;
	border-radius: 15px;
	margin-right: 10px;
	text-wrap: nowrap;
}
p.category-tags span:hover {
	background-color: var(--navy-blue);
	color: var(--white);
}
p.category-tags span.Events {
	display: none;
}

/* ----------------------------------------------------- Video Styles ---------------------------------------------------------------- */



iframe, video{
  max-width: 100%;
  display: block;
}

/* Make common WP/Block embeds responsive */
.wp-block-embed__wrapper,
.wp-block-video,
.embed-responsive,
.video-container{
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.wp-block-embed__wrapper > iframe,
.wp-block-video > video,
.embed-responsive > iframe,
.video-container > iframe,
.video-container > video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* If something inside a narrow column still overflows, clip it */
.container, .container-fluid, .row, .content-padding{
  overflow-x: clip;  /* or hidden if your theme doesn’t support clip */
}	
/* ----------------------------------------------------- Woocommerce Styles ---------------------------------------------------------------- */

/*START ORIGINAL WOOCOMMERCE STYLES*/

#wps-slider-section img.wpsf-product-img {
	width: 100%;
	height: auto;
}

.woocommerce .woocommerce-result-count {
    padding-left: 5.8%;
	display: none;
}
.woocommerce .woocommerce-ordering {
    padding-right: 5.8%;
	display: none;
}
.woocommerce ul.products {
    padding: 2% 5.8% 0 !important;
}
.woocommerce .woocommerce-breadcrumb {
	display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: var(--teal) !important;
	font-weight: 400;
  	margin-top: 40px;
}

.woocommerce button.button.alt {
	border-radius: 0 !important; 
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-weight: bold;
	color: var(--teal) !important;
}

form.gift-cards_form.cart {
	padding: 0 !important;
}
.gift-card-content-editor.step-content label {
    margin-top: 2px !important;
}
.gift_card_template_button {
    margin-top: 2em !important;
}
.ywgc-form-preview-separator {
    background: none !important;
}
.ywgc-main-form-preview-container {
	min-height: auto !important;
}
/* hide price for gift card on all products category page */
.woocommerce ul.products li.product.post-19462 .price {
	display: none;
}
.woocommerce ul.products li.product a img {
	transition: transform .2s;
}
.woocommerce ul.products li.product a img:hover {
	transform: scale(1.15);
}
span.price.subscription-price {
	color: var(--primary) !important;
}
ul.wcsatt-options-prompt-radios {
	padding: 0;
}
.woocommerce span.onsale {
	display: grid;
    align-content: space-around;
	width: 75px !important;
    height: 75px !important;
	top: 4% !important;
    right: 12% !important;
	left: auto !important;
	background-color: var(--primary) !important;
}

a.button.product_type_simple {
	position: absolute !important;
	right: 0;
	margin-top: -35px !important;
}

h2.woocommerce-loop-product__title {
	max-width: 85%;
	z-index: 9999;
	position: relative;
}
.woocommerce-loop-category__title {
	z-index: 9999;
	position: relative;
}

/*---Category page---*/
.category-banner {
	height: 65vh;
}
.number {
	max-width: 30%;
	padding-right: 10px;
}
.term-description {
	padding: 5.8% 5.8% 2% 5.8%;
}

/*---Product page---*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: right !important;
	margin-top: -50px !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: left !important;
	padding-left: 5.8%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	text-align: center;
}
.woocommerce div.product div.images {
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	padding: 5.8%;
}
.related.products h2 {
	padding-left: 5.8%;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	margin-top: 10px;
}
/*---Quantity---*/
.woocommerce div.product form.cart div.quantity {
	border: 1px solid var(--primary);
	border-radius: 0;
	padding: 3px;
	float: none !important;
	width: 50%;
	margin: 10px auto !important;
	display: none;
}
form.gift-cards_form.cart div.quantity {
	text-align: center !important;
	width: 100% !important;
}
input.minus, input.plus {
	border: 0;
	padding: 2px 14px;
	background: #fff;
}
.woocommerce .quantity input[type="number"] {
	border: 0 !important;
}
.woocommerce div.product form.cart .button {
	border-radius: 0 !important;
	font-weight: normal;
	float: none !important;
	width: 50%;
	margin-bottom: 10px;
}
.woocommerce div.product form.cart .button.gift_card_add_to_cart_button {
	width: 100% !important;
}

.category-description {
}

.sidebar {
	display: none !important;
}

sidebar {
	display: none !important;
}

.product_title {
	font-weight: 700 !important;
}

.product__content img, .woocommerce-product-details__short-description img { /*removed:  */
	margin: 0 15px 0px 0;
    float: left;
}

.product_meta {
	display: none !important;
}

.woocommerce div.product div.images {
  margin-right: 30px;
}

.woocommerce div.product div.summary {
	margin-top: 3%;
}

.related.products {
	display: none;
}

#tab-title-description {
	display: none !important;
}

#tab-description {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs {
	padding: 0 !important; 
}

.wpsf-product-title {
	text-align: left;
}

#wps-slider-section .wps-product-section:not(.sp-wps-custom-template) .wpsf-product-title {
	font-weight: 400 !important;
}
/*END ORIGINAL WOOCOMMERCE STYLES*/


.woocommerce a.button {
	background-color:  var(--teal) !important;
	text-align: center !important;
	border: solid 1px var(--teal) !important;
	border-radius: 0 !important;
	color: var(--white) !important;
	text-decoration: none !important;
	margin-right: 5px;
	font-weight: 400 !important;
	transition-property: all;
    transition-duration: 500ms;
}

.woocommerce a.button:hover {
	background-color:  var(--teal) !important;
	color: var(--white) !important;
	text-decoration: none !important;
	cursor: pointer;
}
[type="reset"], [type="submit"] {
	background-color:  var(--teal) !important;
	text-align: center !important;
	border: none;
	color: var(--white) !important;
	font-size: 15px;
	padding: 10px;
	text-decoration: none !important;
	margin-right: 5px;	
}

.wc-block-cart__submit-button {
	background-color:  var(--teal) !important;
	color: var(--white) !important;
	border-radius: 50px;
}

/* ----------------------------------------------------- Footer Styles ---------------------------------------------------------------- */
footer {
	background-color: var(--light-grey);
	clear: both;
}
footer p, footer a {
	font-size: 13px;
}
/*
.footer a {
  font-size: 17px;
  font-weight: 400;
}
*/

/* ----------- Plugin Overwrite Styles ----------- */

/* ----------- Ninja Forms Styles ----------- */
.nf-form-content {
	padding: 0 !important;
}
.nf-form-fields-required {
	font-size: 13px;
	margin-bottom: 5px;
}


/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}


/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}


/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}


/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {
	
}


/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
}


/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {
	.logo {
		max-width: 200px;
	}
	.lozenge {
		max-width: 95%;
	}
}


/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

@media only screen and (max-width : 1250px) {
} 


/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {
	
}


/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
	
	.team {
		width: 33%;
	}
	.lozenge h4 {
		font-size: 28px;
	}

}


/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

@media only screen and (max-width : 1024px) {	
	
}


/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 991px) {
	.menu li {
		padding: 1px 12px 2px 12px;
	}
}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	

	.team {
		width: 49%;
}
}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {	
	
}


/* ----------------------------------------------------- Smaller than 768px - iPad portrait ------------------------------------------------------ */

@media only screen and (max-width : 768px) {
	.hidden-mobile {
		display: none;
	}
	.mobile-center {
		text-align: center !important;
	}
	.mobile-left {
		text-align: left !important;
	}
	.logo {
		max-width: 200px;
	}	
	.team {
		width: 100%;
	}
	.lozenge {
		max-width: 100%;
		border-radius: 60px;
		padding: 22px;
	}
	button {
		margin-bottom: 10px;
	}
	.lozenge-teal, .lozenge-pink {
		margin-bottom: 20px;
	}
	.changing-content-tabs .nav-bar-4col li {
		font-size: 19px;
	}
}


/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

@media only screen and (max-width : 700px) {
}

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

@media only screen and (max-width : 650px) {
	.lozenge h4 {
		font-size: 20px;
	}
	.lozenge p {
		line-height: initial;
	}
	.box-navy-blue-light strong, .box-teal-light strong {
		font-size: 18px;
	}
	#nav_tab_1 p, #nav_tab_2 p, #nav_tab_3 p, #nav_tab_4 p, #nav_tab_5 p {
		font-size: 14px;
		line-height: initial;
		margin-bottom: 5px;
	}

}


/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	

}


/* ----------------------------------------------------- Smaller than 454px ------------------------------------------------------ */
@media only screen and (max-width : 454px) {
}