
section.post-times-header-text{
    padding-bottom: 50px;
}
.race-record-horsechart img{
    max-width: 100%;
}
.issue-header-link a{
        color:black;
}
nav.tabs[role="navigation"]{
    position:fixed;
    bottom:0;
    z-index: 999999 !important;
}
.view-display-id-times #block-le18-content h2{
    font-family: 'Blender', sans-serif;
    color: black;
    font-weight: bold;
	margin-bottom: 10px;
}
.post-times-content p{
margin-bottom: 2.5rem;
}

.view-conformation-search caption {
  caption-side:top;
}

@media(min-width:1152px){
.news-subheader{
    display: block;
    font-size: 40px;
    letter-spacing: 4px;
}
}
.card-author{
    border-top: 1px solid black;
    padding-top: 10px;
    font-family: 'Blender', sans-serif;
    font-size: 1.6rem !important;
    letter-spacing: 0.2em;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}
figcaption{
    background: #d7d8da;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Blender', sans-serif;
    color: black;
    font-weight: bold;
}
.pull-quote{
    font-size: 40px;
    text-align: center;
    padding: 50px;
    border-bottom: solid 2px #f8cc03;
    border-top: solid 2px #f8cc03;
    margin: 50px 20px;
    font-family: 'Blender', sans-serif;
    font-weight: bold;
    line-height: normal;

}
    @media(max-width:768px){
      .pull-quote{
        margin:30px 0;
        padding:25px 0;
        font-size:28px;        
      }

    }
/* dont ask */
body {
  height:100%; 
}
/* body.user-logged-in {
  margin-top:100px;
} */

/* logo centering */
.responsive-navigation-logo {
    left: 33.4% !important;
}

.navbar-brand img {
  width: 100%;
  /* height: 100%; } */
}

a.tabledrag-handle .handle {
  display: table-cell; 
}

/*User Login */
.login-section .nav-tabs {
  display: none !important;
}

.login-section .user-login-form {
  text-align: center;
}

.login-section .user-login-form label {
  display: none;
}

.login-section .user-login-form .description {
  display: none;
}

.login-section .user-login-form .js-form-item-name input,  .login-section .user-login-form .js-form-item-pass input {
  padding: 1rem;
  background: #FFFFFF;
  border: 0px;
  border-bottom: 1px solid #024324;
  border-radius: 0px;
}

.login-section .user-login-form .js-form-submit {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.forgot {
  font-family: "Blender",sans-serif;
  text-decoration: none;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0.04em;
}

.form-group {
  margin-bottom: 1rem;
}

input[value=Submit]{
  font-family: 'Blender', sans-serif;
  font-size: 1.6rem !important;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.filter-by select, .filter-by .dropdown-menu {
  min-width: 225px;
  text-align: left;
  border-radius: 0px;
  height: 45px !important;
  font-weight: bold;
  font-size: 20px;
  border:none;
  border-bottom: 2px solid #026937;
  font-family: 'Blender', sans-serif;
text-transform: uppercase;
}
.filter-by .h3 {
	
	margin: 0.8em auto;
}

/* changed our mind about the nav color, this is only for the initial state, js sets after scroll */

/* .navbar .navbar-nav a.nav-link {
  color: white;
} */

/* Overwriting app.css */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 0.9);
}



/* .navbar .navbar-nav a.nav-link :hover{
  color: #FFD100 !important;
} */


#navbar-left-textline.navbar-nav .nav-link:hover{
  /*border-bottom: 3px solid #FFD100 !important;*/
  /*opacity: 1 !important;*/
  opacity: 1 !important;
  border-bottom: 2px solid #000;
}

.bl #navbar-left-textline.navbar-nav .nav-link:hover {
  border-bottom: 2px solid #fff !important;
}

.navbar-light .navbar-nav.side-nav .nav-link:hover {
  border-bottom: none !important;
}
.navbar-light .navbar-nav.side-nav .nav-link.active {
color: #024324;
border-bottom: none !important;
}
@media (max-width: 454px){
  .navbar .navbar-nav a.nav-link.active {
    color: rgb(0,0,0) !important;
  }
}

/*  News page exposed view filter */

.news-form {
  width:100%;
}

.news-filter-label {
  text-align:right;
}

/* END News page exposed view filter */
@media (max-height: 545px) and (orientation: landscape), (max-width: 443px) {
    .hero {
      height: 98vh !important;
      border-radius: 0px;
  }
}

 article .MediaCard {
  display: none !important;
}

a,h3 {
  font-family: 'Blender', sans-serif;
  /* Breaks stuff like footer mailto font size 
  font-size: 1.6rem !important;
  */
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* fix newsletter form submit breaking the line at certain breakpoints under bootstrap */
#edit-email.form-control {
  width:90%;
}

.subscribe .form-inline {
  flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
}

/* fix stallion carousel */
.carousel-item > img {
  width:100%;
  height:auto;
  min-height: auto !important;
}
.carousel.narrow {
  padding-bottom:61.555% !important;
}

/* fix conformation */
#conformation img {
  max-width:100vw;
  height:100%;
  width:100%;
  min-height: auto !important;
  max-height:calc(100vh - 100px) !important;
}

/* vertical scrollbars are back on netlify? */
li.nav-item.pb-2 a.nav-link.our-stallions-nav.h3 {
  overflow:hidden;
  width:100%;
  height:auto;
}

/*#nav-icon:hover > * {*/
  /*background-color: #024324 !important;*/
/*}*/

.our-stallions-nav {
  height: 100% !important;
}

/* Idk? */
footer .mailto {
  font-size: 1.1rem;
  font-weight:normal;
  text-transform:lowercase;
}

footer li > a.nav-link.active, a.nav-link:hover {
  color: rgb(255, 209, 0);
}

/* footer li > a.nav-link:hover {
  color: rgb(255, 209, 0);
} */

.tracking-1 a {
  letter-spacing: .1em !important;
  padding:0;
  line-height:2.8rem;
}

.form-check .silk-circle-sm {
  margin-left:0 !important;
}

.form-check-input {
  z-index: 2;
}

.form-check-input.ifchecked {
  position: relative !important;
}

.input-stallion {
  min-height:95px !important;
}

/* fixed spacing issue with news teaser headings */
.h2 {
  line-height: 3.6rem !important;
}

/* logged in fixes */
body.user-logged-in .navbar {
  margin-top: 100px;
}

/* fix breed teaser view */
.breed-teaser {
  font-size: 1.2rem;
}

.stallion-card .pedigree {
  line-height: 22px !important;
  min-height: 55px;
}

.pedigree-chart{
  top: -10px
}

/* submit a mare secondary menu */
.submit-secondary-mb {
  margin-bottom: 15px;
}

/* the ROW class has 15px padding to the right, causing X overflow*/
/* this *should* fix it ... */
.race-record{
  margin-right: 0 !important;
}

.node--type-stallion.row-padding {
  padding-bottom: 0px;
}

@media (min-width: 640px) and (max-width: 1024px) and (orientation:landscape) {

	.page-node-type-stallion .jumbotron .h-100{
	  height: auto !important;
      margin-top: 75px;
	}
}

/*Submit-a-mare header image*/
/*#block-le18-content .jumbotron{*/
  /*!*background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.8)), url("/assets/submit-a-mare_bg.png") no-repeat center center fixed;*!*/

  /*background:*/
          /*linear-gradient(rgba(0, 0, 0, 0.45),*/
          /*rgba(0, 0, 0, 0.8)),*/
          /*url("/assets/submit-a-mare_bg.png")*/
/*;*/
  /*background-repeat: no-repeat;*/
  /*background-position: top !important;*/

  /*background-size: 100%;*/
  /*background-size: cover cover;*/
  /*height: 50vh;*/
  /*width: 100%;*/
  /*padding-top: 15px;*/

/*}*/

/*News node header image*/
.page-node-type-news #block-le18-content .jumbotron{
  background-position: top !important;

}

/*News node header image MOBILE*/
@media (min-width: 375px) and (max-width: 1024px){
  .page-node-type-news #block-le18-content .jumbotron{
    background-position: top !important;
    width: 100vw !important;
    height: 30vh !important;
  }
  }
 
/*  overriding app.css */
    .hero.submit {
    /* background: url("/assets/submit-a-mare_bg.png")!important; */

    background: 
    linear-gradient(
      rgba(0, 0, 0, 0.45),
       rgba(0, 0, 0, 0.8))
       , 
    url("/assets/submit-a-mare_bg.png") repeat 0 0 !important;

    /*  
    background-size: cover;
    height: 50vh;
    padding-top: 15px; 
    */
    /* background-repeat: no-repeat !important; */

    /* background: url("images/backgroundimage.jpg"); */

    /* background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    -o-background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important; */
  }

/* fix newsletter form submit breaking the line at certain breakpoints under bootstrap */
#edit-email.form-control {
  width:100%;
}

/* fix "JOIN OUR MAILING LIST" form to be full width */
form.webform-submission-news-and-information-form .js-form-item {
    width: 100%;
}

/* make the header of news articles larger */
.hero.news.article {
    height: 70vh !important;
}



/* Client Dashboard site */
.yourhorse-dropdown-toggle-parent {
  height: 55px;
}

.yourhorse-dropdown-toggle {
  width: 100%;
  position: fixed;
  z-index: 1020;
  left: 0px;
  background-color: #024324;
}

#client-dash #nav-icon span {
  background: rgb(0,0,0) !important;
}

#client-dash .nav-item a {
  color: black !important;
}

#client-dash #navbar-left-textline.navbar-nav .nav-link:hover {
  border-bottom: 2px solid black !important;
}

#client-dash .responsive-navigation-logo {
  display: block !important;
}

#client-dash #navbar-right-buttons .client-login {
  color: black !important;
}

#email-client-dash {
  background: none;
  text-decoration: none;
  border: 0px;
  border-bottom: 2px solid #FFD100;
  vertical-align: middle;
  word-wrap: break-word;
}

/*removing the margin at the top of the client dashboard*/
.user-logged-in #client-dash .navbar {
  margin-top: 0px;
}

/* Debugging AJAX form */
.path-form-page-example .default-form {
  padding: 5% !important;
}

.form-check-label  {
  overflow: visible !important;
}


.opt-in-form label .row {
  font-size: 17px;
}

.opt-in-form .form-check-label.ml-5.col-10 {
  display: inline-block !important;
  width: auto !important;
  margin-left: 0 !important;
}

.opt-in-form #edit-opt-in--description {
  font-family: "FreightTextPro", serif !important;
  font-size: 1.8rem !important;
  line-height: 3.2rem !important;
  letter-spacing: 0.04em !important;
  display: inline;
  margin-left: 25px;
}

.toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in.path-stud-finder {
  padding-top: 200px !important;
}

.hfm-horse .carousel-item > img {
  width: auto;
}


.field--name-field-hfm-horse-media {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.field--name-field-hfm-horse-media.slick-initialized {
  visibility: visible;
  opacity: 1;
}

#user-login-form .forgot {
  display: none;
}

.view-breeding-notes-sorting caption {
  caption-side: top;
}

.view-breeding-notes-sorting .table td, .table th {
  width: 30%;
}

.view-breeding-notes-sorting .table thead th, .view-breeding-notes-sorting caption {
  font-family: 'Blender', sans-serif;
  font-size: 1.6rem !important;
  letter-spacing: 0.2em;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
} 

/* Sticky CTA footer button */
#block-stickyfootersubmitamarecta {
    display: none;
    position: fixed !important;
    bottom: 0 !important;
    left: 0;
    top: auto !important;
    background:linear-gradient(90deg, #026937, #024324); 
    width: 100%;
    z-index: 100;
}
#submit-a-mare-sticky-footer a {
    font-size: 25px;
    color: #fff !important
}
@media only screen and (max-width: 769px) {
    #block-stickyfootersubmitamarecta {
        display:block;
    }
}

/* Remove navbar transparency on Stallion Select page. */
.node-740 .navbar {
    background-color: rgba(255, 255, 255, 1) !important;
}

/* Recaptcha Centering  */
.g-recaptcha div {
    width: auto !important;
}

/* Chat Popup  */
.le-chat-popup-button {
  position: fixed;
  right: 30px;
  bottom: 20px;
  cursor: pointer
}

.le-chat-popup-wrapper { display: none; } 

.le-chat-popup-button .le-chat-close {
  display: none
}

.le-chat-popup-button i {
  transition: all 0.9s ease
}

#le-chat-popup-check:checked ~ .le-chat-popup-button i {
  display: block;
  pointer-events: auto;
  /*transform: rotate(180deg)*/
}

#le-chat-popup-check:checked ~ .le-chat-popup-button .le-chat-comment {
  display: none
}

.le-chat-popup-button i {
  padding: 0;
  font-size: 25px;
  color: #fff !important
}

.le-chat-popup-button {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #FFD100;
  color: #fff;
  font-size: 25px;
  border: none
}

.le-chat-popup-wrapper {
  position: fixed;
  font-family: 'Blender';
  border: 2px solid #505061;
  right: 40px;
  bottom: 90px;
  width: 350px;
  background-color: #fff;
  border-radius: 2px;
  /*opacity: 0;*/
  display: none;
  transition: all 0.4s
}

#le-chat-popup-check:checked ~ .le-chat-popup-wrapper {
  /*opacity: 1*/
  display:block;
}

.le-chat-popup-header {
  text-align: center;
  padding: 1px 10px;
  margin: 30px 0;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
  color: #000
}

.le-chat-popup-form {
  padding: 15px
}

.le-chat-popup-form input, .le-chat-popup-form textarea, .le-chat-popup-form button {
  margin-bottom: 10px
}

.le-chat-popup-form textarea {
  resize: none
}

#le-chat-popup-submit {
  display: block;
  width: 100% !important;
}

#le-chat-popup-check {
  display: none !important
}

#le-chat-popup-name, #le-chat-popup-email, #le-chat-popup-message {
  padding: 1rem !important;
  background: #FFFFFF !important;
  border: 0px !important;
  border-bottom-style: none !important;
  border-bottom-width: 0px !important;
  border-bottom: 2px solid #FFD100 !important;
  border-radius: 0px !important;
  outline: none !important;
}

.sf-white-border {
  border: 3px solid rgba(255, 255, 255, 0);
}

#block-le18-content img {
  height: auto;
}

/* Breeding Shed Form Styles */
/* Header Styles */
.section-header {
    position: relative;
    margin-top: 2rem;
}

.header-line {
    height: 4px;
    width: 50px;
    background-color: #FFD100;
	margin-top: 35px;
	display: block;
}

.section-title {
    color: rgb(2, 105, 55);
    font-weight: 600;	
	font-family: 'Blender',sans-serif;
	margin: 15px 0 25px 0!important;
	font-size: 2.6rem !important;
	letter-spacing: 0;
}

.text-link {
	font-family: "FreightTextPro", serif!important;
	font-weight: normal!important;
	font-style: normal!important;
	text-transform: none;
	letter-spacing: 0;
}

	#le-shed-form-shed .form-control {
		border-width: 1px;
		font-family: "FreightTextPro", "Source Serif 4", Georgia, serif;
		font-weight: normal!important;
		font-style: normal!important;
	}
	
	#le-shed-form-shed  .form-control:focus {
		box-shadow: 0 0 0 0.2rem rgba(2, 105, 55, 0.25)!important;
		border-color: #026937;
	}
	
	#le-shed-form-shed .form-text {
		font-size: 1.7rem;
		line-height: 2.5rem;
		font-style: italic;
		letter-spacing: 0;
		font-weight: normal;
	}
	
	#le-shed-form-shed .form-small-text {
		font-size: 1.4rem;
		line-height: 2rem!important;
		font-style: italic;
		letter-spacing: 0;
		margin-top: 10px;
		font-family: "FreightTextPro", "Source Serif 4", Georgia, serif;
	}
	
	#le-shed-form-shed #breeding-shed-condition {
		font-size: 1.8rem!important;
		line-height: 2.4rem!important;
		font-style: italic;
		letter-spacing: 0;
		margin-top: 0px;
		font-family: "FreightTextPro", "Source Serif 4", Georgia, serif;
	}
	
	#le-shed-form-shed .form-radio, #le-shed-form-shed .form-checkbox {
		accent-color: #026937!important;
	}
	
	#le-shed-form-shed .form-check-label {
		margin-left: 10px!important;
		padding-right: 0px!important;
	}
	
	#le-shed-form-shed {
		max-width: 770px;
	}
	
	#le-shed-form-shed .row .col-12.col-sm-3.col-md-3 {
		 font-weight: 600;	
		font-family: 'Blender',sans-serif;
		letter-spacing: 0;
		font-size: 1.9rem;
		line-height: 2.24rem;
	}
	
	#le-shed-form-shed .doc-required {
		border-top: 1px solid #666;
		padding: 10px 0;
	}
	

/* Field Styles */
.field-label {
    color: #333;
    font-weight: 600;
}

.field-value {
    color: #555;
}

/* Radio buttons inline */
.form-radios .form-check,
.form-radios-inline .form-check,
.form-radios-inline .form-item,
.form-radios-inline .js-form-item {
    display: inline-block;
    margin-right: 1.5rem;
}

.form-radios .form-check-input,
.form-radios-inline .form-check-input,
.form-radios-inline input[type="radio"] {
    margin-right: 0.25rem;
}

/* Ensure the wrapper displays inline */
.form-radios-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

/* Specific inline styles for radio button form items */
#edit-session-time-one .js-form-item,
#edit-beginning-status .js-form-item,
#edit-perm-to-tranq .js-form-item,
#edit-mare-type .js-form-item,
#edit-mare-trip .js-form-item {
  display: inline !important;
  width: auto !important;
  margin-right: 0px !important;
}

/*** mobile only, fixes radio buttons to be block ***/
@media only screen and (max-width: 815px) {
	#edit-session-time-one .js-form-item, #edit-beginning-status .js-form-item, #edit-perm-to-tranq .js-form-item, #edit-mare-type .js-form-item, #edit-mare-trip .js-form-item {
		display: block!important;
	}

}

/* Override Bootstrap grid width for radio labels */
#edit-beginning-status .js-form-item label,
#edit-session-time-one .js-form-item label,
#edit-perm-to-tranq .js-form-item label,
#edit-mare-type .js-form-item label,
#edit-mare-trip .js-form-item label {
  width: auto !important;
  max-width: none !important;
}

/* Mobile Responsive */
@media (max-width: 575px) {
    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .section-title {
        margin-top: 0.5rem !important;
        margin-left: 0 !important;
    }
    
    .field-label {
        margin-bottom: 0.25rem;
        display: block;
    }
    
    .form-radios .form-check,
    .form-radios-inline .form-check,
    .form-radios-inline .form-item,
    .form-radios-inline .js-form-item {
        display: block;
        margin-right: 0;
    }
    
    .form-radios-inline {
        display: block;
    }
}

/* PRINT STYLES */
@media print {
    .navbar, .non-hero-logo {
        display: none !important;
    }

    footer {
        display: none !important;
    }

    #le-shed-form-shed #edit-submit {
        display: none !important;
    }

    .form-item-email-update-permission {
        display: none !important;
    }

    .form-item-email-permission {
        display: none !important;
    }

    .jumbotron.shed-forms {
        height: auto !important;
    }

    .hero-text.h1 {
        text-transform: uppercase !important;
        font-family: 'Blender' !important;
        font-style: normal !important;
        font-weight: 700 !important;
        font-size: 48px !important;
        line-height: 60px !important;
    }

    #green-block-foal-heat {
        display: none !important;
    }

    .tabs {
        display: none !important;
    }
}
