/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion - CS
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.1
Text Domain:  Avada
*/



body {
    font-family: "Roboto", sans-serif;
}

a {
	color: #007ea4;
}

h1{
	font-family: 'Roboto Condensed';
	font-weight: bold;
}

h2 {
	font-family: 'Roboto Slab';
	font-weight: bold;
}

.navbar {
	position: relative;
}
.navbar-nav {
  font-size:14px;
}


.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/*
Primary COLOR
	Red, Black, Yellow
	EF3E42, 231F20, FFDD00
	Dark Grey -> -> -> Light Grey
	606267, 8D9095, C2C4C8, F3F3F1

Link Color: #007EA4;
*/



.no-margin {
	margin:0;
}

.no-margin-side {
	margin:2px 0;
}

.no-margin-left {
	margin:0 0 0 -15px;
}

.no-margin-right {
	margin:0 -15px 0 0;
}

.no-padding {
	padding: 0;
}

.no-padding-side {
	padding:5px 0;
}

.no-padding-right {
	padding-right: 0;
}

.no-padding-left {
	padding-left: 0;
}

.dyn-prod-hdr {
	height:320px;
	max-width:100%;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding:0 !important;
}

/* === Arrow UP ====*/
.go_to_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

hr.yellow-line {
	border-top:2px solid #ffdd00;
	margin: 20px 0px;
}

.page-title h1 {
	font-family: 'Roboto Slab';
	font-weight: bold;
}

/* ========== BreadCrumb =================== */
ul.breadcrumb {
    padding: 10px 16px 10px 0;
    margin-bottom: -16px;
    list-style: none;
    background-color: #fff;
    font-size: 12px;
    font-family: 'Roboto Condensed';
    font-weight: lighter;
    text-transform: uppercase;
}

ul.breadcrumb li {display: inline;}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #9b9da2;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #9b9da2;
    text-decoration: none;
}
ul.breadcrumb li a.active {
	color: #ffe03a;
	color: #ff0000;
}
/* ========== /BreadCrumb =================== */

/* ============== Header ====================*/
header {
	padding-bottom:
}


.fusion-header-wrapper,
.fusion-page-title-bar {
    display: none;
}


.container-menu-header {
	height: 135px;
	height: 115px;
}

.form-header {
	margin: 4px -24px 4px 0;
	height: 28px;
}

.form-header input {
	padding: 2px 2px;
	border-radius: 10px;
	width: 100%!important;
	text-align: right;
	height: 24px
}

.form-header .form-group {
	width:100%;
}

.form-header a {
	position: relative;
    top: -24px;
    left: 10px;
}

@media (min-width: 768px)
{
	.navbar-right .dropdown-menu {
	    right: auto;
	    left: auto;
	}
}

.nav>li {
    position: inherit;
}

/* ============== /Header ====================*/


/* ============== Home Page ====================*/

.fake-slider img {
	width:100%;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 320px;
}
/*
.fake-slider-2 {
	background-image: url('../images/cows_farmer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width:100%;
    height: 100%;
    background-attachment: fixed;
}
*/
.fake-slider-2 {
	background-image: url('../images/cows_farmer.jpg');
	height: 320px;
	overflow: hidden;
    background-position: 0px -270px;
}

.grey-container {
	border: 3px solid #C2C4C8;
}

.durvet-home-categories div[class*="col"] {
	margin:10px 0;
}

.durvet-home-categories {
	margin: 20px 0px;
}

.durvet-home-categories-2 {
	margin: 20px -15px;
}

.durvet-show-ease div div.col-xs-7 {
	padding-right: 3px;
}

.durvet-show-ease div div.col-xs-5 {
	padding-left: 6px;
}

.durvet-show-ease h2 {
	background-image: url('../images/show-ease.png');
    color: #fff;
    font-family: 'Roboto';
    font-weight: bold;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 12px 20px;
}

.durvet-show-ease h3,
.durvet-show-ease h4 {
	color:#EF3E42;
}

.durvet-show-ease h3,
.durvet-show-ease h4,
.durvet-show-ease p {
	font-style: italic;
	font-family: 'Merriweather';
	font-weight: bold;
}

.durvet-show-ease p {
	color:#C2C4C8;
}

.durvet-show-ease img,
.durvet-blogging img {
	width: 100%;
}

.durvet-show-ease div.visible-xs img {
	width: inherit;
	margin: 0 auto;
}

.durvet-show-ease-2 img {
	width: 65%;
	margin: 0 auto;
}

.durvet-blogging {
	text-align: center;
	padding: 0 0px 0px 15px;
}

.durvet-blogging .grey-container {
	padding: 0px 20px;
}

.durvet-blogging img:first-child {
	width: 50%;
}

.durvet-blogging h1 {
	font-family: Merriweather;
	font-weight: bold;
	margin-top: 5px;
}

.red-link a {
	padding: 10px;
	background-color:#EF3E42;
	display: block;
    margin: 5px auto;
    color:#fff;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: lighter;
}

.red-link a:hover {
	text-decoration: none;
	background-color: #606267;
}

a.blue-small-link,
.blue-small-link a {
	color: #007EA4;
	font-family: 'Roboto Condensed';
	font-weight: bolder;
	font-size: 14px;

}

a.blue-small-link:hover,
.blue-small-link a:hover {
	text-decoration: none;
}

.durvet-who-we-are-bg {
	background-color: #f3f3f1;
}

.durvet-who-we-are {
	padding: 20px 30px 20px 30px;
}

.durvet-who-we-are h2,
.durvet-who-we-are h4,
.durvet-premier-supplier h2,
.durvet-yellow-blog h3 {
	font-family: 'Roboto Slab';
	font-weight: bolder;
}

.durvet-who-we-are h4,
.durvet-yellow-blog h3,
.durvet-news h3 {
	color:#EF3E42;
}

.durvet-who-we-are img {
	width: 70%;
	margin: 0 auto;
}

.durvet-premier-supplier {
	background-color: rgba(239, 62, 66, 0.7);
	margin: 85px auto;
    padding: 32px;
}

.durvet-premier-supplier h2 {
	color:#fff;
	font-size: 40px;
}

.yellow-bg {
	background-color: #FFDD00;
}

.black-line {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 10px solid #000;
}

.durvet-yellow {
	padding: 60px 0;
}

.durvet-yellow-blog img {
	/*width: 70%;*/
}

.durvet-news-blog {
	background-color: #f3f3f1;
	height: 470px;
    overflow: scroll;
    margin: 20px 0 20px 0;
}

.durvet-news {
	border-bottom: 1px solid #8d9095;

}

.durvet-news h3 {
	font-weight: bolder;
}

.durvet-news p small,
.durvet-news ul li span,
.durvet-news ul li span i {
	color: #8d9095;
}

.durvet-news ul {
	margin:10px 0 5px 0;
	padding: 0;
}

.durvet-news ul li {
	display: inline;
	margin: 10px 5px 5px 0;
}

/* == LOGO Partners ==*/
.durvet-logo-partners {
	border-top: 3px solid #8d9095;
}

.durvet-logo-partners ul li {
    float: left;
    margin: 60px 21px;
	list-style-type: none;
}

.durvet-logo-partners ul li img {

}


/* == /LOGO Partners ==*/

.durvet-logo-partners .sa_hover_container:hover {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.durvet-logo-partners .sa_hover_container {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ============== /Home Page ====================*/

/* ============== Footer ====================*/
.footer-bg {
	background-color: #f3f3f1;
}

.footer-menu {
	border-top:2px solid #8d9095;
	border-bottom:2px solid #8d9095;
}

.durvet-footer-menu {
    width: 78%;
    margin: 0 auto;
}

.durvet-footer-menu ul li a {
    border-right: 2px solid #8d9095;
    padding: 0px 15px;
    margin: 4px 0px;
    color: #8d9095;
    text-transform: uppercase;
}

.durvet-footer-menu ul li:last-child a {
	border-right: 0px solid #8d9095;
}

.footer-info-2 {
	border-top:2px solid #8d9095;
}


.logo-partners-bg {
	background-color: #fff;
}

.durvet-distributor-member,
.durvet-distributor-member h3,
.durvet-socila h3 {
	text-align: center;
	color: #8d9095;
	font-size: 18px;
}
.durvet-distributor-member h3{
	margin-bottom: 20px;
}
.durvet-distributor-member {
	margin-top: 10px;
	border-left:2px solid #8d9095;
	border-right: 2px solid #8d9095;
	padding-bottom: 15px;
}
.durvet-socila {
    margin-top: 10px;
}
.durvet-socila h3{
	margin-bottom: 0;
}
.durvet-socila ul li {
	list-style-type: none;
	display: inline-block;
	margin:10px 10px;
}
.logo_footer {
	margin-top: 7px;
}
/* ============== /Footer ====================*/


/* ============== MOBILE CSS ====================*/
.durvet-mobile-logo img {
	width: 40%;
	margin:0 auto;
}
/* ============== /MOBILE CSS ====================*/


/* ============== History ====================*/
.durvet-history div img {
	width: 100%;
	margin:10px 0;
}

/* ============== /History ====================*/

/* ============== President Message ====================*/
.president-portrait figcaption {
	text-align: center;
	font-family: 'Roboto Slab';
	font-weight: bold;
	color: #EF3E42;
	margin: 8px 0;

}

.president-accomplish {
	border: 2px solid #c2c5c9;
	margin: 10px 0;
	/*padding: 10px;*/
}

.president-accomplish h2 {
	background-image: url('../images/small/hmFeatureRibbon.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin:10px 0px;
	color:#fff;
	padding: 10px 10px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
}

.president-accomplish h4 {
	margin: 10px 20px;
	color: #EF3E42;
	font-family: 'Merriweather';
	font-weight: bold;
	font-style: italic;
}

/* ============== /President Message ====================*/

/* ============== Vendors ====================*/
.vendor-bg {
	background-color: #f3f3f1;
}
.vendor-classification {
	padding-bottom:24px;
}

.vendor-classification p {
	padding: 2px;
	margin: 0px;
}

/* ============== /Vendors ====================*/

/* ============== Distributor Members ====================*/
.durvet-about-list {

}

.durvet-distributor-products {
	margin:30px 0 40px 0;
}

.durvet-sds-list table{
	width: 100%;
	margin: 20px auto;
}
.durvet-about-list table {
	width: 100%;
	margin: 0px auto;
}

.durvet-sds-list table tr th{
	padding:0px 0;
	font-family: 'Roboto Condensed';
	font-weight: 300;
	width: 70%;
	font-size: 18px;
}

.durvet-about-list table tr th {
    padding: 0 0;
    font-family: 'Roboto Condensed' !important;
    font-size: 18px !important;
    font-weight: 200;
    color: #000 !important;
}

.durvet-sds-list table tr td,
.durvet-about-list table tr td {
	padding: 10px 0px;
}

.durvet-sds-list table thead tr,
.durvet-about-list table thead tr {
	border-bottom: 3px solid #ffdd00;
}

.durvet-sds-list table tbody tr td,
.durvet-about-list table tbody tr td {
	border-bottom: 1px solid #8D9095;;
}

.durvet-about-list table tbody tr td a img {
	width: 18px;
    height: 18px;
}

/* ============== /Duevet Distributor Members ====================*/

/* ============== /Duevet Employees ====================*/
.durvet-employees {
	border:3px solid #ffdd00;
	padding: 5px 10px;
	margin:5px 5px;
	height:100%;
}

.durvet-employees img {
	margin: 5px auto;
}

.durvet-employees h3 {
	font-family: 'Roboto Slab';
	font-weight: bold;
	color:#EF3E42;
	margin: 2px 0 15px 0;
}

.durvet-employees span {
}

.durvet-employees span p {
	margin: 0;
}

.durvet-employees span p b {
	font-weight: 900;
	font-size: 16px;
	font-family: 'Roboto';
}

.durvet-employees p {
	margin:20px 0;
}

.durvet-employees-jobs {
	background-color: #f3f3f1;
	margin: 30px 0;
	font-family: 'Roboto Slab';
}

.durvet-employees-jobs div div.row:first-child,
.durvet-employees-jobs hr {
	border-top: 2px solid #606166;
}

.durvet-employees-jobs div div.row div {
	text-align: center;
	line-height: 1;

}

.durvet-employees-jobs div div.row div h3 {
	text-align: left;
	font-weight: bold;
}

.durvet-employees-jobs div div.row div h4 {
	color: #EF3E42;
	font-weight: bold;
}

.durvet-employees-jobs div div.row div p 	{
	font-family: 'Roboto';
}

/* ============== /Duevet Employees ====================*/

/* ============== CAREER ====================*/
.page-subtitle span,
.durvet-contact p span,
.contact-job-description div div h3 {
	color:#EF3E42;
	font-family: 'Roboto Slab';
	font-weight: bold;
}

.contact-job-description div div h3 {
	margin: 5px 0;
}

.durvet-submit-email p span {
	margin: 0 50px;
	color: #000;
}

.durvet-submit-email ul {
	position: relative;
	left: 312px;
	list-style-type: none;
}

a.contact-mail-to {
	color:#EF3E42;
}


.contact-job-description {
	padding: 0 20px;
}

.contact-job-description a.downloade-job {
	position: relative;
	top: 10px;
}

.contact-job-description a.downloade-job img {
	width: 70%;
}
.btn-download1 {
	float:right;
	width:98px;
	height: 36px;
	background-size: 100%;
	background-image: url("/wp-content/uploads/2017/07/careerDownloadBtn@2x.png");
}
.btn-download1:hover {
	background-image: url("/wp-content/uploads/2017/12/careerDownloadBtnGry@2x.png");
}

/* ============== /CAREER ====================*/


/* ============== FIND A STORE ====================*/
.find-a-store form {
	text-align: center;
}

.find-a-store-map {
	text-align: center;
}

.find-a-store-find {
	margin-top:20px;
}

.find-a-store-find p {
	color:#606166;
	font-family: 'Roboto Slab';
	font-weight: 300;
}

.find-a-store-results h5 {
	font-size: 16px;
	color:#EF3E42;
	font-family: 'Roboto Slab';
	font-weight: bold;
}


.find-a-store-results ul {
  list-style: none;
  padding: 0;
}
.find-a-store-results li {
  padding-left: 1.3em;
}

.find-a-store-results ul li:first-child:before {
  content: "\f041"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  display: inline-block;
}

.find-a-store-results ul li:nth-child(2):before {
  content: "\f095"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  display: inline-block;
}

.find-a-store-results ul li:nth-child(2):before {
  content: "\f095"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  display: inline-block;
}

.find-a-store-results ul li:nth-child(3):before {
  content: "\f08e"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  display: inline-block;
}

.find-a-store-results ul li:nth-child(4):before {
  content: "\f124"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  display: inline-block;
}

.find-a-store-results ul li:last-child {
	font-style: italic;
	list-style-type: none;
}
/* ============== /FIND A STORE ====================*/

/* ============== Grooming ====================*/
.equine-grooming img {
	margin: 0 auto;
	max-height: 260px;
}
.equine-grooming figcaption {
	text-align: center;
	margin: 8px 0;
	font-weight: 900;
}
/* ============== /Grooming ====================*/


/* ============== SDS ====================*/
.durvet-sds-alpha ul li {
	list-style-type: none;
	float: left;
	margin: 5px 12px;

}

.durvet-sds-alpha ul li a {
	color: #8d9095;
	font-family: 'Roboto Condensed';
	font-weight: 200;
	ont-size: 16px;
}

.durvet-sds-alpha-see-all {
	padding: 5px 0;
}

.durvet-sds-alpha-see-all a {
	font-family: 'Roboto Condensed';
	font-weight: bold;
	margin-right: 15px;
}

.durvet-sds-list table tbody tr td:nth-child(n+2),
.durvet-sds-list table thead tr th:nth-child(n+2) {
	text-align: center;
	width: 15%;
}

.durvet-sds-list table tbody tr td.sds-icons a {
	background-color: #ffdd00;
	padding: 4px 8px;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.durvet-sds-list table tbody tr td.sds-icons a:hover {
    background-color: #8D9095;
}

.durvet-sds-list table tbody tr td.sds-icons a.no-file {
     background-color: #F3F3F1 !important;
}

.durvet-sds-list table tbody tr td.sds-icons a.no-file a:hover {
     background-color: #F3F3F1 !important;
}

.durvet-sds-list table thead tr th b {
    color: black !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.durvet-sds-list table thead tr th b a {
    color: black !important;
}

.durvet-sds-list table thead tr th b a:hover {
    color: black !important;
}

.durvet-sds-list table tbody tr td{
    color:black !important;
    font-family: "Roboto", sans-serif !important;

}
/*
.selectedSDS{
    color:#fedd02 !important;
}
*/
.durvet-sds-alpha{
    padding-left: 40px;
    font-size: 15px;
}
.durvet-sds-alpha-see-all a {
    float: right;
    font-size: 15px;
    color: #007ea4;
}
.durvet-sds-alpha-see-all a:hover {
    color: #ffdd00;
}
.sds-search{
    padding-top:30px;
    padding-right:0;
}
.sds-search input[type=text]{
    border-radius: 6px;
    color:black !important;
    font-style: italic;
}


/* ============== /SDS ====================*/

/* ============== Cupons ====================*/
.cupons-description div a.cupons-info {
	text-align: right;
}

.cupon-main-img img {
	margin-top: 10px;
}

.cupons-info {
	float: right;
}

.cupons-info-title {
	float:left;
	margin: 0;
	color:#EF3E42;
	font-family: 'Roboto Slab';
	font-weight: bold;
}

.cupons-info img {
	width: 30%;
}

.cupons-description ul {
	padding: 0;
}

.cupons-description ul li {
	list-style-type: none;
	float: left;
	margin: 10px 10px 10px 0;
}

.cupons-description ul li:first-child button {
	background-color: #eceef8;
	color:#838dba;
	padding: 2px 7px;
}

.cupons-description ul li:nth-child(2) button {
	background-color: #33a8df;
	color:#fff;
	padding: 2px 7px;
}


.cupons-description span p {
	font-family: 'Merriweather Light';
	font-style: italic;
	font-size: 16px;
	color:#83868b;
}
/* ============== /Cupons ====================*/

/* ============== PRODUCT ====================*/
.za_border table tr th {
    color: #8d9095;
    padding-right: 0px;
    padding-bottom: 10px;
    font-family: 'Roboto';
    width: 19%;
     vertical-align: top;
}
.za_border table tr td {
	font-family: 'Roboto';
    width: 19%;
    vertical-align: top;
    padding-bottom: 5px;
    border-bottom: solid 1px #8d9095;
    padding-top: 5px;
}

.prd-dls:hover a {
	color: ffdd00 !important;
}

.prd-dls a {
}

.prod-icon-zoom-color {
    color: white;
    background-color: #cacacb;
    padding: 30px 0px 10px 35px;
    background: linear-gradient(to bottom right, #fff 20%, #fff 50%, #C2C4C8 50%, #C2C4C8 100%);
}

/* ============== /PRODUCT ====================*/

/* ============== CONTACT ====================*/
.contact-form div img {
	width: 40%;
	/*margin: 0 auto;*/
}

.find-a-store form button,
.contact-form div button {
	background-color: #EF3E42;
	color:#fff;
	padding: 5px 40px;
	border-radius: 0;
	font-family: 'Roboto Condensed';
	font-weight: 400;
}

.contact-form div button:hover {
	text-decoration: none;
	background-color: #606267;
	color:#fff;
}

.contact-form div label {
	/*font-weight: 400;
	font-style: italic;*/
}

.contact-info {
	padding: 10px 30px
}

.contact-info h4 {
	font-family: 'Roboto Slab';
	color:#EF3E42;
}

.contact-info p {
	padding: 0 10px;
	margin:0;
}


/* ============== /CONTACT ====================*/



/* ================================================ MIN-WIDTH MAX-WIDTH ================================================= */


/* ==================== MAX-WIDTH ======================= */

/*========Media For 1200px=============*/
@media screen and (max-width: 1200px) {

}

/*========Media For 1024px=============*/
@media screen and (max-width: 1024px) {

}

/*================== Media for 991px ===========*/
@media screen and (max-width: 991px) {
	.durvet-blogging.no-margin-left {
		margin:10px 0;
	}

	.durvet-show-ease-2 img {
		width: initial;
		margin: 0 auto;
	}
}

/*================== Media for 767px ===========*/
@media screen and (max-width: 767px) {
	.durvet-who-we-are h2 {
		text-align: center;
	}
}

/*================== Media for 691px ===========*/
@media screen and (max-width: 691px) {
	/*.duvret-menu-slogan li {
		float: left;
	}*/
	.fake-slider img {
		width:100%;
	    height: inherit;
	}
}

@media screen and (max-width: 575px) {

}

/* ==================== /MAX-WIDTH ======================= */

/* ==================== MIN-WIDTH ======================= */

@media screen and (min-width: 767px) {
  .form-header {
    	width:27%!important;
  	}
}

/* ==================== /MIN-WIDTH ======================= */

/* ================================================ /MIN-WIDTH MAX-WIDTH ================================================= */




/* ============================================ Custom Css Codes ========================================== */

body {height: 100%;}
header {margin-bottom:-16px}
.whoweare{
    font-size: 30px; color: black;
    font-family: 'Roboto Slab' !important;
    font-weight:bold !important;
    padding-bottom: 20px;

}
a.whoweare-readmore{
	color: #007ea4 !important;
	font-family: 'Roboto Condensed' !important;
	font-weight: bolder !important;
}
.durv-about{
     color: black !important;
    font-family:'Roboto' !important;
}
.distributor input[type="text"]{
	width:20% !important;
	border-radius:7px;
	font-family:'Roboto Condensed';
	font-style:italic;
	margin: 0 12px;
}
.distributor select{
	border-radius: 7px !important;
    height: 29px !important;
}
.distributor button{
	background-color: #EF3E42;
    color: #fff;
    padding: 3px 15px;
    border-radius: 0;
    font-family: 'Roboto Condensed';
    font-weight: 400;
}
.distributor .btn-danger:active:hover{
	background-color: #999999 !important;
	border-color: #999999 !important;
}
.imgHolder a{
    z-index: 999999;
}
.home-blog-post{
    color:black !important;
    font-family:'Roboto' !important;
}

p.home-blog-excerpt {
	margin: 10px 0;
}

.durvet-home-categories-2 {
    margin: 20px -15px;
}
.durvet-home-categories-2 div[class*="col"]{
    margin: 0px 0;
}
.durvet-premier-supplier {
    background-color: rgba(239, 62, 66, 0.7);
    color: #fff !important;
    font-size: 40px !important;
    padding: 40px;
    line-height: 50px;
    font-weight: bold !important;
    font-family: 'Roboto Slab' !important;
}
.durvet-home-categories-2 {
    margin: 20px -15px;
}
.durvet-home-categories-2 .imgHolder img{
    width: auto !important;
}
.durvet-news-blog {
    background-color: #f3f3f1;
    height: 470px;
    overflow: scroll;
    margin: 20px 0 20px 0;
}
.durvet-news {
    border-bottom: 1px solid #8d9095;
}
.no-margin {
    margin: 0;
}
#main .fusion-row, #sliders-container .tfs-slider .slide-content-container, #slidingbar .fusion-row, .fusion-footer-copyright-area, .fusion-footer-widget-area, .fusion-header, .fusion-page-title-bar, .fusion-secondary-header
{
    padding-left:0px !important;
    padding-right:0px !important;
}

.president-accomplish h1 {
    background-image: url('/wp-content/uploads/2017/07/hmFeatureRibbon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px 0px;
    color: #fff !important;
    padding: 10px 10px;
    font-family: 'Roboto Condensed' !important;
    font-weight: bold !important;
}
/*
.page-title h1{
    font-family: 'Roboto Condensed' !important;
    font-weight: bold !important;
    color:black !important;
}
*/
.page-title-2 h1{
    font-family: 'Roboto Slab' !important;
    font-weight: bold !important;
    color:black !important;
}
.page-product h1{
    font-family: 'Roboto slab' !important;
    font-weight: bold !important;
    color:black !important;
}
.president-message
{
     font-family: 'Roboto' !important;
     color:black !important;
}
.president-message h4
{
     font-family: 'Roboto' !important;
     color:#ee3a43 !important;
}
.page-subtitle .sec-title {
    color: #EF3E42;
    font-family: 'Roboto Slab' !important;
    font-weight: bold !important;
}
.page-subtitle .main-content {
    color: #000 !important;
    font-family: 'Roboto' !important;
    line-height: 200% !important;
}
.second-content {
    color: #000 !important;
    font-family: 'Roboto' !important;
    line-height: 200% !important;
}
.facility-content
{
    color: #000 !important;
    font-family: 'Roboto' !important;
}

.hide-img2{
    display: none;
}
.hide-img1{
  visibility: visible;
  display: block;
}
.products-padding-column{
  min-height: 100px;
}
.products-padding-column span{
    top:30% !important;
}
.navbar{
    margin-bottom:0px !important;
}
#main{
 padding-top: 0px !important;
 padding-bottom: 0px !important;
}
.form-header input {
    padding: 2px 2px;
    border-radius: 10px;
    width: 100% !important;
    text-align: right;
    height: 24px;
}
.navbar-toggle {
    float: left;
    padding: 10px;
    margin: 10px 10px 10px 0px;
}
.navbar-default .navbar-toggle {
    border-color: #fff !important;
}
.icon-bar{
    background-color:red !important;
}
.durvet-employees h3 {
    font-family: 'Roboto Slab' !important;
    font-weight: bold !important;
    color: #EF3E42 !important;
    margin: 2px 0 15px 0;
    font-size: 18px !important;
}
.img-thumb img{
    width: 100%;
    width: 250px;
    height: 250px;
}
.no-padding {
    /*padding: 20px;*/
    padding-top: 0px;
    padding-bottom: 0px;
}
.durvet-employees-jobs {
    background-color: #f3f3f1 !important;
    margin: 30px 0;
    font-family: 'Roboto Slab' !important;
}

.durvet-employees-jobs div div.row h3{
    font-family: 'Roboto Slab' !important;
    text-align: left;
    font-weight: bold !important;
    font-size:24px !important;
}
.durvet-employees-jobs div div.row div h4{
    color: #EF3E42 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    font-family: 'Roboto Slab' !important;
}
.durvet-employees-jobs div div.row div p{
    font-family: 'Roboto' !important;
    color:black !important;
}
.durvet-news ul li {
    display: inline;
    margin: 10px 5px 5px 0;
}
.padding-title span {
   color:black !important;
   padding-left:60px;
   font-size:22px;
   font-weight:bolder !important;
   font-family: 'Roboto Slab' !important;
}
.padding-data span{
    color: #EF3E42;
    font-weight: bold !important;
    font-size: 18px !important;
    font-family: 'Roboto Slab' !important;
}
.padding-data p{
    font-family: 'Roboto' !important;
}
.padding-data b{
	font-size: 16px !important;
	font-family: 'Roboto';
	line-height: 1.8;
}
.padding-data .department{
	font-family: 'Roboto';
}
.read_more{
    color: #007ea4 !important;
    font-family: 'Roboto Condensed' !important;
    font-weight: bolder !important;
}
.durvet-employees span p{
    color:black !important;
}
.read_more_content{
    color:black !important;
}
.post-content p{
    color:black;
    font-family: 'Roboto';
}
.page-subtitle span{
    font-size:18px ;
}
.page-subtitle span{
    font-size:20px !important;
    color: #EF3E42 !important;
    font-family: 'Roboto Slab' !important;
    font-weight: bold !important;
}
select::-ms-expand {
    display: none;
}
.page-subtitle b{
    color:black !important;
    font-family:"Roboto" !important;
}
.legal-link{
    color:#11807a !important;
}
.find-a-store-results{
    color:black !important;
}
.find-a-store-results span{
    font-size: 16px !important;
    color: #EF3E42 !important;
    font-family: 'Roboto Slab' !important;
    font-weight: bold !important;
}
img.inactive {opacity:0.5}
.find-a-store-find p{
    color: #606166 !important;
    font-family: 'Roboto Slab' !important;
    font-weight: 300 !important;
}
.find-a-store form input[type="submit"]{
background-color: #EF3E42;
color: #fff ;
padding: 5px 40px;
border-radius: 0;
font-family: 'Roboto Condensed' ;
font-weight: 400 ;
}
.find-a-store form input[type="submit"]:hover{
	background-color: #999999;
}
.find-a-store-find form button{
	background-color: #EF3E42;
	color: #fff ;
	padding: 3px 15px;
	border-radius: 0;
	font-family: 'Roboto Condensed' ;
	font-weight: 400 ;
}
.find-a-store-find select {
    border-radius: 7px !important;
    height: 29px !important;
}
.find-a-store-find input[type="text"] {
    width: 20% !important;
    border-radius: 7px;
    font-family: 'Roboto Condensed';
    font-style: italic;
}
.find-a-store-find form button:hover{
	background-color: #999999;
}

iframe.map-size{
    width:90%;
    height:500px;
}

.find-a-store-results ul li:first-child::before{
    color:#ffe300 !important;
    font-size:15px !important;
    font-weight:bold !important;
}
.find-a-store-results ul li:nth-child(2)::before{
    color:#ffe300 !important;
    font-size:15px !important;
    font-weight:bold !important;
}
.find-a-store-results ul li:nth-child(3)::before{
    color:#ffe300 !important;
    font-size:15px !important;
    font-weight:bold !important;
}
.find-a-store-results ul li:nth-child(4)::before{
    color:#ffe300 !important;
    font-size:15px !important;
    font-weight:bold !important;
}
.contact-info span {
    font-family: 'Roboto Slab' !important;
    color: #EF3E42 !important;
    font-size:20px !important;
    font-weight:bold !important;
}
.contact-us{
    color:black !important;
    font-family: 'Roboto' !important;

}
.contact-us small{
    color:red !important;
}
.contact-us input[type=text],
.contact-us input[type=email],
.contact-us textarea{
    color:black !important;
     border-radius: 6px;
}
.contact-us select{
	color:black !important;
    border-radius: 6px !important;
}
.contact-us input[type=submit]{
    background-color: #EF3E42 !important;
    color: #fff !important;
    padding: 10px 40px;
    border-radius: 0;
    font-family: 'Roboto Condensed' !important;
    font-weight: 400;
}
.durvet-submit-email ul{
    color:black !important;
}
.durvet-submit-email{
font-family: 'Roboto' !important;
}
/*.post-content p {
margin-bottom: 20px !important;
}*/
.date-updated{
    font-family: 'Roboto' !important;
    color:black !important;
}
.product-buttons,
.fusion-content-sep,
.fusion-price-rating{
    display:none !important;
}
.product-title a {
    color:black;
    font-family: "Roboto" !important;
    font-weight:bold !important;
}
.product-title a:hover {
    color: #EF3E42;
}
.products > li {
    border: 0px solid #efefef !important;
}
.product-details-container {
    min-height: 0px;
}
.product-details, .by-vendor-name {
    padding: 10px 0px 0;
    text-align:center;
}
.equine-expand a {
    float: right;
}
/*
a.blue-small-link, .blue-small-link a {
    color: #007EA4;
    font-family: 'Roboto Slab';
    font-weight: bolder;
}
*/
hr.yellow-line2 {
    border-top: 2px solid #ffdd00;
    margin: 0px 0px;
}
.product-order{
    padding-top:30px;
}
.product-order select{
    font-style: italic;
    border-radius:10px
}

.product-line{
    padding-top:30px;
    padding-right:0px
}
.product-line select{
    font-style: italic;
    border-radius:10px
}
.equine img, .equine-grooming img {
    margin: 0 auto;
    height: 300px;
    border: 3px solid #c2c5c9;
    padding: 0px 0px;
}
.equine1 img {
    margin: 0 auto;
    max-height: 100px;
}
.products-description ul li, .cupons-description ul li {
    list-style-type: none;
    float: left;
    margin: 10px 10px 10px 0;
}
.products-description ul, .cupons-description ul {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.products-description ul li:nth-child(2) button, .cupons-description ul li:nth-child(2) button {
    background-color: #33a8df;
    color: #fff;
    padding: 2px 7px;
}
.products-description ul li:first-child button, .cupons-description ul li:first-child button {
    background-color: #eceef8;
    color: #838dba;
    padding: 2px 7px;
}
.products-info-tab ul.tabs li {
    margin: 1px;
    padding: 2px 3% 0 0;
    float: left;
    cursor: pointer;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    /* background-color: #fff; */
    color: #8d9095;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 100;
    border-bottom: 1px solid #ffe038;
}
.products-extra-desc p b {
    font-family: 'Roboto Condensed';
    font-weight: bold;
}
.products-info-tab ul.tabs li.active {
    color: #231f20;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    padding: 2px 0px 0 0;
    margin-right: 30px;
    border-bottom: 2px solid #8d9095;
    display: block;
}
.products-info-tab .tab_container {
    clear: both;
    float: left;
    width: 100%;
    overflow: auto;
    margin-bottom: 12px;
    /* padding: 0 10px; */
}
.products-extra-desc table {
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Roboto';
    color:black;
}
.products-extra-desc table td {
    padding: 10px 5px;
    width:33%;
}
.products-extra-desc table td i {
    background-color: #ffdd00;
    padding: 8px;
    border-radius: 6px;
    color: #fff;
}
.products-extra-desc table td:hover i {
	background-color: #8d9095;
}
.products-extra-desc p {
    margin-bottom: 0;
}
.products-extra-desc ul {
    padding: 0;
}
.products-extra-desc ul li:first-child {
    padding-left: 0;
}

.products-extra-desc ul li {
    list-style-type: none;
    float: left;
    margin: 10px 15px;
    /*border-right: 1px solid #000;*/
    padding: 0 10px;
}
.product-tags li{
    border-right: 1px solid #000;
    font-family: 'Roboto';
    color:black;
}
section.products h2{
    font-family: 'Roboto';
    color:black;
    font-weight:bold;
    font-size:17px;
}
.new-prod figcaption {
    text-align: center;
    margin: 8px 0;
    font-weight: 900;
    text-align: center;
    color:black;
    font-size: 18px;
    line-height: 1.2em;
}
.products-info-tab ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 2px solid #ffe038;
    width: 100%;
}
.rel-prod-img {
    height: 124px;
    width: 124px;
    display: inline-flex;
}
.tab_drawer_heading {
    display: none;
}
.products-info-tab .tab_content {
    padding: 10px 0px;
    display: none;
}
.tab_content{
    font-family: 'Roboto';
    color:black;
}
.products-extra-desc .product-title a {
    font-size: 12px;
    font-family: 'Roboto' !important;
    color: black;
}
.coupon-offer{
    font-family: 'Merriweather';
    font-style: italic;
    color: #83868b;
}
.cupons-info-title {
    float: left !important;
    margin: 0 !important;
    font-size:18px;
    color: #EF3E42 !important;
    font-family: 'Roboto Slab' !important;
    font-weight: bold !important;
}
.cupons-info img {
    width: 50% !important;
}
.president-accomplish h2 {
    background-image: url(/wp-content/uploads/2017/07/hmFeatureRibbon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px 0px !important;
    color: #fff;
    font-size:25px !important;
    padding: 10px 10px !important;
    font-family: 'Roboto Condensed' !important;
    font-weight: bold !important;
}
.president-accomplish {
    border: 2px solid #c2c5c9;
    margin: 10px 0;
    color: black;
    /*padding: 10px;*/
}
.president-accomplish h4 {
    margin: 10px 20px;
    color: #EF3E42;
    font-family: 'Merriweather' !important;
    font-weight: bold !important;
    font-style: italic !important;
    font-size:18px !important;
}
.president-accomplish ul li{
    color:black !important;
}
.president-accomplish .register-reason{
	padding:20px;
	font-family:'Roboto';
}
.president-accomplish .register-reason-two em{
	font-family: 'Merriweather';
	font-style:bold;
	color:red;
	font-size:18px
}
.font-awesome-arrow{
	color:#000 !important;
	padding-top:50px;
}

.register-hide{
    display:none;
    height:100%;
}
div.um .g-recaptcha{
    margin:inherit !important;
    margin-bottom:30px !important;
}
.category-list ul {
    margin: 10px 0;
    padding: 0;
}
.category-list ul li {
    list-style-type: none;
    margin: 10px 0;
}
.category-list ul li a {
    color: #8f8f8f !important;
    font-family: 'Roboto Condensed' !important;
    font-weight: lighter !important;
}
.category-active{
    color: #e6e600 !important;
}
.categories-literature a img {
    width: 96px;
    height: auto;
    margin-bottom: 20px;
    border: none;
}
.categories-literature img {
    max-height: 190px;
}
.categories-title h3 {
    font-family: 'Roboto Condensed' !important;
    font-weight: bold !important;
    color: #6a686f !important;
    margin: 0;
    font-size: 25px;
}
hr.yellow-line2 {
    border-top: 2px solid #ffdd00 !important;
    margin: 10px 0px;
}
.categories-literature img.prod-img {
    position: relative;
    float: left;
    width:  300px;
    height: 300px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
.prod-lib img.prod-lib-img {
    /*position: relative;
    float: left;
    width:  220px;
    height: 200px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover; */
    object-fit: cover;
      width: 50px;
      height: 100px;
}

.product-download-all a img, .product-download-all2 a img{
    height: 30px;
    margin-top: -4px;
}
.product-download-all {
    margin: 30px 0;
}

.prd-dls a {
    color: black;
}
.prd-dls a:hover {
    color: black;
}

.prd-dls:hover .fa-file-text a {
    color: #999;
}



ul.pagination {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    font-weight: lighter !important;
    font-size: 16px;
    font-family: "Roboto Condensed";
}
.pagination li {
    /*float: left;*/
    display: inline-block;
    list-style-type: none;
    margin: 5px 5px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c !important;
    background-color: #eee !important;
    border-color: #ddd !important;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;		
}

.inherit-h {
	height: inherit;
}

@media screen and (max-width: 992px) {
	.inherit-h {
		height: 200px;
	}

	.product-librari {
		height: unset;
	}

}

.product-librari input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 3px solid #FFDD00;
}
.product-librari input[type="radio"]:checked {
    border-color: #FFDD00 !important;
}

.product-librari input[type="radio"]:checked:before {
    background: #FFDD00 !important;
}
.product-librari input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}
.product-librari .radio label {
    margin-top: 5px;
}

.product-librari input[type='checkbox'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 3px solid #FFDD00;
	transform: translate(0, -3px);
}
.product-librari input[type="checkbox"]:checked {
    border-color: #FFDD00 !important;
}

.product-librari input[type="checkbox"]:checked:before {
    background: #FFDD00 !important;
}
.product-librari input[type='checkbox']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}
.product-librari .checkbox label {
    margin-top: 5px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

.product-librari .radio {
    padding: 0 22px;
}
.product-librari .checkbox {
    padding: 0 22px;
}
.product-librari h3 {
    font-family: 'Roboto Slab' !important;
    font-weight: bold !important;
    color: #EF3E42 !important;
    margin: 2px 0 15px 0;
}
.product-librari {
	border: 3px solid #ffdd00 !important;
    padding: 5px 0;
    margin: 6px -8px;
    min-height: 278px;
	height: calc(100% - 13px); /*normalize box height & leave room for padding and border*/
}
.pagination li a img {
    height: 12px;
    margin: 6px 0px;
}
.pagination li a {
    color: #8D9095 !important;
    text-decoration: none;
    border: none !important;
    padding: 5px 5px;
}
.pagination-wrapper {
  margin:auto;
  width:fit-content;
}
.product-filter input[type='text'], .product-filter select{
    border-radius:10px !important;
}
.product-download-all2 {
    margin: 10px 0;
}
.product-filter .search-prod-lib{
    color:black !important;
}
.profit-builder i {
    background-color: #ffdd00 !important;
    padding: 5px 25px;
    color: #fff !important;
    font-size:15px;
}
.profit-builder i:hover {
	background-color: #8d9095 !important;
}
.pb-wrapper {
  margin-bottom: 72px;
}
.category-list-2 ul li {
    list-style-type: none;
    margin: 10px 0;
}
.category-list-2 ul {
    margin: 10px 0;
    padding: 0;
}
div[class*='blog-main-pic'] {
    margin: 10px 0;
    /* background-size: contain; */
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    background-size: 100% 100%;
}
.blog-main-pic-1 {
    background-image: url(/wp-content/uploads/2017/09/horse_15396586_72dpi.jpg);
    /* min-height: 570px; */
    padding: 0 0 66% 0;
}
.shadow-bg {
    /* width: 100%; */
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 5px 15px;
    margin: 30px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.blog-main-pic-2 {
    background-image: url(/wp-content/uploads/2017/09/cow_15163713_72dpi.jpg);
}
.blog-main-pic-3 {
    background-image: url(/wp-content/uploads/2017/09/cow_43649126_72dpi.jpg);
}
.blog-main-pic-2, .blog-main-pic-3 {
    /* min-height: 273px; */
    padding: 0 0 65% 0;
}
.blog-cat-link a {
    font-size: 15px;
    text-align: center;
}
a.red-link, .red-link a {
    text-align:center;
    padding: 10px;
    background-color: #EF3E42 !important;
    display: block;
    margin: 5px auto;
    color: #fff !important;
    font-family: 'Roboto' !important;
    font-size: 20px !important;
    font-weight: lighter !important;
}
a.red-link:hover,
.red-link a:hover {
	text-decoration: none;
	background-color: #606267 !important;
}
.blog-boost-img {
    background-image: url(/wp-content/uploads/2017/09/ps-layerboost.jpg);
    /* background-size: contain; */
    background-repeat: no-repeat;
    position: relative;
    /* min-height: 310px; */
    padding: 0 0 52% 0;
    width: 100%;
    background-size: 100% auto;
    margin: 5px 0;
}
.blog-search form input[type='search'] {
    text-align: right;
    border-radius: 7px;
    margin-top: 30px;
}
.blog-search form a {
    position: relative;
    top: -23px;
    right: 240px;
    color: #606267;
}
.blog-secondary-blog div h4 {
    color: #EF3E42 !important;
    font-family: 'Roboto Slab' !important;
    font-weight: bold !important;
    font-size: 18px;
}
.shadow-bg p {
    font-family: 'Roboto Condensed' !important;
    font-weight: 300 !important;
    color: #fff !important;
    font-size: 15px;
}
.shadow-bg h1, .shadow-bg h3 {
    color: #fff !important;
    font-family: 'Roboto Slab' !important;
    font-weight: bold !important;
}
.blog-secondary-blog span a {
    color: #EF3E42 !important;
    font-family: 'Roboto Slab' !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
.blog-secondary-blog img.blog-img {
    position: relative;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}

.glyphicon-search {
    color: #8D9095;
    width: 20px;
}
input[type=search] {
    -webkit-appearance: none;
    text-align: right;
}
.social-links ul {
    padding: 0;
    margin: 0;
}
.social-links ul li {
    list-style-type: none;
    display: inline-block;
}
.social-links ul li {
    list-style-type: none;
    display: inline-block;
}
.social-links ul li a img {
    height: 25px;
    margin: 0 2px;
}
.blog-subtitle p span {
    font-family: 'Roboto Slab' !important;
    font-weight: bold !important;
    color: #EF3E42 !important;
    font-size: 18px !important;
}
.blog-description-author {
    border-top: 2px solid #FFDD00 !important;
    border-bottom: 2px solid #FFDD00 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.no-margin {
    margin: 0;
}
.blog-description-author img, .comment-section .section-img img, .comment-reply-mobile .section-img img {
    border-radius: 120px;
}
.blog-description p {
    margin: 25px 0;
}
.blog-description-author p b, .comment-section .section-comment p b {
    font-family: 'Roboto Condensed' !important;
    font-weight: bold !important;
    font-size: 16px;
}
.blog-related-products img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}
a.commnet-link, a.reply-link {
    font-family: 'Roboto Condensed' !important;
    font-weight: lighter !important;
    color: #007EA4;
}
#frm_blog_comment_section textarea {
    border-radius: 25px;
    min-height: 250px;
}
.blog-description-author img {
    position: relative;
    width:  140px;
    height: 140px;
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
}
#frm_blog_comment_section input[type='submit'] {
    background-color: #EF3E42 !important;
    color: #fff !important;
    padding: 5px 40px;
    border-radius: 0;
    font-family: 'Roboto Condensed' !important;
    font-weight: 400 !important;
}
.dealer-port > .item > img {
  height:200px;
  padding:0px 50px;
}
.dealer-port{
  width:100%;
  max-height: 200px !important;
}
.banner-carousel > .item > img {
  height:500px;
  padding:0px 0px;
}
.banner-carousel{
  width:100%;
  max-height: 500px !important;
}
.carousel-control{
    width: 5% !important;
}
.za_border table tr td span {
    color: #8d9095;
    padding-right: 25px;
}
.durvet-yellow-blog span {
    color: #EF3E42 !important;
    font-size:18px !important;
    font-weight:bold !important;
    font-family:'Roboto Slab' !important;
    line-height: 1.4em;
}
.durvet-yellow-blog img{
   position: relative;
    width: 100%;
    height: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 8px;
}
.durvet-show-ease h3, .durvet-show-ease h4, .durvet-show-ease p {
    font-style: italic !important;
    font-family: 'Merriweather' !important;
    font-weight: bold !important;
}
.durvet-show-ease p {
    color: #C2C4C8 !important;
}
.durvet-show-ease h2 {
    background-image: url(/wp-content/uploads/2017/07/show-ease.png);
    color: #fff;
    font-family: 'Roboto Condensed' !important;
    font-weight: bold !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding: 5px 20px !important;
    font-size: 30px !important;
}
.durvet-show-ease h3, .durvet-show-ease h4 {
    color: #EF3E42 !important;
}
.imgHolder {
    display: inline-block;
    max-width: 100%;
    max-width:96%;
    overflow: hidden;
    width: 100%;
    margin-bottom:24px;
}
.grey-container {
    padding-top: 23px;
    padding-bottom: 78px;
}
.imgHolder span {
    left: 0;
    position:absolute;
    text-align:center;
    top: 40%;
    width: 100%;
    font-size:20px;
    color:#fff ;
    font-weight:bold;
    font-family: 'Roboto Condensed';
}

.imgHolder-home {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    width: max-content;
    height: auto;
}
.imgHolder-sub {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    width: max-content;
    height: auto;
}
.imgHolder-sqhome {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    width: 20em;
    height: auto;
}
.imgHolder-home span {
    left: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    font-size: 2.6em;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Roboto Condensed';
}
.imgHolder-sub span {
    left: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    font-size: 1.4em;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Roboto Condensed';
}
.imgHolder-sqhome span {
    left: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    font-size: 1.9em;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Roboto Condensed';
}

.durvet-home-categories2 {
    margin: 0px 0px;
}
.durvet-home-categories2 div[class*="col"] {
    margin: 10px 0;
}
.durvet-home-categories-2 img{
    height:auto;
}
.durvet-home-categories2 .imgHolder span {
    left: 0;
    position:absolute;
    text-align:center;
    top: 60px;
    width: 100%;
    font-size:2.0vw;
    color:#fff !important;
    font-weight:bold !important;
    font-family: 'Roboto Condensed' !important;
}
.blog-block {
	height:320px;
}
img.center-text{
    margin: auto;
}
.durvet-blogging h1 {
    font-family: Merriweather !important;
    font-weight: bold !important;
    margin-top: 5px;
    color:black !important;
}
.durvet-blogging p {
    font-family: Merriweather !important;
    color:black !important;
}
.durvet-blogging img.blog-sheep{
    width: 100% !important;
}
.no-margin-right {
    margin: 0 -15px 0 0;
}
.durvet-show-ease-2 img {
    width: 100% !important;
    margin: 0 auto !important;
    max-height: 320px;
}
.clearfix {
    zoom: 1;
}
.font-style-instruct{
    color:black !important;
     font-family: 'Roboto' !important;
}
.durvet-who-we-are {
    padding: 20px 30px 20px 30px;
}
.durvet-who-we-are h2, .durvet-who-we-are h4, .durvet-premier-supplier h2, .durvet-yellow-blog h3 {
    font-family: 'Roboto Slab' !important;
    font-weight: bolder !important;
}
.second-title{
    font-weight: bold !important;
    font-size: 15px !important;
    color: red !important;
   font-family: 'Roboto Slab' !important;
}
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}
.durv-thumbnail img{
   position: relative;
    width: 100%;
    height: 170px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.durv-facility img{
   position: relative;
    width: 100%;
}
.durv-facility > .item > img {
  height:500px;
  padding:0px 70px;
}
.carousel-bounding-box{
  width:100%;
  max-height: 500px !important;
}
.durv-thumb a.carousel-control {
  padding-top:10%;
  width:5%;
}
.durv-facility-inner-2 img{
   position: relative;
    width: 100%;
    height: 170px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding:0px 10px;
}
.durv-facility-inner{
  width:100%;
  padding:0px 60px;
  max-height: 500px !important;
}
.durv-facility-inner > .item > img {
  height:500px;
}
.durv-facility-2 .carousel {
    margin-top: 20px;
}
.durv-facility-2 .item .thumb {
    width: 25%;
	cursor: pointer;
	float: left;
}
.durv-facility-2 .item .thumb img {
	width: 100%;
	margin: 2px;
}
.durv-facility-2 .item img {
	width: 100%;
}
.blog-durvet-comment .fusion-title{
    display:none;
}
.blog-durvet-comment .logged-in-as{
    display:none;
}
div.blog-durvet-comment #respond{
 margin-top: 0px !important;
}
div.blog-durvet-comment textarea {
    border-radius: 25px;
    min-height: 120px;
    color: #000 !important;
    font-family: 'Roboto Slab' !important;
}
div.blog-durvet-comment .comment-form-comment label{
    display:none;
}
div.blog-durvet-comment input[type='submit']{
    background-color: #EF3E42 !important;
}
div.blog-durvet-comment input[type='submit']:hover{
    text-decoration: none !important;
	background-color: #606267 !important;
}
div.blog-durvet-comment .post-content p{
    margin-bottom: 0px !important;
}
.section-img img{
    position: relative;
    width: 143px;
    height: 143px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.popular-list ul li {
    list-style-type: none;
    margin: 10px 0;
}
.popular-list ul li a {
    color: #8f8f8f !important;
    font-family: 'Roboto Condensed' !important;
    font-weight: lighter !important;
}
.popular-list ul {
    margin: 10px 0;
    padding: 0;
}
.durvet-news-blog .social-feed-main-container{
   width: 400px !important;
max-width: 100% !important;
}
.durvet-news-blog #wpsfp-item{
    min-width: 330px !important;
}
a.red-link-2, .red-link-2 a {
    text-align: center;
    padding: 5px;
    background-color: #EF3E42;
    display: block;
    margin: 30px 20px;
    color: #fff !important;
    font-family: 'Roboto' !important;
    font-size: 15px !important;
    font-weight: lighter !important;
}
a.red-link-2:hover, .red-link-2 a:hover {
	text-decoration: none !important;
	background-color: #606267 !important;
}
.imgHolder img {
      width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    -o-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    -moz-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.imgHolder-home img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    -o-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    -moz-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imgHolder-sqhome img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    -o-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    -moz-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imgHolder-sub img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    -o-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    -moz-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imgHolder:hover img {
     width: 120%;
    height: 120%;
    /*top: -10%;*/
    /*left: -10%;*/
    -webkit-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    -o-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    -moz-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
    transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
     transform: scale(1.3);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.imgHolder-home:hover img {
    -webkit-transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
    -o-transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
    -moz-transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
    transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
     transform: scale(1.2);
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.imgHolder-sub:hover img {
    -webkit-transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
    -o-transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
    -moz-transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
    transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
     transform: scale(1.2);
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.imgHolder-sqhome:hover img {
    -webkit-transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
    -o-transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
    -moz-transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
    transition: width 0.8s, height 0.8s, left 0.8s, top 0.8s;
     transform: scale(1.2);
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.durv-facility-2 .carousel-control .glyphicon-chevron-left,
.durv-facility-2 .carousel-control .glyphicon-chevron-right{
	position: relative !important;
}
.find-a-store input[type=text]{
    border-radius: 7px;
    font-family: 'Roboto Condensed';
    font-style: italic;
    width: 15% !important;
    font-size: 14px;
    height: 35px;
}
.find-a-store select{
	width:15% !important;
	 border-radius: 7px;
}
div.prod-highlight-description{
	font-family: 'Roboto';
	color: #000;
}
div.prod-highlight-description span{
	font-weight: bold;
	font-size: 18px;
}
.prod-highlight-related{
	color: #000;
	padding-top: 30px;
}
.prod-highlight-related span{
	font-family: 'Roboto Condensed';
	font-weight: bold;
	font-size: 18px;
}
.prod-highlight-related .products-extra-desc{
	text-align: center;
	font-weight: bold;
}
a.back-link {
    color: #9b9da2;
    font-family: 'Roboto Condensed';
    font-size: 12px
    font-weight: lighter;
}
a.back-link:hover {
    color: #ffdd00;
}
a.back-link img {
	height: 10px;
    margin-top: 5px;
}
.back-main-blog{
	padding-top: 60px;
}
@media screen and (min-width: 768px){
.durv-facility-2 .carousel-control .glyphicon-chevron-left,
.durv-facility-2 .carousel-control .glyphicon-chevron-right{
	font-size: 15px !important;
}
}
.missing-fake-slider {
	margin: 50px 0;
}
.whoweare-top{
    padding-top:70px;
}
.maxsize{
    max-width:1200px;
    margin: auto;
    padding: 0;
}
.durvet-logo-partners {
    border-top: 3px solid #fff !important;
}
.durvet-logo-partners ul li {
    display: inline-block;
    margin: 60px 10px;
    vertical-align: middle;
    list-style-type: none;
}
hr.logo-partners{
    height: 1px;
    border: 0;
    border-top: 3px solid #8d9095 !important;
}
.prod-category-image{
    width: 100% !important;
    margin: auto !important;
}
.durvet-logo-partners ul li:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.durvet-logo-partners ul li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
.durvet-logo-partners ul li {
    display: inline-block;
    margin: 10px 10px 20px 10px;
    vertical-align: middle;
    list-style-type: none;
    float: none !important;
}
.sub-slider-content .text span{
    color:#fff ;
    font-weight:bold ;
    font-size:40px ;
    font-family: 'Roboto Slab' ;
    line-height:100% ;
        padding-top: 30px;
}
.sub-slider-content .text{
    padding: 20px 40px;
    background-color:#db3238 ;
}
.sub-slider-content a{
    color:red !important;
    font-weight:bold !important;
    font-family: 'Roboto Condensed' !important;
    padding:6px 20px;
    background-color:#fff !important;
}
.sub-slider-content{
   text-align: center;
    position: absolute;
    top: 0px;
    box-shadow: 0px 0px 3px 3px;
    bottom: 0px;
    background-color: #e5c300 !important;
    max-height: 555px;
    padding: 0;
    margin: 0;
}
.employee-description {
    padding-left: 16px;
    padding-top: 5px;
}
.sub-slider-content div.img-class{
    font-family: 'Roboto Slab' !important;
    color: black !important;
    padding: 20px 10px;
    position: absolute;
    top: 250px;
    left: 0px;
}
.sub-slider-content hr{
    border: 0;
    border-top: 2px solid black !important;
}

.product-type-simple{
    overflow:hidden;
}
.product-images {
    position: relative;
    height: 200px;
    vertical-align: middle;
    transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.product-images:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
}
.product-images-static {
    position: relative;
    height: 200px;
    vertical-align: middle;
}
/*
.home-slider .owl-carousel.owl-drag .owl-item {
   max-height: 450px;
}
*/
#home-slider {
	/*margin-top: 135px !important;*/
}
.home-slider .owl-carousel .owl-item img {
    display: inline;
    width: auto;
    height: auto;
    max-width: 102%;
    transform: scale(1.5);
    margin-left: 50px;
    margin-bottom: 20px;
}

/*
.owl-nav .owl-prev {
    background: none !important;
}
.owl-nav .owl-next {
    background: none !important;
}
.owl-nav .owl-prev:after {
    color: #747474 !important;
    content: "\f053";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.owl-nav .owl-prev:hover:after {
    color: #ccc5bf !important;
}
.owl-nav .owl-next:after {
    color: #747474 !important;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.owl-nav .owl-next:hover:after {
    color: #ccc5bf !important;
}
*/



.prod-lib-image {
    width: 100%;
    max-width: 200px;
    height: inherit;
    max-height: 200px;
}
/*
.employee-lib-image{
    width: 200px;
    height: 218px;
}
*/
.employee-lib-image {
    width: initial;
    height: 240px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -10px;
    margin-bottom: -10px;
}
.prod-lib-image-prod {
    width: auto;
    height: 360px;
    margin: auto;
    padding: 20px;
    border: 4px solid #ddd;
}

.prod-lib-image-prod > a {
	height: 100%;
}
/*
.prod-lib-image-1{
background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
}
*/
.prod-lib-image-1 {
    background-repeat: no-repeat;
    height: inherit;
    /*height: 100%;*/
    /*height: -webkit-fill-available;*/
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}




.prod-lib-image-2{
background-repeat:no-repeat;
    width: 100%;
    height: 200px;
    /*height: 100%;*/
    /*height: -moz-available;*/
    /*height: -webkit-fill-available;*/
    /*height: fill-available;*/
    background-size: contain;
    background-position: center;
    transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.prod-lib-image-2:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
}
.products-info-tab{
	padding-left:15px;
}
.results-distributor{
    font-family: 'Roboto Condensed' !important;
    font-size: 18px !important;
    color: #000 !important;
}
.no-results{
    font-family: 'Roboto Condensed' !important;
    font-size: 18px !important;
    color: #000 !important;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb a {
    color: #428bca;
    text-decoration: none;
}
/*
.products-extra-desc .product-images img{
    height: 130px !important;
    width: auto;
}
*/
.products-extra-desc .product-images{
	height: 120px !important;
}
.nopadding{
	padding: 0 !important;
   margin: 0 !important;
}
.products-extra-desc section.related ul{
	padding-left:30px;
}
.equine{
	border: 0px solid #fff;
}
.center-prod-icons{
	display: flex;
  	justify-content: center;
}
.contact-form label,
.contact-form input[type='text']{
	color: black !important;
	font-family: 'Roboto' !important;
}
.contact-form input[type='text'],
.contact-form input[type='password']{
	border-radius: 8px !important;
}
.contact-form label{
	font-weight: 300 !important;
}
.contact-form .um-905.um .um-form input[type="text"],
.contact-form .um-905.um .um-form input[type="password"],{
	border: 1px solid #ddd !important;
}
.contact-form .um-center .um-button{
	display: inline-block !important;
	width: 40% !important;
	min-width: 20px !important;
}
.contact-form .um-905.um input.um-button[type="submit"]:hover,
.contact-form .um-909.um input.um-button[type="submit"]:hover{
	background-color: #999999 !important;
}
.contact-form input.um-button[type="submit"]{
	padding: 8px !important;
}
.contact-form a.um-link-alt{
	line-height: 2px;
	color: #000 !important;
	font-family: 'Roboto';
	font-size: 14px;
	font-style: italic;
	margin-top: 50px;
    margin-right: -16px;
}
.dealer-port .carousel-control{
	text-shadow: none !important;
}
.contact-form .um-field-label{
	margin: 0 0 0px !important;
}
.contact-form .um-field-radio-option{
	color: #000 !important;
}
.contact-form .um-col-alt-b{
	position:absolute;
	right:20px;
	top:185px;
}

// Remove Avada lines
.fusion-title .title-sep.sep-double {
    display: none !important;
}
.lit {
  margin-left:0px;
}


@media screen and (max-width: 768px) {
	.blog-block {
		height:inherit;
    	}
	.whoweare-top{
    		padding-top:40px;
	}
	.durvet-home-categories-2 .imgHolder img{
    		width: 100% !important;
	}
	.durv-facility > .item > img {
  		height:300px;
  		padding:0px 30px;
	}
	.carousel-bounding-box{
  		width:100%;
  		max-height: 300px !important;
	}
	.hide-img2{
    		visibility: visible;
    	display: block;
  	}
  	.hide-img1{
    		display: none;
  	}
  	/*.container{
   		padding-right: 35px !important;
  		}*/
	.padding-title span {
   		padding-left:10px;
   	}
   	.mob-version{
       margin-bottom:20px;
   	}
   	iframe.map-size{
        width:100%;
        height:250px;
    }
    .find-store-counter{
        font-size:20px;
    }
   	/* .durvet-submit-email ul {
        position: relative;
        left: 100px;
        list-style-type: none;
    }*/
    .sds-search{
      padding-top:1px ;
    }
    .sds-search input[type=text]{
        width:65% !important;
    }
    .durvet-sds-alpha{
        padding-left: 15px;
        font-size: 15px;
    }
    .durvet-sds-alpha2 select{
        width:65% !important;
    }
    .durvet-sds-alpha-see-all a{
        float:left;
    }
    .product-line{
        padding-top:0px;
        padding-right:80px
    }
    .product-order{
        padding-top:20px;
        padding-right:80px;
        padding-bottom:20px;
    }
    .durvet-who-we-are img {
        width: 100% !important;
        margin: 0 auto;
    }
    .durvet-who-we-are strong{
        text-align:center;
    }
    .sub-slider-content .text span{
        font-size: 20px;
    }

	.home-slider .owl-carousel .owl-item img {
	    display: inline;
	    width: auto;
	    height: auto;
	    max-width: 100%;
	    transform: scale(1.5);
	    margin-left: 20px;
	    margin-bottom: 20px;
	}
	.sub-slider-content div.img-class{
	    font-family: 'Roboto Slab' !important;
	    color: black !important;
	    font-size:10px !important;
	    position: absolute;
	    top: 150px;;
	    left: 0px;
	}
	.sub-slider-content{
	    top: 50px;
	    bottom:80px;
	}
	.sub-slider-content .text{
	    padding: 15px 40px;
	}
	 .home-slider .owl-item .sa_hover_container {
	    height: 400px;
	}
	.durvet-distributor-member {
    		border-bottom: 2px solid #8d9095;
    		border-right: none;
    		border-left: none;
	}
	.logo_footer {
    		margin-top: 0;
    		border-right: none;
    		border-left: none;
    		border-top: none;
	}
	.footer-logo {
	    width: 380px;
    		margin: auto;
    		display: block;
	}
	.footer-info-2 {
    		font-size: 13px;
	}
  .prod-lib-image{
      width: 240px;
      height: 200px;
  }
  .lit {
    margin-left:24px;
  }
}

@media screen and (max-width: 480px) {
	.products-info-tab ul.tabs li {
    		border-bottom: none;
    		border-right: 3px solid #ffe038;
	}
	.products-info-tab ul.tabs li.active {
    		border-bottom: none;
    		border-right: 3px solid #8d9095;
	}
	.products-info-tab ul.tabs {
    		border-bottom: none;
	}
	.products-extra-desc ul li:first-child {
    		float: left !important;
	}
	.products-extra-desc section.related ul {
    		padding-left: 0;
	}
	.fusion-body .products li {
    		width: auto !important;
	}
	.durvet-distributor-member {
    		border-bottom: 2px solid #8d9095;
	}
	.logo_footer {
    		margin-top: 0;
    		border-top: 2px solid #8d9095;
	}
	.footer-logo {
	    width: 280px;
    		margin: auto;
    		display: block;
	}
  .lit {
    margin-left:0px;
  }
}



@media screen and (max-width: 320px) {
	.sub-slider-content{
    		right: 10px;
    		left:10px;
	}
  .lit {
    margin-left:0px;
  }
}
@media screen and (max-width: 310px) {
	.container{
    		padding-right: 35px !important;
  	}
	.sds-search{
    		padding-top:1px ;
	}
	.durvet-submit-email ul {
    		position: relative;
    		left: 10px;
    		list-style-type: none;
	}
	.sub-slider-content{
    		right: 30px;
    		left:10px;
	}
 	.home-slider .owl-carousel .owl-item img {
    		margin-left: 30px;
    		max-width: 80%;
 	}
}

@media screen and (max-width: 1024px) {
 	.home-slider .owl-item .sa_hover_container {
   		background-position: center !important;
    		background-size: cover !important;
    		height: 500px;
 	}

	.wpcf7-submit {
		background: #EF3E42;
 		color: #ffffff;
	}
	.wpcf7-submit:hover {
		background: #FFDD00;
 		color: #ffffff;
	}
}

/* From Embedded sheet */
.col-left.leftsidebar {
    width: 480px !important;
    padding: 0 20px;
    background-color: unset !important;
    top: 480px !important;
    left: 0;
    z-index: 999;
    position: absolute !important;
    box-shadow: none !important;
    clear: both;
}
.row.ob_stor-relocator {
    width: 100%;
    overflow: hidden;
    margin-left: 12.5%;
}
.map-listings {
    width: 26%;
    top: 0%;
    background-color: white;
    box-shadow: none !important;
    border-left: none !important;
}
.map-listings.below_map {
    width: 100%;
    height: auto !important;
    position: relative;
    display: inline-block;
    margin-top: 40px;
}
.wpsl-list-title {
    font-size: 18px;
    text-align: center;
    padding: 8px;
    background-color: #e4e4e4;
    color: #7b7b7b;
    display: none;
}
.store-locator-item:nth-child(even) {
    background-color: #fff !important;
}
.store-locator-item:nth-child(odd) {
    background-color: #fff !important;
}
.store-locator-item:nth-child(even):hover {
    background-color: #fff !important;
}
.store-locator-item:nth-child(odd):hover {
    background-color: #fff !important;
}
.circle-count {
    display: none;
}
.store-list-details {
    width: 80%;
    float: left !important;
}
.store-list-address {
    font-size: 14px;
    /* display: none !important; */
    /* visibility: hidden; */
    float: left !important;
    width: 100%;
}
.wpsl-name {
    font-size: 15px;
    font-weight: 400 !important;
    width: 35% !important;
    float: left !important;
}
.wpsl-distance {
    background-color: rgb(49, 193, 210);
    color: white;
    width: 60px;
    text-align: center;
    padding: 2px;
    border-radius: 5px;
    font-size: 11px;
    margin-top: 2px!important;
    display: none;
}
.wpsl-address {
  float: left;
  margin: 0 12px;
  width: 15% !important;
  display: none !important;
}
.wpsl-city {
  float: left;
  margin: 0 12px;
  width: 30% !important;
}
.wpsl-wesite-link {
  float: left;
  margin: 0 12px;
}
.store-list-details {
  font-family: Roboto !important;
  font-weight: 400 !important;
}
.store_days_time {
  display: none !important;
}
div.store-direction {
    position: absolute;
    /* float: right; */
    right: 0px;
    width: auto;
    background-color: none !important;
    color: #4285f4;
    text-align: center;
    padding: 4px;
    border: solid 1px #CCC;
    border-radius: 6px;
    display: none !important;
}
.search-options-btn {
  display: none;
}
.store-locator-item-container .store-locator-item {
    border-top: none !important;
    padding: 0 8px !important;
    cursor: pointer;
    float: left;
    position: relative;
    width: 100%;
}

#store_locator_search_form .store_locator_field {
  float: left;
  width: 150px !important;
}
#store_locator_search_form select#store_locatore_search_radius {
    margin: 0 !important;
    padding: 10px !important;
    display: block;
    float: left;
    /* width: 20%; */
}
#store_locator_search_form #store_locatore_search_input {
    /* max-width: 75%; */
    margin-top: 0px !important;
}
#store_locator_search_form input#store_locatore_search_btn {
    padding: 7px !important;
    display: block;
    margin: 0 !important;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 0px;
}

.durvet-dist #wpsl-stores {
  margin: 0 20px;
}

.durvet-dist li p {
    padding-left: 0;
    margin: 0 0 0px !important;
}

.durvet-dist .wpsl-headers {
  padding: 0 0;
  font-family: 'Roboto Condensed' !important;
  font-size: 18px !important;
  font-weight: 200;
  color: #000 !important;
  width: 100%;
  border-bottom: 3px solid #ffdd00;
}

.durvet-dist .wpsl-headers div {
  display: inline-block;
}
.durvet-dist .wpsl-headers .hdr-name {
  width: 560px;
}
.durvet-dist .wpsl-headers .hdr-city {
  width: 420px;
}

.durvet-dist .wpsl-store-location p {
  display: inline-block !important;
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 0px;
  color: #747474;
}
.durvet-dist .wpsl-store-location p:first-child strong {
  display: inline-block;
  width: 560px;
}
.durvet-dist .wpsl-store-location p:first-child span {
  display: inline-block;
  width: 420px;
}
.durvet-dist .wpsl-contact-details p strong:first-child {
  display:none !important;
}

.durvet-dist .wpsl-street {
  display: none !important;
}
.durvet-dist .wpsl-direction-wrap {
  display: none !important;
}
#wpsl-search-btn {
  font-size: 14px;
}
@media screen and (max-width: 1232px) {
  .durvet-dist .wpsl-store-location p:first-child strong {
    width: 510px;
  }
  .durvet-dist .wpsl-store-location p:first-child span {
    width: 360px;
  }
  .durvet-dist .wpsl-headers .hdr-name {
    width: 510px;
  }
  .durvet-dist .wpsl-headers .hdr-city {
    width: 360px;
  }
}
@media screen and (max-width: 1120px) {
  .durvet-dist .wpsl-store-location p:first-child strong {
    display: inline-block;
    width: 450px;
  }
  .durvet-dist .wpsl-store-location p:first-child span {
    display: inline-block;
    width: 260px;
  }
  .durvet-dist .wpsl-headers .hdr-name {
    width: 450px;
  }
  .durvet-dist .wpsl-headers .hdr-city {
    width: 260px;
  }
}
@media screen and (max-width: 960px) {
  .durvet-dist .wpsl-store-location p:first-child strong {
    display: inline-block;
    width: 390px;
  }
  .durvet-dist .wpsl-store-location p:first-child span {
    display: inline-block;
    width: 180px;
  }
  .durvet-dist .wpsl-headers .hdr-name {
    width: 390px;
  }
  .durvet-dist .wpsl-headers .hdr-city {
    width: 180px;
  }
}
@media screen and (max-width: 825px) {
  #wpsl-search-wrap .wpsl-input {
      width: inherit !important;
  }
  .durvet-dist .wpsl-store-location p:first-child strong {
    display: block;
    width: 100%;
  }
  .durvet-dist .wpsl-store-location p:first-child span {
    display: block;
    width: 100%;
  }
  .wpsl-contact-details {
    display: block !important;
    width: 100%;
  }
  .durvet-dist .wpsl-headers div {
    display: block;
  }
  .durvet-dist .wpsl-headers .hdr-name {
    display:none;
  }
  .durvet-dist .wpsl-headers .hdr-city {
    display: none;
  }
  .durvet-dist .wpsl-headers .hdr-phone {
    display: none;
  }
}
@media screen and (max-width: 570px) {
  #wpsl-search-wrap form {
      float: left !important;
  }
  #wpsl-search-wrap .wpsl-input {
    margin-left: -7px;
  }
  .wpsl-store-below #wpsl-gmap {
    height: 240px !important;
  }
}