/*

Theme Name:   Good Egg Marketing
Theme URI:    http://goodeggmarketing.com/
Description:  Custom Wordpress theme for Good Egg Marketing.
Author:       Lucas Mulder
Author URI:   http://100cm.org
Template:     twentyfifteen
Version:      1.0.0
Text Domain:  twenty-fifteen-child

*/


/* @import url("../twentyfifteen/style.css"); */


/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #e1e1e1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/* Genericons */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}
h3 { margin-bottom: 1em; }
.blog-left h1 { margin-bottom: 1em; font-size: 24px;}
.blog-left h2 { margin-bottom: 1em; font-size: 22px;}
.blog-left h3 { margin-bottom: 1em; font-size: 18px;}
p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.purple-text {
	color: #4A1F76 !important;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}


/* Forms */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/* Links */

a {
	color: #4c1d75;
	text-decoration: none;
}

a:hover {
	color: #4c1d75;
}


/* Menus */

.post-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 50px;
}

.post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.post-navigation .post-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	opacity: 0.5;
}

.post-navigation .meta-nav {
	opacity: 0.8;
}

.post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.pagination {
	border-top: 1px solid #4c1d75;
	margin-bottom: 50px;
}

.pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.pagination .page-numbers.current {
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #4c1d75;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #9477ac
}

.pagination .prev {
	left: 0;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
}

.image-navigation,
.comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
	color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
}

.image-navigation {
	padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/* Accessibility */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/* Alignments */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/* Clearings */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


/* Fonts */


h1, h2, h3, h4, h5 {
	font-weight: 700;
}

body {
	font-family: "PT Sans", helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	background-color: #e1e1e1;
}


/* Good Egg Styles */


#shadow {
	width: 1040px; 
	-webkit-box-shadow:  0px 1px 2px 1px rgba(00, 00, 00, .1);
	box-shadow:  0px 1px 2px 1px rgba(00, 00, 00, .1);
	margin: auto; 
	background-color: #fff;
}

#wrapper {
	width: 1040px; 
	margin: auto; 
	overflow: visible; 
	background-color: #D3E58A !important;
	background: url(gifs/bg-egg-page.gif); 
	background-repeat: no-repeat;
}

.home #wrapper {
	width: 1040px; 
	margin: auto; 
	overflow: visible; 
	background-color: #fff !important;
	background: url(gifs/bg-egg-home.gif); 
	background-repeat: no-repeat;
}


.blog #wrapper, .single-post #wrapper  {
	width: 1040px; 
	margin: auto; 
	overflow: visible; 
	background-color: #fff !important;
	background: none !important;
}



/* Header */

.header-wrapper {
	width: 980px;
	margin: auto;
	height: 115px;
}

.header-left {
	float: left;
}

.logo {
	margin: 15px 0 0 0;
	height: auto !important;
	width: 225px !important;
}

.header-right {
	float: right;
	position: relative;
	text-align: right;
	width: 50%;
}

.header-right .social-icons {
	margin: 5px 0;
}

.header-right form {
	margin: 10px 0 12px 0;
}

.breadcrumbs {
	font-size: 12px;
	width: 780px;
	margin: -18px auto 20px auto;
}

.breadcrumbs br {
	display: none;	
}


.blog .breadcrumbs, .single .breadcrumbs {
	font-size: 12px;
	width: 900px;
	margin: -18px auto 20px auto;
}

.home .breadcrumbs, .search-results .breadcrumbs {
	display: none;
}

.single .breadcrumbs span:nth-of-type(3), .single .breadcrumbs span:nth-of-type(4), .search .breadcrumbs span:nth-of-type(2), .search .breadcrumbs span:nth-of-type(3) {
	display: none;
}


/* Navigation */

#navigation {
	width: 1064px;
	margin-left: -12px;
	background-color: #4c1d75;		
}

.nav { 
	font-size: 18px;
	padding: 0;
	height: 40px;
	width: auto;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	
}

.nav ul {
	display:inline-block;
	list-style: none;
	float: none;
}

.nav li {
	float: left;
	position: relative;
	padding: 0;
	text-align: center;
} 
 
.nav a {
	color: #fff;
	display: block;
	text-decoration: none;
	height: 40px;
	margin: 0 25px;
}

.nav ul ul {	
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	float: left;
	width: 225px;
	z-index: 99999;
	font-size: 14px;
	text-align:left !important;
	padding: 0 !important;
	background-color: #4c1d75;
}

.nav ul ul li {
	min-width: 225px;
	padding: 1px 0 1px 0;
}

.nav ul ul li a {
	line-height: 1em;
	padding:  10px 0 10px 25px !important;
	width: 225px;
	height: auto;
	margin: 0 !important;
	text-transform: none;
	background-color: transparent !important;
	color: #fff;
	font-weight: normal;
	text-align: left !important;
}

.nav li:hover {
	background-color: #9477ac
}

.nav ul li:hover > ul {
	display: block;
}

.nav ul li.current_page_item,
.nav ul li.current-menu-ancestor,
.nav ul li.current-menu-item,
.nav ul li.current-menu-parent,
.nav ul li.current-page-ancestor {
	color: #fff;
	background-color: #9477ac;
}

.nav ul ul li.current_page_item,
.nav ul ul li.current-menu-ancestor,
.nav ul ul li.current-menu-item,
.nav ul ul li.current-menu-parent,
.nav ul ul li.current-page-ancestor {
	color: #fff;
	background-color: #4c1d75;
}

.nav ul ul li.current_page_item:hover,
.nav ul ul li.current-menu-ancestor:hover,
.nav ul ul li.current-menu-item:hover,
.nav ul ul li.current-menu-parent:hover,
.nav ul ul li.current-page-ancestor:hover {
	color: #fff;
	background-color: #9477ac;
}

* html .nav ul li.current_page_item a,
* html .nav ul li.current-menu-ancestor a,
* html .nav ul li.current-menu-item a,
* html .nav ul li.current-menu-parent a,
* html .nav ul li a:hover {}

.slicknav_menu {
	display:none;
}


/* Ribbon Effect */

.ribbon {
 	position: relative;
 	margin: 24px auto 36px; 
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 	content: "";
 	position: absolute;
 	display: block;
 	border-style: solid;
 	border-color: #804f7c transparent transparent transparent;
 	bottom: -12px;
}

.ribbon .ribbon-content:before {
 	left: 0;
 	border-width: 12px 0 0 12px;
}

.ribbon .ribbon-content:after {
 	right: 0;
 	border-width: 12px 12px 0 0;
}


/* Buttons */

.button {
	background-color: #4c1d75;
	color: #fff;
	padding: 10px 10px;
	display: inline-block;
}

.button:hover {
	background-color: #9477ac;
	color: #fff;
}

.button-tips {
	width: 230px;
	text-align: center;
}

.button-tips.mailchimp-popup {
	width: 285px;
}

.header-right .button-tips {
	padding: 5px 10px;
}

.wpcf7-submit { 
	background-color: #4c1d75 !important;
}

.wpcf7-submit:hover { 
	background-color: #9477ac !important;
}

/* Search */

#s {
	width: 200px;
	height: 31px;
	font-size: 14px;
}

#searchsubmit {
	background-color: #4c1d75;
	padding: 8px 18px;
	float: right;
	
}

#searchsubmit:hover {
	background-color: #9477ac;
}

.search-results article {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(00, 00, 00, .1);
}

.search-results article:last-of-type {
	border: none !important;
}

.search-results .entry-footer, .search-results .post-thumbnail {
	display: none;
}


/* Consulting Egg */

.consult-egg {
	position: absolute;
	right: 0;
	top: 430px;
	width: 261px;
	height: 263px;
	background: url(gifs/gem-consultegg.png); 
	background-repeat: no-repeat;
}

.right-sidebar .sidebar-egg {
	overflow: hidden;
	position: relative;
	display: block;
	min-height: 500px
}

.right-sidebar .sidebar-egg.shorter-egg {
	min-height: 300px
}

.right-sidebar .sidebar-egg .consult-egg {
	top: 100px
}

.right-sidebar .sidebar-egg .consult-egg.first-egg {
	top: 0px
}

.right-sidebar .myrna-mug {
	width: 285px;
	height: auto;
}

.right-sidebar .mug-caption {
	display: inline-block;
	margin-top: 5px;
	font-size: 14px;
}

.consult-egg:hover {
	opacity: .7;
}

.consult-egg p {
	color: #fff;
	font-size: 32px;
	margin: 45px 0 0 50px;
	line-height: 1.2em;
}

/* Sidebar Case Study */

.sidebar-casestudy {
	border: 1px solid #4A1F76;
	width: 275px;
	padding: 15px 25px 25px 25px;
	background-color: #d3e58a;
}

.sidebar-casestudy:hover {
	background-color: #bed952;
}

.sidebar-casestudy-top {
	background-color: #4A1F76;
	width: 275px;
	color: #fff;
	display: block;
	padding: 5px 25px 5px 25px;
	font-size: 20px !important;
	font-weight: bold;
}

.sidebar-casestudy-title {
	display: block;
	padding: 0;
	font-weight: bold;
	color: #4A1F76;
	margin-bottom: 15px;
	font-size: 20px !important;
	line-height: 1.2em;
}

.sidebar-casestudy-caption {
	margin-top: 8px;
	margin-bottom: 0px;
	display: block;
	font-size: 14px;
}

.casestudy-logo {
	width: 225px;
	float: right;
	margin-right: 25px;
	margin-top: -20px;
}

/* Sidebar Egg-stra Resources */

.sidebar-eggstras-resources {
	/*border: 1px solid #4A1F76;*/
	width: 275px;
	/*padding: 25px 25px 25px 25px;*/
}

.sidebar-eggstras-resources h2 {
	text-align: left;
	color: #4A1F76;
	font-size: 20px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}

.sidebar-eggstras-resources p {
	margin: 5px 0 20px 0;
}

/* Accordian */


.accordion-toggle {
	cursor: pointer !important;
	margin-bottom: 5px;
	color: #4A1F76;
}

.accordion-toggle .fa {
	margin-right: 5px;
}

.accordion-content {
	display: none;
	width: 95%;
	margin-left: 25px;
	margin-bottom: 25px;
}



/* Social Icons */


.social-icons i {
	font-size: 16px;
	position: absolute;
}

.social-icons .fa-envelope {
	top: 6px;
	left: 6px;
	font-size: 13px;
}

.social-icons .fa-facebook {
	top: 4px;
	left: 7px;
}

.social-icons .fa-twitter {
	top: 4px;
	left: 5px;
}

.social-icons .fa-linkedin {
	top: 3px;
	left: 6px;
}

.social-icons .fa-instagram {
	top: 4px;
	left: 6px;
}


.social-icons .fa-rss {
	top: 4px;
	left: 7px;
}

.social-icons span {
	background-color: #4c1d75;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 16px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	display: inline-block;
	margin: 0 4px;
	position: relative;
	top: 5px;

}

.social-icons span:hover {
	background-color: #9477ac;
}

.header-right .social-icons i {
	font-size: 13px;
}

.header-right .social-icons span {
	width: 22px;
	height: 22px;
	margin: 0 2px;
}

.header-right .social-icons .fa-envelope {
	top: 6px;
	font-size: 11px;
}

.header-right .social-icons .fa-facebook {
	top: 5px;
	left: 7px;
}

.header-right .social-icons .fa-twitter {
	top: 5px;
	left: 6px;
}

.header-right .social-icons .fa-linkedin {
	top: 4px;
	left: 6px;
}

.header-right .social-icons .fa-rss {
	top: 5px;
	left: 7px;
}


/* Home */

.home-top {
	width: 800px;
	margin: auto;
}

.home-top h1 {
	color: #4c1d75 !important;
	font-size: 50px !important;
	font-weight: normal;
	margin: 0 !important;
	line-height: 1.3em;
}

.home-top p {
	font-size: 20px;
	line-height: 1.3em;
}

.video-box {
	width: 100%;
	margin: 50px 0;
	overflow: hidden;
}

.video-box-left {
	float: left;
	width: 460px;
}

.video-box-left span {
	display: block;
	background-color: #ccc;
	width: 445px;
	height: 245px;
}

.video-box-right {
	float: right;
	width: 330px;
}

.video-box-right h2 {
	color: #4c1d75;
	text-transform: uppercase;
	margin: 25px 0 0 0;
	font-size: 28px !important;
	line-height: 1em;
}

.video-box-right h3 {
	color: #4c1d75;
	margin: 0 0 0 0;
	font-size: 26px !important;
	line-height: 1em;
}

.video-box-right .button {
	margin-top: 40px !important;
}

.video-box-right .slide4 .button {
	margin-top: 15px !important;
}

.fancybox-type-iframe .fancybox-skin {
	background-color: #000 !important;
}


.home-testimonial {
	width: 650px;
	margin: 0;
}

.home-testimonial h2 {
	color: #4c1d75;
	font-size: 26px !important;
}

.home-testimonial p {
	font-size: 20px;
	line-height: 1.3em;
}

.home-testimonial span {
	text-transform: uppercase;
	display: block;
	font-size: 16px;
	margin-top: 5px;
}

.home-tips {
	width: 780px;
	margin: 25px auto;
}

.home-tips-item {
	float: left;
	width: 230px;
	margin-bottom: 25px;
}

.home-tips-item.center {
	margin: 0 45px;
}

.home-tips-item-inner {
	width: 230px;
	color: #fff;
	background-color: #4c1d75;
	padding: 15px 20px;
	margin-bottom: 10px;
	min-height: 150px;
}

.home-tips-item h2 {
	line-height: 1.2em !important;
}

.home-tips-item p {
	width: 230px;
	line-height: 1.3em;
	font-size: 14px;
}

.home-tips-readmore {
		margin-top: -10px !important;
}

.home-tips-readmore a {
	text-transform: uppercase !important;
	background-color: #4c1d75 !important;
	color: #fff !important;
	padding: 3px 8px;
	font-size: 12px;

}

.home-tips-readmore a:hover {
	background-color: #9477ac !important;
}

.video-box-right {
	position: relative;
	
}

.video-box-right .testimonial_rotator_wrap {
	padding: 0;
	margin: 0;
	height: 245px;
}

.video-box-right .testimonial_rotator_nav {
	overflow: visible;
}

.video-box-right .testimonial_rotator_next, .video-box-right .testimonial_rotator_prev {
	top: 85% !important;
	color: #521479;
}

.video-box-right .testimonial_rotator_next span {
	display: none;
}

.video-box-right .testimonial_rotator_next {
	left: 40px !important;
}

.home-testimonial p {
	display: block;
}

.home-testimonial {
	position: relative;
}

.home-testimonial p:before {
	content: "\201C";  
	display: block;
	font-size: 70px;
	position: absolute;
	left: -40px;
	top: 15px;
	color: #fff;
	font-family: Georgia, serif;
}

.home-testimonial p:after { 
	content: "\201D";
	display: block;
	font-size: 70px;
	position: absolute;
	right: -20px;
	bottom: 15px;
	color: #fff;
	font-family: Georgia, serif;
}

.home-top-callout-mobile {
		display: none;
	}

/* Testimonial Slider */

.home-testimonial .testimonial_rotator_wrap.with-prevnext { 
	padding: 0; 
	overflow: visible;
}

.home-testimonial .testimonial_rotator_prev {
	top: -50px !important;
	left: 210px !important;
	color: #521479;
	
}

.home-testimonial .testimonial_rotator_next span {
	text-transform: none !important;
	display: block !important;
	width: 350px !important;
	float: right;
	margin: 0 !important;
}

.home-testimonial .testimonial_rotator_next {
	top: -50px !important;
	left: 250px !important;
	color: #521479;
}


/* Content */

#content {
	width: 1040px;
	margin: 0 auto;
	padding: 25px;
	position: relative;

}

.home .content-wide {
	width: 780px;
	margin: auto;
}

.page .content-wide {
	width: 780px;
	margin: auto;
	min-height: 700px;
}

.search .content-wide {
	width: 780px;
	margin: auto;
	min-height: 700px;
}


.content-wide {
	width: 100%;
}

.content-left {
	float: left;
	width: 550px;
	margin-left: 105px;

}

.content-left img {
	width: 315px;
	height: auto;
}

.right-sidebar {
	margin-top: 85px;
	width: 320px;
	float: right;
	margin-right: -25px;
}

.sidebar-link {
	width: 320px;
	background-color: #4c1d75;
	color: #fff;
	display: block;
	padding: 8px 0 5px 10px;
	font-size: 18px;
}

.sidebar-link:hover {
	color: #fff;
	background-color: #9477ac;
}

.content-right {
	float: right;
	width: 655px;
}

.content-left h1, .content-wide h1 {
	font-size: 40px;
	margin-bottom: 15px;
	color: #4c1d75;
	line-height: 1.3em;
}

.content-left h2, .content-wide h2 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #4A1F76;
}

.content-left ul { 
	list-style: none;
    padding:0;
    margin:0 0 25px 0;
}

.content-left li { 
 	padding-bottom: 10px;
	margin-left: 22px;
	text-indent: -20px;
}

.blog-left li  {
	padding-bottom: 10px;
	margin-left: 20px;
}

.content-left li:before {
    content: "\f0c8 ";
    font-family: FontAwesome;
    color: #4c1d75;
    font-size: 10px;
    padding-right: 10px;
    vertical-align: text-top;
    }

.content-left ul ul {
	margin-bottom: 0px
}

.content-left a {
	text-decoration: none;
}

.content-left a:hover {
	text-decoration: underline;
}

.question {
	display: inline-block;
	font-weight: 700;
	font-size: 17px;
	margin-bottom: 3px;
}

.question-list {
	margin-top: -20px;
}

.question-list li {
	margin-left: 0px;
}

.standout {
	width: 655px;
	background-color: #f6f2ee;
	overflow: hidden;
}

.standout-inner {
	width: 635px;
	margin: 10px auto;
	border: 4px solid #fff;
	padding: 20px 15px 0 15px;
	font-size: 16px;
}

.nobullets {
	list-style: none;
	margin-left: 5px;
}


/* Large Links */

.large-links a {
	font-size: 18px;
	color: #4c1d75;
}

.large-links a:hover {
	color: #fff;
}



/* Clients Page */

.client-item {

	width: 33.333%;
	float: left;
	margin: 0;
	text-align: center;

	display: inline;
	margin-bottom: 35px;
	
}

.client-header {

	width: 33.333%;
	float: left;
	margin: 0;
	text-align: center;

	display: inline;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
	color: #4A1F76;
}

.client-item span {
	width: 70%;
	font-size: 12px;
	padding-top: 5px;
	display: inline-block;
	margin: auto;
	text-align: left;
	display: none;
}


.client-item-inner {
	background-color: #fff;
	width: 85%;
	margin: auto;
	border: 1px solid #ccc;
	padding: 5px;
}

.client-item-inner img {
	width: 80%;
	height: auto;
}

.client-item-inner img:hover {
	opacity: .8;
}


.full-client-header {
	margin-bottom: 25px;
	width: 75%;
}

.full-client-list {
	width: 33.3%;
	float: left;
	text-align: left;
	font-size: 14px;
	padding-right: 35px;
}

.full-client-list h2 {
	font-size: 16px !important;
}

.full-client-list a:hover {
	text-decoration: underline !important;
}

.full-client-list ul {
	margin: 0;
}

.full-client-list li {
	list-style: none;
	margin-bottom: 8px;
	margin-left: 0;
	padding-left: 0;
}

a.icon-blog, a.icon-pdf, a.icon-ppt, a.icon-external, a.icon-doc {
	font-size: 16px;
	/*text-decoration: none !important;*/
	font-weight: normal;
}

/*
.icon-blog::before {
 	font-family: FontAwesome;
 	content: "\f0f6";
 	margin-right: 8px;
  	margin-left: 2px;
}

.icon-pdf::before {
	font-family: FontAwesome;
 	content: "\f1c1";
 	margin-right: 8px;
 	margin-left: 2px;
}

.icon-ppt::before {
  font-family: FontAwesome;
 	content: "\f1c4";
 	margin-right: 8px;
 	margin-left: 2px; 
}

.icon-doc::before {
  font-family: FontAwesome;
 	content: "\f1c2";
 	margin-right: 8px;
 	margin-left: 2px; 
}

.icon-external::before {
  font-family: FontAwesome;
 	content: "\f109";
 	margin-right: 8px;
 	margin-left: 2px;
}
*/

/* About Us Logos */

.about-logos {
	border-top: 4px solid #4C1C73;
}

.about-logos-item {
	width: 33.3333%;
	float: left;
	text-align: center;
	font-size: 14px;
	padding: 25px 15px 0 15px;
}

.about-logos-item img {
	height: 125px;
	width: auto
}

.about-logos-item span {
	display: block;
	font-size: 10px;
	color: #4C1C73;
	width: 115px;
	margin: auto;
}


/* Tif Footer */

.tip-footer {
	border-top: 4px solid #4C1C73;
	margin-top: 50px;
}

.tip-footer-item {
	width: 100%;
	padding-top: 25px;
	text-align: left;
	font-size: 14px;
}

.tip-footer-item h2 {
	margin-bottom: 10px;
}

.tip-footer-item ul {
	margin-left: 0px;
	list-style: none;
}

.tip-footer-item li {
	margin: 0px;
	padding: 0px
}




/* Egg-stras */

.searchandfilter {
	width: 800px  !important;
	margin-bottom: 50px;
}
.searchandfilter ul {
	width: 800px !important;
}

.searchandfilter ul li {
	width: 50% !important;
	float: left;
}

.search-filter-results {
	margin-top: 15px !important;
}


.search-filter-results .pagination {
	margin-top: 15px !important;
	border-top: 1px solid #444 !important;
}

.search-filter-results .filter-results {
	margin-top: -30px !important;	
}

.eggstra-tips {
	/* background-color: #fff; */
	/* padding: 20px 20px 5px 20px !important; */
	border-radius: 0px !important;
	margin-bottom: 25px !important;
}

.eggstra-tips ol {
    list-style-type: none !important;
    list-style-type: decimal !ie !important; /*IE 7- hack*/
     
    margin: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
     
    counter-reset: li-counter !important;
}

.eggstra-tips ol > li {
    position: relative !important;
    margin-bottom: 10px !important;
    padding-left: 15px !important;
    text-indent: 0px !important;
    
}

.eggstra-tips ol > li:before {
    position: absolute !important;
    top: 0 !important;
    left: -25px !important;
    width: 22px !important;
    height: 22px !important;
     
    line-height: 24px !important;
    text-align: center !important;
    color: #f5f5f5 !important;
 
    border-radius: 0% !important;
    background-color: #4E1476 !important;
    content: counter(li-counter) !important;
    counter-increment: li-counter !important;
    padding: 0 !important;
    
    font-family: "PT Sans", sans-serif !important;
    font-size: 14px !important;

	
}

.eggstras-resources {
	border-top: 4px solid #4C1C73;
	margin-top: 30px;
	padding-top: 25px;
}

.eggstras-resources h2 {
	text-transform: uppercase;
}

.eggstras-resources a {
	text-decoration: none !important;
}

.eggstras-resources a:hover {
	text-decoration: underline !important;
}


/* Fancy Box */

.fancybox-nav {
    width: 80px !important;       
}

.fancybox-nav span {
    visibility: visible !important;
}


.fancybox-next {
    right: -80px !important;
}

.fancybox-prev {
    left: -80px !important;
}


/* Blog */

.blog-wrapper {
	width: 900px;
	margin: auto;
}

.blog-left {
	float: left;
	width: 600px;
}

.blog-left figure {
	max-width: 600px !important;
}

.blog-right {
	float: right;
	width: 250px;
	margin-top: 10px;
}

.blog .entry-title, .blog .entry-title a, .single .entry-title, .archive .entry-title a {
	font-size: 24px;
	margin-bottom: 5px;
	color: #4c1d75;
	line-height: 1.3em;
}

.blog .blog-title {
	font-size: 28px;
	margin-bottom: 25px;
	color: #4c1d75;
	line-height: 1.3em;
}


.archive .page-title {
	font-size: 24px;
	margin-bottom: 25px;
	color: #000;
}

.blog article, .archive article {
	margin-bottom: 50px;
}

.blog article a, .single article a {
	text-decoration: underline;
}

.blog article a:hover, .single article a:hover {
	text-decoration: none;
}

.blog .entry-title a:hover, .archive .entry-title a:hover {
	text-decoration: none;
}

.blog .entry-footer, .single .entry-footer, .archive .entry-footer  {
	font-size: 12px;
	font-style: italic;
	display: none;
}

.blog .tags-links, .blog .comments-link, .blog .edit-link, .single .tags-links, .single .comments-link, .single .edit-link, .archive .tags-links, .archive .comments-link, .archive .edit-link {
	margin-left: 15px;
}

.blog .updated, .blog .byline, .single .updated, .single .byline, .archive .updated, .archive .byline {
	display: none;
}

.blog .published.updated, .single .published.updated, .archive .published.updated {
	display: inline;
}

.blog .post-title:hover, .single .post-title:hover {
	text-decoration: underline;
}

.blog .post-title, .single .post-title {
	font-size: 22px;
}

.comment-reply-title, .comments-title {
	font-size: 22px !important;
}

.comments-area a:hover {
	text-decoration: none !important;
}

.wp-caption-text {
	font-size: 12px;
	line-height: 1.3em;
	margin-top: 5px;
}

/* Blog Sidebar */

.widget-title {
	color: #4A1F76;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.widget-area ul { 
	list-style: none;
    padding:0;
    margin:0 0 25px 0;
}

.widget-area li { 
 	padding-bottom: 0px;
	margin-left: 22px;
	text-indent: -20px;
}


.widget-area li:before {
    content: "\f0c8 ";
    font-family: FontAwesome;
    color: #4c1d75;
    font-size: 8px !important;
    padding-right: 10px;
    vertical-align:middle !important;
    }
    
 
.widget_recent_entries li a, .widget_categories li a {
	font-size: 14px;
}

.widget_recent_entries li a {
	margin-left: -1px !important;
}

.widget_recent_entries li a:hover, .widget_categories li a:hover {
	text-decoration: underline;
}

.entry-content .more-link {
	text-transform: uppercase !important;
	background-color: #4c1d75 !important;
	color: #fff !important;
	padding: 5px 12px;
	font-size: 14px;
	margin-top: -10x !important;
}

.entry-content .more-link:hover {
	text-decoration: none !important;
	background-color: #9675ae !important;
}



/* Comments */

.comments-area {
	padding: 50px 0 0 0;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-size: 18px;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}


/* Footer */

.seperator {
	width: 100%;
	height: 6px;
	
	background: url(gifs/bg-seperator.png); 
	background-repeat: repeat;
	margin-top: -3px;
	margin-left: 4px;
}

#footer {
	width: 1040px;
	background-color: #fff;
	padding-top: 25px;
}

.footer-wrapper {
	width: 780px;
	margin: auto;

	overflow: hidden;
}

.footer-center {
	width: 100%;
	text-align: center
}




/* Footer Boxes */

.footer-boxes {
	margin-top: 25px;
	margin-bottom: 50px;
	overflow: hidden;
}

.footer-box {
	float: left;
	width: 230px;
	text-align: center;
}

.footer-box.center {
	margin: 0 45px;
}

.footer-box h2 {
	color: #4c1d75;
	line-height: 1.35em;
	margin-bottom: 5px;
}

.footer-box p {
	color: #4c1d75;
	line-height: 1.35em;
	margin-bottom: 5px;
	font-size: 13px;
}


.footer-box img {
	height: 75px;
	width: auto;
	margin-bottom: 10px;
}

.footer-sidebar {
	text-align: center;
	margin: 25px 0;
	width: 100%;
}

.footer-sidebar a {
	margin: 0 5px;
	font-size: 14px;
}

.copyright {
	font-size: 14px;
}

@media screen and (max-width: 960px) {

	.nav {
		display:none;
	}
	
	.slicknav_menu {
		display:block;
	}
	
	#shadow {
		width: 95%; 
	}

	#wrapper {
		width: 100%;
		background: url(gifs/bg-egg-page-mobile.gif); 
		background-repeat: no-repeat;
	}
	
	.home #wrapper {
		width: 100%;
		background: url(gifs/bg-egg-page-mobile.gif); 
		background-repeat: no-repeat;
		background-color: #D3E58A !important;
	}
		
	#searchform {
		display: none;
	}
	
	.consult-egg, .sidebar-egg {
		display: none !important;
	}
	
	.breadcrumbs {
		display: none;
	}
	
	.about-logos-item {
		display: none;
	}

	/* Header */
	
	.header-wrapper {
		width: 95%;
		margin: auto;
		height: 130px;
	}
	
	.logo {
		height: 70px !important;
		width: auto !important;
	}
	
	.button-tips, .button-tips.mailchimp-popup {
		width: auto;
		text-align: center;
		font-size: 10px;
		margin-top: 10px;
	}
	
	.social-icons {
		margin-top: 15px !important;
	}
	
	/* Home */
	
	.home-top {
		width: 100%;
		margin: auto;
	}
	
	.home-top h1 {
		font-size: 30px !important;
	}
	
	.video-box {
		margin: 15px 0 !important;
	}
	
	.video-box-left, .video-box-right {
		float: none;
		width: 100% !important;
	}
	
	
	.video-box-right {
		display: none;
	}
	
	.video-box-right .slide4 .button {
		margin-top: 40px !important;
	}
	
	.home-testimonial {
		width: 100% !important;
	}
	
	
	.home-innerwrapper {
		width: 97%;
		margin: 10px auto;
		padding: 20px;
	}
	
	.home-callout {
		line-height: 1.2em;
	}
	
	.home-boxes {
		margin-top: 0px;
	}

	.home-box-01, .home-box-02, .home-box-03 {
		width: 100%;
		height: 215px;
		background-color: #f6f2ee;
		float: none;
	}
	
	.home-box-02 {
		margin: 0;
	}
	
	.home-box-inner {
		display: block;
		width: 97%;
		height: 205px;
		margin: auto;
		padding: 20px;
	}
	
	.home-box-03 {
		margin-bottom: 25px;
	}
	
	.home-box-title {
		margin: 0;
	}
	
	.home-tips {
		width: 100% !important;
		margin: 25px auto;
	}
	
	.home-tips-item {
		float: none;
		width: 100% !important;
		margin-bottom: 25px;
		text-align: center
	}

	.home-tips-item.center {
		margin: 0;
	}
	
	.home-tips-item-inner {
		width: 250px;
		margin: 0 auto 15px auto  !important	
	}
	
	.home-tips-item p {
		width: 250px;
		margin: 0 auto 25px auto;
	}
	
	.home-tips-item.tips-two, .home-tips-item.tips-three {
		display: none;
	}
	
	.home-testimonial p {
		font-size: 18px !important;
	}
	
	.home-testimonial .testimonial_rotator_next span {
		display: none !important;
	}
	
	.home-top-callout {
		display: none;
	}
	
	.home-tips .more-articles {
		display: none !important;
	}
	
	.home-top-callout-mobile {
		margin-top: 15px;
		font-size: 18px;
		display: block;
	}
	
	.home-egg {
		display: none;
	}

	.more-articles {
		margin: auto !important;
		text-align: center;
		font-size: 16px !important;
		display: block !important;
		width: 150px !important;
	}
	
	.home-tips-readmore a {
		padding: 5px 10px;
		font-size: 14px;
	
	}
	
	/* Content */
	
	#content {
		width: 95% !important;
		margin: 25px auto;

	}
	
	.content-left {
		float: none;
		width: 100%;
		margin: auto;
	}
	
	.content-wide {
		float: none;
		width: 100% !important;
		margin: auto;
	}

	
	.right-sidebar{
		float: none;
		width: 100%;
		margin: 50px auto 0 auto;
	}
	
	.sidebar-link {
		width: 100%;
		text-align: center;
	}
	
	.consult-egg {
	width: 291px;
	background: url(gifs/gem-consultegg-full.png); 
}

	
	.client-header {
		height: 50px !important;
		font-size: 10px;
		display: none;
	}
	
	.full-client-list {
		width: 100% !important;
		float: none;
		margin-bottom: 25px !important;
	}

	.full-client-header {
		width: 100% !important;
	}

	.full-client-egg {
		display: none;
	}

	/* Products */

	.product-info {
		float: none;
		margin-bottom: 5px;
		margin-top: 5px;
		height: 400px;
		width: 100%;
		text-align: center;
	}
	
	.product-info img {
		width: 315px;
		height: auto;
	}
	
	.product-info form input {
		border: none !important;
		background-color: transparent !important;
	}
	
	.product-info form {
		width: 100px;
		height: 25px;
		display: block;
		margin: -15px auto 0 auto;
	}
	
	.product-info.middle {
		margin: 0px;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	
	.product {
		text-align: center;
		width: 100% !important;
	}
	
	.product img {
		width: 315px !important;
		height: auto !important;
		margin: auto !important;
	}


	/* Blog */

	.blog-wrapper {
		width: 100% !important;
		margin: auto;
	}

	.blog-left {
		float: none !important;
		width: 100% !important;
		margin: 0;
	}
	
	.blog-left figure, .blog-left figure img {
		width: 100% !important;
	}
	
	.blog-right {
		float: none;
		width: 100% !important;;
		margin-top: 10px;
	}
	
	.nav-links {
		width: 100% !important;
	}
	
	.blog .breadcrumbs, .single .breadcrumbs, .breadcrumbs {
		width: 100% !important;
	}
	
	.blog #wrapper, .single-post #wrapper  {
		width: 100%; 
	}


	
	/* Footer */
	
	.footer-wrapper {
		width: 100%;
		margin: auto;
	}
	
	#footer {
		width: 100%;
		margin: auto;
	}
	
	.footer-box, .footer-box.center {
		float: none;
		width: 100%;
		margin: 0 0 25px 0;
	}
	
	.footer-box-one, .footer-box-two {
		display: none;
	}

	.seperator {
	width: 99%;
	height: 6px;
	
	background: url(gifs/bg-seperator.png); 
	background-repeat: repeat;
	margin-top: -29px;
	margin-left: 4px;
}	


}
