/* # Genesis Sample Child Theme  
Theme Name: Anaphylaxis  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the sample theme created for the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/

/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # 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:2em;margin:.67em 0}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
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets: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,
.footer-widgets: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;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: white;
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 18px;
	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;
*/
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #db6a01;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 60px;
	color:#db6a01;
}

blockquote p{
	font-style: italic;
}

blockquote::before {
	content: "\f10d";
	font-family: 'FontAwesome';
	display: block;
	font-size: 30px;
	height: 0;
	left: -40px;
	position: relative;
	top: -50px;
}

blockquote::after {
	content: "\f10e";
	font-family: 'FontAwesome';
	display: block;
	font-size: 30px;
	height: 0;
	right: -40px;
	position: relative;
	top: -15px;
	float: right;
}



/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #db6a01;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
	border:none;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## 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 {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	padding: 10px;
	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: #e28734;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 20px;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #db6a01;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #db6a01;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok {
    color: #000;
}

/* ## 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;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 20px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

.sidebar-content-sidebar .content-sidebar-wrap .content {
	float:right;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar-primary {
	float:left;
}

.sidebar-content-sidebar .sidebar-secondary{
	float:right;
}

.sidebar-content-sidebar .content-sidebar-wrap {
	float:left;
}

/* ### 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-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
	max-width: 100%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
	max-width: 100%;
}

.sidebar-content-sidebar .content {
	width:67%;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 280px;
}

.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;
}

/* ## 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 {
	float: left;
	margin-left: 2.564102564102564%;
}

.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;
}


/* # 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;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	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: -5px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 30%;
	margin-left:10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #db6a01;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## 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-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # 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: none;
	margin: 0 0 0 0px;
	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;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## 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;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #db6a01;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	/* min-height: 160px; */
}

.site-header .wrap {
	padding: 0 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 10px;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	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: 800px;
}

.site-header .widget-area.header-widget-area {
	margin-top: 0.2em;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 15px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

.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;
	background-color: #fff;
}

.genesis-nav-menu .sub-menu a {
	border-bottom: 1px solid transparent;
	border-top: none;
	font-size: 14px;
	padding: 10px 15px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -35px 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;
}



.genesis-nav-menu > li > .sub-menu > li.menu-item-has-children > a:after{
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	padding-left:5px;
}

.genesis-nav-menu .sub-menu{
	background-color:#fae9d9;
	border: 1px solid #e28734;
}


/* ## 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
--------------------------------------------- */
#menu.nav-primary .hide-from-desktop, #menu.nav-primary .search-form {
    display: none;
}

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}


.nav-primary .genesis-nav-menu .sub-menu a {
	color: #db6a01;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	/* color: #db6a01; */
}

.nav-primary li ul.sub-menu li a  {
	color:#db6a01;
}

.nav-primary li ul.sub-menu > li:hover > a {
/* 	background-color:#e28734; */
	color:#fff;
}

.nav-primary li ul.sub-menu li:hover {
	background-color:#db6a01;
	color:#fff;
}

.nav-primary .genesis-nav-menu .current_page_ancestor, .nav-primary .sub-menu .current_page_item {
	background-color:#e28734;
}

.nav-primary .sub-menu > li.current_page_item > a, .nav-primary .sub-menu .current_page_ancestor > a{
	color:#fff;
}


/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;

}

.content .entry {
	background-color: #fff;
}

.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-content .orange-box{
	background-color: #db6a01;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	color: #fff;
	overflow: hidden;
}

.entry-content .orange-box h1, .entry-content .orange-box h2, .entry-content .orange-box h3, .entry-content .orange-box h4, .entry-content .orange-box p, .entry-content .orange-box a, .entry-content .orange-box strong{
	color: #fff;
}

.entry-content .orange-box ul{
	margin-left: 20px;
	margin-bottom: 0;
	color: #fff;
}

.entry-content .orange-box ul li{
	margin-bottom: 20px;
}


.entry-content .light-orange-box{
	background-color: #fae9d9;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	color: #fff;
	overflow: hidden;
}

.entry-content .light-orange-box h1, .entry-content .light-orange-box h2, .entry-content .light-orange-box h3, .entry-content .light-orange-box h4, .entry-content .light-orange-box p, .entry-content .light-orange-box a, .entry-content .light-orange-box strong{
	color: #db6a01;
}

.entry-content .light-orange-box ul{
	margin-left: 20px;
	margin-bottom: 0;
	color: #db6a01;
}

.entry-content .light-orange-box ul li{
	margin-bottom: 20px;
}

.entry-content .light-orange-box img{
    max-width: 80%;
    margin: 0px 10%;
    display: block;
}

.entry-content .light-orange-box.videos {
	text-align:center;
}
  
.entry-content .anchor-list{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	display: block;
	overflow: hidden;
}

.entry-content .anchor-list li{
	list-style: none;
	float:left;
	background-color: #e28734;
	margin-right: 5px;
	margin-bottom: 5px;

}

.entry-content .anchor-list li:hover{
	background-color: #db6a01;
}

.entry-content .anchor-list li a{
	color: #fff;
	padding: 5px 10px;
	display: block;
}

.page-featured-image{
	margin-bottom: 20px;
}

.page-featured-image img{
	display: block;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	display:none;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: none;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.tag-links a{
	margin-right:10px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #db6a01;
}

/* ## 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;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.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;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #db6a01;
	clear: both;
	padding-top: 20px;
}

.footer-widgets,
.footer-widgets a {
	color: #333;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #db6a00;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 20px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	/* width: 340px; */
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
	font-size:14px;
	color: #6f6f6f;
}


.footer-social-icons{
	float:right;
	font-size:30px;	
}

.footer-widgets-1 {
}

.site-footer {
	display:none;
}

.footer-widgets p {
	margin-bottom: 20px;
	font-size:14px;
	color: #fff;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-widgets .footer-social-icons a:hover{
	color:#fae9d9;
}


/* # Header layout
---------------------------------------------------------------------------------------------------- */

.social-icons{
	vertical-align: -webkit-baseline-middle;
	margin-left: 10px;
}

.social-icons li a{
	padding:0 0;
	font-size:30px;
}

#menu-top-menu .social-icons li a:hover{
	background-color:white;
	color:#db6a00;
}

.header-widget-area .genesis-nav-menu {
	margin-top: 60px;
}

.first-header #text-2 .widget-wrap .textwidget a{
	color: white;
	background-color:#e28734;
	padding: 10px 15px;	
	margin-left:10px;
	font-size: 20px;
}

.first-header #text-2 .widget-wrap .textwidget .header-donate-button {
	background-color:#db6a00;
}

.first-header #text-2 .widget-wrap .textwidget .header-donate-button:hover {
	background-color:#e28734;
}

.emergency{
	font-weight:bold;
}

.first-header #text-2 .widget-wrap .textwidget a:hover{
	background-color: #db6a00;	
}


#menu-top-menu li a, #menu-user-menu li a, #menu-member-menu li a{
	color:#e28734;
}

#menu-top-menu li:hover > a, #menu-user-menu li:hover > a, #menu-member-menu li:hover > a{
	color:white;
	background-color:#e28734;
	text-decoration: none;
}

#menu-top-menu > li.menu-item-has-children > a:after, #menu-user-menu > li > a:after{
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 16px;
	display: inline-block;
	padding-left:5px;
}


#menu-user-menu li, #menu-member-menu li {
	background-color: #fae9d9;
}

aside.header-widget-area{
	padding: 5px 0 0 0;
}

header.site-header{
	border-top: 1px solid #db6a01;
}

.nav-primary {
	background-color: #db6a01;
}

/*
.hcp .nav-primary {
	background-color: #1089BF;
}

.catering .nav-primary {
	background-color: #37904A;
}

.schools .nav-primary {
	background-color: #C91C24;
}
*/


.menu-primary a {
	color: white;
	font-size: 16px;
}

.menu-primary li:hover {
	background-color: #e28734;
}

.current_page_item > a{
/* 	font-weight: bold; */
}


/*
li.menu-item-has-children:before {
	 content:"\f107"; 
	 font-family: FontAwesome; 
	 margin-right: .5em;
}
*/

#menu-user-menu .menu-item .sub-menu {
/* 	margin-left:-68px; */
}

/* Home Layout
--------------------------------------------- */

.home-section {
	display: block;
}

.home-section {
	text-align:center;
}

.home-section.first {
	margin-top:50px;
}

.home-section.your-stories {
	margin-bottom:50px;
}

.home-section div a {
	color: black;
    display: block;
    overflow: hidden;
    padding-top:10px;	
}

.home-section div a img{
	margin-bottom:0px;
}

.home-section div a:hover {
	color: #e28734;
}

.home-section div a img{
	border: 3px solid transparent;
	border-radius: 100%;
}


.home-section div a:hover img{
	border: 3px solid #e28734;
	border-radius: 100%;
}


.home-section-inner {
	padding: 30px 0;
}

.home-section h2 {
	color: #db6a01;
	text-align: center;
}

.gsps-outer div.gsps-inner {
	margin: 0rem auto;
}

.display-posts-listing {
	margin-top: 20px;
}

.line-break {
	border-bottom: 1px solid #c6c6c6;
	margin: 50px 0 0 0;
}

.utility-bar-left button {
	color: #e28734;
	background-color: #fae9d9;
	text-transform: none;
	font-size:16px;
	padding:15px 15px;
	line-height:1;
    float: left;
}

.utility-bar-left button:hover {
	color: white;
	background-color: #e28734;
	text-decoration: none;
}


.account-button {
	color: #e28734;
	background-color: #fae9d9;
	text-transform: none;
	font-size:16px;
	padding:16px 20px;
	line-height:1;
	display:block;
	float:left;
}

.account-button:hover {
	color: white;
	background-color: #e28734;
	text-decoration: none;
}

.utility-bar-left .widget_text {
    float: left;
}

#membership-links {
    color: #db6a01;
    padding: 10px 10px 10px 20px;
    font-size: 16px;
}

#membership-links span {
    display: inline-block;
    margin: 0 3px;
}

.logged-in #membership-links .join {
    display: none;
}

#membership-links .logout {
    display: none;
}

.logged-in #membership-links .logout {
    display: inline-block;
}

.img-button{
	margin:0 auto;	
}

/* sidebar
--------------------------------------------- */

.sidebar {
	font-size: 16px;
    list-style: none;
	padding: 0;
	margin: 0 auto;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar h4{
	color:#fff;
	background-color: #fae9d9;
	font-size:18px;
	padding:15px;
	margin-bottom:0;
}

.sidebar a{
	color:#fff;
}

.sidebar li a{
	  color: #db6a01;
	  text-decoration: none;
	  line-height: 20px;
	  display: block;
	  width: 100%;
	  padding: 10px;
}

.sidebar li.current_page_item > a{
	color: #fff;
}

.sidebar li a:hover{
	background-color:#db6a01;
	color:#fff;
}

.sidebar .current-menu-item{
	background-color:#db6a01;
	color: #fff;
}

.sidebar .current-menu-item > a{
	color: #fff;
}


.sidebar ul{
	background-color: #fae9d9;
}



.sidebar ul li ul li a{
	padding-left:20px;
}

.sidebar ul li ul li ul li a{
	padding-left:40px;
}


.sidebar .current-menu-item li a{
	color: #db6a01;
}

.sidebar .current-menu-item li a:hover{
	color: #fff;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
}


.sidebar ul .level-1{
	padding-left:20px;
	margin-left:0px;
}

.sidebar ul .level-2{
	padding-left:20px;
	margin-left:0px;
}

.sidebar li.current_page_item{
	background-color:#db6a01;
	color:#fff;
}

.parent-sidebar-menu .current_page_parent {
	background-color:#e28734;
	color: #fff;
}

.parent-sidebar-menu .current_page_parent > a{
	color: #fff;
}

/* Image Grid
--------------------------------------------- */

.display-posts-listing .listing-item {
	width: 31%;
	float: left;
	margin: 1%;
	position: relative;
}

.display-posts-listing .listing-item .title span {
	-webkit-transition: all 0.5s; /* Safari */
	-moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    font-weight: 400;
    font-size:14px;
}

.display-posts-listing .listing-item .title span i{
	font-size: 36px;
	color: #db6a01;
}

.display-posts-listing .listing-item .title:hover > span {
	display: block;	
	opacity: 1;
}

.display-posts-listing .listing-item .title:hover {
	padding-top: 25% !important;
	background-color: rgba(0,0,0,0.5)!important;
}
	
.display-posts-listing .listing-item .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	text-align: center;
    padding-top: 35%;
    font-weight: bold;
    color: white;
    padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all 0.5s; /* Safari */
	-moz-transition: all 0.5s;
    transition: all 0.5s;  
}

.display-posts-listing .listing-item .image img {
	display:block;
}

.display-posts-listing {
	display: block;
	overflow: hidden;
}

/* Donation
--------------------------------------------- */

.donate-bar {
	text-align: center;
	color: white;
	padding: 30px 0px;
	display: block;
	overflow: hidden;
}

.donate-bar h1 {
	color: white;
}

.donate-bar .single-product .entry {
    background: transparent;
}

.donate-bar .single-product .images,
.donate-bar .single-product h1 {
    display: none;
}

.donate-bar .woocommerce div.product div.summary {
    width: 100%;
    float: none;
}

.donate-bar .single-product .nyp {
	width:53%;
	float:left;
}

.donate-bar .woocommerce div.product form.cart .button {
	width:45%;
	float:left;
	height:70px !important;
	font-size: 26px !important;
    font-weight: lighter;
	padding: 0 !important;
	background-color: white;
	color: #db6a01;
	border-radius: 5px !important;
}

.donate-bar .woocommerce div.product form.cart .button:hover {
    background-color: #e28734;
    color: #fff;
}

.donate-bar ul.woocommerce-error, .donate-bar ul.woocommerce-error .button {
    color: #333;
}

.donate-bar .woocommerce-nyp-message {
    display: none !important;
}

#nyp {
	width: 75% !important;
	height:70px !important;
	font-size: 26px !important;
    font-weight: lighter;
	border: none !important;
	border-radius: 0 5px 5px 0 !important;
	color: #db6a01; 
    text-align: left;
}

.donate-bar .single-product .nyp:before {
    content: '£';
    display: inline-block;
	background-color: white !important;
	line-height:70px !important;
	height:70px !important;
	font-size: 26px !important;
	border: none !important;
	border-radius: 5px 0 0 5px;
	color: #db6a01; 
    margin-right: -4px;
    padding: 0 0 0 8px;
}
    
.donate-bar .woocommerce div.product div.summary,
.donate-bar .woocommerce div.product form.cart {
    margin-bottom: 0;
}

.donate-bar a.offline {
    color: #fff;
}

.gsps-inner .donate-section .one-fourth {
	display: block;
	overflow: hidden;
	height: 10px;
}

/* News
--------------------------------------------- */

.news-bar h2 {
	color: #db6a01;
	text-align: center;
}

.news-bar .wrap .home-section-inner .news-wrap .listing-item {
	width:50%;
    display: inline-block;
	padding:10px;
	height: 100%;
}

.news-bar .wrap .home-section-inner .news-wrap{
	text-align: left;	
}

.news-image {
	width:50%;
	float:left;
}

.news-text {
	/* width:50%; */
	float:left;
	padding: 0 10px;
}

.news-text h3 a{
	color: #db6a01;
	margin-bottom: 0;
}

.news-text h6 {
	color: #db6a01;
}
	
.news-text p {
	font-size: 14px;
}

/*
.news-text p a{
	color:black;
}
*/

.news-text p a:hover{
	color: #db6a01;
}

.news-bar .wrap .home-section-inner h2 {
	padding: 30px;
}

/* Banner Bar
--------------------------------------------- */


.banner-title {
	font-size:30px;
	color: #db6a01;
	font-weight:bold;
}

.tp-caption a.banner-link {
	color:black;
	font-weight:bold;
}

.tp-caption {
	text-align:center;
}

.active-revslide .tp-caption {
	width: 100%;
	left:0 !important;
	bottom: 0px !important;
	top: auto !important;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: rgba(255,255,255,0.75);
	
}

.tp-caption a:hover{
	color:#db6a01!important;
}

.page-featured-image {
	height:300px;
	overflow:hidden;
}

/* Utility Bar
--------------------------------------------- */
 
.utility-bar {
	background-color: white;
	color: #ddd;
	font-size: 12px;
	font-size: 1.2rem;
}
 
.utility-bar-left,
.utility-bar-right {
	width: 50%;
}
 
.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}
 
.utility-bar-left {
	float: left;
}
 
.utility-bar-right {
	float: right;
	text-align: right;
}
 
.utility-bar input[type="search"] {
	background: inherit;
	padding: 10px 0 0;
	padding: 1.0rem 0 0;
}

/* Fact Sheets
---------------------------------------------------------------------------------------------------- */

.entry-content .collapseomatic {
	display: block;
	margin-top: 15px;
	background-color: #db6a01;
	color: white;
	padding:10px;
/*
	background-position: right;
	background-image: url('/wp-content/uploads/2015/06/down-arrow.png');
*/
	background-image: none;
}

.entry-content .collapseomatic:after{
	content: "\f054";
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
	padding-left: 5px;
}

.entry-content .collapseomatic.colomat-close:after{
	content: "\f078";
}

.entry-content .colomat-close {
/* 	background-image: url('/wp-content/uploads/2015/06/up-arrow.png'); */
}

.entry-content .collapseomatic_excerpt, .entry-content .collapseomatic_content{
	margin: 0;
	background-color: #fae9d9;	
}

.entry-content .w3eden .link-btn{
	border:none;
	padding: 20px;
}

.entry-content .w3eden a{
	color:#db6a01;
}

.entry-content .w3eden a:hover{
	color:#e28734;
	
}



/* ## WooCommerce
--------------------------------------------- */

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align: center;
}

.white-text .woocommerce ul.products li.product h3{
	color:#fff;
}

.woocommerce ul.products li.product p{
	  margin-top: 1em;
	  margin-bottom: 0;
}

.woocommerce ul.products li.product p.date {
	margin-top: -0.8em;
    font-size: 0.8em;
}

.woocommerce ul.products li.product .button{
	border-radius: 3px;
	background-color: #e28734;
	color: white;
	font-weight: normal;
	text-transform: none;
}

.white-text .woocommerce ul.products li.product .button{
	border:1px solid #fff;
	color: #fff;
	background-color: transparent;
}

.woocommerce ul.products li.product .button:hover{
	background-color: #db6a00;
	color: #fff;
}

.white-text .woocommerce ul.products li.product .button:hover{
	background-color: #fff;
	color: #ef2c3b;
}


.home .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price{
	display: none;
}

.woocommerce ul.products li.product .date-time{
	margin-top: 10px;
	display: block;
}

.woocommerce div.product form.cart .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	background-color: #e28734;
}

.woocommerce div.product form.cart .button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
	background-color: #db6a00;
}


a.checkout-button.button.alt.wc-forward, input#place_order{
	background-color: #e28734;
}

a.checkout-button.button.alt.wc-forward:hover, input#place_order:hover{
	background-color: #db6a00;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
	background-color: #db6a01!important;
}


.wpmenucartli.wpmenucart-display-standard.menu-item{
	border:1px solid #db6a01;
	border-radius: 5px;
	padding: 0;
	margin-left:15px;
}

.wpmenucartli.wpmenucart-display-standard.menu-item:hover{
	background-color: #db6a01;
}

.wpmenucartli.wpmenucart-display-standard.menu-item a{
	color:#db6a01;
	padding: 5px 10px;
	font-size: 14px;
}

.wpmenucartli.wpmenucart-display-standard.menu-item:hover a{
	color:#fff;
	text-decoration: none;
}

.woocommerce-checkout #payment ul.payment_methods li{
	list-style: none;
}

.woocommerce form .form-row label.checkbox[for="createaccount"] {
	font-weight: bold;
}

.woocommerce .related ul li.product, 
.woocommerce .related ul.products li.product, 
.woocommerce .upsells.products ul li.product, 
.woocommerce .upsells.products ul.products li.product, 
.woocommerce-page .related ul li.product, 
.woocommerce-page .related ul.products li.product, 
.woocommerce-page .upsells.products ul li.product, 
.woocommerce-page .upsells.products ul.products li.product{
/* 	width: 22.1%!important; */
	width: 30.8%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	/*width: 30.8%; */
	/*width: 48%; */
/* 	width: 23%;  */
	margin: 0px 2% 2.992em 0;
}

.woocommerce-cart table.cart input{
	font-size: 14px;
}

.content .wc-bookings-booking-form{
	border:none;
	padding: 0;
}

.woocommerce-tabs{
	margin-top: 20px;
}

.related.products{
	border-top:1px solid #ccc;
	padding-top: 20px;
	clear: both;
}

/*
.woocommerce.archive ul.products li.product, .woocommerce-page ul.products li.product{
	width: 30.8%;
}
*/

p.woocommerce-result-count{
	display: none;
}
/*

.wc-bookings-date-picker .ui-datepicker th{
	padding:0;
}

.wc-bookings-date-picker .ui-datepicker td .ui-state-default{
	padding: 0;
}
*/

/* hide SKU on product meta section */
.product_meta .sku_wrapper {
	display:none;
}
 
/* hide product categories on product meta section */
.product_meta .posted_in {
	display:none;
}
 
/* hide product tags on product meta section */
.product_meta .tagged_as {
	display:none;
}

.woocommerce form .form-row .input-radio {
	display: inline;
	margin: 10px 8px 20px 0;
	text-align: center;
	vertical-align: middle;
	clear: both;
	display: block;
	float: left;
}

.woocommerce form .form-row label.radio , .woocommerce-page form .form-row label.radio  {
	display: inline;
	float: left;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	background: transparent;
}

.woocommerce ul.products li.product a img {
	width: auto;
	height: 95px;
	margin: auto;
}

.woocommerce ul.products li.product a h3 {
	font-size: 0.9em;
	min-height: 51px;
}

.woocommerce ul.products li.product .date-time {
	display: none;
}

.woocommerce ul.products li.product a.button {
	margin-top: 0.2em;
}

body.single-product .product .entry-summary ul {
	margin: 0 0 1em 1em;
}
body.single-product .product .entry-summary ul li {
	list-style-type: disc;
    display: list-item;
    margin-top: 0.3em;
}

/* Reviews List
--------------------------------------------- */  

#review-list-search-form label {
    display: inline-block;
    width: 200px;
}

#review-list-search-form select, input[type="text"] {
    width: auto;
    display: inline-block;
    margin: 0.2em 0;
}

.review-items .review-item {
    border-top: 1px solid #000;
    padding-top: 1em;
    margin-top: 1em;
}

.review-items .review-item .location-reviews article {
    padding: 1em;
    background-color: #FFF7F0;
    margin: 1em 0;
}

/* Reviews Map
--------------------------------------------- */  

.reviews-overlay-content {
    width: 400px;
}

.reviews-overlay-content article {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1em 0;
}

.reviews-overlay-content .review-comments {
    font-size: 1.2em;
    line-height: 1.1;
    white-space: pre-line;
    margin: 1em 0;
}

.reviews-overlay-content .review-this {
    font-size: 1.2em;
    display: inline-block;
    margin: 1em 0;
}

/* Pop modal
--------------------------------------------- */  

.popModal.bottomCenter:before, .popModal.bottomLeft:before, .popModal.bottomRight:before, .popModal.bottomCenter:after, .popModal.bottomLeft:after, .popModal.bottomRight:after{
	display:none;
}

.popModal{
	box-shadow: none;
	margin-top: -10px;
	border:none;
	background-color: #fae9d9;
	border:1px solid #e28734;
}

.ual_text_above {
	font-size:24px;
	color: #db6a01;
}

.popModal .close {
	line-height: 30px;
	padding: 0px 5px;
	border: none;
}

.popModal .popModal_content {
	margin:0px;
}

input.ual_field {
	padding:5px;
}

.ual_item input {
	color: #fff;
	background-color: #e28734;
	text-transform: none;
	font-size:16px;
	padding:10px 20px;
	line-height:1;
}

.ual_form_item{
	margin-bottom: 10px;
}

.ual_item input:hover {
	color: #fff;
	background-color: #db6a01;
	text-decoration: none;
}

#forgotten_password_button {
    margin: 0 0 1em;
    display: inline-block;
}

form[id^="ual_forgot_form"] {
    margin: 1em 0 0;
}

/* # Custom post search
---------------------------------------------------------------------------------------------------- */

.acps_keyword_input{
	display: none;
}

/* Mobile Navigation control */
#header {
    display: none;
}

.mobile-only, .genesis-nav-menu .menu-item.mobile-only{
	display: none;
}

.comments-link {
	display:none;
}

.search-results .entry-meta {
	border-top: 2px solid #f5f5f5;
}

/* Membership banner message
--------------------------------------------- */  

.banner-message {
    background-color: #ff0000;
    color: #fff;
    padding: 1em 2em;
    margin: 0 0 1em 0;
}

.banner-message a {
    color: #fff;
    text-decoration: underline;
}


/* WooCommerce My Account extra fields
--------------------------------------------- */  

#my-account-extras {
    margin: 1em 0 0 0;
}

#my-account-extras th {
    width: 50%;
    padding: 0.5em 1em 0.5em 0;
}

#my-account-extras th label {
    font-weight: lighter;
}

#my-account-extras tbody,
#my-account-extras td {
    border: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
    list-style-type: none;   
}
.woocommerce-MyAccount-navigation ul li.is-active {
    font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
}

/* FAQS		
--------------------------------------------- */  
.collapseomatic_content  {
	padding: 20px;
}

/* Our team		
--------------------------------------------- */  

.entry-content .light-orange-box img.our-team-image {
	float: left;
	padding: 0 10px 10px 0;
	width: 200px;
}

/* Buy now buttons		
--------------------------------------------- */

.buy-now-button {
	padding: 5px;
	border: 1px solid #db6a01;
	background-color: #db6a01;
	color: white !important;
}

.buy-now-button:hover {
	background-color: white;
	color: #db6a01 !important;
}

.buy-now-button-orange {
	padding: 5px;
	border: 1px solid #db6a01;
	background-color: white;
	color: #db6a01 !important;
}

.buy-now-button-orange:hover {
	background-color: #db6a01;
	color: white !important;
}

.conference-list li{
	list-style-type: disc;
	margin-left:20px;
}

/* # Speech Bubbles
---------------------------------------------------------------------------------------------------- */

.bubble 
{
position: relative;
width: 241px;
height: 480px;
padding: 0px;
background: #db6a01;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: #db6a01 solid 5px;
}

.bubble:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 10px 15px 10px 0;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
margin-top: -10px;
left: -15px;
top: 25%;
}

.bubble:before 
{
content: '';
position: absolute;
border-style: solid;
border-width: 14px 19px 14px 0;
border-color: transparent #db6a01;
display: block;
width: 0;
z-index: 0;
margin-top: -14px;
left: -24px;
top: 25%;
}

.bubble img {
	width:100% !important;
	height:auto !important;
	padding:0 !important;
	margin:0 !important;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1296px) {
	
/* # Donate Bar
---------------------------------------------------------------------------------------------------- */

	.genesis-nav-menu a {
		padding: 15px 6px;
	}

	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
	.menu-primary.genesis-nav-menu {
		text-align: center;
	}
	
	.header-image .site-title > a{
		background: url(images/logo.png) no-repeat center;
		background-size: contain;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	
	.widget-area.header-widget-area {
		width: 280px;
	}
	
	.content,
	.site-header .widget-area {
		width: 700px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.sidebar-primary,
	.title-area {
		width: 50%;
	}
	
	.sidebar-content-sidebar .sidebar-primary
	{
		width: 40%;
	}
	
	.footer-widgets-3 {
		width:20%;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 1056px) {

	.sidebar-content-sidebar .sidebar-primary
	{
		width: 100%;
	}
	
	.news-bar .wrap .home-section-inner .news-wrap .listing-item {
		height: auto;
	}

	.site-header .widget-area {
		text-align: center;
	}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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 5%;
	}

	.header-image .title-area {
		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;
	}
	
	.utility-bar-right .genesis-nav-menu {
		text-align: right;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		/* padding: 20px 16px; */
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

@media only screen and (max-width: 960px) {

	/* Woocommerce
	--------------------------------------------- */	
	
	.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
		width: 100%;
	}
	
	.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product{
		width: 100%;
	}

	.woocommerce .related ul li.product, 
	.woocommerce .related ul.products li.product, 
	.woocommerce .upsells.products ul li.product, 
	.woocommerce .upsells.products ul.products li.product, 
	.woocommerce-page .related ul li.product, 
	.woocommerce-page .related ul.products li.product, 
	.woocommerce-page .upsells.products ul li.product, 
	.woocommerce-page .upsells.products ul.products li.product{
		width: 100%;
	}
	
	.woocommerce.archive ul.products li.product, .woocommerce-page ul.products li.product{
		width: 100%;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	  float: left;
	  clear: none;
	  margin: 0 10px 2.992em;
	}
	
	.wpmenucartli.wpmenucart-display-standard.menu-item{
		margin-left: 0;
		margin-top: 5px;
	}

	.wpmenucartli.wpmenucart-display-standard.menu-item a{
		font-size: 16px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		font-size:12px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs{
		padding-left: 10px;
	}
	
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
		float:none;
	}
	
	/* START Make the cart table responsive */
	/* http://css-tricks.com/responsive-data-tables/ */

	/* Force table to not be like tables anymore */
	.woocommerce-page table.shop_table, 
	.woocommerce-page table.shop_table thead, 
	.woocommerce-page table.shop_table tbody, 
	.woocommerce-page table.shop_table th, 
	.woocommerce-page table.shop_table td, 
	.woocommerce-page table.shop_table tr { 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.woocommerce-page table.shop_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.woocommerce-page table.shop_table tr { 
		/*border: 1px solid #d2d3d3; */
	}

	.woocommerce-page table.shop_table td { 
		/* Behave  like a "row" */
		border: 1px solid #d2d3d3; 
		position: relative;
		padding-left: 36% !important; 
	}

	.woocommerce-page table.shop_table td + td { 
		border-top: 0;
	}

	.woocommerce-page table.shop_table {
		border: none;
	}

	.woocommerce-page table.shop_table td.product-spacer {
		border-color: #FFF;
		height: 10px;
	}

	.woocommerce-page table.shop_table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	/*
	Label the data
	*/
	.woocommerce-page table.shop_table td.product-remove:before {
		content: "DELETE";
	}

	.woocommerce-page table.shop_table td.product-thumbnail:before {
		content: "IMAGE";
	}

	.woocommerce-page table.shop_table td.product-name:before {
		content: "PRODUCT";
	}

	.woocommerce-page table.shop_table td.product-price:before {
		content: "PRICE";
	}

	.woocommerce-page table.shop_table td.product-quantity:before {
		content: "QUANTITY";
	}

	.woocommerce-page table.shop_table td.product-subtotal:before {
		content: "SUBTOTAL";
	}

	.woocommerce-page table.shop_table td.product-total:before {
		content: "TOTAL";
	}
	
	.woocommerce-page table.shop_table td.product-name dd.variation-Type {
		margin: 0;
	}

	.woocommerce .quantity, 
	.woocommerce #content .quantity, 
	.woocommerce-page .quantity, 
	.woocommerce-page #content .quantity {
		margin: 0;
	}

	.woocommerce-page table.cart td.actions, 
	.woocommerce-page #content table.cart td.actions {
		text-align: left;
		border:0;
		padding-left: 6px !important;
		overflow: visible;
	}

	.woocommerce-page table.cart td.actions .button.alt, 
	.woocommerce-page #content table.cart td.actions .button.alt {
		float: left;
		margin-top: 10px;
	}
	
	.woocommerce-page table.cart td.actions .button {
		width: auto;
	}

	.woocommerce-page table.cart td.actions div, 
	.woocommerce-page #content table.cart td.actions div,
	.woocommerce-page table.cart td.actions input, 
	.woocommerce-page #content table.cart td.actions input {
		margin-bottom: 10px;
	}

	.woocommerce-page .cart-collaterals .cart_totals {
		float: left;
		width: 100%;
		text-align: left;
	}

	.woocommerce-page .cart-collaterals .cart_totals th, 
	.woocommerce-page .cart-collaterals .cart_totals td {
		border:0 !important;
	}

	.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
	.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
	.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
		padding-left: 6px !important;
	}

	.woocommerce-page table.shop_table tr.cart-subtotal td,
	.woocommerce-page table.shop_table tr.shipping td,
	.woocommerce-page table.shop_table tr.total td,
	.woocommerce-page table.shop_table.order_details tfoot th,
	.woocommerce-page table.shop_table.order_details tfoot td {
		padding-left: 6px !important;
		border:0 !important;
	}

	.woocommerce-page table.shop_table tbody {
		padding-top: 10px;
	}

	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2,
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}

	.woocommerce .order_details ul, 
	.woocommerce-page .order_details ul,
	.woocommerce .order_details, 
	.woocommerce-page .order_details {
		padding:0;
	}

	.woocommerce .order_details li, 
	.woocommerce-page .order_details li {
		clear: left;
		margin-bottom: 10px;
		border:0;
	}

	/* END Make the cart table responsive */

	/* MMenu mobile navigation
	--------------------------------------------- */
	
	.mobile-only, .genesis-nav-menu .menu-item.mobile-only{
		display: block;
	}


    .site-container .nav-primary {
        display: none;
    }
    
    .mm-page #header {
        display: block;
        position: absolute;
    }
    
    .mm-page #header a {
        display: block;
        height: 64px;
        text-align: center;
        width: 64px;
    }
    
    .mm-page #header a i {
        font-size: 20px;
        line-height: 64px;
        width: 63px;
    }
    
    .site-header .title-area{
		width: 100%;
		float: right;
		height: 63px;
		padding: 0;
	}
	
	header.site-header{
		border:none;
	}
	
	.header-image .site-title > a{
		min-height: 64px;
	}
	
	.site-header .wrap{
		padding: 0 5%;
		border-bottom:1px solid #db6a01;
		max-width: 100%;
	}
	
	.utility-bar{
		display: none;
	}
	
	.site-header .widget-area{
		display: none;
	}
	
	.genesis-nav-menu .menu-item{
		display: block;
		border:transparent;
	}
    
    .mm-menu.mm-offcanvas {
        z-index: 9;    
    }
    
	.mm-menu > .mm-panel.mm-hasnavbar{
		padding-left: 0;
		padding-right: 0;
	}
	
	.mm-listview > li > a, .mm-listview > li > span{
		padding: 10px;
	}
	
	.mm-menu > .mm-panel > .mm-listview{
		margin:20px 0;
	}
	
	.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after{
		border-color:#fff;
	}
	
	.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after{
		border-color:#fff;
	}
	
	.mm-listview > li > a, .mm-listview > li > span{
		color: #fff;
		font-size: 14px;
	}
	
	
	.mm-listview, .mm-listview > li{
		border:transparent;
	}
	
    .mm-menu .mm-panel:first-child .mm-navbar {
        top: 13.5em;
    }
    
	.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a{
		color: #fff;
	}
	
    .mm-menu .login-button {
        margin-top: 0;
        float: none;
        width: 100%;
        color: #e28734;
        background-color: #fae9d9;
        text-transform: none;
        font-size: 16px;
        padding: 15px 15px;
        line-height: 1;
        border: none;
        cursor: pointer;
        display: block;
    }
    .mm-menu .login-button:hover {
        background-color: #e28734;
        color: #fff;
    }
    #mm-menu .membership-links a {
        display: block;
        width: 100%;
        font-size: 0.9em;
        padding: 0.9em 0.75em;
        text-align: left;
    }
    #mm-menu .membership-links a:hover {
        background: #e28734;
    }
    #mm-menu .membership-links span {
        display: none;
    }
    
    #mm-menu .user-menu {
        margin-bottom: 3em;
        border-bottom: 0.1em solid #fff;
    }
    
    .mm-menu .search-form {
        margin-top: -3.8em;
        margin-bottom: 0;
        border-bottom: 0.5em solid #fff;
        position: relative;
    }
        
    .mm-menu .search-form input[type="submit"] {
        display: block;
        font-family: 'FontAwesome';
        position: absolute;
        top: 0.3em;
        right: 0.2em;
        font-size: 1.5em;
        color: #aaa;
        padding: 0;
        background: transparent;
    }
    
    .mm-menu .wpmenucartli.wpmenucart-display-standard.menu-item a {
        color: #fff;
    }
    
	#mm-blocker{
/* 		box-shadow: inset 10px 0px 50px rgba(0,0,0,0.25); */
	}
	
	.genesis-nav-menu .menu-item:hover{
		position: relative;
		background-color: none;
	}
	
	.mobile-only.extra-menus{
		margin: 0;
	}
	
	.mobile-only.social-icons{
		display: block;
		overflow: hidden;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0;
		padding: 10px;
	}
	
	.mobile-only.social-icons a {
	  float: left;
	  width: 32px;
	  font-size: 32px;
	  margin-left: 0;
	  display: block;
	  padding: 0;
	  margin-right: 10px;
	}
	
	/* Responsive Menu
	--------------------------------------------- */
/*
	.nav-primary{
		width:100%;
		margin:0;
	}
 
	.nav-primary .wrap{
		padding: 0;
	}
 
    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.responsive-menu {
		padding: 0 20px;
		text-align: center;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
		background: none;
		display: block;
		line-height: 1;
		padding: 12px 0;
	}
	
	.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: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
		color: #fff;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
		color: #fff;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		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;
		padding-left: 20px;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		display: block;
		padding-left: 20px;
		margin: 0;
		color:red;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		padding: 12px 0;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
		
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		
	}
	
	#menu-patient-menu li ul.sub-menu li a, #menu-catering-menu li ul.sub-menu li a, #menu-schools-menu li ul.sub-menu li a, #menu-hcp-menu li ul.sub-menu li a {
		color: white;
	}
	
	#menu-patient-menu li ul.sub-menu li:hover, #menu-hcp-menu li ul.sub-menu li:hover, #menu-catering-menu li ul.sub-menu li:hover, #menu-schools-menu li ul.sub-menu li:hover {
		background-color: #db6a01;
  		color: #fff;
  	}
  	
  	.menu-primary li:hover {
	  	background-color: #db6a01;
  	}
	
	.responsive-menu-icon {
		cursor: pointer;
		margin-bottom: -1px;
		text-align: center;
	}

	.responsive-menu-icon::before {
		content: "\f333";
		display: inline-block;
		font: normal 28px/1 'dashicons';
		margin: 0 auto;
		padding: 10px;
	}
	
	.nav-primary .responsive-menu-icon::before {
		color: white;
	}
	
	.genesis-nav-menu span{
		clear: both;
		display: block;
	}
*/
	

	/* Page Layout
	--------------------------------------------- */

	.gsps-outer .gsps-inner .home-section .wrap {
		padding: 0 20px;
	}
	
	.first-header #text-2 .widget-wrap .textwidget a {
		font-size: 10px;
	}
	
	.site-header .widget-area {
		float: none;
		text-align:center;
	}
	
	.header-widget-area .genesis-nav-menu {
		margin-top:15px;
	}
	
	.header-image .site-title > a{
		background: url(images/logo.png) no-repeat center;
		background-size: contain;
	}
	
	.site-container .utility-bar .wrap {
		padding: 0;
	}
	
	.page-featured-image {
		height:100%;
	}
	

	/* Image Grid
	--------------------------------------------- */

	.display-posts-listing .listing-item {
		width: 100%;
		float:none;
	}	
	
	.display-posts-listing {
		padding: 10px 10%;
	}
	
	.listing-item a.image img {
		width: 100%;
	}

	/* Donations
	--------------------------------------------- */

	.donate-bar .woocommerce div.product form.cart .button {
		width:90%;
		margin: 20px 5% 0 !important;
	}
    
    .donate-bar ul.woocommerce-error .button {
        float: none;   
    }
    
    .donate-bar ul.woocommerce-error .button:after {
        content: '';
        display: block;
        clear: both;
    }
	
	.give-total-wrap {
		width: 90%;
  		margin: 0 5%;
  	}
  	
  	#nyp {
	  	width: 95% !important;
	  	text-align: center;
  	}
    
    .donate-bar .single-product .nyp {
        float: none;
        width: 90%;
        margin: 0 5%;
    }
  	
  	.donate-bar .single-product .nyp:before {
	  	width:5%;
	  	padding:0px !important;
  	}

    .donate-bar a.offline {
        margin-top: 30px;   
    }
	  	
	/* News
	--------------------------------------------- */  	
  	
  	.news-bar .wrap .home-section-inner .news-wrap .listing-item {
		width: 100%;  	
		margin-bottom: 0;
  	}
  	
  	.news-image {
	  	width: 100%;
  	}
  	
  	.news-text {
	  	width: 100%;
  	}
  	
	/* Footer
	--------------------------------------------- */  

	.footer-social-icons {
		float: left;
	}
  	
	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.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;
	}

}

@media only screen and (max-width: 768px) {

	.woocommerce ul.products li.product {
			margin: 0 0px 2.992em;
	}
	
}

@media only screen and (max-width: 480px) {
    #membership-links {
        padding-top: 0;
        padding-bottom: 0;
        white-space: pre;
    }
    #membership-links span {
        display: none;
    }
    #membership-links a {
        display: block;
    }
}