@charset "UTF-8";
/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input[type="text"],  
input[type="number"],  
input[type="tel"],
input[type="email"],
select,  
textarea {    
    font-size: 1rem !important;  
}

html {    
    box-sizing: border-box;  
}    
*, *:before, *:after {    
    box-sizing: inherit;  
}

* {     
  margin: 0;    
  padding: 0;  
}


 html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
        scroll-behavior: smooth;
        overflow-x: hidden !important;
        line-height: 1.35; 
        text-rendering: optimizeLegibility;
        font-family: 'Nunito', sans-serif;
}
html {
  position: relative;
  height: 100%!important;
}

a[href]:not([class]) {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
    color: rgba(90,90,90,1.00);
}

a[href]:not([class]):hover {       
    color: rgba(206,32,20,1.00);
}

a[href] {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
}


.edje{
    color: #FFFFFF;
     text-decoration: none !important;  
    transition: all ease-in-out .3s;
}
.edje:hover{
    color: #FFFFFF;
}

button:focus {outline:0;}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   
}

.row-large-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

.row-large-gutter > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row-small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row-small-gutter > * {
  padding-left: 5px;
  padding-right: 5px;
}

.line-height-0{
    line-height: 0;
}

.line-height-_5{
    line-height: .5;
}

.line-height-1{
    line-height: 1;
}

.line-height-1_5{
    line-height: 1.5;
}

.line-height-2{
    line-height: 2;
}

.letter-space-1{
    letter-spacing: 1px;
}

.letter-space-2{
    letter-spacing: 2px;
}

.letter-space-3{
    letter-spacing: 3px;
}

.font-weight-900 {
    font-weight: 900;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-300 {
    font-weight: 300;
}

.text-shadow{
	text-shadow: 3px 4px 10px rgba(0,0,0,0.70);
    z-index: 2;
}
.xsmall{
	font-size: 60%;
}

.border-2{
    border-width: 2px;
    border-style: solid;
}

.border-4{
    border-width: 4px;
    border-style: solid;
}

.border-6{
    border-width: 6px;
    border-style: solid;
}

.border-8{
    border-width: 8px;
    border-style: solid;
}

.border-10{
    border-width: 10px;
    border-style: solid;
}

.border-15{
    border-width: 15px;
    border-style: solid;
}

.border-sm-left {
	border-left: solid;
}

.border-sm-white {
	border-color: rgba(255,255,255,1.00);
}

#invisible{
	display: none;
}
.w-10{
    width: 10% !important;
}

   .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
        background-color:rgba(125,194,66,1.00);
       border-color: rgba(125,194,66,1.00);
    }

   .custom-checkbox .custom-control-input:checked:disabled~.custom-control-label::before{
        background-color:rgba(125,194,66,0.60);
    }

   .custom-radio  .custom-control-input:checked~.custom-control-label::before{
        background-color:rgba(125,194,66,1.00);
       border-color: rgba(125,194,66,1.00);
    }

   .custom-radio  .custom-control-input:checked:disabled~.custom-control-label::before{
        background-color:rgba(125,194,66,0.60);
    }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:  rgba(125,194,66,1.00);
}

.nav-pills .nav-link:hover {
    color: #fff;
    background-color: rgba(125,194,66,1.00);
}

.btn-round-lg{
border-radius: 35px;
}
.btn-round{
border-radius: 17px;
}
.btn-round-sm{
border-radius: 15px;
}
.btn-round-xs{
border-radius: 11px;
padding-left: 10px;
padding-right: 10px;
}

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

/*-------------------RESPONSIVE TABLE---------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}

#admin-table  th,
#admin-table td{
     text-align: left !important;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}




@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
	border: 0;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0;
  border: none;
  -moz-outline-style: none;
	outline-style: none;
	box-shadow: 0 0 0 0;
}

.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}


/* ANIMATED X */
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #B6B6B6;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}


/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:1999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.lightbox {
    position: relative;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	flex-direction: column;
	left:0;
	height: 100vh;
    width: 100%;
    z-index: 190000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}


/*======================= PAGE STYLES ====================================================*/
header {
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.70);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.70);
}
#carouselHero {
	margin-top: 4rem;
}
.btn-red {
	background-color: rgba(206,32,20,1.00);
	border-color: rgba(206,32,20,1.00);
	color: rgba(255,255,255,1.00);
	font-family: 'Montserrat', sans-serif;
}

.border-red {
  border-color: rgba(206,32,20,1.00);
  border-style: solid;
}

nav .btn-red:hover {
	background-color: rgba(20,128,125,1.00)!important;
	border-color: rgba(20,128,125,1.00)!important;
	color: rgba(255,255,255,1.00)!important;
}

.btn-red:hover {
	background-color: rgba(90,90,90,1.00);
	border-color: rgba(90,90,90,1.00);
	color: rgba(255,255,255,1.00);
}

.text-red {
	color: rgba(206,32,20,1.00);
}

.navbar-nav {
	width: 80%;
}

.navbar-brand  {
	width: 8%;
}

.navbar-brand img {
	width: 100%;
	display: none;
}

.navbar-brand.show img{
	display: inline-block;
}

.font-featured {
	font-family: 'Montserrat', sans-serif;
}

.nav-item {
	position: relative;
}

.nav-item .nav-link {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	font-weight: 800;
	font-size: 1.2rem;
	letter-spacing: 2px;
}

.nav-item a.stroke::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: rgba(206,32,20,1.00);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.nav-item a.stroke:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.155em;
    vertical-align: 0.055em;
    content: "";
    border-top: 0.5em solid rgba(206,32,20,1.00);
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
}

.dropdown-item {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(255,255,255,1.00);
    background-color: rgba(206,32,20,1.00);
}

nav .dropdown-toggle:hover {
	color: rgba(206,32,20,1.00);
}

a .swine {
	 transition: all ease-in-out .3s;
}

a:hover .swine {
	content: url("images/2023/callout_swine-hover.jpg");
}

a .dairy {
	 transition: all ease-in-out .3s;
}

a:hover .dairy {
	content: url("images/2023/callout_dairy-hover.jpg");
}

a .cattle {
	 transition: all ease-in-out .3s;
}

a:hover .cattle {
	content: url("images/2023/callout_cattle-hover.jpg");
}

a .sheep {
	 transition: all ease-in-out .3s;
}

a:hover .sheep {
	content: url("images/2023/callout_sheep-hover.jpg");
}

a .goats {
	 transition: all ease-in-out .3s;
}

a:hover .goats {
	content: url("images/2023/callout_goat-hover.jpg");
}

a .equine {
	 transition: all ease-in-out .3s;
}

a:hover .equine {
	content: url("images/2023/callout_horse-hover.jpg");
}

.rounded-top-left{
	border-top-left-radius: 25% !important;
}


.rounded-top-right{
	border-top-right-radius: 25% !important;
}


.rounded-bottom-left{
	border-bottom-left-radius: 25% !important;
}


.rounded-bottom-right{
	border-bottom-right-radius: 25% !important;
}

.bg-diagonal {
    background-image: url("images/2023/bg-diagonals.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-outline-red {
	background-color: transparent;
	border-color: rgba(206,32,20,1.00);
	border-width: 5px;
	color: rgba(0,0,0,1.00);
	font-family: 'Montserrat', sans-serif;
}

.btn-outline-red:hover {
	background-color: rgba(206,32,20,1.00);
	border-color: rgba(206,32,20,1.00);
	color: rgba(255,255,255,1.00);
}

.bg-teal {
	background-color: rgba(20,128,125,1.00);
}

.phone {
	color: rgba(255,255,255,1.00);
	font-size: 1.7rem;
	font-weight: 900;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}

.phone:hover{
	color: rgba(206,32,20,1.00);
}

.fa-circle {
	color: rgba(0,0,0,1.00);
    -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #fff;
 transition: all ease-in-out .3s;
}

a:hover .fa-circle {
	color: rgba(20,128,125,1.00);
    -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #14807D;
}

.bg-gray {
	background-color:  rgba(90,90,90,1.00);
}

.bg-lt-gray {
	background-color:  rgba(185,185,185,1.00);
}

.btn-secondary {
    background-color: rgba(90,90,90,1.00);
    border-color: rgba(90,90,90,1.00);
    color: rgba(255,255,255,1.00);
}

.btn-secondary:hover {
    background-color: rgba(185,185,185,1.00);
    border-color:  rgba(185,185,185,1.00);
    color: rgba(0,0,0,1.00);
}


#subfooter .bg-gray {
    background-color: rgba(90,90,90,1.00);
    -webkit-box-shadow: inset 0px 8px 10px rgba(0,0,0,0.65);
    box-shadow: inset 0px 8px 10px rgba(0,0,0,0.65);
}

#pages .navbar-brand img, #admin .navbar-brand img {
	width: 100%;
	display: inline-block;
}

#feature, #admin #content {
	margin-top: 4rem;
}

footer .links{
    color: rgba(255,255,255,1.00);
}

footer .links:hover{
    color: rgba(20,128,125,1.00);
}

/*#sires .card-img {
	max-height: 180px;
	overflow-y: hidden;
}*/



/*=============== MEDIA QUERIES ================================================*/


@media screen and (max-width:1740px){
	.nav-item .nav-link {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	font-weight: 800;
	font-size: 1rem;
	letter-spacing: 1px;
}
}

@media screen and (max-width:1440px){
	
	.btn-outline-red {
	background-color: transparent;
	border-color: rgba(206,32,20,1.00);
	border-width: 5px;
	color: rgba(0,0,0,1.00);
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 1.3rem;
	line-height: .95;
}
	.nav-item .nav-link {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	font-weight: 800;
	font-size: 1rem;
	letter-spacing: 0;
}
}

@media screen and (max-width:1399px){
	.nav-item .nav-link {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	font-weight: 800;
	font-size: .9rem;
	letter-spacing: 0;
}
	.navbar-nav {
	width: 85%;
}
}

@media screen and (max-width:1199px){
	.nav-item .nav-link {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	font-weight: 800;
	font-size: .9rem;
	letter-spacing: 0;
}
	.navbar-nav {
	width: 90%;
}
}

@media screen and (max-width:1040px){
	.nav-item .nav-link {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: .9rem;
	letter-spacing: 0;
}
	.navbar-nav {
	width: 95%;
}
}

@media screen and (max-width:991px){
	.nav-item .nav-link {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	font-weight: 800;
	font-size: 1rem;
	letter-spacing: 1px;
}
	.navbar-nav {
	width: 100%;
}

 .nav-item a.stroke::before {
  display: none;
}

	.nav-item .nav-link:hover {	
	color: rgba(206,32,20,1.00);
	}
	
	.navbar-brand  {
	width: 20%;
}
	

}


@media screen and (max-width:767px){
.navbar-brand  {
	width: 40%;
	
}
	.navbar-brand img {
		display: block;
	}
}



@media screen and (max-width:575px){
	
		.rounded-top-left{
	border-top-left-radius: 0 !important;
}


.rounded-top-right{
	border-top-right-radius: 0 !important;
}


.rounded-bottom-left{
	border-bottom-left-radius: 0 !important;
}


.rounded-bottom-right{
	border-bottom-right-radius: 0 !important;
}
	
	#dash-nav .btn-group .btn {
		display: block !important;
		margin-bottom: 1rem;
		flex: none;
		border-radius: 10px !important;
	}
	
		#dash-nav .btn-group {
		display: block !important;

	}
	
	
	
	#dash-nav .btn-outline-red.border-end-0 {
	border-right: 5px solid rgba(206,32,20,1.00) !important;
	}
	
	#dash-nav .btn-outline-red.border-start-0 {

   	border-left: 5px solid rgba(206,32,20,1.00) !important;
	}
}
