/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Header
-------------------------------------------------------------- */
#site-navigation {
	position: relative;
}

/* Home page slider
-------------------------------------------------------------- */
.slide-button a:hover,
.slide-button a:focus {
	background: var(--global-palette-btn-bg-hover)!important;
}

.nextend-autoplay:focus,
.nextend-arrow:focus {
	outline: 5px auto Highlight!important;
  outline: 5px auto -webkit-focus-ring-color!important;
}

/* Rehoming pets
-------------------------------------------------------------- */
.single-content .display-posts-listing {
    padding: 0;
    list-style-type: none;
}
.display-posts-listing li {
	clear: both;
    border-bottom: 2px solid var(--global-palette8);
    margin-bottom: 2rem;
}
.display-posts-listing p:last-of-type {
    margin-bottom: 1rem;
}
.display-posts-listing .image {
    float: left;
    margin: 0 1rem 1rem 0;
}
.display-posts-listing .title {
    font-size: var(--global-font-size-medium);
    font-family: var(--global-heading-font-family);
}

.rehoming-assistance .entry-taxonomies,
.rehoming-assistance .post-thumbnail {
  display: none !important;
}

.pet-info {
  margin-bottom: 2rem;
}

.pet-info--line {
  display: flex;
}

.pet-info--line .label {
  flex: 0 1 150px;
  text-wrap: nowrap;
}

.pet-info--line .detail {
  flex: 1 1 0;
  text-transform: capitalize;
}

/* Petfinder pets
-------------------------------------------------------------- */
.pets .pet-options,
.pets .description,
.pets .petfinder-thumbnails {
	margin-bottom: 1rem!important;
}
.pets .features {
	text-transform: uppercase;
	letter-spacing: .1rem;
	font-size: .8rem;
	font-weight: bold;
}

/* Blog archive
-------------------------------------------------------------- */
nav.pagination {
  text-align: center;
}

/* Hours/Location widget
-------------------------------------------------------------- */
.no_border {
    border: none!important;
}
.widget_text {
    background-color: #f5f6f6;
    padding: 1rem 1rem .5rem;
}
.business_location,
.widget_hours {
  width: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 #e1e1e1;
  -moz-box-shadow: 0 2px 2px 0 #e1e1e1;
  box-shadow: 0 2px 2px 0 #e1e1e1;
  position: relative;
  overflow: hidden;
}
.widget_hours {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #e7e7e7;
  padding: 19px 19px 14px;
}
.widget_hours > .the_hours,
.widget_hours > h4 {
  position: relative;
  z-index: 2;
}
.business_location {
  text-align: center;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e7e7e7;
  padding: 19px;
  border-top: 1px dotted #c2c2c2;
}
.business_location p {
  margin: 0;
  position: relative;
  z-index: 2;
}
.widget_hours .pw_map_canvas {
  margin: 10px -19px -14px;
  width: 266px !important;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #c2c2c2;
  z-index: 2;
}
.widget_hours .widgettitle {
    font-family: var(--global-heading-font-family), serif;
  text-align: center;
  line-height: auto;
  margin: 0;
  padding: 0;
  font-size: var(--global-font-size-medium);
}
.widget_hours p {
    text-align: center;
}
.widget_hours .the_hours {
  text-align: right;
  border-bottom: 1px dotted #eee;
  padding: 5px 0;
  font-size: 15px;
}
.widget_hours .the_hours label {
  text-align: left;
  float: left;
  margin: 0;
}
.the_hours:after {
  content: "";
  clear: both;
  display: block;
}
