/*
	Theme Name: DROPiT21
        Theme URI: http://www.navitasdesign.co.uk
        Description: Built for the Genesis Framework.
        Author: navitasdesign.co.uk
        Author URI:  http://www.navitasdesign.co.uk
	Template: genesis
	Template Version: 1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* # Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
    - 

- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # Imports
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,700');
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden], template {
	display: none
}
a {
	background: 0 0
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn {
	font-style: italic
}
h1 {
	font-size: 24px;
    color: #20527a;
}
mark {
	background: #ff0;
	color: #333
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 1em 40px
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
pre {
	overflow: auto
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
input {
	line-height: normal
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto
}
optgroup {
	font-weight: 700
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
/* ## Box Sizing
--------------------------------------------- */

html, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/* ## Float Clearing
--------------------------------------------- */

.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
	content: " ";
	display: table;
}
.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clear {
	clear: both;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}
/* Chrome fix */
body > div {
	font-size: 1.5rem;
}
body {
	background-color: #ffffff;
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
a {
	color: #01b4cc;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #333;
	text-decoration: none;
}
p {
	margin: 0 0 28px;
	padding: 0;
}
span.firstp {
	color: #E94385!important;
	font-size: 18px!important;
}

ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
hr {
	border: 0;
	width: 80%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 0.2rem auto;
}
b, strong {
	font-weight: 700;
}
blockquote, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
/* ## Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}
h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
h2 {
	font-size: 30px;
	font-size: 3rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
/* ## Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
img {
	height: auto;
}
.featured-content img, .gallery img {
	width: auto;
}
/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}
/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}
.gallery img:hover, .gallery img:focus {
	border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */

input, select, textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}
input:focus, textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
 color: #333;
 font-weight: 300;
 opacity: 1;
}

::-webkit-input-placeholder {
 color: #333;
 font-weight: 300;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	background-color: #fd3e86;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus {
	background-color: #01aeb9;
	color: #fff;
}
.entry-content .button:hover, .entry-content .button:focus {
	color: #fff;
}
.button {
	display: inline-block;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
 display: none;
}
/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
td, th {
	text-align: left;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}
th {
	font-weight: 400;
}
/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}
.more-link {
	position: relative;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner, .wrap {
	margin: 0 auto;
	max-width: 1220px;
}
.site-inner {
	clear: both;
	padding-top: 40px;
}
/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* ### Content */

.page-id-3711 #black-studio-tinymce-18 {
	display: none;
}

.page-id-7 .content, .landing-page .content, .nutrition-page .content, .page-template-buggyfit-landing .content {
	width: 100%;
	max-width: 100%;
	
}

.nutrition-page .site-inner, .page-id-7 .site-inner, .landing-page .site-inner, .page-template-buggyfit-landing .site-inner {
	width: 100%;
	max-width: 100%;
	padding-top: 0;
}

.nutrition-page .centertext, .page-id-7 .centertext, .landing-page .centertext, .page-template-buggyfit-landing .centertext {
    display: table-cell !important;
    vertical-align: bottom !important;
    font-size: 18px;
}

.nutrition-page .price {
	color: #000;
}

.centertext {
    padding: 7% 2%;
    text-align: center;
    background: #fff;
    display: table;
    width: 100%;
    height: 100%;
}

.page-id-7 .one-half, .landing-page .one-half, .nutrition-page .one-half, .page-template-buggyfit-landing .one-half {
    width: 50%;
    margin-bottom: -17px;
    margin-left: 0;
}

.page-id-7 h1, .page-id-7 h2, .landing-page h1, .landing-page h2, .nutrition-page h2, .nutrition-page h1, .page-template-buggyfit-landing h1, .page-template-buggyfit-landing h2 {
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
	color: #20527a;
	background: #f5f5f5;
}

.landing-page h1, .nutrition-page h1, .page-template-buggyfit-landing h1 {
	padding: 20px;
}

.landing-page .entry-header, .page-template-buggyfit-landing .entry-header {display: none;}

.page-id-7 h2, .landing-page h2, .nutrition-page h2, .page-template-buggyfit-landing h2 {
	padding: 30px;
	margin-bottom: 40px;
	margin-top:-9px;
}

.page-id-7 h3, .landing-page h3, .nutrition-page h3 {
	font-size: 23px;
	color: #20527a;
}

.page-id-7 .content, .landing-page .content, .nutrition-page .content {
	font-size: 16px;
}

.page-id-7 .one-fourth, .landing-page .one-fourth, .nutrition-page .one-fourth {
	text-align: center;
	padding: 40px 0 20px;
}

.nutrition-page  .aligncenter, .page-id-7 .aligncenter, .page-id-7 img.alignnone, .page-id-7 .alignnone, .landing-page .aligncenter, .landing-page img.alignnone, .landing-page .alignnone {
    margin: 0 auto;
}

.firstp {
	margin-top: 40px;
	font-size: 23px;
        color: #20527a;
	text-align: center;
}

.page-id-7 .one-half img, .landing-page .one-half img, .nutrition-page .one-half img { width:100%; max-width:100%; }
.page-id-7 p, .landing-page p, .nutrition-page p {max-width: 1160px; margin: 0 auto 28px;}
.page-id-7 .one-half .firstp, .landing-page .one-half .firstp, .nutrition-page .one-half .firstp {color: #333; text-align: left;
    line-height: 28px;
    font-size: 24px;
    font-family: "montserratsemi_bold";
    margin-top: 0px;
    margin-bottom: 25px;}
.nutrition-page .entry, .page-id-7 .entry, .landing-page .entry {margin-bottom: 0;}
.page-id-7 .dropitbox, .landing-page .dropitbox {width: 45%;}
.dropitbox.one-third {width: 30%;}
.nutrition-page .dropitbox {width: 90%;}
.nutrition-page .one-half li, .page-id-7 .one-half li, .page-id-7 .dropitbox li, .landing-page .one-half li, .landing-page .dropitbox li, .nutrition-page .dropitbox li{list-style: none;}
.firstp {margin-top: 40px!important; }

.cd-timeline-content {
	height: 120px;
}

.entry-content h2.cd-timeline-item-title {
	color: #20527a;
	font-size: 20px;
	background: none;
	padding: 0;
	line-height: 1;
}

.cd-timeline {
	margin-bottom: 20px!important;
}

.announcement-banner-image {
	display: none;
}

.content {
	float: right;
	width: 900px;
}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
	width: 580px;
}
.full-width-content .content {
	width: 100%;
}
/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 260px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Blank Landing page
--------------------------------------------- */

.blank-landing .site-inner {
	max-width: 780px!important;
	text-align: center!important;
}

.blank-landing #gform_wrapper_3 {
	background: #f5f5f5;
	padding: 20px;
}

.blank-landing #gform_submit_button_3 {
	width: 100%;
}

.blank-landing .gform_description {
	text-align: center;
}

.blank-landing .entry-content h2 {
	font-size: 27px;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds, .one-fifth, .two-fifths, .three-fifths {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48.717948717948715%;
}
.one-third, .two-sixths {
	width: 31.623931623931625%;
}
.four-sixths, .two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}

.page-id-1295 .one-third {
	text-align: center;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}
.alignleft .avatar, .author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}
.archive-description, .author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
}
.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}
.archive-description p:last-child, .author-box p:last-child {
	margin-bottom: 0;
}
/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}
.site-header .search-form {
	float: right;
	margin-top: 0px;
}
.entry-content .search-form, .site-header .search-form {
	width: 100%;
}
.site-header .search-form input {
    border: medium none;
    color: #fff;
    /*font-family: "Droid Serif",serif;*/
    font-size: 15px;
	background:none;
     padding: 5px 10px;
	 
}

.site-header .search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
 opacity:1;
}
.site-header .search-form input::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
 opacity:1;
}
.site-header .search-form input:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
 opacity:1;
}
.site-header .search-form input:-moz-placeholder { /* Firefox 18- */
 color: #fff; opacity:1;
}
.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}
.entry-title {
	font-size: 24px;
	font-size: 2.4rem;
    color: #20527a;
}
.entry-title a, .sidebar .widget-title a {
	color: #333;
}
.entry-title a:hover, .entry-title a:focus {
	color: #c3251d;
}
.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone, .alignnone {
	margin-bottom: 12px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.sticky {
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
	margin: 0 0 28px;
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}
/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}
.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}
/* # Plugins 
---------------------------------------------------------------------------------------------------- */

/* ## Time Line Express
--------------------------------------------- */

.recipe-box {
	padding: 20px;
}

.wpurp-recipe-servings, .wpurp-recipe-servings-type, .wpurp-recipe-cook-time, .wpurp-recipe-cook-time-text {
	padding-left: 3px;
}

.ingredients-box h4, .recipe-box h4 {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.serves {
	background: url(images/serves.png) no-repeat top left;
}
.cooks {
	background: url(images/cooks-in.png) no-repeat top left;
}

.sec_box {
	padding-left: 45px;
    padding-top: 10px;
	font-size: 14px;
}

.left-img, .wpurp-recipe-image {
	width: 100%;
	height: auto!important;
}

.wpurp-recipe-ingredient-name,  .recipe-ingredient-name {
	text-transform: lowercase;
}

.wpurp-recipe-ingredient-notes,  .recipe-ingredient-notes {
	font-size: 1.5rem!important;
}

.wpurp-recipe-ingredients {
	clear: both;
	margin:0 23px 5px 23px !important;
}

.wpurp-recipe-ingredient {
	padding-top:2px !important;padding-bottom:7px !important;margin-bottom:5px !important;border-bottom:1px dashed #999 !important; list-style:none!important;
}

.wpurp-recipe-ingredient-unit, .recipe-ingredient-unit {
	font-size:0.9em !important;
}

.wpurp-recipe-ingredient-unit a, .recipe-ingredient-unit a {
	text-decoration: none;
}

.recipe-ingredient-quantity-unit {
	display:inline-block !important;min-width:110px !important;
}

.wpurp-recipe-instructions {
	margin:0 23px 5px 23px;
}

.wpurp-recipe-instruction {
	padding-top:5px !important;padding-bottom:11px !important;margin-bottom:6px !important;border-bottom:1px dashed #999 !important;
}

.wpurp-recipe-instruction {

	vertical-align:top !important;
}

/* ## Time Line Express
--------------------------------------------- */

.cd-timeline-content .timeline-date {
	display: none!important;
}

/* ## FAQS
--------------------------------------------- */

.arconix-faq-title {
    background: url(images/toggle-open.jpg) no-repeat left transparent;
}

.arconix-faq-title.faq-open {
    background: url(images/toggle-closed.jpg) no-repeat left transparent;
}

h3.arconix-faq-term-title {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget, .enews-widget .widget-title {
	color: #fff;
}
.sidebar .widget.enews-widget {
	background-color: #333;
}
.enews-widget input, .enews-widget input:focus {
	border: 1px solid #333;
}
.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"], .enews-widget input:focus[type="submit"] {
	background-color: #fff;
	color: #333;
}
.enews form + p {
	margin-top: 24px;
}
/* ## Beaver
--------------------------------------------- */

/* Beaver Builder
--------------------------------------------- */

.fl-node-5b22673f20db7 .fl-module-content {
	margin: 0;
}

.fl-row-content-wrap {
    padding: 20px 0px 0px!important;

}

.page-id-2318 .fl-module-content {
    margin: 20px;
}

.fl-widget .widget {
	margin-bottom: 0;
}

.fl-row-full-height .fl-row-content-wrap {
	min-height: 0vh!important;
}

.width800 {
	max-width: 800px;
	margin: 0 auto;
}

.fl-builder .site-inner {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.pad0 {
	padding: 0px;
}


.pad20 {
	padding: 20px 0px;
}

.pad40 {
	padding: 40px 0px;
}

.padbottom20 {
	padding-bottom: 20px;
}

.padbottom40 {
	padding-bottom: 40px;
}

.greybg {
	background: #f5f5f5;
}

.presentations h4{
	text-transform: uppercase;
	    color: #E94385;
}

.largetext {
	font-size: 26px;
}

.circleimage {
    border-radius: 75px;
}

.whitetext {
	color: #fff;
}

.quadbox {
	background: url('images/energy-happy.jpg');
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.blue1 {
	background: url('images/blue-box1.png');
}
.blue2 {
	background: url('images/blue-box2.png');
}
.blue3 {
	background: url('images/blue-box3.png');
}
.pink1 {
	background: url('images/pink-box1.png');
}
.pink2 {
	background: url('images/pink-box2.png');
}
.grey1 {
	background: url('images/grey-box1.png');
}

.bluebox, .pinkbox, .purpleboxx, .navybox {
	width: 255px;
	height: 235px;
	margin: 10px;
	margin-right: 20px;
	font-style: italic;
	color: #fff;
	line-height: 1.2;
	font-weight: 400;
	font-size: 24px;
	font-family: 'Asap', sans-serif;
}
.bluebox strong, .pinkbox strong, .purpleboxx strong, .navybox strong {
	font-style: normal;
	font-weight: 700;
}

.page-id-2539 .entry-header {
	display: none;
}

.middlebox {
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.fl-node-5b1ab99ab91e2 p {
	font-size: 17px;
}

.programmes p, .wide80 {
	width: 80%;
}

.middlebox .signbutton {
	background: #fff;
	color: #01b4cc;
}
.signbutton {
	background: #01b4cc;
	width: 200px;
	font-size: 14px;
    height: 40px;
    line-height: 40px;
	font-weight: bold;
	border: 1px solid #777;
	text-decoration: none;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
h3.pink {
	text-align: left;
}
.pink {
	color: #fd3e86;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
.middlebox .fl-rich-text {
	margin-left: 220px;
}
.middlebox p {
	margin: 0 auto 24px;
}
.soliloquy-container .soliloquy-wrap { overflow: hidden; height: auto !important;}
.middlebox p.span {
	font-size: 24px;
	font-family: 'Asap', sans-serif;
}

.bluebox a, .pinkbox a, .purpleboxx a, .navybox a {
	font-style: normal;
	color: #fff;
	margin-top: 12px;
	font-size: 20px;
	font-weight: 700;
	font-family: Lato, sans-serif;
	text-decoration: none;
	padding-top: 12px;
}

.bluebox {
	background: #01afba;
}
.pinkbox {
	background: #fe3f87;
}
.purpleboxx {
	background: #b84e96;
}
.navybox {
	background: #48576e;
}

.blue1, .blue2, .blue3, .pink1, .pink2, .grey1 {
	max-width: 360px;
	margin: 20px 12px;
	font-size: 30px;
		text-align: center;
	background-size: cover;
	line-height: 1.1;
	height: 220px;
	padding-top: 55px;
}

.fl-node-5b2274c1dee5d a {
	color: #fff;
	text-decoration: none;
}

.soliloquy-container .soliloquy-image {
	width: 100%;
}

.soliloquy-container,
.soliloquy-container * {
	text-shadow: 2px 3px 4px #555555!important;
}

.soliloquy-container .soliloquy-id-2655 {
	text-shadow: none!important;
}

.soliloquy-id-2816 p {
	
	text-align: center;
}

.soliloquy-id-2816 .soliloquy-caption-wrap p {
	margin-left: 40%;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-top {
	background: url('images/banner-tinypng.png');
	background-size: cover;
    /* bottom: 50%!important; */
}

.soliloquy-container .soliloquy-caption {
    position: absolute !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 100 !important;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
     display: table !important;
        width: 100% !important;
        height: 100% !important;
    text-align: center !important;
        background-color: transparent !important;
	font-family: 'Asap', sans-serif;
	font-size: 40px!important;
	font-size: 4rem!important;
	padding: 0 100px 200px 0;
	text-align: left;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside span {
		font-size: 60px!important;
	font-size: 6rem!important;
	display: block;
}


.soliloquy-container .soliloquy-caption-inside .soliloquy-caption-wrap {
        display: table-cell !important;
        vertical-align: middle !important;
}

.soliloquy-caption-wrap p {
	margin-top: -50px;
	text-align: left;
	margin-left: 20%;
}

.soliloquy-caption-wrap h3 {
	margin-top: -100px;
	text-align: left;
	margin-left: 20%;
	color: #fff;
	font-size: 60px!important;
	font-size: 6rem!important;
}

@media (min-width: 1024px) and (max-width: 1200px) {
 

	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside span {
		font-size: 34px!important;
	    font-size: 3.4rem!important;
	    display: block;
}
	
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	    font-size: 40px!important;
	    font-size: 4rem!important;
	    padding: 0 100px 200px 0;
}
 
}

 
@media (min-width: 768px) and (max-width: 1024px) {
 
    .soliloquy-container .soliloquy-caption {
        bottom: 13px !important;
    }
	
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside span {
		font-size: 30px!important;
	    font-size: 3rem!important;
	    display: block;
}
	
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	    font-size: 20px!important;
	    font-size: 2rem!important;
	    padding: 0 100px 200px 0;
}
 
}
 
@media (max-width: 600px) {
 
        /** Hide the caption and control nav for small devices since they can swipe slides */
    .soliloquy-container .soliloquy-control-nav,
        .soliloquy-container .soliloquy-caption {
        display: none !important;
    }
	
		.soliloquy-container .soliloquy-caption .soliloquy-caption-inside span {
		font-size: 30px!important;
	    font-size: 3rem!important;
	    display: block;
}
	
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	    font-size: 20px!important;
	    font-size: 2rem!important;
	    padding: 0 100px 200px 0;
}
 
}

.fl-builder .easy_testimonial {
	color: #cd136b;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'Asap', sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

.fl-builder .testimonial_author {
	text-transform: uppercase;
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
}

.fl-slide-text-left .fl-slide-content-wrap {
    float: right!important;
	background: url('https://www.dropit21.com/wp-content/uploads/2016/07/miss-out-img.png') no-repeat top right;
}

.fl-slide-title {
	
}

.gradientbgc {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#25bdce+0,25bdce+50,01b4cc+51,7db9e8+100 */
background: #25bdce; /* Old browsers */
background: -moz-linear-gradient(top, #25bdce 0%, #25bdce 50%, #01b4cc 51%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #25bdce 0%,#25bdce 50%,#01b4cc 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #25bdce 0%,#25bdce 50%,#01b4cc 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25bdce', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}
/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #ffffff;
    float: left;
    position: fixed;
    width: 100%;
    z-index: 999;
}
.site-header .wrap {
	padding: 16px 0 0 0;
}
/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 210px;
}
.header-full-width .title-area {
	width: 100%;
}
.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
}
.site-title a, .site-title a:hover, .site-title a:focus {
	color: #333;
}
.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}
.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}
.site-description, .site-title {
	margin-bottom: 0;
}
.header-image .site-description, .header-image .site-title {
	display: block;
	text-indent: -9999px;
}
/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 1000px;
}

.site-header .widget-area p {
	margin: 0 0 16px 0;
}

.page-id-1295 .site-header .widget-area {
	padding-top: 20px;
}

.page-id-1295 .header-widget-area {
	display: none;
}

.headerpink, .headerpurple, .headerblue, .headerltpink {
	width: 130px;
	margin: 10px;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}

.headerblue {
	background: #01b4cc;
}

.headerpink {
	background: #e81987;
}

.headerpurple {
	background: #b84e96;
}

.headerltpink {
	background: #fe3f87;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.genesis-nav-menu a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 0px 4px;
}
#nav_menu-4 .genesis-nav-menu a {padding: 0px 28px;}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #ba4f98;
	text-decoration: none;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}
.genesis-nav-menu > .search {
	padding: 10px 0 0;
}
/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}
/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}
.nav-primary .genesis-nav-menu a {
	color: #ccc;
	text-decoration: none;
}
.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu a:focus, .nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu a:focus, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #c3251d;
	text-decoration: underline;
}
/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 0px 0px;
}
.content .entry {
	background-color: #fff;
}
.fbgroup .entry-content {
	max-width: 600px;
	margin: 0 auto;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	color: #20527a;
}
.entry-content ol, .entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

.entry-header { 
width: 100%; 
	text-align: center;
    margin: 0 auto;
    padding: 30px;
    font-size: 24px;
    color: #20527a;
    background: #f5f5f5;
    clear: both;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}
.entry-categories, .entry-tags {
	display: block;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #333333 ;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}
.archive-pagination li a:hover, .archive-pagination li a:focus, .archive-pagination .active a {
	background-color: #ba4f98;
	text-decoration: none;
}
/* ## Comments
--------------------------------------------- */

.comment-respond, .entry-comments, .entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}
.comment-respond, .entry-pings {
	padding: 40px 40px 16px;
}
.entry-comments {
	padding: 40px;
}
.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}
.comment-content {
	clear: both;
	word-wrap: break-word;
}
.comment-list li {
	margin-top: 24px;
	padding: 32px;
}
.comment-list li li {
	margin-right: -32px;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 14px;
	font-size: 1.4rem;
}
.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar p:last-child, .sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}
.site-footer p {
	margin-bottom: 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1400px) {
.site-inner,  .wrap, .landing-page .site-header .wrap {
	max-width: 1024px;
}
.page-id-7 .site-inner, .landing-page .site-inner, .landing-page .wrap {
	width: 100%;
	max-width: 100%;
}	

.content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {
	width: 800px;
}
.content {
	width: 620px;
}
.site-header .widget-area {
	width: 800px;
}
.sidebar-content-sidebar .content,  .sidebar-sidebar-content .content,  .content-sidebar-sidebar .content {
	width: 400px;
}
.sidebar-primary {
	width: 300px;
}
.title-area {
	width: 210px;
}
#nav_menu-2 {
	margin-top: 12px;
}
#search-3 {
	margin-top: 13px;
}
.genesis-nav-menu a {
	color: #666666;
	display: block;
	font-size: 13px;
	padding: 2px 5px;
	text-decoration: none;
}

}


@media only screen and (max-width: 1200px) {
.site-inner,  .wrap {
	max-width: 900px;
}
.page-id-7 .site-inner, .landing-page .site-inner, .nutrition-page .site-inner {
	width: 100%;
	max-width: 100%;
}	

.content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {
	width: 740px;
}
.content {
	width: 600px;
}
.site-header .widget-area {
	width: 750px;
}
.sidebar-content-sidebar .content,  .sidebar-sidebar-content .content,  .content-sidebar-sidebar .content {
	width: 400px;
}
.sidebar-primary {
	width: 300px;
}
.title-area {
	width: 150px;
}
	
	#nav_menu-4 {
	margin-top: 22px;
}
#search-3 {
	margin-top: 13px;
}
.genesis-nav-menu a {
	color: #666666;
	display: block;
	font-size: 14px;
	padding: 2px 3px;
	text-decoration: none;
}
}

@media only screen and (max-width: 960px) {
.site-inner,  .wrap {
	max-width: 800px;
}
	.middlebox .fl-rich-text {
		margin-left: 0px;
	}
	.site-header p {
		text-align: center;
	}	
.page-id-7 .site-inner, .landing-page .site-inner {
	width: 100%;
	max-width: 100%;
}	

.content,  .content-sidebar-sidebar .content,  .content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-primary,  .sidebar-secondary,  .sidebar-sidebar-content .content,  .sidebar-sidebar-content .content-sidebar-wrap,  .site-header .widget-area,  .title-area {
	width: 100%;
}
.site-header .wrap {
	padding: 20px 10px;
}
.header-image .site-title > a {
	background-position: center top;
}
.genesis-nav-menu li,  .site-header ul.genesis-nav-menu,  .site-header .search-form {
	float: none;
}
.genesis-nav-menu,  .site-description,  .site-header .title-area,  .site-header .search-form,  .site-title {
	text-align: center;
}
.genesis-nav-menu a,  .genesis-nav-menu > .first > a,  .genesis-nav-menu > .last > a {
	padding: 20px 16px;
}
.site-header .search-form {
}
.genesis-nav-menu li.right {
	display: none;
}
}

@media only screen and (max-width: 800px) {
body {
	background-color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
}
.site-inner,  .wrap {
	padding-left: 5%;
	padding-right: 5%;
}
.page-id-7 .site-inner, .landing-page .site-inner, .landing-page .site-inner {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}	

.archive-description,  .author-box,  .comment-respond,  .entry,  .entry-comments,  .entry-pings,  .sidebar .widget,  .site-header {
	padding: 0;
}
.archive-pagination li a {
	margin-bottom: 4px;
}
.five-sixths,  .four-sixths,  .one-fourth,  .one-half,  .one-sixth,  .one-third,  .three-fourths,  .three-sixths,  .two-fourths,  .two-sixths,  .two-thirds {
	margin: 0;
	width: 100%;
}
.sidebar .widget.enews-widget {
	padding: 40px;
}
	
.fl-node-5b2a14d60d19a .fl-slide-3 .fl-slide-content {
    background-color: none;

}
}


@media only screen and (max-width: 480px) {
	.priceinner {
		padding-bottom: 210px;
}
	.headerpink, .headerpurple, .headerblue, .headerltpink {

    margin: 0;
    padding: 5px;
}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
*,  *:before,  *:after {
	background: transparent !important;
	box-shadow: none !important;
	color: #000 !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,  a[href^="#"]:after,  .site-title > a:after {
	content: "";
}
thead {
	display: table-header-group;
}
img,  tr {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 2cm 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
blockquote,  pre {
	border: 1px solid #999;
	page-break-inside: avoid;
}
.content,  .content-sidebar {
	width: 100%;
}
button,  input,  select,  textarea,  .breadcrumb,  .comment-edit-link,  .comment-form,  .comment-list .reply a,  .comment-reply-title,  .edit-link,  .entry-comments-link,  .entry-footer,  .genesis-box,  .header-widget-area,  .hidden-print,  .home-top,  .nav-primary,  .nav-secondary,  .post-edit-link,  .sidebar {
	display: none !important;
}
.title-area {
	text-align: center;
	width: 100%;
}
.site-title > a {
	margin: 0;
	text-decoration: none;
	text-indent: 0;
}
.site-inner {
	padding-top: 0;
	position: relative;
	top: -100px;
}
.author-box {
	margin-bottom: 0;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	orphans: 3;
	page-break-after: avoid;
	page-break-inside: avoid;
	widows: 3;
}
img {
	page-break-after: avoid;
	page-break-inside: avoid;
}
blockquote,  pre,  table {
	page-break-inside: avoid;
}
dl,  ol,  ul {
	page-break-before: avoid;
}
}
@font-face {
	font-family: 'montserratultra_light';
	src: url('./fonts/montserrat-ultralight-webfont.eot');
	src: url('./fonts/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'),  url('./fonts/montserrat-ultralight-webfont.woff2') format('woff2'),  url('./fonts/montserrat-ultralight-webfont.woff') format('woff'),  url('./fonts/montserrat-ultralight-webfont.ttf') format('truetype'),  url('./fonts/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratsemi_bold';
	src: url('./fonts/montserrat-semibold-webfont.eot');
	src: url('./fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('./fonts/montserrat-semibold-webfont.woff2') format('woff2'),  url('./fonts/montserrat-semibold-webfont.woff') format('woff'),  url('./fonts/montserrat-semibold-webfont.ttf') format('truetype'),  url('./fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserratlight';
	src: url('./fonts/montserrat-light-webfont.eot');
	src: url('./fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),  url('./fonts/montserrat-light-webfont.woff2') format('woff2'),  url('./fonts/montserrat-light-webfont.woff') format('woff'),  url('./fonts/montserrat-light-webfont.ttf') format('truetype'),  url('./fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
#search-3 {
	float: right;
	width: 130px;
	position: relative;
	margin-top: 15px;
	 background: #ba4f98 none repeat scroll 0 0; border-radius:5px;
	margin-right: 25px;
}
#nav_menu-2, #nav_menu-4 {
	float: right;
	margin-top: 22px;
	margin-left: 15px;
	margin-right: 15px;
	font-family: 'Montserrat', sans-serif;
}
#nav_menu-2 li, #nav_menu-4 li {
	font-size: 16px;
}

.Dropit-Design-Home .site-inner {
	display: none;
}
#search-3 .search-form input[type="submit"] {
	background: url("images/search.png") no-repeat scroll left top;
	color: rgba(0, 0, 0, 0);
	height: 18px;
	padding: 0;
	position: absolute;
	right: -25px;
	top: 7px;
	width: 18px;
}
.topbanner, .about-page-bottom {
	position: relative;
	width: 100%;
	float: left;
	height: 100%;
	margin-top:118px;
}

.nutrition-page .topbanner {
	margin-top: 0;
}

.nutrition-page .topbanner img {
	margin-bottom: 0;
	padding-bottom: 0;
}

.banner-box, #black-studio-tinymce-3, .widget-wrap, .textwidget, .wrap, #black-studio-tinymce-18 {
	height: 100%;
}
.topbanner .wrap, .about-page-bottom .wrap {
	position: relative;
}
.topbanner img, .about-page-bottom img {
	width: 100%;
	max-width:100%;
}

.wp-image-315{	max-width:100% !important;}
.topbanner .banner-box img, .about-page-bottom .banner-box img {
	width: auto;
}
.topbanner .banner-box, .about-page-bottom .banner-box {
	position: absolute;
	top: 10%;
	width: 100%;
	right: 0;
	height: 100%;
}
.banner-info {
	width: 400px;
	margin-right: 2%;
	float: right;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	line-height: 32px;
}

#black-studio-tinymce-22 .banner-box {
    top: 1%;
}

#black-studio-tinymce-24 {
	margin-bottom: 30px;
}

#black-studio-tinymce-22 .banner-info {	
    font-size: 22px;
    line-height: 26px;
}
.missout-box {
	position: relative;
	width: 100%;
	float: left;
}
.banner-info ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.what-dropitmindset ul {
	margin-top: 0px;
	margin-bottom: 10px;
}
.banner-info ul li, .what-dropitmindset ul li  {
	font-size: 20px;
	padding-left: 18px;
	color: #A8A7A7;
	line-height: 24px;
	background: url(./images/arrow.png) 0 4px no-repeat;
}
.small-info ul li {
	font-size: 21px;
	padding-left: 18px;
	color: #A8A7A7;
	line-height: 26px;
	background: url(./images/arrow.png) 0 4px no-repeat;
	margin-bottom: 5px;
}

.centerimage {
	border-radius: 75px;
}

.small-info ul {
	margin-left: 0;
}

.missout-box img {
	position: absolute;
	top: -20px;
	right: 40px;
}

.get-btn {
	background: #fd3e86 none repeat scroll 0 0;
	border-radius: 24px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	height: 50px;
	line-height: 38px;
	-webkit-transition: all 1s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 1s ease;/* Firefox 4-15 */
	-o-transition: all 1s ease;/* Opera 10.5-12.00 */
	transition: all 1s ease;/* Firefox 16+, Opera 12.50+ */
	text-align: center;
	width: 227px;
}
.get-btn:hover {
	background: #4dcbd9;
}
.banner-info ul li, .what-dropitmindset ul li  {
	line-height: 28px;
}
.get-btn a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
}
.connect-buttons {
	background: #f8f8f8;
	float: left;
	width: 100%;
	padding-top: 45px;
	padding-bottom: 45px;
	border-bottom: #fff solid 17px
}
.connect-buttons li span {
	font-size: 50px;
	color: #fff;
	line-height: 57px;
	padding-top: 13px;
}
.connect-buttons li span strong {
	font-size: 30px;
	width:100%; float:left;
	letter-spacing: -1px;
}
.connect-buttons #black-studio-tinymce-6 li {
	background: #fd3e86 url(./images/transparent-1.png) right top no-repeat;
	width: 30%;
	height: 300px;
	float: left;
	margin: 15px 15px 15px 15px;
	text-align: center;
}

.connect-buttons #black-studio-tinymce-6 li:nth-child(2) {
	background: #01b4cc url(./images/transparent-2.png) right top no-repeat;
}
.connect-buttons #black-studio-tinymce-6 li:nth-child(3) {
	background: #cc6699 url(./images/transparent-1.png) right top no-repeat;
}
.connect-buttons #black-studio-tinymce-6 li:nth-child(4) {
	background: #01aeb9 url(./images/transparent-4.png) right top no-repeat;
}
.connect-buttons #black-studio-tinymce-6 li:nth-child(5) {
	background: #7e8999 url(./images/transparent-5.png) right top no-repeat;
}
.connect-buttons #black-studio-tinymce-6 li:nth-child(6) {
	background: #20527a url(./images/transparent-6.png) right top no-repeat;
}
.connect-buttons #black-studio-tinymce-6 li span {
	background: rgba(255, 255, 255, 0.5);
	width: 242px;
	cursor:pointer;
	text-transform: uppercase;
	height: 147px;
	display: inline-block;
	margin-top: 75px;
}
.connect-buttons #black-studio-tinymce-6 li span:hover{ background: rgba(159, 159, 159, 0.8);}

.connect-buttons #black-studio-tinymce-6 li:nth-child(4) span,
.connect-buttons #black-studio-tinymce-6 li:nth-child(5) span,
.connect-buttons #black-studio-tinymce-6 li:nth-child(6) span
 { }


.connect-buttons #black-studio-tinymce-6 li:nth-child(1) span:hover{ color:#ba4f98}
.connect-buttons #black-studio-tinymce-6 li:nth-child(2) span:hover{ color:#ba4f98 }
.connect-buttons #black-studio-tinymce-6 li:nth-child(3) span:hover{ color:#ba4f98 }
.connect-buttons #black-studio-tinymce-6 li:nth-child(4) span:hover{ color:#ba4f98 }
.connect-buttons #black-studio-tinymce-6 li:nth-child(5) span:hover{ color:#ba4f98 }
.connect-buttons #black-studio-tinymce-6 li:nth-child(6) span:hover{ color:#ba4f98 }

.connect-buttons #black-studio-tinymce-6 li span span {
	background: none;
	width: auto;
	height: auto;
}
.what-dropit {
	background: #41c7d9 url(./images/whatdropit-img.jpg) left top no-repeat;
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
	padding: 60px 0px 20px 0;
	background-size: cover;
	margin-top: -20px;
}
.what-dropitmindset {
	background: #f5f5f5;
	width: 100%;
	float: left;
	text-align: center;
	padding: 60px 0px 20px 0;
	background-size: cover;
	margin-top: -20px;
}
.what-dropitmindset ul {
        text-align: left;
        padding-left: 30px;
}
.what-dropit h4 {
	font-size: 37px;
	color: #fff;
	font-family: 'montserratsemi_bold';
	
}

.what-dropit  h4, .what-dropit .textwidget{width:64%; float:right;}

.what-dropit p {
	font-size: 20px;
	color: #fff;
	font-family: 'montserratlight';
	line-height: 22px;
}
.what-dropit a.signup-btn {
	width: 227px;
	height: 50px;
	line-height: 50px;
	border-radius: 12px;
	background: #fff;
	color: #fd3e86;
	text-align: center;
	display: inline-block;
}
.what-dropit a.signup-btn {
	color: #fd3e86;
	text-decoration: none;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'montserratsemi_bold';
}
.price-blocks {
	background: #a3c3c5 url(./images/footer-bg-new.jpg) center top no-repeat;
	height: 800px;
	float: left;
	background-size:cover;
	width: 100%;

}

.price-blocks .innerbox {
	background:url(./images/footer-bgtriangle.png) right bottom no-repeat;
	background-size:100% 292px;
	}

.page-id-2539 .innerbox, .page-id-2539 .price-blocks {
	display: none;
}

.price-blocks .wrap {
	position: relative;
}
.dropitbox {
	width: 49.1%;
	float: left;
}

.dropitbox.one-third {
	width: 30%;
	float: left;
}
.dropitbox.redbox {
	float: right;
}
.dropitbox.one-third.redbox {
	float: left;
}
.dropitbox h3 {
	width: 100%;
	background: #01b4cc;
	color: #fff;
	font-size: 20px;
	float: left;
	font-family: 'montserratsemi_bold';
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0;
}

.dropitbox.one-third h3 {
	font-size: 16px;
}
.dropitbox p {
	width: 100%;
	background: #01b4cc;
	color: #fff;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	margin: 0;
	margin-bottom:0px !important;
	padding: 0 0 8px;
}
.dropitbox p.price, .dropitboxthird p.price {
	font-family: 'montserratsemi_bold';
	float: left;
	font-size: 45px;
	text-align: center;
	width: 100%;
	display: block;
	background: none!important;
	padding-top: 20px;

	}
.page-id-7 .dropitbox p.price, .landing-page .dropitbox p.price, .page-template-buggyfit-landing .dropitbox p.price{   color: #01b4cc; margin-bottom:0px;}	
.page-id-7 .dropitbox.redbox p.price, .landing-page .dropitbox.redbox p.price, .page-template-buggyfit-landing .dropitbox.redbox p.price {   color: #fd3e86 ;}	
.mindset .price {color: #aba7a7;}
.page-id-7 .dropitbox li, .landing-page .dropitbox li, .page-template-buggyfit-landing .dropitbox li { padding:5px 0px 7px 0; background: none; text-align: center;}
.page-id-7  li.notick, .landing-page li.notick, .page-template-buggyfit-landing li.notick {
    background: none;
}
.dropitbox span.date, .dropitboxthird span.date {
	font-size: 16px;
	color: #4F606A;
	line-height: 18px;
	display: inline-block;
	margin: 12px 0px;
}
.dropitbox a.btn, .dropitboxthird a.btn {
	width: 100%;
	background: #01b4cc;
	color: #fff;
	font-size: 20px;
	float: left;
	font-family: 'montserratsemi_bold';
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
.dropitbox.redbox a.btn, .dropitbox.redbox h3, .dropitbox.redbox p {
	background: #fd3e86;
}

.dropitbox.purplebox a.btn, .dropitbox.purplebox h3, .dropitbox.purplebox p {
	background: #ba4f98;
}

.dropitbox ul, .dropitboxthird ul {
	padding: 0px;
	margin: 0px;
}
.dropitbox li, .dropitboxthird li  {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #4F606A;
	background: url(./images/tick-img.png) 0px 5px no-repeat;
	padding-left: 15px;
	border-bottom: #b4c3c0 solid 1px;
}
li.notick {
	background: none;
}
.page-id-2318 .entry-content ul > li {
    list-style-type: none;
}

.page-id-1295 #black-studio-tinymce-20 {
	padding-bottom: 550px;
}

.page-id-1295 #black-studio-tinymce-5 {
	display: none;
}

#black-studio-tinymce-5 h2 {
	color: #fff;
}
.home #featured-post-2 {
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 40px;
	color: #4F606A;
	font-size: 18px;
}
.home #featured-post-2 p {
	font-family: 'montserratlight';
	line-height: 25px;
	font-size: 18px;
	font-weight: 300;
}

.home #featured-page-2 {
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 40px;
	color: #4F606A;
	font-size: 18px;
}
.home #featured-page-2 p {
	font-family: 'montserratlight';
	line-height: 25px;
	font-size: 18px;
	font-weight: 300;
}


.home .featured-content .entry {
	border-bottom: none;
	margin-bottom: 0px;
	padding: 0px;
}
.home #featured-page-2 h4.widget-title {
	font-size: 44px;
	color: #fff;
	text-decoration: none;
}
.home #featured-page-2  h4.widget-title a {
	font-size: 44px;
	color: #fff;
	text-decoration: none;
}
.priceblock {
	padding-right: 35px;
	margin-bottom: 50px;
	float: left;
	width: 100%;
}
.priceinner {
	width: 100%;
	float: left;
	padding-bottom: 170px;
}
#black-studio-tinymce-4 {
	position: absolute;
	right: 0;
	bottom: 0;
}
#black-studio-tinymce-4 img {
	margin-bottom: 55px;
}
.footer-widgets {
	background: #333333;
	float: left;
	width: 100%;
	min-height: 163px;
}
.footer-widgets-1 {
	float: left;
	width: 50%
}
.footer-widgets-2 {
	float: left;
	width: 50%;
	padding-top: 20px;
}
.menu-footer-menu-container li {
	float: left;
	width: 60%;
	border-bottom: #7b7f83 solid 1px;
	padding-bottom: 5px;
}
.menu-footer-menu-container li a {
	color: #7b7f83;
	font-size: 14px;
	text-decoration: none;
}
.menu-footer-menu-container li:nth-child(2) {
	width: 40%;
}
.menu-footer-menu-container li:nth-child(4) {
	width: 40%;
}
.menu-footer-menu-container li:nth-child(6) {
	width: 40%;
}
#black-studio-tinymce-8 {
	color: #fff;
	font-size: 14px;
	
}
#black-studio-tinymce-8 a {
	color: #f5f5f5;
	text-decoration: none;
}
.chapterfree {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 37px;
	padding-bottom: 50px
}
.chapterfree h4, .what-dropitmindset h4 {
	font-size: 30px;
	font-family: 'montserratsemi_bold';
	color: #fd3e86;
	margin-bottom: 10px;
}
.what-dropitmindset h5 {
        margin-bottom: 30px;
}
.mindsetmore {
background: #fd3e86;
    border-radius: 12px;
    color: #fff;
    font-size: 17px;
    font-family: 'montserratsemi_bold';
    padding: 12px!important;
    width: 100% !important;
    text-decoration: none;
}
.chapterfree p {
	font-size: 20px;
	line-height:22px; margin:0 1% ;
	margin-bottom:5px;
	font-family: 'montserratlight';
}
.chapterfree p br{ display:none}
.gform_wrapper.signup_wrapper {
	max-width: 75%;
	margin: auto;
}
.gform_wrapper.signup_wrapper .gform_body {
	margin-right: 0px;
}
.gform_wrapper.signup_wrapper .ginput_container {
	float: left;

	width: 100%;
}
.gform_wrapper.signup_wrapper .ginput_container input {
	background: #e1e1e1;
	border-radius: 12px;
	color: #a8a7a7;
	padding: 12px 0 12px 15px !important;
	width: 100% !important;
}
.gform_wrapper.signup_wrapper .gform_footer {
    clear: none;
    float: none;
    margin: 14px auto;
    padding: 0;
    position: relative;
    top: 7px;
    width: 233px ;
}
.gform_wrapper.signup_wrapper .gform_footer input {
	background: #fd3e86;
	border-radius: 12px;
	color: #fff;
	font-size: 17px;
	font-family: 'montserratsemi_bold';
	padding: 12px 0 12px 0px !important;
	width: 100% !important;
}
.gform_wrapper.signup_wrapper .gform_footer input:hover {background: #cc6699;}
.gform_wrapper.signup_wrapper .top_label .gfield_label {
	display: none;
}
.site-footer {
	float: left;
	background: #333333;
	color: #fff;
	width: 100%;
	display: none;
}
.site-footer a {
	background: #333333;
	color: #fff;
}
.testimonials {
	background: #a2c4c5;
	color: #fff;
    text-align: center;
	padding: 40px 20px 20px;
	font-size: 24px;
	float: left;
	width: 100%;
}
.testimonials h4 {
	color: #fff;
	font-size: 36px;
}
.testimonials blockquote::before {
	content: " ";
}
#simple-social-icons-2.simple-social-icons ul li {
	margin: 0px !important
}
#simple-social-icons-2.simple-social-icons ul li.ssi-facebook a {
	background: url(./images/fb-img.png) 0px 0px no-repeat !important;
	padding: 0px !important;
	border-radius: 0px !important;
	text-indent: -999px;
}
#simple-social-icons-2.simple-social-icons ul li.ssi-instagram a {
	background: url(./images/ins-img.png) 0px 0px no-repeat !important;
padding: 0px !important;
	border-radius: 0px !important;

	text-indent: -999px;
}
#simple-social-icons-2.simple-social-icons ul li.ssi-linkedin a {
	background: url(./images/link-img.png) 0px 0px no-repeat !important;
	padding: 0px !important;
	border-radius: 0px !important;

	text-indent: -999px;
}
#simple-social-icons-2.simple-social-icons ul li.ssi-pinterest a {
	background: url(./images/print-img.jpg) 0px 0px no-repeat !important;
padding: 0px !important;
	border-radius: 0px !important;

	text-indent: -999px;
}

#simple-social-icons-2.simple-social-icons ul li.ssi-twitter a {
	background: url(./images/tw-img.png) 0px 0px no-repeat !important;
	padding: 0px !important;
	border-radius: 0px !important;

	text-indent: -999px;
}

#simple-social-icons-2.simple-social-icons ul li  a {	width:67px !important; height:66px !important;}

#simple-social-icons-2 {
	left: 0;
	position: absolute;
	top: 30%;
	width: 71px;
}
/****************/
	
#simple-social-icons-3 {
	margin-top: -1px;
}
#simple-social-icons-3.simple-social-icons ul li {
	margin: 0px !important
}



#simple-social-icons-3.simple-social-icons ul li {
	margin: 0px !important
}
#simple-social-icons-3.simple-social-icons ul li.ssi-facebook a {
	background: url(./images/fb-img.png) 0px 0px no-repeat !important;
	padding: 0px !important;
	border-radius: 0px !important;
	text-indent: -999px;
}
#simple-social-icons-3.simple-social-icons ul li.ssi-instagram a {
	background: url(./images/ins-img.png) 0px 0px no-repeat !important;
padding: 0px !important;
	border-radius: 0px !important;

	text-indent: -999px;
}
#simple-social-icons-3.simple-social-icons ul li.ssi-linkedin a {
	background: url(./images/link-img.png) 0px 0px no-repeat !important;
	padding: 0px !important;
	border-radius: 0px !important;

	text-indent: -999px;
}
#simple-social-icons-3.simple-social-icons ul li.ssi-pinterest a {
	background: url(./images/print-img.jpg) 0px 0px no-repeat !important;
padding: 0px !important;
	border-radius: 0px !important;

	text-indent: -999px;
}

#simple-social-icons-3.simple-social-icons ul li.ssi-twitter a {
	background: url(./images/tw-img.png) 0px 0px no-repeat !important;
	padding: 0px !important;
	border-radius: 0px !important;

	text-indent: -999px;
}

#simple-social-icons-3.simple-social-icons ul li  a {	width:65px !important; height:68px !important;}

/*

#simple-social-icons-3.simple-social-icons ul li.social-facebook a {
	background: url(./images/social-icon.png) -123px 0 no-repeat !important;
	padding: 28px 23px !important;
	border-radius: 0px !important;
	text-indent: -999px;
}
#simple-social-icons-3.simple-social-icons ul li.social-instagram a {
	background: url(./images/social-icon.png) -220px 0 no-repeat !important;
	padding: 28px 23px !important;
	border-radius: 0px !important;
	text-indent: -999px;
}
#simple-social-icons-3.simple-social-icons ul li.social-linkedin a {
	background: url(./images/social-icon.png) -325px 0 no-repeat !important;
	padding: 28px 23px !important;
	border-radius: 0px !important;
	text-indent: -999px;
}
#simple-social-icons-3.simple-social-icons ul li.social-pinterest a {
	background: #bd081c none repeat scroll 0 0 !important;
	border-radius: 0 !important;
	font-size: 31px;
	margin-left: 2px;
	margin-top: 6px;
	padding: 18px 15px 17px 16px !important;
}
#simple-social-icons-3.simple-social-icons ul li.social-twitter a {
	background: url(./images/social-icon.png) -9px 0 no-repeat !important;
	padding: 28px 23px !important;
	border-radius: 0px !important;
	text-indent: -999px;
}
*/

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}
.nav-primary .responsive-menu-icon::before {
	color: #fff;
}
.bannercontainer {
	position: relative;
	width: 100%;
	float: left;
	padding-top:118px;
}

.bannercontainer img, .one-half img {
	display:block;
}

.bannercontainer .wrap{	position: relative;}
.bannertitle {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%
}
.bannertitle span {
	/*width: 40%;
	background: #fd3e86;*/
	color: #fff;
	font-size: 38px;
	float: left;
	margin-top: 50px;
	text-align: right;
	padding: 0px;
	font-family: 'montserratsemi_bold';
	font-weight: normal;
}

.sidebar { border-left:#a9a7ab solid 2px;}

.sidebar  .widget{padding:0 0px 0 22px; margin:0 0 20px 0}
 
.sidebar #black-studio-tinymce-15 li, .sidebar #black-studio-tinymce-17 li {
	background: #fd3e86 url(./images/transparent-1.png) right top no-repeat;
	width: 100%;
	height: 200px;
	float: left;
	margin: 20px 0 20px 0px;
	text-align: center;
}

.sidebar  .rpwwt-widget{ float:left; width:100%; margin-bottom:30px; margin-top:20px; }
.sidebar  .rpwwt-widget  h4.widgettitle{ background:#09b4cc; color:#fff; font-weight:bold; padding:15px 9px; width:100%; float:left;  margin-bottom:0px; font-size:20px;}

.sidebar  .rpwwt-widget ul{ float:left; width:100%; margin-top:10px}


.sidebar  .rpwwt-widget ul li{ padding:5px 0 5px 0px; margin:0px; list-style:none; color:#fd3e86; border-top:#cc669a solid 1px; font-size:14px; text-decoration:none; border-bottom:none; line-height:16px; font-family: Montserrat; 	}
.sidebar  .rpwwt-widget ul li a{ color:#fd3e86; font-size:14px; text-decoration:none; font-family: Montserrat; }


.sidebar #black-studio-tinymce-15 li span, .sidebar #black-studio-tinymce-17 li span {
	background: rgba(255, 255, 255, 0.5);
	width: 160px;
	text-transform: uppercase;
	height: 100px;
	display: inline-block;
	margin-top: 46px;
}
.sidebar #black-studio-tinymce-15  li span, .sidebar #black-studio-tinymce-17  li span {
	font-size: 20px;
	color: #fff;
	line-height: 37px;
	padding-top: 13px;
}
.sidebar #black-studio-tinymce-15 li span strong, .sidebar #black-studio-tinymce-17 li span strong {
	font-size: 20px;
	width:100%; float:left;
	letter-spacing: -1px;
}

.sidebar  #black-studio-tinymce-15 li:nth-child(2), .sidebar  #black-studio-tinymce-15 li:nth-child(4), .sidebar  #black-studio-tinymce-15 li:nth-child(6), .sidebar  #black-studio-tinymce-17 li:nth-child(2), .sidebar  #black-studio-tinymce-17 li:nth-child(4), .sidebar  #black-studio-tinymce-17 li:nth-child(6) {
	background: #01b4cc url(./images/transparent-2.png) right top no-repeat;
}
#black-studio-tinymce-13{ color:#cc669a; font-size:24px; line-height:24px; }
#black-studio-tinymce-13 span{ font-size:34px;  }



#categories-3{ width:100%; float:left; }
#categories-3 h4.widgettitle{ background:#09b4cc; color:#fff; font-weight:bold; padding:15px 9px; width:100%; float:left;  margin-bottom:0px; font-size:20px;}
#categories-3  ul{ padding:0px; margin:0px;}
#categories-3  li{ padding:5px 0 5px 0px; margin:0px; list-style:none; color:#4F606A; border-top:#cc669a solid 1px; font-size:18px; text-decoration:none; border-bottom:none;}
#categories-3  li a{ color:#4F606A; font-size:18px; text-decoration:none}



.bannercontainer img{ width:100%; } 
/*
.single-recipe .bannercontainer img{ width:100%; height:400px;} 
*/

/*
ul.recipeslisting{ padding:0px; margin:0px;}
ul.recipeslisting li{ list-style:none; float:left; width:23%; padding:0px; margin:10px; }
ul.recipeslisting li a{ text-decoration:none;}
ul.recipeslisting li .thumb-img{ padding:2px; text-align:center; border:#a401bc solid 1px; border-radius:25px 0px 25px 0px}
ul.recipeslisting li  h3{ color:#a401bc;   padding-bottom:95px;  font-size:16px; height:45px; padding:0px 10px; text-transform: uppercase; text-align: center; }
ul.recipeslisting li  a img{ border-radius:25px 0px 25px 0px;  box-shadow: 0 1px 4px #fff; }
ul.recipeslisting li  span.image{ display:inline-block; width:35%; }


*/

.recipepage{ padding:0 0%;}
ul.recipeslisting{ padding:0px; margin:0px;}
ul.recipeslisting li{ list-style:none; float:left; width:48.5%; padding:0px; margin:10px 0px 30px 0px; }

ul.recipeslisting li:nth-child(2n+2){  margin-right:0px; float:right}
ul.recipeslisting li:nth-child(2n+3){   clear: both;}

ul.recipeslisting li a{ text-decoration:none;}
ul.recipeslisting li .thumb-img{ padding:2px; text-align:left; border-radius:25px 0px 25px 0px}
ul.recipeslisting li .thumb-img img{ border-radius:2px;} 
ul.recipeslisting li  h3{ line-height:28px; font-size:16px; padding:0px 0px; text-transform: uppercase; text-align: center; }
ul.recipeslisting li  a img{ width:100%; height:100%; max-width:100%; }
ul.recipeslisting li  a  {  color:#ba4f98;}
ul.recipeslisting li  span.image{ display:inline-block; width:35%; }


.masonry-page article{color: #4f606a;}



.masonry-page article a.more-link {
    background: #01b4cc none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-family: 'montserratlight';
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	margin-top:10px;
   font-family: 'montserratultra_light';
	text-decoration:none;
	font-weight:normal;
    width: 100%;
}
.masonry-page article a.more-link:hover{ background:#fd3e86 ;}

.masonry-page article h2{ font-size:20px; font-weight:normal; margin-top:15px; margin-bottom:0px; 	 font-family: 'montserratlight';}
.masonry-page article h2 a{ font-size:20px; font-weight:normal; text-decoration:none; color:#fd3e86;}
.masonry-page article h2 a:hover{ color:#01b4cc;}

.masonry-page .entry-header .entry-meta {
    margin-bottom: 6px;
}
.masonry-page article a, .single-post .pagination a {
    color: #01b4cc;
    font-weight: bold;
	text-decoration:none;
}

html body .wpurp-container .wpurp-recipe-title{ color:#fd3e86 !important}

/*.site-inner header.entry-header{ display:none;} */
.masonry-page  .site-inner header.entry-header,
.tax-ingredient  .site-inner header.entry-header,
.single-post .site-inner header.entry-header
{ display:block;}

.gform_wrapper.signup_wrapper ul li.gfield {
    clear: none;
    float: left;
	margin-top:0px !important;  padding-right:0px !important;
    margin-right: 0%;
    width: 100%;
}

.entry-content h2{ color:#E94385; font-size:31px; line-height:38px;}
.single-post .entry-header{ margin-top:118px;}
.page-template-custom-blog-page .entry-header{ margin-top:118px;}
.page-template-custom-blog-page  .site-inner{ padding-top:0px;}
@media (min-width: 1441px) and (max-width: 1920px) {



.topbanner .banner-box, .about-page-bottom .banner-box {
	top: 16%;
}
.banner-info {
	width: 381px;
}
.missout-box {
	float: left;
	margin-top: 8px;
	position: relative;
	width: 100%;
}
.get-btn {
	margin-top: 21px;
}
}

@media (min-width: 1200px) and (max-width: 1439px) {
#nav_menu-2 li, #nav_menu-4 li {
    font-size: 14px;
}
}

@media (min-width: 1200px) and (max-width: 1400px) {
.dropitbox li{ font-size:14px;}
#search-3{ width:100px;}
#nav_menu-2 li, #nav_menu-4 li {
    font-size: 14px;
}
.genesis-nav-menu a{ font-size:14px;}
}


@media (min-width: 1024px) and (max-width: 1200px) {

#search-3{ width:114px;}
#nav_menu-2 li, #nav_menu-4 li {
    font-size: 13px;
}
}

@media (min-width: 1024px) and (max-width: 1199px) {
.dropitbox li{ font-size:13px;}
#nav_menu-2 li, #nav_menu-4 li {
    font-size: 14px;
}
}


@media (min-width: 980px) and (max-width: 1024px) {

.entry-header{ padding:30px 50px;}


.page-id-7 .centertext p, .page-id-7 .one-half li, .nutrition-page .one-half li, .page-id-7 .dropitbox li, .landing-page .centertext p, .landing-page .one-half li, .landing-page .dropitbox li, .page-template-buggyfit-landing .centertext p, .page-template-buggyfit-landing .one-half li, .page-template-buggyfit-landing .dropitbox li {
    font-size: 14px;

}
.centertext {
    padding: 4% 2% !important;
}

.footer-widgets-1 #simple-social-icons-2.simple-social-icons ul li  a {	width:40px !important; height:45px !important; background-size:100% !important}

#simple-social-icons-2 {
	left: 0;
	position: absolute;
	top: 35%;
	width: 40px;
}


.what-dropit p {
	font-size: 24px;
}
.chapterfree p {
	font-size: 24px;
}
.banner-info {
	float: right;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin-right: 2%;
	width: 349px;
}
.banner-info ul li, .what-dropitmindset ul li {
	font-size: 16px;
	line-height: 24px;
	padding-left: 18px;
}
.what-dropit p {
	text-shadow: 2px 2px 1px #333;
}
.what-dropit p a {
	text-shadow: none;
}

.recipepage {
    padding: 0 0%;
}
ul.recipeslisting li h3 {
  
    font-size: 25px;


}
#search-3{ width:114px;}
}

@media (min-width: 768px) and (max-width: 979px) {

#search-3{ width:114px;}

.single-post .entry-header{ margin-top:154px;}
.postmar .postinfo h3 a{ font-size:30px;}
.postmar .postinfo h3{ font-size:30px;}
.page-template-custom-blog-page .entry-header{ margin-top:154px;}
.page-id-7 .centertext p, .page-id-7 .one-half li, .page-id-7 .dropitbox li, .landing-page .centertext p, .landing-page .one-half li, .landing-page .dropitbox li, .nutrition-page .one-half li, .page-template-buggyfit-landing .centertext p, .page-template-buggyfit-landing .one-half li, .page-template-buggyfit-landing .dropitbox li {
    font-size: 12px;

}
.centertext {
    padding: 2% 0.5% !important;
}
.what-dropit {
    background: #41c7d9 url("./images/whatdropit-img1.png") no-repeat scroll left top;
    color: #fff;
    float: left;
    padding: 518px 0 20px;
    text-align: center;
    width: 100%;
}
.what-dropit h4, .what-dropit .textwidget {
    float: right;
    width: 100%;
}
.page-id-7 h1, .page-id-7 h2, .landing-page h1, .landing-page h2, .page-template-buggyfit-landing h2, .page-template-buggyfit-landing h1{ font-size: 15px;}

.price-blocks .dropitbox {
    margin-bottom: 20px;
    width: 51%;
}
.chapterfree h4{ margin-top:20px}
.price-blocks{height:auto;}
#black-studio-tinymce-5{ width:50%}
.price-blocks .dropitbox.redbox{ float:left;}

.bannercontainer { padding-top: 154px; }
.entry-content p{ padding:0 5px;}

.footer-widgets-1 #simple-social-icons-2.simple-social-icons ul li { margin-right:5px !important}
.footer-widgets-1 #simple-social-icons-2.simple-social-icons ul li  a {	width:40px !important; height:45px !important; background-size:100% !important}

#simple-social-icons-2 {
    left: 20px;
    position: fixed;
    top: 30px;
	z-index:999;
    width: 225px;
}

.bannertitle span {
	margin-top: 46px;
	padding: 5px 10px;
	width: 54%;
}
.site-header .wrap {
	padding: 20px 2%;
}
#black-studio-tinymce-22 .banner-info, .banner-info {
	float: right;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-right: 0%;
	width: 250px;
}
#black-studio-tinymce-22 .banner-info ul li, .banner-info ul li, .what-dropitmindset ul li {
	font-size: 12px;
	line-height: 23px;
	padding-left: 18px;
}
.missout-box img {
	position: absolute;
	right: 0;
	top: -20px;
}
.banner-info ul li, .what-dropitmindset ul li  {
	font-size: 16px;
	line-height: 24px;
	padding-left: 18px;
}
.connect-buttons #black-studio-tinymce-6 li {
	width: 45%;
}
.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {
	font-size: 14px;
	padding: 0 2px;
}
#nav_menu-2, #nav_menu-4  {
	float: left;
	font-family: "Montserrat", sans-serif;
	margin-left: 0;
	margin-top: 10px;
	width: 81%;
}
#search-3{ margin-top: 1px; }
.chapterfree p {
	font-family: "montserratlight";
	font-size: 18px;
}
.gform_wrapper.signup_wrapper {
	margin: auto;
	max-width: 600px;
}
.what-dropit p {
	font-size: 18px;
	line-height: 23px;
}
#nav_menu-2 li#menu-item-29 {
	background: url("./images/nav-arrow.png") no-repeat scroll right 3px / 16px auto;
	font-size: 16px;
	padding-bottom: 7px;
	padding-right: 18px;
}
.missout-box img {
	position: absolute;
	right: 0;
	top: -12px;
	width: 57px !important;
}
.banner-info ul li, .what-dropitmindset ul li {
	font-size: 12px;
	line-height: 22px;
	padding-left: 18px;
}
.what-dropit p {
	text-shadow: 2px 2px 1px #333;
}
.what-dropit p a {
	text-shadow: none;
}

ul.recipeslisting li{ width:48%;}
.recipepage {
    padding: 0 0%;
}
ul.recipeslisting li h3{ font-size:19px;}

.topbanner, .about-page-bottom { margin-top:172px;}
	.dropitbox.one-third {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.bluebox, .pinkbox, .purpleboxx, .navybox {
	width: 175px;
    height: 280px;
    font-size: 20px;
}
	.blue1, .blue2, .blue3, .pink1, .pink2, .grey1 {
    font-size: 20px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.chapterfree {margin-top: 0; padding-top: 0;}
.cd-timeline-content{ height:inherit !important}
.postmar .postinfo h3 a{ font-size:30px; line-height:30px;}
.postmar .postinfo h3{ font-size:30px; line-height:30px; margin-top:20px !important;}
.cd-timeline-block {
    margin: 0 !important;

}
	
	.bluebox, .pinkbox, .purpleboxx, .navybox {
	width: 235px;
    height: 235px;
    font-size: 24px;
}

.what-dropit {
    background: #41c7d9 url("./images/whatdropit-img1.png") no-repeat scroll left top;
    color: #fff;
    float: left;
    padding: 54% 0 20px;
    text-align: center;
    width: 100%;
	background-size:100%;
}
.what-dropit h4, .what-dropit .textwidget {
    float: right;
    width: 100%;
}

.connect-buttons #black-studio-tinymce-6 li span{ margin-top:50px;}
.connect-buttons #black-studio-tinymce-6 li{ height:247px;} 

.genesis-nav-menu{ margin-top:16px;}
.page-id-7 .one-half, .landing-page .one-half, .nutrition-page .one-half, .page-template-buggyfit-landing .one-half {
    margin-bottom: 0px;
    margin-left: 0;
    width: 100%;
}
.one-half.first > iframe {
    height: 200px;
}

.page-id-7 .dropitbox, .landing-page .dropitbox, .page-template-buggyfit-landing .dropitbox  {
    width: 100% !important;
}
.page-id-7 .entry-content p, .landing-page .entry-content p, .page-template-buggyfit-landing .entry-content p { padding:0 0px;}


.centertext ul{ margin-left:0px;}
.topbanner, .about-page-bottom { margin-top:0px;}

.site-header{ position:relative;}
.bannercontainer{ margin-top:0px;  padding-top:0px;}

ul.recipeslisting li h3 {

    font-size: 22px;
    line-height: 22px;
  
}
.gform_wrapper.signup_wrapper {
    margin: auto;
    max-width: 100% !important;
}

.gform_wrapper.signup_wrapper .gform_footer {
    clear: none;
    float: none;
    margin: 0 auto !important;
    padding: 0;
    width: 100% !important;
}

.gform_wrapper.signup_wrapper ul li.gfield {
    clear: none;
    float: left;
    margin-right: 0 !important;
    width: 100% !important;
}
.title-area {
	margin-top: 0px;
}
.bannertitle span {
	font-size: 13px !important;
	margin-top: 16px !important;
	padding: 5px !important;
	width: 51% !important;
}
#nav_menu-2, #nav_menu-4 {
	float: left;
	font-family: "Montserrat", sans-serif;
	margin-left: 0;
	margin-top: 10px;
	width: 100%;
}
.connect-buttons #black-studio-tinymce-6 li {
	width: 100%;
	margin: 0 0px 30px 0;
}
.dropitbox {
	float: left;
	width: 100%;
}
	
.dropitbox.one-third {
		width: 100%;
	}
.footer-widgets-2, .footer-widgets-1 {
	float: left;
	width: 100%;
}
.price-blocks {
    background-size: 100% auto;
    height: auto;
	 background-position: center bottom;
}

.price-blocks .innerbox {
    background:  url("./images/footer-bgtriangle.png") no-repeat scroll right bottom / 100% 62px;
}
#black-studio-tinymce-4 img {
    float: right;
    margin-bottom: -1px;
    max-width: 28%;
	margin-right:6%;
}
.priceblock{ padding-right:0px;}
.nutrition-page .priceblock {padding-right: 35px; }
blockquote.easy_testimonial p {
    line-height: 24px;
    width: auto;
}
.chapterfree h4 {
   
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 31px;
}
#simple-social-icons-2 {
	left: 0;
	position: absolute;
	top: 0%;
	width: 100%;
}
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,  .genesis-nav-menu.responsive-menu {
	display: none;
}
.genesis-nav-menu.responsive-menu .menu-item {
	display: block;
}
.responsive-menu-icon {
	display: block;
	background: #ba4f98;
}
.genesis-nav-menu.responsive-menu .menu-item {
	margin: 0;
}
.genesis-nav-menu.responsive-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu.responsive-menu .current-menu-item > a,  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,  .genesis-nav-menu.responsive-menu a,  .genesis-nav-menu.responsive-menu a:hover {
	background: none;
	line-height: 1;
	padding: 7px;
}
.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,  .nav-primary .genesis-nav-menu.responsive-menu a,  .nav-primary .genesis-nav-menu.responsive-menu a:hover {
	color: #fff;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children {
	cursor: pointer;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
	margin-right: 60px;
}
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
	content: "\f347";
	float: right;
	font: normal 16px/1 'dashicons';
	height: 16px;
	padding: 16px 20px;
	right: 0;
	text-align: right;
	z-index: 9999;
}
.home #featured-post-2 .entry-header h2 a {
	font-size: 32px;
}
#search-3 .search-form input[type="submit"] {
	right: 0px;
}
.site-header .search-form input {
	display: none;
}
.chapterfree p {
	font-size: 21px;
}
.dropitbox.redbox {
	float: right;
	margin-top: 50px;
}
.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
	color: #fff;
}
.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
	content: "\f343";
}
.genesis-nav-menu.responsive-menu .sub-menu {
	border: none;
	left: auto;
	opacity: 1;
	padding-left: 25px;
	position: relative;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 100%;
	z-index: 99;
}
.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
	margin: 0;
}
.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,  .genesis-nav-menu.responsive-menu .sub-menu li a,  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
	background: none;
	border: none;
	padding: 12px 20px;
	position: relative;
	width: 100%;
}
#black-studio-tinymce-22 .banner-info, .banner-info {
    float: right;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    margin-right: 0;
    text-shadow: 2px 1px 4px #fff;
    width: 41%;
}
.missout-box{ display:none;}
#search-3 {
	float: right;
	margin-right: 25px;
	margin-top: 0;
	margin-bottom: 10px;
	position: relative;
	width: 90%;
}
.site-header .search-form {
	margin: 0 auto;
}
.gform_wrapper.signup_wrapper .gform_body {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 0;
	width: 100%;
}
.gform_wrapper.signup_wrapper .gform_footer {
	clear: none;
	float: none;
	margin: 10px auto;
	padding: 0;
	width: 233px;
}
.dropitbox a.btn {
	margin-bottom: 10px;
	margin-top: 10px;
}
#nav_menu-2 li#menu-item-29 {
	background: url("./images/nav-arrow.png") no-repeat scroll 67px 10px;
}
.genesis-nav-menu a {
	font-size: 16px;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 100% !important;
}


#simple-social-icons-2.simple-social-icons ul li.social-facebook a {
	background: url(./images/fb-img.png) 0px 0px no-repeat !important;
	padding: 26px 27px !important;
	border-radius: 0px !important;
	text-indent: -999px;
}
#simple-social-icons-2.simple-social-icons ul li.social-instagram a {
	background: url(./images/ins-img.png) 0px 0px no-repeat !important;
	padding: 26px 27px !important;
	border-radius: 0px !important;
	text-indent: -999px;
}
#simple-social-icons-2.simple-social-icons ul li.social-linkedin a {
	background: url(./images/link-img.png) 0px 0px no-repeat !important;
	padding: 26px 27px !important;
	border-radius: 0px !important;
	text-indent: -999px;
}
#simple-social-icons-2.simple-social-icons ul li.social-pinterest a {
	background: url(./images/print-img.jpg) 0px 0px no-repeat !important;
	padding: 26px 27px !important;
	border-radius: 0px !important;
	text-indent: -999px;
}

#simple-social-icons-2.simple-social-icons ul li.social-twitter a {
	background: url(./images/tw-img.png) 0px 0px no-repeat !important;
	padding: 26px 27px !important;
	border-radius: 0px !important;
	text-indent: -999px;
}
#simple-social-icons-2.simple-social-icons ul li {
	width: 64px;
}
ul.recipeslisting li{ list-style:none; float:left; width:45%; padding:0px; margin:10px 10px; }
}

@media (min-width: 0px) and (max-width: 767px) {
ul.recipeslisting li{ list-style:none; float:left; width:100%; padding:0px; margin:10px 0px; }
.recipepage {
    padding: 0 0%;
}

}
.page-id-3523 .footerimg {display: none;}
.footerimg{ float:left; width:100%; margin-bottom:-8px;}
.footerimg img{ margin-bottom:0px; padding:0px; width:100%; max-width:100%; float:right} 

.home .footerimg {display: none;}
/*
.home .site-container{  background:none; padding-bottom:0px}

.site-container{ background:url(./images/footer-img.png) center bottom no-repeat; padding-bottom:218px; background-size:100%; }
*/

@media only screen and (min-width: 822px) {
.cd-timeline-content {
	padding: 0;
}

#cd-timeline {
    margin-top: 3em;
    margin-bottom:0!important;
}

}

/*********** blog page css************/

.single-format-standard .site-inner {max-width: 780px;}

.blog  .content-sidebar-wrap article {width: 48%; padding:2%; float:left;}

.blog-listing{float:left; width:100%; margin:-2%}
.blog-listing li{float:left; width:50%; padding:2%;}

.blog-listing li:nth-child(2n+4){   clear: both;}


.blog-listing li.first{float:left; width:100%;}
.blog-listing li.first .postbox{ border-bottom:#949597 solid 1px; float:left; width:100%; line-height:30px;}

.postdate{width:135px; float:left; font-size:19px; text-align:center;  padding-top:10px; }
.postdate span{font-size:50px; }
.postmar{margin-left:135px;}
.postmar .postinfo {width:100%; float:left; border-left:#949597 solid 1px; text-align:center; }
.postmar .postinfo h3 { color:#e1261c; font-size:50px; float:none; margin: 0;}
.postmar .postinfo h3 a { color:#fd3e86; font-size:50px; text-decoration: none; font-weight: 300;}


.date-result {
    float: left;
	font-weight:bold; color:#aea8a4;
}

.page-template-custom-blog-page .date-result { float:none;}

.blog-listing li h3 {
    float: left; 
	font-size:19px;  margin-right:10px; 
}
.blog-listing li h3  a{  }
.blog-listing li h4{font-size:18px; text-align: center; color: #20527a; display:inline-block; margin-top:15px; } 
.blog-listing li h4 a{ color: #20527a; text-decoration:none;}
.blog-listing li h4 a:hover{ color: #ba4f98; text-decoration:underline;}
/*.blog-listing li img{ height:;} */
.page-template-custom-blog-template header.entry-header{text-align:center;  font-size: 4.7rem;}
.page-template-custom-blog-template header.entry-header h1{text-align:center;  font-size: 4.7rem;}

.postimg{text-align:center; width:100%;}
.postimg img{text-align:center; max-width:100%;}

@media only screen and (max-width: 767px) {
	
	.fl-node-5b2a14d60d19a .fl-slide-2 .fl-slide-content {
		background: none;
	}
.what-dropit h4, .what-dropit .textwidget {
    float: right;
    width: 100%;
}
.postmar {
    margin-left: 0px;
}
.postdate{  border: 1px solid #949597; border-bottom:none;}
.postmar .postinfo {
    border-top: 1px solid #949597;
    border-left: none;
    float: left;

    text-align: center;
    width: 100%;
}

.postmar .postinfo h3 a {
    color: #fd3e86;
    font-size: 33px;
	font-weight: 300;
}
.postbox{	margin-bottom:20px;}
.blog-listing {
    float: left;
    margin: 0%;
    width: 100%;
}
.blog-listing li {
    float: left;
    padding: 0%;
    width: 100%;
}
}
	
	@media (max-width: 460px) {
.fl-node-5b2a14d60d19a .fl-slide-0 .fl-slide-content {
    background-color: none!important;
	}
	}

	@media (max-width: 520px) {
		.headerpink, .headerpurple, .headerblue, .headerltpink {
		width: 80%;
		display: inline-block;
	}
	}

#black-studio-tinymce-5  .textwidget h2{ color:#333; line-height:28px; font-size:24px;     font-family: "montserratsemi_bold"; margin-top:0px; margin-bottom:25px;}

.find-link {  background: #01b4cc none repeat scroll 0 0;
    color: #fff;
    float: left;

    font-size: 17px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
	 text-transform:uppercase;

    width: auto; padding:0 60px}
	
	
.find-link:hover{ background:#ba4f98; color:#fff;}

.page-id-79 .entry-content { font-family: "Montserrat",sans-serif; font-size:15px}

.center-div{ max-width:800px; margin:auto; text-align:center; }
.content-div{ max-width:800px; margin:auto;  text-align:center;}
.content-div p{ text-align:left;}
.content-div li{ text-align:left;}
.content-div h2 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 17px;
    padding: 0 0 2px;
    position: relative;
	    font-family: "montserratsemi_bold";
}
.content-div h2:after {
    background: #e94385 none repeat scroll 0 0;
    border: 1px solid #e94385;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 81px;
}
.content-div a{	    font-family: "montserratsemi_bold";}
.content-div a:hover{	  color:#e94385;}

.boxInner_grid img{ max-width:100%;} 
.page-id-11 .wrap_grid, .page-id-13 .wrap_grid {
    margin: -10px;
    overflow: hidden;
    padding: 0;
	margin-bottom:20px;
}
.content-div ul{ padding:0px; margin:0px 0 20px 20px; }

.page-id-7  .entry-header, .landing-page .entry-header, .page-template-buggyfit-landing .entry-header { margin-bottom:40px;}

@media only screen and (max-width: 360px) {
#simple-social-icons-3.simple-social-icons ul li a {
    background-size: 100% auto !important;
    height: 54px !important;
    width: 54px !important;
	margin-left:2px !important
}
#simple-social-icons-3.simple-social-icons ul li.social-facebook a,
#simple-social-icons-3.simple-social-icons ul li.social-instagram a,
#simple-social-icons-3.simple-social-icons ul li.social-linkedin a,
#simple-social-icons-3.simple-social-icons ul li.social-pinterest a,
#simple-social-icons-3.simple-social-icons ul li.social-twitter a
{ background-size:100% !important}
.banner-info {

    width: 78%;
}
	}