/*
Theme Name:   Honeypress Child
Theme URI:    n/a
Description:  Child theme for Honeypress
Author:       Aaron Brimacombe
Author URI:   n/a
Template:     honeypress
Version:      1.0.0
Text Domain:  honeypress
*/


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.125);
	background-color: #eceff3!important;
}

.description-box {
	
	border: 1px solid #dedede;
    border-radius: 5px;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    padding: 14px 20px 15px;
    display: inline-block;

}


.sold-by-box-li {
	border-top: 1px solid #dedede;
    line-height: 34px;
    margin-bottom: 0;
    padding: 3px 0 6px
}

.view-reviews {
	    background-color: white;
    border: 1px solid #dbe7ef;
    border-radius: 5px;
    margin: 0 auto;
    height: 29px;
    width: 130px;
    margin-top: 5px;

}

.sold-by-box {
    background-color: #fafafa;
    border: 1px solid #dedede;
    border-radius: 5px;
    float: left;
    overflow: hidden;
    width: 100%;
	text-align: center;
}

.carousel-inner {
  height: 100%;
}

.carousel-inner .carousel-item {
  position: relative;
  height: 100%;
}

.carousel-inner img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



button.close {
    background-color: transparent!important;
}

.inner-top {
	max-width: 1140px;
	margin: 0 auto;
}

::-webkit-input-placeholder { /* Edge */
  opacity: 0.5;
}

label {
    font-weight: 400;
}

.acf-fields {
    margin-bottom: 50px;
}

a.acf-button.button {
    background-color: #2d374b;
    color: white;
    padding: 8px 8px;
    border-radius: 3px;
    margin-left: 15px;
}

hr {
    background-color:black;
}

.acf-field .acf-label {
    margin: 0px 0 5px;
}

.acf-field .acf-label label {
    font-weight: 700;
}

.acf-field textarea {
    
    border: 1px solid #dbdad5!important;
    background-color: white!important;
    border-radius: 5px;
}

.acf-field input, select {
    border: 1px solid #dbdad5!important;
    background-color: white!important;
    border-radius: 5px;
    height: 40px;
}

.green-rating{
    background-color: #73CF42;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    padding: 4px 10px 4px 10px;
}

.orange-rating{
    background-color: #FFC800;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    padding: 4px 10px 4px 10px;
}


.main-body {    
    max-width: 1140px;
    margin: 0 auto;
    min-height:68vh;
    display: flex;
    flex-direction:column;
    
}

.navbar {
    background-color: #2D374B;
}


.navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}



.page-title-section {
    display:none;
}


.site-info {
    background-color: #2D374B!important;
}

.search-form-banner {
    background-image: url(/wp-content/uploads/2023/02/Horse-connection.jpg); 
    height: 400px; 
    position: relative;
    
   
}

.search-form-banner:after {
    content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  
}


form.dealer-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1000;
}

.search-bar {
  
    padding: 15px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 5px;
    margin-top: 30px;
    padding-bottom: 0;
    align-items: center;
    height: 70px;
}

select.location {
    margin: auto;
    display:block;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    padding: 0 12px;
    height: 65px;
    background-color: white;
    padding: 20px;
    width: 70%;
    
}

input.dealer-name {
    margin: auto;
    display:block;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    padding: 0 12px;
    height:65px;
    background-color: white!important;
    padding: 20px;
    width: 70%;
    
}

  
  input[type="submit"] {
    display: block;
    margin: auto;
    border-radius: 5px;
    height: 60px;
    width:70%;
  
}


.top-section {
    background-color: #f7fbfe;
    border-bottom: 1px solid #dbe7ef;
    border-top: none;
    
}


button.clear-btn {
   
    background-color: transparent!important;
    border: 1px solid #363f48;
    border-radius: 5px;
    padding: 0.8rem 1.8rem!important;
}


button.clear-btn a {
     color: #363f48!important;
     font-size: 16px;
    font-weight: 550;
}

button.clear-btn:hover {
    background-color: #2D374B!important;
    border: 1px solid #2D374B;
}

button.clear-btn:hover a {
     color: white!important;
}

footer.site-footer {
    display: none;
}

  .author-avatar {
      border-radius: 50%;
      overflow: hidden;
      width: 80px;
      margin:auto;
   }
   
   .author-avatar img {
      width: 100%;
      height: auto;
   }
   
   
   
