/*
Theme Name: Memorable Child
Version: 1.0
Description: Child theme for Memorable Theme.
Author: Design SEO Hosting LLC // ZENTHREE
Author URI: http://www.zenthree.com
Template: memorable
*/

@import url("../memorable/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

#navigation #header-contact {
  float: none;
  position: absolute;
  right: 0;
  top: -330px;
  padding: 8px;
  background: rgba(0,0,0,.3);
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {

  #navigation #header-contact ul.nav li {
    padding: 0px !important;
    text-shadow: 0 0 3px #000;
    font-weight: bold;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lobster, arial, sans-serif !important;
}

.pp_home_featured {
    padding: 3em 0 1.618em;
}

.pp_home_featured h3 {
    font-size: 1.618em;
}

.google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
}
 
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

#footer-widgets .col-full {
  border-bottom: none;
  padding: 0;
}

#footer-widgets .widget h3 {
  color: #fff !important;
  padding: 20px 0 0 0;

}

/* OUR PIGS */

.page-id-15 #header {
    background-image: url(/wp-content/uploads/2019/09/Banner-Pics-3.jpg) !important;
}

/* ABOUT THE FARM */

.page-id-13 #header {
    background-image: url(/wp-content/uploads/2019/09/Sign-with-pigs-banner-2.jpg) !important;
}

/* FAQ */

.page-id-19 #header {
    background-image: url(/wp-content/uploads/2019/09/Banner-Pics-3-1.jpg) !important;
	background-position: center;
}

/* HOW IT WORKS */

.page-id-30 #header {
    background-image: url(/wp-content/uploads/2019/09/Banner-Pics-5.jpg) !important;
}

/* PRICING AND ORDERING */

.page-id-17 #header {
    background-image: url(/wp-content/uploads/2019/09/Sign-with-pigs-banner.jpg) !important;
}

/* SPECIALS */

.page-id-21 #header {
    background-image: url(/wp-content/uploads/2019/09/Banner-Pics-8.jpg) !important;
}

/* HOURS */

.page-id-151 #header {
    background-image: url(/wp-content/uploads/2019/09/Banner-Pics-7.jpg) !important;
	background-position: center;
}

/* COME VISIT */

.page-id-67 #header {
    background-image: url(/wp-content/uploads/2019/09/Banner-Pics-6.jpg) !important;
}

/* Delivery  */
.page-id-218 #header {
background-image: url(/wp-content/uploads/2019/09/Banner-Pics-8.jpg) !important;
}
.page-id-218 header h1 {
	display:none;
}
.delivery-cc h1{
	color:#b5121a; Font-size:60px; text-align:center;margin-bottom:0;
}
.delivery-cc .lead{
	Font-size:30px; text-align:center; font-style:italic;margin-bottom:0;
}
.btn {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 4px;
    font-family: Lobster, arial, sans-serif !important;
    font-size: 24px;
}
.btn-red {
    background: #bc1f27;
    color: #fff;
}
.btn-red:hover, .btn-red:focus{
	 background: #8e181e;
	 color: #fff;
	text-decoration:none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
} 
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
  display: table;
  width: 100%;
}
.span-6{
	width:50%;
	float:left;
}
.info-p{
font-size: 35px !important;
    line-height: 1.2;
}
.text-center{
	 text-align:center;
}
.mt-4{
	margin-top:60px;
}
@media (max-width:767px){
	.delivery-cc h1{
		font-size:30px;
	}
	.span-6{
		width:100%;
	}
	.info-p{
		font-size: 25px !important;
		 text-align:left !important;
	}
}