/*
Theme Name: Mama's & Papa's
Author: Interzone
Version: 1
*/

  html {
    margin: 0;
    padding: 0;
    height: 100%;
   /*scroll-padding-top: 80px;*/
   }
   body {
    margin: 0;
    padding: 0;
    font-family:
     Helvetica Neue,
     Arial,
     sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0f2a8f;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1;
   }
   * {
    box-sizing: border-box;
   }
   #wrapper {
    flex: 1 0 auto;
   }
   h2 {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: 32px;
    margin: 20px 0;
    line-height: 1.3;
    letter-spacing: 0.025em;
   }
 h2::before {
    content: "";
    display: block;
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
   }
   h3 {
    font-weight: bold;
    font-style: normal;
    text-align: center;
    font-size: 24px;
    margin: 20px 0;
    line-height: 1.3;
    color: #39c9f2;
    letter-spacing: 0.025em;
   }
   p {
    padding: 0;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.4;
   }
   a {
    color: unset;
    text-decoration: none;
   }
   img {
    width: 100%;
    height: auto;
    display: block;
   }
   header {
    width: 100%;
    background: #39c9f2;
    position: sticky;
    top: 0;
    z-index: 1;
   }
   #header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 15px 40px;
    max-width: 1400px;
    width: 100%;
   }
   header.scrolled {
    padding: 10px 40px;
   }
   header img {
    height: 50px;
    width: auto;
    transition: height 0.5s ease;
   }
   header.scrolled img {
    height: 30px;
   }
   nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
   }
   nav li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-family: "Courier Prime", serif;
    font-weight: bold;
    color: white;
    letter-spacing: 0.025em;
    font-size: 20px;
   }
   nav li a {
    transition: all 0.1s ease;
   }
   nav li a:hover {
    color: #0f2a8f;
   }
   nav li:last-of-type a {
    font-weight: bold;
    color: #0f2a8f;
    background: #eecb27;
    padding: 6px 10px;
    border: 2px solid white;
	   display: block;
   }
   nav li:last-of-type a:hover {
    background: white;
    color: #0f2a8f;
    border: 2px solid #eecb27;
   }
   #buttons {
    text-align: center;
   }
   a.button {
    font-weight: bold;
    color: #0f2a8f;
    color: white;
    background: #39c9f2;
    padding: 10px 10px;
    border: 2px solid #0f2a8f;
    margin: 0px 10px;
    display: inline-block;
    width: 250px;
   }
   a.button:hover {
    background: white;
    color: #0f2a8f;
   }
   a.button:last-of-type {
    margin-top: 20px;
   }
   #content {
    padding: 40px;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
   }
   #widgets {
    height: 650px;
   }
   footer {
    background: #0f2a8f;
    background: #eecb27;
    flex-shrink: 0;
    font-size: 14px;
    font-family: "Courier Prime", serif;
   }
   #footer-inner {
    max-width: 1400px;
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
    display: flex;
   }
   .col {
    padding: 0 20px;
    line-height: 1.4;
    flex: 1;
   }
   .col:first-child {
    width: 120px;
    flex: unset;
   }
   #select {
    display: block;
    margin: 0 auto 40px;
    position: relative;
    width: 180px;
   }
   select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 16px;
    padding: 5px 10px 5px 10px;
    background-color: #ffffff;
    border: 1px solid #0f2a8f;
    border-radius: 0px;
    color: #0f2a8f;
    cursor: pointer;
    outline: none;
   }
   select:focus {
    background: #ffffff;
    border: 1px solid #0f2a8f;
    border-radius: 0px;
   }
   #select::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: 12px;
    height: 12px;
    background-color: #0f2a8f;
    clip-path: polygon(8% 17%, 0% 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);
   }
   #englewood,
   #hackensack {
    margin: 0 auto;
    text-align: center;
   }
   #externalBookingPluginContainer {
    margin: 0 auto !important;
    text-align: center;
   }
   #book-hackensack {
    /*display: none;*/
   }
   #book-englewood {
    margin-bottom: 5px;
   }
   footer img {
    height: 50px;
    width: auto;
   }
   #book-englewood iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 605px;
    border: none;
    max-width: 700px;
   }
 #back{
     text-align: center;
     margin: 40px 0 20px;
   }
   
   a {
     color: unset;
     text-decoration: none;
   }
   
 /*  #externalBookingPluginContainer {
     padding: 0 10px;
     width: 100%;
     margin: 40px auto;
   } */

#iframe {
	margin: 40px auto;
}
   
   h1 {
     font-weight: bold;
     font-size: 20px;
     text-align: center;
     letter-spacing: .025em;
	   margin: 40px auto;
   }


#puppies {
	padding: 0 20px 40px;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
	display: flex;
		flex-wrap: wrap;

}

.puppy {
	width: 25%;
	padding: 0 20px 40px;
	line-height: 1.5;
	font-size: 14px;
}


.puppy img {
	margin-bottom: 10px;
}

   @media screen and (max-width: 768px) {
    h2::before {
     height: 170px;
     margin-top: -170px;
    }
    header img {
     height: 35px;
/*     margin-bottom: 10px; */
    }
    #header-inner {
     flex-wrap: wrap;
     justify-content: center;
     padding: 15px 20px 25px;
    }
    nav {
     width: 100%;
    /* margin-top: 10px; */
     text-align: center;
    }
	   
	   nav {
		   max-width: 350px;
	   }
	   
    nav li {
     font-size: 16px;
		padding-top: 20px;
    }
    #footer-inner {
     flex-wrap: wrap;
     padding: 20px 20px;
    }
    .col:first-child {
     width: 100%;
    }
    .col {
     width: 100%;
     padding: 20px;
     flex: unset;
    }


.puppy {
	width: 100%;
	padding: 0 0 40px;
}
   }