/*
Theme Name:         iHeartVet - Plumb's
Description:        Theme for Instinct marketing websites - Plumb's
Author:           	Instinct Science
Author URL:   			https://instinct.vet
Template:        		iheartvet
Text Domain:        iheartvet
Version: 						1.0.0
*/


html {
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}


/* NOT SUPPORTED IN IE */
/* :root {
	--primary-bright: #00CAE0;
  --primary: #0590D5;
  --primary-dark: #0070A8;
	--secondary: #0A2447;
	--secondary-dark: #031227;
	--tertiary: #214595;
	--tertiary-dark: #214595;
	--white: #ffffff;
	--gry1: #F4F6FC;
	--gry1-hover: #E9EDF7;
	--gry2: #D0D7E8;
	--gry3: #ABB5CD;
	--gry4: #7E8BA8;
	--gry5: #535E79;
	--gry6: #404961;
	--gry7: #293040;
	--black: #000000;
	--red: #FF084B;
	--red-dark: #CC0946;
	--green: #55983A;
	--green-dark: #447C27;
	--orange: #FF7A3F;
	--orange-dark: #FF551A;
	--yellow: #FFB140;
	--yellow-dark: #F7941E;
	--box-shadow-container: rgba(23, 40, 94, 0.08) 0px 4px 24px;
	--box-shadow-blue: rgba(7, 142, 227, 0.15) 0px 0px 40px;
	--box-shadow-button: rgba(7, 142, 227, 0.2) 0px 2px 24px;
	--box-shadow-button-hover: rgba(7, 142, 227, 0.4) 0px 2px 24px;
} */

.hide {
	display: none !important;
}

.hide-with-opacity {
	opacity: 0;
  overflow: hidden;
  height: 1px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

/**
 * 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;
	outline: none;
}

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */

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

*:focus {
	border: 0;
	outline: 0;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
	font-weight: inherit;
	margin: 0;
}

p {
	margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
	margin: 0;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/* Links
--------------------------------------------- */
a {
	color: #0590D5;
	transition: all 250ms;
}

a:hover,
a:focus,
a:active {
	color: #0A2447;
	outline: 0;
}

/* IE OVERRIDE FOR DROPDOWNS */

select::-ms-expand {
    display: none;
}
