/*
	Theme Name: Agency Pro Theme
	Theme URI: http://my.studiopress.com/themes/agency/
	Description: Lotus CLub
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Agency Pro Blue
		- Agency Pro Green
		- Agency Pro Orange
		- Agency Pro Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 680px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border: 0px solid silver;margin:0 2px;padding: .35em .625em .75em;}legend{border:0;padding:0;width: 100%;/* margin: -10px -10px -10px -10px; */font-size: 20px;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	/* box-sizing:         border-box; */
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

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


/*
Defaults
---------------------------------------------------------------------------------------------------- */

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

body {
	background-color: #d7c603;
	color: #717275;
	font-family: "museo-sans", sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.agency-pro-home .featured-content img,
.button {
	-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: #d7c603;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 23px;
	padding: 0;
}

strong {
	font-weight: 400;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'museo-sans', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 9px;
	text-align: center;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 23px;
	text-align: center;
	font-weight: lighter;
	letter-spacing: 1px;
	/* font-weight: lighter; */
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 17px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px !important;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 0px;
	color: #999;
	font-size: 14px;
	padding: 16px;
	width: 100%;
	margin-bottom: 0px;
	margin-right: 7px;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #EF4F8E !important;
	border-radius: 3px !important;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'museo-sans', sans-serif;
	padding: 4px 9px !important;
	text-transform: uppercase;
	width: auto;
	font-weight: 300;
	float: left;
	margin-top: 4px;
	/* margin-bottom: 20px; */
	clear: both;
}

.button,
.entry-content .button {
	display: inline-block;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #d7c603;
	color: #fff;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	margin-bottom: 17px;
	width: 100%;
	margin-top: 10px;
}

tbody {
	border-bottom: 0px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 0px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
body.single-partner > div.site-container > div.site-inner {
	width: 620px;
	
	
	/* margin-top: 20px; */
}
.header-full-width .site-container,
.site-container {
	/* padding-top: 20px; */
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1024px;
}

.site-inner {
	clear: both;
	padding: 5% 0;
}

.agency-pro-home .site-inner {
	padding: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

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

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	/* float: right; */
	/* width: 620px; */
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 505px;
	margin-left: auto;
	margin-right: auto;
}


/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	clear: both;
}

/* 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
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #CCC;
	font-family: 'museo-sans', sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}

.breadcrumb a {
	color: #ccc;
}

.archive-description,
.author-box {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
}

.archive-description {
	padding: 0px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #333;
	font-size: 43px;
	line-height: 1;
}

body.archive .entry-title {
color: #333;
font-size: 63px;
line-height: 1;
}

.entry-title a {
	color: #333;
}

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

.archive-title {
	font-size: 26px;
	/* margin-bottom: 24px; */
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
}

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	font-size: 22px;
	line-height: 1.1;
}

a.more-link {
	font-family: 'museo-sans', sans-serif;
	text-transform: uppercase;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

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

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #222;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #d7c603;
	color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 13px;
	padding: 3px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 5px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	/* margin-bottom: -16px; */
}

/* Jetpack
---------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #333;
	min-height: 61px;
	width: 100%;
	z-index: 999;
}

/* Title Area
--------------------------------------------- */

.title-area {
	padding: 16px 0;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'museo-sans', sans-serif;
	font-size: 28px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	color: #fff;
}



.site-title a:hover {
	color: #d7c603;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
	text-align: center;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 60px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

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

.site-header .widget-area li {
	margin: 0;
	padding: 0;   
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'museo-sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	font-weight: 300;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 18px 16px 20px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {

}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.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: 180px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #282828;
	border: none;
	font-size: 12px;
	padding: 16px;
	position: relative;
	width: 180px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #333;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}

.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 {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
	display: inline-block;
	padding: 18px 16px 20px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu .search input {
	font-size: 12px;
	padding: 12px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: rgba(0, 0, 0, 0.1);
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #444;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.agency-pro-home .content .widget {
	background: #fff;
	margin-bottom: 80px;
	padding: 40px;
}

.agency-pro-home .content .featured-content {
	padding: 0;
}

.agency-pro-home .content .featured-content .widget-title {
	color: #fff;
	text-align: center;
	margin: -40px 0 0;
	padding-bottom: 20px;
}

.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .featured-content .widget-title::after {
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
}

.agency-pro-home .content .featured-content .widget-title::before {
	margin-right: 12px;
}

.agency-pro-home .content .featured-content .widget-title::after {
	margin-left: 12px;
}

.agency-pro-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
}

.agency-pro-home .content .featured-content article ~ .widget-title:before,
.agency-pro-home .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	text-align: center;
}

.agency-pro-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.agency-pro-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}

.agency-pro-home .content .featured-content .entry-header {
	padding: 40px 40px 0;
}

.agency-pro-home .content .featured-content .entry-content {
	padding: 0 40px;
}

.agency-pro-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
}

.agency-pro-home .featured-content a:hover {
	color: #d7c603;
}

.agency-pro-home .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33334%;
}

.agency-pro-home .featuredpost img.entry-image {
	margin: 0;
}

.home-top .wrap {
	color: #fff;
	font-family: 'museo-sans', sans-serif;
	padding: 15% 0;
	text-align: center;
}

.home-top .widget-title {
	color: #fff;
	font-size: 60px;
	line-height: 1;
}

.home-top .button {
	background-color: #fff;
	border-radius: 50px;
	color: #333;
	text-transform: uppercase;
}

.home-top .widget .button:hover {
	background-color: #333;
	color: #fff;
}

.home-middle {
	padding: 10% 0 5%;
}

.home-middle .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

.home-middle .featuredpost img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.1;
	  -khtml-opacity: 0.1;
	  opacity: 0.1;
}

.home-middle .featuredpost .entry {
	background-color: #333;
	color: #fff;
}

.home-middle .featuredpost .entry {
	min-height: 380px;
}

.home-middle .featuredpost .entry-title a {
	color: #fff;
}

.home-bottom {
	padding: 5% 0 10%;
}

.home-bottom .featuredpost .entry {
	min-height: 320px;
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}

.home-bottom .featuredpost .entry:hover {
	background-color: #333;
	color: #fff;
}

.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}

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

.entry {
	/* padding: 30px 10px 10px 10px; */
	/* background-color: #fff; */
	border-radius: 0px;
	margin-bottom: 37px;
	margin-top: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
}

.entry-content ol,
.entry-content ul {
	/* margin-left: 40px; */
	font-size: 13px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
 /* margin-left: 10px; */
 list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-family: 'museo-sans', sans-serif;
	font-size: 14px;
	margin: 40px 0;
	text-transform: uppercase;
}

.archive-pagination a {
	color: #fff;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #d7c603;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.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;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 40px;
	padding: 0 40px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-left: 2px solid #f5f5f5;
}

.comment-header {
	color: #333;
	font-family: 'museo-sans', sans-serif;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-reply-link {
	font-family: 'museo-sans', sans-serif;
	text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}

.sidebar .enews-widget {
	background-color: #333;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #ececec;
	color: #999;
	clear: both;
	padding: 60px 0 36px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 100%;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	text-align: center;
	width: 100%;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	/* margin-bottom: 24px; */
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	display: inline;
	color: #717275; 
	letter-spacing: 1px;
	font-size: 13px;
	margin: 5px;
	border-right: 1px solid;
	padding-right: 14px;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f5f5f5;
	color: #999;
	font-family: 'museo-sans', sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #333;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Agency Pro Blue
--------------------------------------------- */

.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .site-title a:hover,
.agency-pro-blue a,
.agency-pro-blue.agency-pro-home .featured-content a:hover {
	color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue .breadcrumb a,
.agency-pro-blue .genesis-nav-menu a,
.agency-pro-blue .home-top a:hover,
.agency-pro-blue .site-title a,
.agency-pro-blue a:hover.button,
.agency-pro-blue a.button {
	color: #fff;
}

.agency-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-blue .site-footer a {
	color: #999;
}

.agency-pro-blue .archive-pagination a,
.agency-pro-blue .entry-title a,
.agency-pro-blue .entry-title,
.agency-pro-blue .home-top a,
.agency-pro-blue .site-footer a:hover,
.agency-pro-blue a:hover {
	color: #333;
}

.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue a:hover.button,
.agency-pro-blue button:hover,
.agency-pro-blue input:hover[type="button"],
.agency-pro-blue input:hover[type="reset"],
.agency-pro-blue input:hover[type="submit"],
body.agency-pro-blue {
	background-color: #0cc4c6;
}

/* Agency Pro Green
--------------------------------------------- */

.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .site-title a:hover,
.agency-pro-green a,
.agency-pro-green.agency-pro-home .featured-content a:hover {
	color: #FF8DB7;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green .breadcrumb a,
.agency-pro-green .genesis-nav-menu a,
.agency-pro-green .home-top a:hover,
.agency-pro-green .site-title a,
.agency-pro-green a:hover.button,
.agency-pro-green a.button {
	color: #000;
}

.agency-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-green .site-footer a {
	color: #F491B1;
	/* font-weight: bold; */
}

.agency-pro-green .archive-pagination a,
.agency-pro-green .entry-title a,
.agency-pro-green .entry-title,
.agency-pro-green .home-top a,
.agency-pro-green .site-footer a:hover,
.agency-pro-green a:hover {
	color: #717275;
}

.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover {
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green a:hover.button,
.agency-pro-green button:hover,
.agency-pro-green input:hover[type="button"],
.agency-pro-green input:hover[type="reset"],
.agency-pro-green input:hover[type="submit"],
body.agency-pro-green {
	background-color: #FF7EB1;
}

/* Agency Pro Orange
--------------------------------------------- */

.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .site-title a:hover,
.agency-pro-orange a,
.agency-pro-orange.agency-pro-home .featured-content a:hover  {
	color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange .breadcrumb a,
.agency-pro-orange .genesis-nav-menu a,
.agency-pro-orange .home-top a:hover,
.agency-pro-orange .site-title a,
.agency-pro-orange a:hover.button,
.agency-pro-orange a.button {
	color: #fff;
}

.agency-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-orange .site-footer a {
	color: #999;
}

.agency-pro-orange .archive-pagination a,
.agency-pro-orange .entry-title a,
.agency-pro-orange .entry-title,
.agency-pro-orange .home-top a,
.agency-pro-orange .site-footer a:hover,
.agency-pro-orange a:hover {
	color: #333;
}

.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange a:hover.button,
.agency-pro-orange button:hover,
.agency-pro-orange input:hover[type="button"],
.agency-pro-orange input:hover[type="reset"],
.agency-pro-orange input:hover[type="submit"],
body.agency-pro-orange {
	background-color: #f07802;
}

/* Agency Pro Red
--------------------------------------------- */

.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .site-title a:hover,
.agency-pro-red a,
.agency-pro-red.agency-pro-home .featured-content a:hover {
	color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red .breadcrumb a,
.agency-pro-red .genesis-nav-menu a,
.agency-pro-red .home-top a:hover,
.agency-pro-red .site-title a,
.agency-pro-red a:hover.button,
.agency-pro-red a.button {
	color: #fff;
}

.agency-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-red .site-footer a {
	color: #999;
}

.agency-pro-red .archive-pagination a,
.agency-pro-red .entry-title a,
.agency-pro-red .entry-title,
.agency-pro-red .home-top a,
.agency-pro-red .site-footer a:hover,
.agency-pro-red a:hover {
	color: #333;
}

.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red a:hover.button,
.agency-pro-red button:hover,
.agency-pro-red input:hover[type="button"],
.agency-pro-red input:hover[type="reset"],
.agency-pro-red input:hover[type="submit"],
body.agency-pro-red {
	background-color: #de3233;
}
/*
Shape Styles Queries
---------------------------------------------------------------------------------------------------- */
#gform_wrapper_4 {background-color: #D7F5F8 !important; padding: 15px}
#gform_4 > div.gform_heading > h3 {text-align: center}

#invitecode-section > p {font-size: 10px; padding-top: 10px}

body.single-partner > div.site-container > div.site-inner > div > main > article > div > p {text-align: left;}
body.single-partner > div.site-container > div.site-inner > div > main > div {}

body > div.site-container > div.site-inner > div > aside > div.partner_details > h2 {
text-align: left;
font-size: 35px;
font-weight: 200;
}

body > div.site-container > div.site-inner > div > aside > div.partner_details > h2 {
	text-align: left;
	font-size: 35px;
	font-weight: 200;
}

body > div.site-container > div.site-inner > div > aside > div.partner_offers {margin-top: 20px; clear: both;width: 100%;float: left;}

#primary_offer {
	background-color: #DC2E7A !important;
padding: 20px;
padding-left: 80px;
margin-bottom: 20px !important;
color: #fff;
background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/small_white1.png) 10px 18px no-repeat;
border-radius: 2px;
font-size: 20px;

	/* width: 48.71%; */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#secondary_offer {
		background-color: #F491B1 !important;
padding: 20px;
padding-left: 80px;
margin-bottom: 20px !important;
color: #fff;
background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/small_white1.png) 10px 18px no-repeat;
border-radius: 2px;
font-size: 20px;

		/* width: 48.71%; */

		/* margin-left: 2.56%; */
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */


		}




body.archive > div.site-container > div.site-inner > div > main {
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
body.page-id-66 > div.site-container > div.site-inner > div > main, 
body.page-id-566 > div.site-container > div.site-inner > div > main, 
body.page-id-769 > div.site-container > div.site-inner > div > main {
width: 90%;
margin-left: 5%;
margin-right: 5%;
}

body.page-id-25 > div.site-container > div.site-inner > div > main {
	/* width: 90%; */
	margin-left: auto;
	margin-right: auto;
}






body.page-id-66 #pid > li {
	/* width: 18% !important; */
}

#membership-wrapper legend {
	text-align: center;
}

#menu-partners li {
list-style-type: none;
margin-bottom: 6px;
width: 300px;
height: 300px;
background: azure;
float: left;
margin-left: 21px;
}

#menu-item-95 li {
	background-color:	rgba(219,195,255,1.00);
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
margin: 0px 13px 24px 0;
border-width: 0px;
border-color: #ccc;
border-style: solid;
}

nav.nav-primary ul.menu .current_page_item > a {
background-color: #f9d7dd;
border-width: 0px 0px 0px;
border-color: #ffffff;
color: #000000;
border-radius: 5px;
}

nav.nav-primary {background-color: rgba(0, 0, 0, 0.12);


}

.site-inner {
clear: both;
padding: 0% 0;
}

.post-66 {
background-color: #fff;
border-radius: 3px;
/* margin-bottom: 40px; */
padding: 0px 0px 25px;
margin-left: 0px;
}
	
	
.lo_partner {
padding: 17px;
text-align: center;
margin-bottom: 30px;
border-radius: 3px;
}
.lo_pad {
margin: 20px;
height: 259px;
padding: 33px;
}

.lo_1 {
background-color: #C9E8E5;
}
.lo_2 {
background-color: #FDD09E;
}
.lo_3 {
background-color: #C6EAFB;
}
.lo_4 {
	background-color: #E7E3BC;
}
.lo_5 {
background-color: #E5F0D4;
}
.lo_6 {
background-color: #C7B2D6;
}


div.bottombar {
background: none;
}

div.topbar {
background: none;
color: #fff;
font-family: museo-sans, sans-serif;
font-weight: 300;
text-transform: uppercase;
text-align: center;
}

.page article.entry .entry-content a {
}
.entry-content ul li {
	margin-top: 5px;
	list-style-type: none;
}
	
	
	.title-area .site-title a {
       height: 167px; 
	   background-position: center !important;
    } 

body.page-template-page_fronted-php .title-area .site-title a {
height: 214px;
background-color: #ccc;
background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/Lotus-Large.png) no-repeat !important;
background-position: center !important;
}



.site-header {
       background-color: #ffffff; 
    } 



nav.nav-primary ul.menu li a {
       color: #717275; 
    
       letter-spacing: 1px;
} 

nav.nav-primary ul.menu {
       text-align: center; 
       margin-bottom: 0px; 
    } 

#menu-item-197 > a {border-right: 1px solid;margin-left: 0px;}

nav.nav-primary ul.menu .current_page_item > a {
       background-color: transparent; 
       border-width: 0px 0px 0px; 
       border-color: #ffffff; 
       color: #717275; 
       padding-top: 6px; 
       padding-bottom: 6px;     
       border-radius: 0; 
       border-top-left-radius: 0; 
       border-top-right-radius: 0; 
       border-bottom-right-radius: 0; 
       border-bottom-left-radius: 0; 
    } 

.page article.entry .entry-title {
       text-align: center; 
       color: #000000; 
       text-transform: uppercase; 
       letter-spacing: 3px; 
    } 

.sidebar-primary {
       /* border-right-width: 1px; */ 
       /* border-right-style: solid; */ 
       /* border-right-color: #dbdada; */ 
    } 

.page article.entry .entry-content a {
       color: #000000; 
    } 

	
	.blue {
		color: #d9eef7 !Important;
	
		border: none;
	
		background: #FF7EB1;
	
		background: #FF7EB1;
	
	
	
}

#buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section {
float: left;
width: 100% !important;
}

.blue:hover {
	color: #ccc !Important;
	border-radius: 0px;	
	background: #FF7EB1;
}
.blue:active {
		color: #ccc !Important;
	border-radius: 0px;	
	background: #000 !Important;
}


div.pricebox div.topbar span.title {
margin-left: 10px;
float: none;
}

.membership-page-header, #membership-wrapper legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 1.6em;
border-bottom: 1px solid #ddd;
text-transform: uppercase;
font-size: 19px;
}

#buddypress .standard-form label, #buddypress .standard-form span.label {
display: block;
font-weight: 300 !important;
margin: 11px 0 0px 0 !important;
}

#buddypress .standard-form #basic-details-section input[type=password], #buddypress .standard-form #blog-details-section input#signup_blog_url {
width: 100% !important;
}

#buddypress .standard-form select {
padding: 3px;
width: 90%;
}

#buddypress .standard-form div.submit input {
margin-right: 49px;
}

#signup_form {
 padding-left: 10px;
}
#buddypress .standard-form select {
width: 100%;
}

#membership-wrapper .alert-success {
background-color: #FFCDD9 !important;
border-color: #E38DA2 !important;
border-radius: 0px !important;
}
#membership-wrapper .alert-success, #membership-wrapper .alert-success .alert-heading {
color: #000000 !important;
}


body.page-id-201 > div.site-container > div.site-inner > div > main > article > div > div.one-half.first {
	background-color: #FFC1AD !important;
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px !important;
	color: #fff;
	background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/small_white1.png) center 69px no-repeat; 
	border-radius: 2px;
}

body.page-id-201 > div.site-container > div.site-inner > div > main > article > div > div:nth-child(2) {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px !important;
	color: #fff;
	background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/small_white1.png) center 69px no-repeat;

		
	background-color: #B6E7ED;
		
	color: #fff;
	vertical-align: middle;
	border-radius: 2px;
}



.newmemb {
	background-color: #DC2E7A !important;
	padding: 0px 0px 0px 0px;
		
	margin-bottom: 20px !important;
	color: #fff;
	background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/small_white1.png) center 69px no-repeat; 
	border-radius: 2px;
}


body > div.site-container > div.site-inner > div > main > article > div > div > form > input[type="submit"] {margin: 10px;}

body.trash > div.site-container > div.site-inner > div > main > article > div > div:nth-child(5) {
	padding: 120px 0px 0px 0px;
	margin-bottom: 20px !important;
	color: #fff;
	background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/small_white1.png) center 69px no-repeat;
	background-color: #F491B1;
	color: #fff;
	min-height: 215px;
	vertical-align: middle;
	border-radius: 2px;
}

body.home-page > div.site-container > div.site-inner > div > main > article > div > div > h2, body.page-id-201 > div.site-container > div.site-inner > div > main > article > div > div > h2 {
margin-top: 115px !important;
padding-bottom: 0px;
}


body > div.site-container > div.site-inner > div > main > article > div > div:nth-child(5) > h2 > a {
color: #FFCDD9 !important;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-weight: 300 !important;
}
.gform_wrapper span.gform_description {
font-weight: 300 !important;
}
gform_wrapper .top_label .gfield_label {
font-weight: 400 !important;
}

.field-visibility-settings-toggle {
display:none;
}
.field-visibility-settings-notoggle {
display:none;
}


.gform_wrapper .top_label .gfield_label {
margin: 25px 0 4px 0;
letter-spacing: 0px !important;
font-weight: 300 !important;

font-size: 14px;
}
.gform_wrapper span.gform_description {
font-weight: 300;
font-size: 14px!important;
}

#field_4_6 { width: 50%; float: left; clear: none;}
#input_4_6 { width: 95%;}
#field_4_7 { width: 50%; float: right; clear: none;}
#input_4_7 { width: 95%;}
#input_4_5 { width: 95% !important;}


body > div.site-container > div.site-inner > div > main > article > div > table > tbody > tr > td {width: 30%; padding: 2%; border: 1px solid #fff; vertical-align: top; line-height: 20px;}
body > div.site-container > div.site-inner > div > main > article > div > table > tbody > tr:nth-child(1) {background-color: #F0F0F0; }

div.pricebox {
position: relative;
margin-bottom: 20px;
float: left;
width: 48.717948717948715%;
border: 0px solid #ddd;
margin-bottom: 21px !important;  color: #fff;  
background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/small_white1.png) center 41px no-repeat #DEB9D7;
padding: 80px 0px 0px 0px;
text-align: center;
border-radius: 3px;
min-height: 241px;
}


#subscriptionbox-5 {
	margin-left: 2.564102564102564%;
	background-color: #B3DCC0;
}


.pricedetails {
position: relative;
list-style-type: none;
text-align: center;
margin-right: 0;
margin-left: 0;
padding: 10px;
min-height: 67px;
}

div.priceboxes div.bottombar span.link {
float: right;
margin-right: 10px;
/* margin-left: auto; */
width: 200px;
color: #fff;
}
div.priceboxes div.bottombar span.link a {
color: #fff !important;
}

.pinkhl {background-color: #EF4F8E;color: #fff;}

#membership-wrapper > form > fieldset > div.alert.alert-error {
	display: none;
}
#membership-wrapper > form > fieldset > legend {
		display: none;

}
#membership-wrapper > div.alert.alert-success {
	display: none;

}
#membership-wrapper > legend {
		display: none !important;
}

.existmemb {
	padding: 0px 0px 0px 0px;
	margin-bottom: 20px !important;
	color: #fff;
	background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/small_white1.png) center 69px no-repeat;

		background-color: #F491B1;
		
	color: #fff;
	vertical-align: middle;
	border-radius: 2px;
}

body.page-id-19 > div.site-container > nav {
	display: none;

}

.important-info {
	background-color: #F491B1;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #fff;
}
.social-info {
	background-color: #EFF8E2;
	padding: 26px;
	border-radius: 5px;
}

.social-bg {
	background-color: #fff;
	padding: 15px;
	border-radius: 3px;

}
.social-bg img {
	background-color: #fff;
	margin: 2px
	

}

.pinkbuttonbox {
		background-color: #DC2E7A !important;
	
		padding: 3px 83px 3px 15px;

		/* padding-left: 80px; */
	
		margin-bottom: 0px !important;
	color: #fff !important;
	background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/11/button-bg.png) right no-repeat;
	border-radius: 2px;
	
		font-size: 21px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		clear: both;
		float: right;
		margin-top: -38px;
}


.pinkbuttonbox a {
color: #fff;
text-align: left	
} 

/* lotusNews */
body.archive > div > div.site-inner > div > main > article > header > h1  {
	text-align: left;
	float: left;
	width: 49%;
	color: #000;
}
body.archive > div > div.site-inner > div > main > article > header > h1 > a  {
	color: #717275; 
}

body.archive > div > div.site-inner > div > main > article > div {
	margin-left: 0px;
	/* clear: both; */
	float: left;
}

body.archive > div > div.site-inner > div > main > article {
	background-color: #F4F1F1;
	padding: 30px
}
body.archive > div > div.site-inner > div > main > article > header > a > img {
	margin-bottom: 0px
}

body.category-news #bcn_widget-2 > div > div, body.category-win #bcn_widget-2 > div > div {
	display: none;
}

body.tax-partner_types > div > div.site-inner > div > main > article {
	background: none !important;
	padding: 0px
}


body.archive.tax-partner_types > div.site-container > div.site-inner > div > main > article > div > p {
	display: none !important;
}

#account-form {
	background-color: #F491B1 !important;
padding: 30px;
border-radius: 5px;
margin-bottom: 10px;

	color: #fff !important;
border: 0px !important;

	margin-left: auto;

	text-align: center;
	margin-right: auto;
}

#menu-item-253 {
	border: 0px
}

#account-form > div > form > table:nth-child(6) > tbody > tr:nth-child(2),
#account-form > div > form > table:nth-child(6) > tbody > tr:nth-child(3),
#account-form > div > form > table:nth-child(6) > tbody > tr:nth-child(5),
#account-form > div > form > table:nth-child(7) > tbody > tr:nth-child(2)
 {
	display: none
}
#account-form div.formleft table.form-table tbody tr td input, #account-form div.formleft table.form-table tbody tr td select {
width: 101%;
border: 0px solid #ccc;
margin: 0;
padding: 5px;
font-size: 14px;
border-radius: 3px
;
margin-bottom: 7px;
}

#option_51, #option_52, {
	width: 50% !important;
	
}
#option_51, #option_52, #submit {
margin-top: 5px;
font-size: 12px;
color: #fff !important;
}

hr {
	background-color: #ccc;
	border: 0px;
	height: 1px;
}

#bcn_widget-2 > div > div {
	display: none;
}

body.tax-partner_types #bcn_widget-2 > div > div, body.single-partner #bcn_widget-2 > div > div  {
	display: block;
} 

div#account-form table.form-table th label, div#account-form table.form-table th {
color: #fff;
} 

div#account-form table.form-table th label {
color: #fff;
} 

#account-form > div > form > table > tbody > tr > th {
	vertical-align: top;
	padding-top: 12px !important;

}
#account-form > div > form > table > tbody > tr > th > label {
	line-height: 1;
	padding-top: 10px !important;
}

#account-form > div > form > h4 {
	display: none
}
#account-form > div > form > table > tbody > tr > td > div > select {
	margin-bottom: 10px !important;
}
#field_50 > label {
	width: 50%;
	float: left
}
#account-form > div > form > table:nth-child(10) > tbody > tr.field_50.field_gender > td > div > a {
	margin-top: 10px;
	display: inline-block;
	background-color: #000;
	padding: 3px;
	color: #fff;
	display: none
}

/* Step 1 */
/* body > div.site-container > div.site-inner > div > main > article > div > table > tbody > tr:nth-child(1) > td:nth-child(1) {background-color: #EF4F8E;color: #fff;}*/

/* Step 2 */

/* body.registration > div.site-container > div.site-inner > div > main > article > div > table > tbody > tr:nth-child(1) > td:nth-child(2) {background-color: #EF4F8E;color: #fff;} */

/* body.registration > div.site-container > div.site-inner > div > main > article > div > table > tbody > tr:nth-child(1) > td:nth-child(1) {background-color: #F0F0F0;color: #717275;} */

/* Step 3 */

/* body.logged-in  > div.site-container > div.site-inner > div > main > article > div > table > tbody > tr:nth-child(1) > td:nth-child(3) {background-color: #EF4F8E;color: #fff;}*/
/* body.logged-in  > div.site-container > div.site-inner > div > main > article > div > table > tbody > tr:nth-child(1) > td:nth-child(1) {background-color: #F0F0F0;color: #717275;}*/

/* body  > div.site-container > div.site-inner > div > main > article > div > table.clean > tbody > tr:nth-child(1) > td:nth-child(3) {background-color: #fff;color: #fff;}
/* body  > div.site-container > div.site-inner > div > main > article > div > table.clean > tbody > tr:nth-child(1) > td:nth-child(1) {background-color: #fff;color: #717275;}
/* body  > div.site-container > div.site-inner > div > main > article > div > table.clean > tbody > tr:nth-child(1) > td:nth-child(2){background-color: #fff;color: #717275;}
/* #membership-wrapper  {  background-color: #F7D1DD;  padding: 0px 0px 0px 0px;}  */



#buddypress {
	background-color: #EFF8E2;
	padding-right: 10px;
	padding-bottom: 10px;
	border-radius: 3px;
}

#membership-wrapper > div.membership-coupon > div {display: none;}

#membership-wrapper > table > tbody > tr:nth-child(1) > td.buynowcolumn > form > input > img {display: none;}


#buddypress .standard-form#signup_form input[type=text],
#buddypress .standard-form#signup_form textarea,
#buddypress .form-allowed-tags,
#buddypress #commentform input[type=text],
#buddypress #commentform textarea {
	width: 100% !important;
}

/*--------------------------------------------------------------
3.5 - Forms
--------------------------------------------------------------*/
#buddypress .standard-form textarea,
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=text],
#buddypress .standard-form input[type=color],
#buddypress .standard-form input[type=date],
#buddypress .standard-form input[type=datetime],
#buddypress .standard-form input[type=datetime-local],
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=month],
#buddypress .standard-form input[type=number],
#buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search],
#buddypress .standard-form input[type=tel],
#buddypress .standard-form input[type=time],
#buddypress .standard-form input[type=url],
#buddypress .standard-form input[type=week],
#buddypress .standard-form select,
#buddypress .standard-form input[type=password],
#buddypress .dir-search input[type=search],
#buddypress .dir-search input[type=text] {
	border: 0px solid #ccc !important;
	background: #fafafa;
	border-radius: 0;
	color: #888;
	font: inherit;
	font-size: 100%;
	padding: 6px;
}


#buddypress .standard-form div.submit input {
background-color: #EF4F8E;
border-radius: 3px;
border: none;
box-shadow: none;
color: #fff;
cursor: pointer;
font-family: 'museo-sans', sans-serif;
text-transform: uppercase;
font-weight: 300;
}

body > div.site-container > div.site-inner > div > main > article > div > p {text-align: left;clear: both;}

#pid {
background: #fff !important;
width: 100%;
}

body > div > div > div > main > article > div > div {
	
}

body.page-id-25 > div > div > div > main > article > div > h2:nth-child(5) {
	border-top: 1px #ccc solid;
	padding-top: 20px;
	clear: both;
	
}

body > div > div > div > main > article > div > h2:nth-child(9) {
			/* border-top: 1px #ccc solid; */
	
			/* padding-top: 20px; */
	
			/* clear: both; */
}


li.grey1.rsocial.menu-item > a > img {width: 70px;}

li.grey1.rsocial.menu-item a {
		background-image: none;
		text-align: center;


}
li.one-third.grey1.rsocial > a 
{background-color: #fff !important;
}

li.grey1.rsocial.menu-item a {
		background-image: none;

}

li.grey1.rsocial > a {
	background-image: none;
	padding: 10px;
	
	
}

.shortcode_menu > li > a {	
	padding: 80px 5px 43px 5px;
background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/small_white1.png) center 41px no-repeat;
margin-bottom: 20px;
display: block;

	background-color: #ccc;
text-align: center;

	color: #fff !important;

	border-radius: 3px;
}

.shortcode_menu > li > a:hover{opacity: .5}
.shortcode_menu > li > ul > li > a:hover{opacity: .5}

.shortcode_menu > li > ul > li > a {	
	padding: 80px 5px 43px 5px;
background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/small_white1.png) center 41px no-repeat;
margin-bottom: 20px;
display: block;
background-color: #ccc;
text-align: center;

	color: #fff !important;


	border-radius: 2px;
}

.shortcode_menu > li > ul {	
margin: 0px

}
body > div.site-container > div > div > aside > div.partner_details.one-half > h2 {color:#000;}

body > div.site-container > div > div {
	

}
body.single.nightlife-class > div.site-container > div > div > main > article {
		background-color: #fff !important;
	padding: 20px;
}

#pid > li.menu-item {
	/* position: relative; */

	/* margin-bottom: 20px; */

	/* float: left; */

	/* border: 0px solid #ddd; */

	margin-bottom: 21px !important;  
	color: #fff;  

	background: url(http://www.lotusclub.com.au/wp-content/uploads/2014/04/small_white1.png) center 41px no-repeat;

	padding: 80px 5px 43px 5px;

	text-align: center;

	color: #fff;

	/* float: left; */

	/* display: inline; */

	/* width: 31% !important; */;

	/* margin: 0; */

	
	/* background-color: beige; */
	/* margin: 1%; */
}
.beige1 a
{
  background-color: #FFC27D  !important;
}
.pink1 a
{
  background-color: #C7DA8A  !important;
}
.teal1 a
{
  background-color : #BDDFBB  !important;
}
.green1 a
{
  background-color: #FF6666  !important;
}

.teal4 a
{
  background-color : #B4E2E8 !important;
}
.grey1 a
{
  background-color: #CD90BC !important;
}
.blue1 a
{
  background-color: #7CC7D0  !important;
}
.mint1 a
{
  background-color : #ECEFBC  !important;
}
.blue2 a
{
  background-color : #98DDE6 !important;
}
.mauve3 a
{
  background-color : #E6D5E7 !important;
}
.grey2 a
{
  background-color : #DAD8CD !important;
}
.teal2 a
{
  background-color : #BBE0CB !important;
}
.grey4 a
{
  background-color : #ECEBE4  !important;
}
.blue4 a
{
  background-color : #D3F0F3 !important;
}
.green4 a
{
  background-color : #D1E9DA !important;
}
.beige2 a
{
  background-color : #FFDAA6  !important;
}

.grey3 a
{
  background-color : #E2E1D7  !important;
}
.pink4 a
{
  background-color : #FFC8B6  !important;
}
.green2 a
{
  background-color : #D5E7BC  !important;
}

.pink3 a
{
  background-color: #FFC1AD  !important;
}
.teal3 a
{
  background-color : #B8E1DA  !important;
}
.mauve2 a
{
  background-color : #E7C6DD  !important;
}
.mint3 a
{
  background-color : #E9F1DB  !important;
}
.mint2 a
{
  background-color : #EAF0CD !important;
}

.mint4 a
{
  background-color : #E6F2EA  !important;
}
.green3 a
{
  background-color : #D3E8CB  !important;
}
.mauve4 a
{
  background-color : #E5E4F1  !important;
}
.mauve1 a
{
  background-color: #ED7497  !important;
}
.blue3 a
{
  background-color : #B6E7ED  !important;
}
.pink2 a
{
  background-color : #FFB59E  !important;
}
.beige3 a
{
  background-color : #FFE9BF  !important;
}

.beige4 a
{
  background-color : #FFEDD0  !important;
}

#menu-footer-menu > li.menu-item a {color: #717275 !important;}


body.single-partner > div.site-container > div.site-inner > div > aside {
width: 100%;
/* margin-top: 20px; */
/* margin-left: auto; */
margin-right: auto;
padding-top: 20px;
}
body.nightlife-class > div.site-container {
		background-color: #FFF;
	}


body > div.site-container > div.site-inner > div > main > article > div > div:nth-child(10) > div:nth-child(4) > table > tbody > tr:nth-child(1) {
	border: 0px	
}
#bcn_widget-2 > div > div {
	text-align: center;
	margin-top: 31px;
}


.f1 a
{
  background-color : #f4c0d7  !important;
}
.f2 a
{
  background-color : #dfcae2  !important;
}
.f3 a
{
  background-color : #cee3ac  !important;
}
.f4 a
{
  background-color : #e8ecac  !important;
}
.m1 a
{
  background-color : #d2d6f4  !important;
}
.m2 a
{
  background-color : #cdedf2  !important;
}
.m3 a
{
  background-color : #fbd3c7  !important;
}
.m4 a
{
  background-color : #d2d1c2  !important;
}

.Stage1, .Stage2, .Stage3 {
 width: 33%;
 display: inline-block;
 float: left;
 text-align: center;
 height: 0px;
 margin-bottom: 20px;
 padding: 13px 0px 39px 0px;
 background-color: #ECECEC;
 border-right: 1px solid #fff;
 font-size: 17px;
}
.current {
	background-color: #EF4F8E;
	color: #fff;

}
body.page-id-1510 #wpmem_login {
	display: none;
}

body.page-id-1510 .button, body.page-id-1510 .entry-content .button {
    background-color: #EF4F8E !important;
    border-radius: 3px !important;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-family: 'museo-sans', sans-serif;
    padding: 4px 9px !important;
    text-transform: uppercase;
    width: auto;
    font-weight: 300;
    float: none;
    margin-top: 13px;
}
.button_div {

}
	
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 1024px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		/* width: 620px; */
	}
	
	.site-header .widget-area {
		width: 660px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 100%;
	}
	
	.home-middle .featuredpost .entry {
		min-height: 320px;
	}
	
	.home-bottom .featuredpost .entry {
		min-height: 360px;
	}
.pricebox {
width: 100%;
}
#subscriptionbox-5 {
	margin-left: 2.564102564102564%;
}

.pinkbuttonbox {
margin-top: 0px;
}



}

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

	.site-inner,
	.wrap {
		max-width: 1032px;
	}

	.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-container {
		padding-top: 20px;
	}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 6px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	.home-bottom .featured-content .post:nth-of-type(3n+1),
	.home-middle .featured-content .post:nth-of-type(3n+1) {
	  clear: none;
	}
	
	.home-bottom .featured-content .post:nth-of-type(2n+1),
	.home-middle .featured-content .post:nth-of-type(2n+1) {
	  clear: left;
	}
	
	.agency-pro-home .featuredpost .entry {
		min-height: 380px;
		width: 50%;
	}
	
	.genesis-nav-menu a {
		padding: 10px 12px 12px;
	}
	
	.genesis-nav-menu .sub-menu a {
		padding: 12px;
	}
		.full-width-content .content {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

div.pricebox {
width: 100%;
}

	#subscriptionbox-5 {
	margin-left: 0%;
}

}

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

	.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%;
	}
	
	.agency-pro-home .wrap {
		max-width: 640px;
	}
	
	.home-middle .featuredpost .entry {
		min-height: 320px;
	}
	
	.entry-title {
		font-size: 30px;
	}
	
	.site-inner {
		padding: 1%;
	
}
	
}

@media only screen and (max-width: 680px) {
	
		body.single-partner > div.site-container > div.site-inner {
	width: 100%;
	
	
}
	
	.header-full-width .site-container,
	.site-container {
		padding: 0;
	}

	.site-header {
		position: relative;
	}

	.wrap {
		width: 90%;
	}
	
	.agency-pro-home .content .wrap {
		max-width: 380px;
	}

	.agency-pro-home .featuredpost .entry {
		min-height: 380px;
		width: 100%;
	}
	
	.agency-pro-home .content .featured-content .entry-header {
		clear: both;
	}
	
	.home-top .widget-title {
		font-size: 48px;
	}

}

@media only screen and (max-width: 480px) {
	
	.home-middle .featuredpost img.entry-image {
		position: relative;
	}
	
	.home-middle .featuredpost .entry img:hover {
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		  filter: alpha(opacity=90);
		  -moz-opacity: 0.9;
		  -khtml-opacity: 0.9;
		  opacity: 0.9;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}

}

