/*
 Theme Name:   Animal Care basic-child
 Theme URI:    http://new.animal-care.com/wp-content/themes/basic-child/
 Description:  Basic Child Theme
 Author:       MediaWorks - Mark Wolcott
 Author URI:   http://mediaworksweb.com
 Template:     basic
 Version:      1.5.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, sidebars, responsive-layout, accessibility-ready
 Text Domain:  basic-child
*/
:root {
  --global--color-root-text: #222;
  --global--color-black: #000;
  --global--color-dark-gray: #4e4e4e;
  --global--color-gray: #878787;
  --global--color-blue: #00529c;
  --global--color-teal: #017d7d;
  --global--color-red: #c71717;
  --global--color-off-white: #fafafa;
  --global--color-white: #fff;
  --wpcu-ribbonBgColor: #017d7d;
}
body{
	font: 18px/1.4 'Asap', 'Open Sans', Tahoma, Verdana, Segoe, sans-serif;
	background: #fff;
	color: var(--global--color-root-text);
}
a:focus,
input:focus,
textarea:focus,
button:focus,
.is-form-style input.is-search-input:focus {
	outline: 4px solid var(--global--color-red) !important;
}
.wrapper{
   margin: 0 auto !important;
   max-width: 100% !important;
   background: transparent !important;
   overflow: hidden;
}
.maxwidth{
	width: auto;
	max-width: 100%;
}
#header{
	margin: 0 auto;
	width: 100%;
}
.header-top-wrap{
	width: 100% !important;
	max-width: calc(1250px - 4rem);
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sitetitle{
  width: auto;
  margin: 0;
}
.logo{
	text-align: left;
	margin: 0.75em 0 !important;
	padding: 0 !important;
}
.logo img {
	max-width: 156px;
}
.uppertopnav ul.menu {
	margin: 0 -0.75rem -0.5rem 0 !important;
	padding: 0;
	list-style: none !important;
	font-size: 0.88889em;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--global--color-root-text);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.uppertopnav ul.menu > li {
	margin: 0 0.75rem 0.5rem 0;
}/*
.uppertopnav ul.menu > li > *:first-child:before {
	content: '';
	display: block !important;
	margin: 0 auto 0.25rem;
	height: 28px;
	width: 28px;
}
.uppertopnav li.home > *:first-child:before {
	background: url(assets/images/icon-home.png) no-repeat 50% 0;
}
.uppertopnav li.account > *:first-child:before {
  background: url(assets/images/icon-account.png) no-repeat 50% 0;
}
.uppertopnav li.cart > *:first-child:before {
  background: url(assets/images/icon-cart.png) no-repeat 50% 0;
}
.uppertopnav li.contact > *:first-child:before {
  background: url(assets/images/icon-contact.png) no-repeat 50% 0;
}
.uppertopnav li.astm-search-menu > *:first-child:before {
  background: url(assets/images/icon-search.png) no-repeat 50% 0;
}
*/

.uppertopnav li.home > a:before,
.uppertopnav li.account > a:before,
.uppertopnav li.cart > a:before,
.uppertopnav li.contact > a:before,
.uppertopnav li.astm-search-menu > a:before {
	content: '';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.3em;
	display: block !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0.1rem;
	height: 28px;
	width: 28px;
}

.uppertopnav li.home > a:before {
	content: '\f015';
}

.uppertopnav li.account > a:before {
	content: '\f2bd';
}

.uppertopnav li.cart > a:before {
	content: '\f07a';
}

.uppertopnav li.contact > a:before {
	content: '\f095';
}

.uppertopnav li.astm-search-menu > a:before {
	content: '\f002';
}

.uppertopnav li > *:first-child {
	text-decoration: none;
	color: inherit;
	transition: all 0.2s ease-out;
}
.uppertopnav li > *:first-child:hover,
.uppertopnav li > *:first-child:focus {
	color: var(--global--color-dark-gray);
}
@media screen and (min-width: 1280px) {
	.uppertopnav ul.menu {
		margin-right: -1.25rem;
	}
	.uppertopnav ul.menu > li {
		margin-right: 1.25rem;
	}
}
@media screen and (min-width: 1024px) {
	.topnav ul.top-menu > li:last-child > .sub-menu {
		right: 0;
		left: auto;
	}
}
.topnav {
	font-size: 0.88889em;
}
#mobile-menu{
  padding: 10px !important;
  background: var(--global--color-blue) !important;
}
ul.top-menu{
	margin: 0  !important;
	border-radius: 0;
	background: var(--global--color-blue) !important;
}
ul.top-menu .current-page-ancestor>a{
   color: #666 !important;
}
ul.top-menu ul{
	padding: 0 !important;
}
ul.top-menu li{
  font-weight: normal !important;
  padding: 1em !important;
  text-transform: uppercase;
}
ul.top-menu li:hover>a{
  opacity: 1;
  color: #fff !important;
  background: none !important;
}
ul.top-menu>li:first-child{
  border: none;
}
ul.top-menu a{
  color: var(--global--color-white) !important;
  font-weight: normal !important;
  padding:  0 !important;
}
ul.top-menu a:hover{
	color: var(--global--color-off-white) !important;
}
ul.top-menu .current-menu-item span{
  color: var(--global--color-white);
  padding: 0 !important;
  background: none !important;
}
ul.top-menu .current-menu-item > span:hover {
   color: var(--global--color-off-white);
}
ul.top-menu .menu-item-has-children > a:after, ul.top-menu .menu-item-has-children > span:after,
ul.top-menu .page_item_has_children > a:after, ul.top-menu .page_item_has_children > span:after{
   content: none;
}

ul.top-menu li li{
  padding: 0 !important;
  text-transform: none;
}
ul.top-menu li li a,
ul.top-menu li li.current-menu-item{
	color: var(--global--color-white) !important;
	font-size: 0.9em;
	border-top: 1px solid #ddd !important;
	padding: 0.5em 1em !important;
}
ul.top-menu li li a:hover{
	color: var(--global--color-black) !important;
	background: #fff !important;;
}

ul.top-menu li .current-menu-item > span{
	color: #fff !important;;
	margin-right: 0 !important;
}

#main{
	padding: 1em 0;
	border-bottom: 1px solid #ccc;
}
.home #main{
	padding: 0;
}
.content{
  max-width: calc(1250px - 4rem);
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
.search #content{
  float: none !important;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  max-width: calc(1250px - 4rem);
  box-sizing: border-box;
}
.search #sidebar{
  display: none;
}
.widget{
  margin: 0;
}
.widget iframe{
  max-width: 100%;
}
.entry-box {
	margin:0;
}
.metaslider{
  padding-bottom: 50px;
  background: url(assets/images/shadow.png) no-repeat 50% 100%;
  background-size: 90% 50px;
}

.banner h2{
  font-size: 3.5vw;
  text-shadow: 0 5px 5px var(--global--color-black);
}

.shadow:after{
  bottom: -25px;
}
.metaslider ul{
  margin: 0 !important;
}
.metaslider li{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}
.metaslider .caption-wrap {
	position: absolute;
	bottom: 40% !important;
	opacity: 0.8 !important;
}
.metaslider .caption {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 3em;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  padding:  0.2em 10% !important;
  word-wrap: break-word;
}

.metaslider img{
	box-shadow: none !important;
}



.content a img:hover{
	opacity: 0.8;
}
.button{padding: 0;
	background: var(--global--color-blue) !important;
}

.button a, a .button, a.button, .btn-default, .woocommerce button{
	color: #fff !important;
	font-size: 0.88889em;
	text-transform: uppercase;
	border-radius: 5px !important;
	background: var(--global--color-blue) !important;
	padding: 0.6em 1.4em !important;
	display: inline-block;
	text-decoration: none;
}

.button:hover, .button a:hover, a .button:hover{
	color: #fff !important;
	opacity: 1 !important;
	background: #06a !important;
}


.home-links .so-widget-sow-image{
  position: relative;
  background: var(--global--color-black);
  border: 1px solid var(--global--color-black);
}

.home-links h3{
  color: var(--global--color-white);
  text-align: center;
  width: 100%;
  position: absolute;
  top: 45%;
  z-index: 99;
  pointer-events: none;
}

.home-links .so-widget-sow-image img{
  opacity: 0.5;
}

.icons>div{
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1.5em 1em 0 1em !important;
  background: #fff;
}

/*
Base Elements
-------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
font-family: 'PT Sans Narrow', sans-serif; margin: 0.5em 0;
 padding: 0;
}

h1 {
  color: var(--global--color-black) !important;
  font-weight: 700;
  font-size: 2.875rem;
}
.entry-box h1{
  display: block;
}

h2{
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 0;
  color: var(--global--color-black);
}

h3 {
  color: var(--global--color-dark-gray);
  font-size: 1.5rem;
  line-height: 140%;
  margin: 0 0 0.6em 0;

}
h3.widget-title {

}
h4{
  font-style: italic;
}

h5 {
  color: var(--global--color-dark-gray);
  font-size: 1.3rem;
  text-transform: none;
  margin: 0 0 0.5em;
}

h6 {
  font-size: 1.1rem;
}

.caldera-grid label {
  color: var(--global--color-dark-gray);
}

hr{
  height: 1px;
  background-color: #ccc;
  border: none;
}

p {
  margin: 0 0 0.5em;
}
.content p:last-child{
  padding: 0 0 1em !important;
}
a{
  color: var(--global--color-blue);
}
a:hover{
  text-decoration: none !important;
  opacity: 0.8;
}
ul{
   list-style: outside url(assets/images/arrow.png) !important;
   margin: 0 0 1em 1em;
 }

li {
  line-height: 160%;
  padding: 0.2em 0 !important;
}
body .clip-hide,
.has-hidden-entry-title .entry-header h1 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
body .clip-hide:focus,
.has-hidden-entry-title h1:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.white, a.white, .white a{
  color: #fff !important;
}
.blue, a.blue, .blue a{
  color: var(--global--color-blue) !important;
}
.red, a.red, .red a{
  color: #e02640 !important;
}
.gray, a .gray, .gray a{
  color: var(--global--color-gray);
}
.larger{
  font-size: 1.2em;
}
.smaller{
  font-size: 0.875em;
  line-height: 120%;
}


figure {
  margin: 0;
}

address {
  font-style: normal;
}


.wp-caption-text, .wp-caption p.wp-caption-text{
  color: #fff;
  font-size: 1.1em;
  background: var(--global--color-black) !important;
  padding: 0.3em;
}

#footer{
  max-width: calc(1250px - 4rem);
  margin: 0 auto;
  padding: 1em 2rem 0.5em !important;
  box-sizing: border-box;
  background: transparent !important;
}
#footer p{
  color: var(--global--color-root-text);
  padding: 0;
}
#footer a.button {
	color: #fff;
}

.footer-menu{
  margin: 0 !important;
}
.footer-menu ul{
  margin: 0 !important;
  padding: 0 0 0.5em !important;
}

.footer-menu li{
  color: var(--global--color-root-text) !important;
  border-left: 1px solid #ccc;
  padding: 0 0.5em !important;
}
.footer-menu li:first-child{
  border: none !important;
  padding-left: 0 !important;
}

#footer a,
.footer-menu li a{
  color: var(--global--color-dark-gray);
  text-decoration: none;
  border: none;
}
.footer-menu li a:hover{
  color: var(--global--color-gray);
}


.fg-item-inner{
  border: 1px solid var(--global--color-gray) !important;
  border-radius: 50px !important;
}

.fbx-btn-transition{
  font-family: foobox !important;
}

/* WOOCOMMERCE */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  margin: 0 0 2em;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  display: block;
}
.woocommerce ul.products li.product a img{
  width: auto !important;
  height: 225px !important;
}
.products h2{
  font-size: 1.5em !important;
}
.products .price{
  margin: 0 !important;
}
.woocommerce div.product div.images img{
  width: auto;
  margin: 0 auto;
}
.wc-tabs li{
   margin: 0 0.2em !important;
}
.wc-tabs a{
   padding: 0 0.5em !important;
}

.wc_payment_methods>li{
  display: block !important;
}
.wc-forward{margin: 0 .5em;}

.xoo-wsc-container, .xoo-wsc-slider
{z-index: 9999999}

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto !important;
  max-height: 250px !important;
}
.woocommerce ul#shipping_method li{
  padding-right: 1em !important;
}
.metaslider li[aria-hidden="true"] {
	display: none !important;
}
.wrapper .wpcu-badge--primary {
  background: var(--global--color-teal) !important;
}
.woocommerce span.onsale {
	background: var(--global--color-red) !important;
}
.woocommerce span.freeship {
  margin: -0.75em -0.75em 0 0 !important;
  padding-bottom: .4em;
  background: var(--global--color-teal) !important;
  max-height: 3.23rem;
  max-width: 3.23rem;
  aspect-ratio: 1/1;
  font-size: 0.6875em;
  line-height: 1.2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.woocommerce span.onsale ~ span.freeship {
  display: none;
}
.woocommerce p.price,
.woocommerce span.price {
  font-weight: 700 !important;
	color: var(--global--color-red) !important;
}
.wpcu-theme_1 .wpcu-product__img {
  min-height: 300px;
  background: #fff;
  display: flex;
  align-items: center;
}
#page .wpcu-product__title a {
	font-size: 18px !important;
	font-weight: 700;
	color: var(--global--color-root-text) !important;
}
#page .wpcu-theme_1 .wpcu-product__details {
	margin: 0;
	position: relative;
	z-index: 99999;
}
.xoo-wsc-dialog-content {
	background: #fff;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.a2a_label {
	position: absolute;
	left: -999em;
	clip: rect(1px, 1px, 1px, 1px);
}
#toTop {
  padding: 10px 8px;
  font-size: 14px;
  bottom: 80px;
  right: 10px;
	color: #fff;
}
#toTop:after {
	content: '\27A4';
}
/*
label[for*="flat_rate"]:before{
	color: #fff;
	font-size: 0.8em;
	content:'?';
	padding: 0 10px;
	right: -8px;
	position: absolute;
	background: #999;
	border-radius: 100%;
}
label[for*="flat_rate"]:hover:after{
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	content:'we will contact you prior to shipping to confirm actual shipping charges';
	padding: 5px;
	left: 0;
	top: 2em;
	position: absolute;
	background:  var(--global--color-dark-gray);
	border-radius: 5px;
	width: 100%;
}
 */

#page .has-no-column-gap {
	gap: 0;
}

#page .has-grid-column-none {
	grid-column: none;
}

div.gform_wrapper.gravity-theme .gform_footer {
	margin-top: 0.5rem;
	padding: 0;
}





/* RESPONSIVE */

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


.sitetitle{
  height: auto !important;
  float: none !important;
  margin: 0 auto 1em !important;
}

.topnav ul.top-menu{
  max-width: 90%;
  padding: 0 !important;
  background: #369 !important;
}
ul.top-menu li {
  border-top: 1px solid #ccc;
  display: block;
  margin: 0  !important;
  padding: 0 !important;
}
ul.top-menu li a,
ul.top-menu li span:not(.open-submenu){
  font-size: 0.9em;
  display: block;
  margin: 0 1em !important;
  padding: 1em 3em 0.9em 0 !important;
}
ul.top-menu li li a,
ul.top-menu li li span:not(.open-submenu){
  margin: 0 !important;
  padding: 0.5em !important;
}

ul.top-menu .current_page_item > a,
ul.top-menu .current_page_item > span,
ul.top-menu .current-menu-item > a,
ul.top-menu .current-menu-item > span{
  font-size: 1em;
  border-top: 1px solid #ccc;
  display: block;
  margin: 0 !important;
  padding: 0.5em 1em !important;
}

.topbar-menu{
  float: none;
}

.topbar-menu ul{
  text-align: center;
  width: 100%;
  display: table;
  margin: 0 auto 1em 0 !important;
}

.metaslider .caption-wrap {
	position: relative !important;
}

.button{
  display: block;
}

ul.top-menu li.menu-item-has-children > .open-submenu{
  color:  var(--global--color-black);
}

#footer{
  text-align: center !important;
}
.footer-menu li{
  font-size: 0.9em;;
}
.footer-menu{
  display: table;
  text-align: center;
  margin: 0 auto !important;
}
.footer-menu li{
  font-size: 0.9em;
}
#footer img{
  margin: 0 auto !important;
}
}

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


.header-top-wrap{
	flex-direction: column;
}
.sitetitle{
  margin: 0 !important;
}
#nav_menu-2{
  float: none;
  padding: 0 0 1em;
  z-index: 9999;;
  position: relative;
}

  .wrapper h1 {
	margin-bottom: 2rem;
  }


img.alignleft, .alignleft, .img.alignright, .alignright  {
  float: none !important;
  display: block;
  margin: 0 0 1em 0 !important;
}
}
