/*
Theme Name:   Pro Dogs Theme
Description:  Child theme for Astrid
Author:       Ashley Harvey
Author URL:   adhwebcreations.co.uk
Template:     astrid
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ProDogsTheme
*/

/* Write here your own personal stylesheet */

.text-right {
  text-align: right;
}

.header-image {
  height: 70vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header-image {
    height: auto;
  }
}

.home-wrapper section {
  padding: 30px 0 !important; 
}

.button, input[type="button"], input[type="reset"], input[type="submit"] {
  color: #fff;
}

.main-navigation li {
    padding: 10px 15px;
}

.footer-navigation li {
  padding: 0 10px;
}

.dogtopinfo {
  padding: 20px 30px;
  float: left;
  width: 100%;
}

.dogtopinfo .hentry {
  padding: 0;
  border: 0;
}

.dogtopinfo header {
  padding: 0 12px;
}

.dogtopinfo .widget-area {
  width: 100%;
}

aside {
  text-align: center;
}

.widget-area h4 {
  font-weight: 700;
}

#categories-2 {
  background-color: #CDE8FD;
  margin-bottom: 15px;
}

.dogtopinfo .button  {
  font-weight: 700;
  text-align: center;
}

@media (max-width: 991px) {
 
  
}

.owl-carousel .owl-item {
  padding: 0 10px;
}

.owl-carousel .owl-item img {
    width: auto !important;
    max-width: 100%;
    max-height: 400px;
    margin: auto;
}

#cat {
  background-color: #2a79bf;
  color: #fff;
}


/* Hide sidebar on shop */

.product-template-default aside {
  display: none;
}

.woocommerce-loop-category__title, .woocommerce-loop-product__title {
  font-size: 1.5em !important;
}
