/*!
Theme Name: IVM Theme
Theme URI: http://underscores.me/
Author: Anmol Rajbhandari
Author URI: https://www.iconvisual.com.au/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ivm-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IVM Theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: "OpenSans-Bold";
  src: url("/wp-content/themes/ivm-theme/fonts/OpenSans-Bold.woff") format("woff"), url("/wp-content/themes/ivm-theme/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("/wp-content/themes/ivm-theme/fonts/OpenSans-Light.woff") format("woff"), url("/wp-content/themes/ivm-theme/fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: "OpenSans-Light";
  font-size: 16px;
  font-size: 1rem;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "OpenSans-Bold";
}
p {
  margin-bottom: 1.5em;
  line-height: 1.4;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.ivm-btn {
  color: #D31145;
  border: 2px solid;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 18px;
  display: inline-block;
  margin: 54px auto;
  transition: all ease 500ms;
  /* @media screen and (max-width:$query-tab){
        margin:12px auto;
    }   */
}
.spc {
  padding: 10px 0;
}
span.posted-on, span.byline {
  display: none;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
form {
  display: grid;
  clear: both;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  padding: 3px;
  border: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.ctFrm {
  background-color: #e6e6e6;
}
.ctFrm .ctFrmWrapper {
  max-width: 680px;
  width: 96%;
  margin: auto;
  text-align: center;
}
.ctFrm .ctFrmWrapper .gridTwo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .ctFrm .ctFrmWrapper .gridTwo {
    grid-template-columns: 1fr;
    margin: auto;
  }
}
/* .ctFrm .ctFrmWrapper .gridTwo p {
  display: none;
} */
.ctFrm .ctFrmWrapper .gridTwo input[type="text"], .ctFrm .ctFrmWrapper .gridTwo input[type="email"], .ctFrm .ctFrmWrapper .gridTwo input[type="url"], .ctFrm .ctFrmWrapper .gridTwo input[type="password"], .ctFrm .ctFrmWrapper .gridTwo input[type="search"], .ctFrm .ctFrmWrapper .gridTwo input[type="number"], .ctFrm .ctFrmWrapper .gridTwo input[type="tel"], .ctFrm .ctFrmWrapper .gridTwo input[type="range"], .ctFrm .ctFrmWrapper .gridTwo input[type="date"], .ctFrm .ctFrmWrapper .gridTwo input[type="month"], .ctFrm .ctFrmWrapper .gridTwo input[type="week"], .ctFrm .ctFrmWrapper .gridTwo input[type="time"], .ctFrm .ctFrmWrapper .gridTwo input[type="datetime"], .ctFrm .ctFrmWrapper .gridTwo input[type="datetime-local"], .ctFrm .ctFrmWrapper .gridTwo input[type="color"] {
  height: 46px;
  margin-bottom: 12px;
  width: 100%;
}
.ctFrm .ctFrmWrapper .gridTwo textarea {
  height: 104px;
  margin-bottom: 9px;
  width: 100%;
}
.ctFrm .ctFrmWrapper .gridTwo input[type="submit"] {
  width: 100%;
  background-color: #D31145;
  height: 44px;
  border-radius: 0;
  border: none;
  color: #ffffff;
  font-family: "OpenSans-Bold";
  cursor: pointer;
  font-size: 16px;
  transition: all ease-in-out 500ms;
}
.ctFrm .ctFrmWrapper .gridTwo input[type="submit"]:hover {
  background-color: #383838;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #707070;
  text-decoration: none;
}
a:visited {
  color: #707070;
}
a:hover, a:focus, a:active {
  color: #707070;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
}
.main-navigation ul li {
  padding: 16px;
  border-bottom: 2px solid transparent;
  margin-left: 18px;
  position: relative;
}
.main-navigation ul li a {
  font-family: "OpenSans-Bold";
  text-decoration: none;
}
.main-navigation ul li.current-menu-item, .main-navigation ul li:hover {
  border-color: #D31145;
}
.main-navigation ul li .sub-menu {
  display: none;
  position: absolute;
  flex-direction: COLUMN;
  width: 250px;
  left: 0;
  text-align: left;
  z-index: 3;
  align-items: flex-start;
  background: #fff;
  padding-top: 45px;
}
.main-navigation ul li .sub-menu li {
  margin-left: 0;
}
.main-navigation ul li:hover .sub-menu {
  display: block;
}
@media screen and (max-width: 979px) {
  .main-navigation ul li {
    padding: 16px 8px;
  }
}
@media screen and (max-width: 767px) {
  .main-navigation {
    display: none;
  }
}
header .slicknav_menu {
  display: none;
  background-color: #D31145;
  width: 60px;
  margin-left: auto;
  margin-right: 2px;
}
header .slicknav_menu .slicknav_btn {
  background-color: #D31145;
}
header .slicknav_menu ul.slicknav_nav {
  background-color: #383838;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 999;
  top: 95px;
}
header .slicknav_menu ul.slicknav_nav li {
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  header .slicknav_menu {
    display: block;
  }
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
header.site-header {
  max-width: 1640px;
  width: 96%;
  margin: auto;
  padding-top: 20px;
  display: grid;
  grid-template-columns: 203px 1fr;
  grid-gap: 20px;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.home header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.bannerWrapper {
  margin: 20px auto;
}
.bannerWrapper .bannerItem .banner {
  display: grid;
  align-items: center;
}
.bannerWrapper .bannerItem .banner > div {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}
.bannerWrapper .bannerItem .banner .banner-title {
  margin-left: 70px;
}
@media screen and (max-width: 610px) {
  .bannerWrapper .bannerItem .banner .banner-title {
    grid-row-start: 2;
    grid-row-end: 3;
    background: #383838;
    margin-left: 0;
    text-align: center;
  }
}
.bannerWrapper .bannerItem .banner .banner-title p {
  font-family: "OpenSans-Bold";
  font-size: 48px;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000;
}
@media screen and (max-width: 767px) {
  .bannerWrapper .bannerItem .banner .banner-title p {
    font-size: 32px;
  }
}
.bannerWrapper .bannerItem .banner .banner-title p a {
  color: #ffffff;
  display: block;
  width: 192px;
  border: 3px solid;
  padding: 12px 10px;
  text-align: center;
  border-radius: 25px;
  transition: all ease-in-out 500ms;
  font-size: 20px;
  text-shadow: none;
}
.bannerWrapper .bannerItem .banner .banner-title p a:hover {
  border-color: #D31145;
  background-color: #D31145;
}
@media screen and (max-width: 767px) {
  .bannerWrapper .bannerItem .banner .banner-title p a {
    font-size: 16px;
    margin-top: 22px;
    width: 160px;
  }
}
@media screen and (max-width: 610px) {
  .bannerWrapper .bannerItem .banner .banner-title p a {
    margin: 12px auto;
  }
}
@media screen and (max-width: 767px) {
  .bannerWrapper .bannerItem .banner .banner-title p {
    margin: 0;
  }
}
.bannerWrapper ul.slick-dots {
  list-style: none;
  position: absolute;
  top: 50%;
  left: 10px;
  padding: 0;
  margin: 0;
}
.bannerWrapper ul.slick-dots li {
  margin-bottom: 10px;
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerWrapper ul.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  transition: all ease-in-out 500ms;
  border-radius: 50%;
  background: transparent;
  border: none;
}
.bannerWrapper ul.slick-dots li button:before {
  display: none;
}
.bannerWrapper ul.slick-dots li.slick-active button {
  background-color: #ffffff;
}
#callouts {
  max-width: 1640px;
  width: 96%;
  margin: auto;
  margin-bottom: 20px;
}
#callouts ul.callout_wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #D8D8D8;
  border-radius: 50px;
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  #callouts ul.callout_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #callouts ul.callout_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 510px) {
  #callouts ul.callout_wrapper {
    grid-template-columns: 1fr;
  }
}
#callouts ul.callout_wrapper li {
  background: #D8D8D8;
  margin: 10px;
  border-radius: 30px;
}
#callouts ul.callout_wrapper li a {
  text-align: center;
  display: block;
  padding: 20px 0;
  font-family: "OpenSans-Bold";
  text-transform: capitalize;
}
#callouts ul.callout_wrapper li a:hover {
  color: #ffffff;
  background-color: #D31145;
  border-radius: 50px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
  max-width: 1640px;
  width: 96%;
  margin: auto;
}
.site-content .entry-content .wp-block-columns.has-2-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .site-content .entry-content .wp-block-columns.has-2-columns {
    display: flex;
    flex-direction: column;
  }
  .site-content .entry-content .wp-block-columns.has-2-columns .wp-block-column {
    margin-left: 0;
  }
}
@media screen and (max-width: 979px) {
  .site-content .entry-content .wp-block-columns:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
}
.home .entry-content .wp-block-columns.has-2-columns {
  grid-column-gap: 60px;
}
.home .entry-content .wp-block-columns.has-2-columns .wp-block-column p, .home .entry-content .wp-block-columns.has-2-columns .wp-block-column h2 {
  max-width: 480px;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 979px) {
  .home .entry-content .wp-block-columns.has-2-columns .wp-block-column p, .home .entry-content .wp-block-columns.has-2-columns .wp-block-column h2 {
    max-width: 100%;
  }
}
.home .entry-content .wp-block-columns.has-2-columns .wp-block-column p {
  line-height: 1.4;
}
.home .entry-content .wp-block-columns.has-2-columns .wp-block-column h2 {
  margin: 20px auto;
}
.internal-pages .entry-content .wp-block-columns.has-2-columns:first-of-type {
  align-items: start;
}
.post-type-archive-product .page-description {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 16px;
  z-index: 1;
}
/*--------------------------------------------------------------
#Woocommerce
--------------------------------------------------------------*/
.shopPage {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 15px;
}
.shopPage h1.page-title {
  color: #707070;
  text-transform: uppercase;
}
.shopPage aside .widget_product_categories h2.widget-title {
  margin: 0;
  line-height: 1;
}
.shopPage aside .widget_product_categories ul.product-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shopPage aside .widget_product_categories ul.product-categories li {
  margin: 22px 0;
}
@media screen and (max-width: 979px) {
  .shopPage aside .widget_product_categories ul.product-categories li {
    margin: 8px 0;
  }
}
.shopPage aside .widget_product_categories ul.product-categories li a {
  font-size: 18px;
  text-transform: uppercase;
}
.shopPage aside .widget_product_categories ul.product-categories li a:hover {
  font-family: "OpenSans-Bold";
}
@media screen and (max-width: 979px) {
  .shopPage aside .widget_product_categories {
    margin-top: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 979px) {
  .shopPage {
    display: flex;
    flex-direction: column-reverse;
  }
}
.woocommerce ul.products li.product {
  box-shadow: 0px 1px 10px 0px #D8D8D8;
  text-align: center;
}
.woocommerce ul.products li.product a img {
  /*background-color:$clBorder;*/
  border-bottom-right-radius: 45%;
  border-bottom-left-radius: 45%;
  padding: 38px;
}
.woocommerce ul.products li.product a h2.woocommerce-loop-product__title {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  max-width: 240px;
  margin: auto;
}
.woocommerce ul.products li.product a.product_type_simple {
  color: #D31145;
  border: 2px solid;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 18px;
  display: inline-block;
  margin: 54px auto;
  transition: all ease 500ms;
  /* @media screen and (max-width:$query-tab){
        margin:12px auto;
    }   */
  background-color: transparent;
}
.woocommerce ul.products li.product:hover a img {
  background-color: #D31145;
}
@media screen and (max-width: 610px) {
  .woocommerce ul.products {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
.single-product .ivm-woo .piLink {
  width: 100%;
}
.single-product .ivm-woo .piLink a {
  width: 45%;
  display: inline-block;
  background: #d31145;
  text-align: center;
  padding: 1%;
  margin: 1%;
  color: #fff;
  font-weight: bold;
}
.single-product .ivm-woo .product.type-product.product-type-simple {
  max-width: 1280px;
  width: 96%;
  margin: auto;
}
.single-product .ivm-woo .product.type-product.product-type-simple .entry-summary h1, .single-product .ivm-woo .product.type-product.product-type-simple .entry-summary h3, .single-product .ivm-woo .product.type-product.product-type-simple .entry-summary h4 {
  color: #707070;
}
.single-product .ivm-woo .product.type-product.product-type-simple .entry-summary h1, .single-product .ivm-woo .product.type-product.product-type-simple .entry-summary h3 {
  margin-top: 0;
}
.single-product .ivm-woo .product.type-product.product-type-simple .entry-summary h1 {
  text-transform: uppercase;
}
.single-product .ivm-woo .product.type-product.product-type-simple .entry-summary h3 {
  margin: 0;
}
.single-product .ivm-woo .product.type-product.product-type-simple .entry-summary .freeFrom p, .single-product .ivm-woo .product.type-product.product-type-simple .entry-summary .ingredients p {
  margin-top: 12px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: table;
  min-height: 400px !important;
  margin: auto;
}
.postid-180 h1 {
  font-size: 26px;
}
/*--------------------------------------------------------------
#stockists
--------------------------------------------------------------*/
.stockists #wpsl-wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 20px;
}
@media screen and (max-width: 979px) {
  .stockists #wpsl-wrap {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .stockists #wpsl-wrap {
    display: flex;
    flex-direction: column;
  }
}
.stockists #wpsl-wrap .wpsl-search {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 2;
  background-color: transparent;
  padding: 10px 0;
}
.stockists #wpsl-wrap .wpsl-search form {
  display: flex;
  justify-content: flex-end;
}
.stockists #wpsl-wrap .wpsl-search form .wpsl-input label {
  width: 100%;
}
.stockists #wpsl-wrap .wpsl-search form .wpsl-search-btn-wrap, .stockists #wpsl-wrap .wpsl-search form .wpsl-search-btn-wrap input {
  margin-right: 0;
}
@media screen and (max-width: 610px) {
  .stockists #wpsl-wrap .wpsl-search form {
    display: block;
    max-width: 320px;
    margin: auto;
  }
  .stockists #wpsl-wrap .wpsl-search form .wpsl-input {
    text-align: center;
  }
  .stockists #wpsl-wrap .wpsl-search form .wpsl-input > div {
    float: none;
  }
  .stockists #wpsl-wrap .wpsl-search form .wpsl-search-btn-wrap {
    float: none;
    text-align: center;
  }
  .stockists #wpsl-wrap .wpsl-search form .wpsl-search-btn-wrap input {
    margin-top: 8px !important;
    width: 100%;
  }
}
.stockists #wpsl-wrap #wpsl-gmap {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  width: 100% !important;
}
.stockists #wpsl-wrap #wpsl-result-list {
  grid-row-start: 1;
  grid-row-end: 3;
  width: 100%;
  border-left: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .stockists #wpsl-wrap #wpsl-result-list {
    border-left: none;
    marign-top: 10px;
  }
}
.stockists #wpsl-wrap #wpsl-result-list .wpsl-store-location strong {
  font-family: "OpenSans-Bold";
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.fixx {
  position: static;
  background: #fff;
  padding: 10px;

}
/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/
.blogs {
  max-width: 1640px;
  width: 96%;
  margin: auto;
  text-align: center;
  padding: 20px 0;
}
.blogs .blogWrapper {
  display: grid;
  grid-template-columns: repeat(1fr);
}
@media screen and (max-width: 767px) {
  .blogs .blogWrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 18px;
  }
}
.blogs .blogWrapper .blog {
  max-width: 100%;
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .blogs .blogWrapper .blog {
    max-width: 100%;
  }
}
.blogs .blogWrapper .blog h4 {
  margin: 0;
  line-height: 1;
}
.blogs .blogWrapper .blog p {
  margin-top: 6px;
}
.blogs .blogWrapper .blog .ivm-btn {
  margin: auto;
  font-size: 14px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
footer {
  background-color: #383838;
}
footer .footer {
  max-width: 1640px;
  width: 96%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 280px;
  grid-column-gap: 20px;
  color: #ffffff;
}
@media screen and (max-width: 979px) {
  footer .footer {
    grid-template-columns: 1fr 130px 130px 1fr;
  }
}
footer .footer .info .copyright {
  margin-left: 10px;
}
footer .footer .mnu ul.menu li {
  padding-bottom: 6px;
}
footer .footer ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-row-gap: 12px;
}
footer .footer ul.menu a {
  color: #ffffff;
  font-family: "OpenSans-Bold";
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
footer .footer ul.menu a svg {
  width: 18px;
  margin-right: 10px;
  fill: #ffffff;
}
footer .footer .newsletter h4 {
  margin: 0;
}
footer .footer .newsletter .acymailing_module_form {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
footer .footer .newsletter .acymailing_module_form .acymailing_form input[type="text"] {
  width: 93% !important;
  height: 40px;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
footer .footer .newsletter .acymailing_module_form p.acysubbuttons input {
  height: 40px;
  padding: 0 18px;
  border-radius: 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  footer .footer {
    grid-template-columns: 1fr;
    max-width: 280px;
    text-align: center;
    grid-row-gap: 13px;
  }
  footer .footer .foo.newsletter {
    grid-row-start: 2;
  }
  footer .footer .foo.mnu {
    margin-top: -40px;
  }
  footer .footer ul.menu a, footer .footer .newsletter .acymailing_module_form {
    justify-content: center;
  }
}
footer li#menu-item-61, footer li#menu-item-62, footer li#menu-item-63 {
  display: none;
}


.newContactHolder .ctFrm {
 background-color: #989898;
 padding: 2%;
 border-radius: 10px;
}

.newContactHolder .ctFrm .ctFrmWrapper h3 {
 color: #ffffff;
 border-bottom: 2px solid #c1c1c1;
 padding-bottom: 25px;
 margin-bottom: 0;
 text-align: left;
}
.newContactHolder .ctFrm .ctFrmWrapper .pubPharm {
 display: block;
 grid-template-columns: 1fr 1fr;
 padding: 5px 0;
 color: #ffffff;
 border-bottom: 2px solid #c1c1c1;
 font-family: 'OpenSans-Bold';
}
@media screen and (max-width: 610px) {
 .newContactHolder .ctFrm .ctFrmWrapper .pubPharm {
   grid-template-columns: 1fr;
   grid-row-gap: 10px;
 }
}
.newContactHolder .ctFrm .ctFrmWrapper .pubPharm > br {
 display: grid;
}
.newContactHolder .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio {
 display: flex;
 grid-template-columns: 1fr 1fr;
 grid-column-gap: 14px;
 justify-content: center;
}
.newContactHolder .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item {
 margin: 0;
 text-align: center;
 position: relative;
}
.newContactHolder .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item input[type="radio"] {
 opacity: 0;
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 99;
 left: 0;
 cursor: pointer;
}
.newContactHolder .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
 background-color: #A21922;
 color: #ffffff;
 border-radius: 25px;
}
.newContactHolder .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
 color: #414141;
 font-family: 'OpenSans-Bold';
 background-color: #ffffff;
 padding: 10px 30px;
 width: 100%;
 display: block;
 border-radius: 25px;
}
.newContactHolder .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:hover, .newContactHolder .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:focus {
 background-color: #A21922;
 color: #ffffff;
}
.newContactHolder .ctFrm .ctFrmWrapper .gridTwo {
 padding-top: 15px;
 grid-column-gap: 20px;
}
@media screen and (max-width: 610px) {
 .newContactHolder .ctFrm .ctFrmWrapper .gridTwo {
   grid-template-columns: 1fr;
   grid-row-gap: 0;
 }
 .newContactHolder .ctFrm .ctFrmWrapper .gridTwo .grdItmTwo .inputBox:first-child {
   margin-top: 0;
 }
}
.newContactHolder .ctFrm .ctFrmWrapper .gridTwo .inputBox {
 margin: 0 !important;
}
.newContactHolder .ctFrm .ctFrmWrapper .gridTwo .inputBox input, .newContactHolder .ctFrm .ctFrmWrapper .gridTwo .inputBox textarea {
 width: 100%;
 box-sizing: border-box;
 height: 40px;
 border-radius: 25px;
 padding: 10px;
}
.newContactHolder .ctFrm .ctFrmWrapper .gridTwo .inputBox textarea {
 height: 135px;
}
.newContactHolder .ctFrm span.wpcf7-not-valid-tip {
 color: #A21922;
}
.newContactHolder .wpcf7-validation-errors, .site-footer .above-footer .wpcf7-mail-sent-ok {
 display: none !important;
}
#post-39265 .wp-block-separator { border: 0 !important;}
.newContactHolder .ctFrm .ctFrmWrapper p { color: #ffffff; margin: 0 !important;}
.newContactHolder .ctFrm .ctFrmWrapper p label  {font-size: 14px; font-style: italic;}
@media(max-width:768px){
  .newContactHolder .ctFrm .ctFrmWrapper .gridTwo {
      display:block;
  }
  .Mainform{
  margin:0;
}
  .newContactHolder .ctFrm{
      width:90%
  }
  .newContactHolder .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio{
      display:block;
  } 
  .newContactHolder .ctFrm .ctFrmWrapper .pubPharm .wpcf7-radio .wpcf7-list-item {
      padding-top:.5rem;
  }
}

/*# sourceMappingURL=style.css.map */