/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media(max-width:600px) {
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: normal !important;
  }
}

@media(max-width:1200px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }

  .menu-item-19 a {
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 95px;
    position: relative;
    top: -30px;
    background-attachment: unset;
    object-fit: scale-down;
    background-origin: content-box;
  }
}

@media(max-width:992px) {
  .mobile_toggle {
    display: block;
    position: absolute;
    right: 0;
    color: #fff;
    padding: 0 5px 0px 5px;
    margin-top: 0px;
    z-index: 99999;
    background: #000;
  }

  .navbar-toggler {
    display: none;
  }

  .navbar-brand {
    display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    left: 0;
  }

  #offNav {
    font-size: 35px;
    color: #fff;
    padding: .5rem;
    line-height: 1;
    cursor: pointer;
  }

  #onNav {
    font-size: 35px;
    color: #fff;
    padding: .5rem;
    line-height: 1;
    cursor: pointer;
  }

  .right ul {
    float: left !important;
  }

  .menu-item-19 a {
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background: url(/wp-content/uploads/2021/06/logo.png); */
    font-size: 0 !important;
    top: 0;
    margin-left: 0rem;
    margin-right: 0rem;
    height: 95px;
  }

  .header {
    height: auto;
  }

  .navbar-nav li {
    padding-top: 0;
  }

  .sidenav a:hover {
    color: #000 !important;
  }
}

@media(max-width:768px) {
  .container {
    width: auto;
  }

  .featured-img {
    height: 300px;
  }

  .featured-img2 {
    height: 305px;
  }

  .banner-title {
    font-size: 30px;
    width: 85%;
    padding-top: 6rem;
  }

  .page-title {
    font-size: 47px;
  }

  .main-title {
    font-size: 50px;
  }
	.dynamic_puppies .thumbs{
		width: 100%;
	}
}

@media(min-width:991px) {
  .mobile_toggle {
    display: none;
  }
}
