.litters_content {
    margin-top: 20px;
    border: 3px groove #FFFF00;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #2E1D1D;
}
h2.litters_title {
    color: white !important;
    text-align: center;
}



/*  -----------------------TWO COLUMN SETUP-----------------------  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.cols {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.cols:first-child { margin-left: 0; }
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; }
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}
@media only screen and (max-width: 480px) {
	.cols { 
		margin: 1% 0 1% 0%;
	}
}
@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}

/*  -----------------------TWO COLUMN SETUP END-----------------------  */


div#breadcrumbs {
    float: right;
}
.section-breadcrumbs .breadcrumb__item {
    font-size: 0.9125rem;
    font-weight: bold;
}
.navigation-a .navigation__item--link {
    font-family: 'Comic Neue', cursive;
}

.section--light .component__button--2::before {
    border: 1px solid #725141;
}

.section--light .component__button--2 {
    background-color: #6e4d3d;
}

.navigation__list--head {
    margin: 0 auto !important;
    justify-content: center;
}
.section--dark .navigation__list--sub {
    background-color: #725141;
    border-radius: 10px !important;
    text-align: left !important;
}
ol, ul, dl {
    text-align: initial;
}

/* .gallery {
  width: 100%;
  margin: auto;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.img-c {
  width: 213px;
  height: 213px;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 2px;
  
}
.img-w {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform ease-in-out 300ms;
}

.img-w img {
  display: none;
}

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
  transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 2;
  transform: translateX(-50%);
}

.img-c.postactive {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.img-c.active.positioned {
  left: 0 !important;
  top: 0 !important;
  transition-delay: 50ms;
} */



/* .gallery {
  width: 100%;
  margin: auto;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
} */
.img-c {
  width: 200px;
  height: 200px;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 2px;
}

.img-w {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: transform ease-in-out 300ms;
}

.img-w img {
  display: none;
}

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
  transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  z-index: 2;
  //transform: translateX(-50%);
}

.img-c.postactive {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.img-c.active.positioned {
  left: 0px !important;
  top: 0px !important;
  transition-delay: 50ms;
}






/* =======================================
START Nav Center
======================================= */
.navigation-a .navigation__list--head {
    text-align: center!important;
}

.navigation-a .navigation__item.has-drop-down > .navigation__item--link::after {
    margin-right: -5px!important;
}
/* =======================================
END Nav Center
======================================= */






















.gallery-item--title {
    outline-style: none !important;
}
.gallery-item--title.gallery-item--text-center {
    border: 1px solid black;
}









/* .gallery-grid--item {
    padding: 0px 0px 0px 5px;
} */
.articles__item {
    background-color: darkgrey;
    border: solid 8px #f1dfbf;
}
.article__post-content .article__image {
    width: 100%;
}
.-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 56px;
  text-align: center;
  border-radius: 12px;
}

.-btn:hover {
  opacity: .8;
  background-color: brown;
}

.-bg {
    background: #755040;
    border: 4px solid #507e56;
    padding: 30px;
    width: 100%;
}

.-txt {
  color: #fff;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

b {
    color: #638955;
}









strong {
    color: #517f56;
}
ul.dog_paw {
    list-style-image: url(https://my.vetmatrix.com/0045967/storage/app/media/images/paw.png);
}
ul.bug {
    list-style-image: url(https://my.vetmatrix.com/0045967/storage/app/media/images/bug.png);
}
.male_female {
  border-radius: 8px;
}
.section__bg--dark-4::before {
    background-color: brown;
}
.gallery-item--title {
    font: 26px/1.25 Arial, Helvetica, sans-serif;
    outline-style: double;
}
.section--light .editable__container h1, h2, h3, h4, h5, h5 {
    color: #517f56;
}
.column {
    float: left;
    width: 33.33%;
    padding: 30px !important;
}

.section-blade .blade-a--12 .blade-a__bg > div{
    min-height: 475px!important;
}
.flexslider li{
    display: block;
    list-style: disc!important;
}
.section-banner .banner-group-3 .slider__wrapper .banner-group-3__tagline{
    display: none;
}

.componentWith__container .flex-viewport{
    max-height: 1000px;
}
.wrap_content{
    padding: 20px;
    margin: 5px;
    float: left;
    width: 100%;
}
.wrap_content:nth-child(odd){
    background: #ececec;
}
.sold_text{
        background: #f93a54;
    font-weight: bold;
    padding: 5px;
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 25px;
}
.img_holder{
    float: right;
    margin: 5px;
    box-shadow: 0 0 14px rgba(0,0,0,0.3);
    width: 250px;
}
.links_inner{
    margin: 0 auto;
    display: block;
}
.links_inner li{
    display: inline-block;
}
.link_page{
        padding: 10px 5px;
    background: #f0edeb;
    color: #111;
    border-radius: 5px;
}
.wrap__page-content--inner img{
    /* display: block; */
    /* box-shadow: 6px 5px 8px rgb(212, 212, 212); */
    margin: auto;
    /* border: 2px solid; */
    padding: 10px;
}
/* ----------------BUTTON ----------------*/
.male_female {
  background-color: #724d3d;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.male_female:hover {background: green;}
/* ----------------BUTTON ----------------*/

/*   TAB CSS CODE  */



/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  text-align: center;
}

.tabcontent p, .tabcontent h2{
    text-align:left;
}


/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.section__bg--light-1::before {
    background-color: #f1dfbf;
}
.section--light .featuredblocks-flyup-a .featuredblock__item a {
    color: #ffffff;
}
.contact-us-im .section--light .form-wrap__submit input {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #638955;

}
h1, h2, h3, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Constantia", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: white;
}
.phone__number {
    font-weight: bold;
    font-size: 1.5625rem;
    line-height: 2.25rem;
    display: block;
    margin: 0;
    color: #638955;
}
.section--light .featuredblocks-flyup-a .featuredblock__item {
    border-color: #fff;
}
.editable__container h1 {
    font-family: "Constantia", sans-serif;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 2.5rem;
    margin-bottom: 0;
        color: #5f3b1b;
}

.section--light a {
    color: #ffffff;
    text-decoration: none;
}
/* .navigation-a .navigation__list--head {
    display: flex !important;
    flex-wrap: unset !important;
} */

/*END OF TAB CODE*/

.cicon-vet_2:before {
    content: "\e93c";
}

.cicon-vet_3:before {
    content: "\e93d";
}

.section-form .leadForm{
    text-align: left!important;
}
.application__container--inner form{
    display: flex;
    flex-wrap: wrap;
    
}
.application__container--inner .form__group{
    max-width: 500px;
    width: 500px;
    padding: 10px;
}
.application__container--inner .input_container input, .application__container--inner .input_container textarea{
    padding: 10px 20px;
}
.application__container--inner .input_container input[type=text], .application__container--inner .input_container input[type=tel], .application__container--inner .input_container input[type=email], .application__container--inner .input_container textarea{
    width: 100%;
}

@media (max-width: 1199px) and (min-width: 768px) {
.column {
    width: 100% !important;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.column {
    width: 100% !important;
}
}
@media (max-width: 767px){
    .editable img {
        max-width: 100% !important;
        margin: auto !important;
        width: 100% !important;
        float: none !important;
        height: auto !important;
        display: block;
    }      
}


@media(max-width: 700px){
    .application__container--inner form{
        flex-direction: column;
    }
}

.section-group {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.laik {
	clear: both;
	padding: 0px;
	margin: 0px;
}


.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1;  }

.span_1_of_4 { width: 23%;}
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 49%; }
.span_1_of_3 { width: 32.26%; }

.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}


@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3, .span_1_of_4  { width: 100%; }
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}





/* .gallery {
    padding: 0.125rem 1px 27px 198px;
    margin: 0;
} */

.navigation-a .navigation__list--head {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 6px;
    /* padding-left: 200px; */
    /* padding-left: 315px; */
}

/* brown = #725141
green = #517f56*/

.section--light a {
    color: #517f56;
    text-decoration: none;
}
.wrap_btns{
    display: flex;
    width: 100%;
    justify-content: center;
}







a.cstm_btn {
    display: inline-block;
    background: #725242;
    border: 1px solid #725242;
    color: #fff !important;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 5px;
}

a.cstm_btn:hover {
    background: #FFF;
    color: #725242 !important;
}