#section-banner {
  background-color: #FF1493;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  margin-top: -70px;
  width: 100%;
}

#section-banner .site-inner {
/*  height: 800px;*/
  position: relative;
}

.banner-block {
  background-color: #FFF;
  height: auto;
  margin-top: -250px;
  padding: 30px 40px;
  position: absolute;
  top: 35%;
  width: 50%;
}

.banner-block h2 {
  color: #FF1493;
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 0;
  text-transform: lowercase;
}

.banner-block h2 span {
  font-family: "Allura";
  font-size: 72px;
  letter-spacing: 0;
}

.banner-block ul {
  margin-left: 20px;
}

.banner-block li {
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 100;
}

.banner-block a {
  background-color: #FF1493;
  color: #FFF;
  display: block;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  margin-top: 30px;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.banner-block a:hover {
  background-color: #000;
}

#section-community h2 {
  color: #FF1493;
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 0;
  text-transform: lowercase;
}

#section-community h2 span {
  font-family: "Allura";
  font-size: 72px;
  letter-spacing: 0;
}

#section-community p {
  font-size: 18px;
}

#section-includes h2 {
  color: #FF1493;
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 0;
  text-align: center;
  text-transform: lowercase;
}

#section-includes h2 span {
  font-family: "Allura";
  font-size: 72px;
  letter-spacing: 0;
}

#section-includes h4 {
  color: #5C5C5C;
  font-family: "Raleway";
  font-size: 22px;
  font-weight: 100;
  text-transform: lowercase;
}

#section-includes p {
  color: #ADADAD;
  font-size: 14px;
}

#section-featured {
  background-color: #FF1493;
  padding: 30px 0;
  width: 100%;
}

#section-featured h2 {
  color: #FFF;
  font-family: "Allura";
  font-size: 60px;
  font-weight: 100;
  letter-spacing: 0;
  text-align: center;
  text-transform: lowercase;
}

#section-featured a {
  background-color: #FC49A7;
  color: #FFF;
  cursor: pointer;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  margin-top: 30px;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
}

#section-featured a:hover {
  background-color: #000; 
}

#section-misc h4 {
  color: #5C5C5C;
  font-family: "Raleway";
  font-size: 22px;
  font-weight: 100;
  text-transform: lowercase;
}

#section-misc p {
  color: #ADADAD;
  font-size: 14px;
}

#section-faq h2.heading {
  color: #FF1493;
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 0;
  text-align: center;
  text-transform: lowercase;
}

#section-faq h2.heading span {
  font-family: "Allura";
  font-size: 72px;
  letter-spacing: 0;
}

#section-faq h2.title {
  color: #5D5D5D;
  font-family: "Raleway";
  font-weight: 100;
}

.transition, p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}

/**.flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}**/

.no-select, h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#section-faq p {
  color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

#section-faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#section-faq ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
#section-faq ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
#section-faq ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
#section-faq ul li:nth-of-type(3) {
  animation-delay: 1s;
}
#section-faq ul li:last-of-type {
  padding-bottom: 0;
}
#section-faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
#section-faq ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
#section-faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#section-faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#section-faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
#section-faq ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
#section-faq ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#section-faq ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

#section-parallax {
  background-color: #FF1493;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  padding: 50px 0;
  width: 100%;
}
  

#section-parallax h2 {
  border-bottom: #ADADAD solid 1px;
  color: #FF1493;
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 50px;
  text-align: center;
  text-transform: lowercase;
}

#section-parallax h2 span {
  font-family: "Allura";
  font-size: 72px;
  letter-spacing: 0;
}

#section-parallax a {
  background-color: #FC49A7;
  color: #FFF;
  cursor: pointer;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  margin-top: 30px;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
}

#section-parallax a:hover {
  background-color: #000; 
}

#section-register {
  background-color: #FFF;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
  height: 700px;
  margin-top: -70px;
  width: 100%;
}

#section-nutrition h2 {
  color: #ADADAD;
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 0;
  text-transform: lowercase;
}

#section-nutrition h2 span {
  color: #5C5C5C;
  font-family: "Allura";
  font-size: 72px;
  letter-spacing: 0;
}

.nutritional-information {
  border: #ADADAD solid 1px;
  display: block;
  float: left;
  padding: 30px;
  width: 100%;
}

.nutritional-information ul {
  margin-left: 20px;
}

.nutritional-information li {
  color: #5C5C5C;
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 100;
}

#section-membership h2 {
  color: #ADADAD;
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 0;
  text-transform: lowercase;
}

#section-membership h2 span {
  color: #5C5C5C;
  font-family: "Allura";
  font-size: 72px;
  letter-spacing: 0;
}

.membership-options {
  border: #ADADAD solid 1px;
  display: block;
  float: left;
  padding: 30px;
  width: 100%;
}

.membership-options p {
  color: #5C5C5C;
  font-family: "Raleway";
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  text-transform: lowercase;
}

.membership-options a {
  background-color: #FF1493;
  color: #FFF;
  display: block;
  font-family: "Raleway";
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  margin-top: 30px;
  padding: 15px 25px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.membership-options a.wpmui-link {
  float: right;
  font-size: 12px;
  margin: -80px 0 0;
  width: auto;
}

.membership-options a span {
  font-weight: 600;
}

.membership-options a:hover {
  background: #000;
  color: #FFF;
}

.membership-options legend {
  display: none !important;
}

.membership-options label {
  font-family: "Raleway";
  font-weight: 100;
}

.membership-options input[type="text"], .membership-options input[type="email"], .membership-options input[type="password"] {
  background-color: #F8F8F8;
  border-top: 0;
  border-right: 0;
  border-bottom: #FF1493 solid 2px;
  border-left: 0;
  color: #FF1493;
  font-family: "Allura";
  font-size: 32px;
  letter-spacing: 0;
  padding: 15px;
}


.payment-block {
  border: 1px solid #adadad;
  padding:20px;
  overflow:auto;
  font-family:"Raleway";
  font-size:18px;
}
.signup-block {
  font-family:"Allura";
  border: 1px solid #adadad;
  padding:20px;
  overflow:auto;
}
.signup-block abbr {
  display:none;
}
form.pmpro_form .input:before {
  color: #ff1493;
}
form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
  border:0px;
  border-bottom: 2px solid #ff1493 !important;
  color: #ff1493;
  background: #f9f8f8;
  font-size:22px;
  padding:12px 10px 10px 10px;
}
.nutri-info-block {
  font-family:"Raleway";
  border: 1px solid #adadad;
  padding:20px;
  font-size:18px;
  overflow:auto;
}
.nutri-info {
  width:32%;
  float:left;
  margin-bottom: 0px !important;
}
#pmpro_level-2 {
		width:47%;
		float:left;
		margin:1%;
	}
#pmpro_level-1 {
		width:47%;
		float:left;
		margin:1%;
	}
#pmpro_levels_table {
  width:47%;
  margin:1%;
  float:left;
}
.pmpro_btn-select {
  width: 47%;
  margin: 1%;
  float:left;
}
.current {
  background-color:#ff1493 !important;
  color:#fff !important;
}
#pmpro_pricing_fields .pmpro_thead-name, #pmpro_confirmation_table th, .pmpro_box table {text-align: left;}
.list-recipe,.entry-content article > ul {
 background:#fff;
  overflow: hidden;
  
}

#client {height: 925px; }
#gadgets {height: 540px; }
#madform {background-color: #f5f5f5; border: 2px solid #EA5024; padding: 0 10px 10px;}

.list-recipe > li,.entry-content article > ul li{
  display: block;
  float: left;
  list-style: outside none none !important;
  margin: 1% 1% 0 0 !important;
  width: 23.75%;
}
.list-recipe > li:first-child,.entry-content article > ul li:first-child {
  margin-left: 1% !important;
}
.list-recipe a,.entry-content article > ul li a {
  line-height: initial;
  float: left;
  text-align:center;
  width: 100%;
}
@media only screen and (max-width:600px) {
.entry-content article ul.list-recipe > li {
  margin: 1% !important;
  width: 48%;
}
.entry-content ul.list-recipe li {
  list-style: outside none none!important;
}
#tbn-0b0cbc59-11e2-49ba-a507-8ceed131002e {
  display: none;
}
.header-image .site-header {
  background-size: 100% auto !important;
}
.foodie-pro .easyrecipe .ERSName, .easyrecipe .ERSTopRight, .foodie-pro .easyrecipe .ERSIngredients, .easyrecipe .divERSHeadItems {
  float: left;
  width: 100%;
}
.easyrecipe .ERSTopRight {
  max-width: 100%;
}
.foodie-pro .easyrecipe .ERSInstructions {
  border: medium none;
}
  #pmpro_level-2 {
		width:100% !important;
		float:none !important;
	}
  #pmpro_level-1 {
		width:100% !important;
		float:none !important;
	}
  #pmpro_levels_table {
  width:100%;
    float:none;
}
}
@media only screen and (max-width:420px) {
#wnb-bar {
    position: relative;}
}
@media only screen and (max-width:360px) {
.entry-content article ul.list-recipe > li {
  width: 98%;
}
}