/* # Box Hill Community Arts Centre
Theme Name: Box Hill Community Arts Centre 2015

Template: genesis
Template Version: 2.2.2
Version:      1.2.0

*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1140px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/


/* # 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:#052F4E}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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


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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.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
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.7rem;
}


body {
	color: #052F4E;
	font-family: "brandon-grotesque",sans-serif !important;
	font-weight:300;
	font-size:17px;
	letter-spacing: 0.02em;
	line-height: 1.7em;
	font-size: 1.7rem;
}

i,
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

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

a:hover,
a:focus {
	color: #052F4E;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "brandon-grotesque",sans-serif !important; line-height:1.1em;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight:400
}

h2 {
	font-size: 27px;
	font-size: 2.7rem; 
	font-weight:500
}
h3 {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight:500;
	line-height: 3.4rem;
}
.light h3 {font-weight:300 !important}
.vc_gitem-post-data.vc_custom_heading{margin-bottom:0px !important}
.vc_gitem-post-data.vc_custom_heading h3{margin-bottom:0px !important}
.vc_gitem_row .vc_gitem-col{padding:0px !important}
h4 {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight:500
}

h5 {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight:300
}

h6 {
	font-size: 12px;
	font-size: 1.2rem;
}



h1 ~ h3{margin-top:0px}


.light h2, .light  .uvc-sub-heading{font-weight:300 !important}
.size36 h2, .size36 .uvc-sub-heading{font-size: 36px;
	font-size: 3.6rem;}

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

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

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,
.gallery img:focus {
	border: 1px solid #999;
}

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

input,
textarea {
	background-color: #fff;	
	color: #052F4E;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 6px 15px 6px 15px !important;
	width: 100%;	
}

select {
	background-color: #fff;	
	color: #052F4E;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	padding: 0px !important;
	
}
textarea,select{
	border: 1px solid #d9d9d9
}

input,
textarea{
border-radius:2px;
}
.search-form input, #input_10_1{
	border-radius:20px;
}

input[type="text"], input[type="email"], input[type="datepicker"], textarea{
	background-color: #efefef;
}
input,
textarea {
	border: 1px solid #efefef;
	outline: none;
}

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

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

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

::-webkit-input-placeholder {
	color: #052F4E;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #346bce;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #1962cc;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #052F4E;
	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,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #052F4E;
}

.button {
	display: inline-block;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

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

.more-link {
    position: relative;
}


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

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

#header-spacer{height:121px}

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

.site-inner {
	clear: both;
	padding-top: 0px;
}
.single .site-inner{
	padding-top: 40px;
}

.single-espresso_people .site-inner, .single-user_groups .site-inner{
	padding-top: 0px;
	padding-bottom: 40px;
}
/* ## Column Widths and Positions
--------------------------------------------- */

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

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

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

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

/* ### Content */

.content {
	float: right;
	width: 800px;
}

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

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

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

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

.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;
	font-size: 1.6rem;
	margin-bottom: 40px;
	/*padding: 40px;*/
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
}

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

.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;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #052F4E;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #052F4E;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	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-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


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

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


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

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

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

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

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #052F4E;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

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

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

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #052F4E;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
	min-height: 118px;
	border-bottom:1px solid #E7E7E7;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
body.scrolled .site-header{
	-webkit-box-shadow: 0px -10px 2px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 0px -10px 2px 10px rgba(0,0,0,0.1);
box-shadow: 0px -10px 2px 10px rgba(0,0,0,0.1);
}

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

.scrolled.header-image .site-title > a {
	min-height: 68px;
}
.scrolled .site-header .widget-area #genesis-nav-primary{margin-top:36px;}
.scrolled .site-header{min-height:91px;}

.scrolled.admin-bar .site-header {
    margin-top: 0;
} 
/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0 13px 0;
	width: 20.5%;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.2;
	
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #052F4E;
}

.header-image .site-title > a {
	background: rgba(0, 0, 0, 0) url("images/bhcac-2017.png") no-repeat scroll left center / contain ;
	float: left;
	min-height: 90px;
	margin-top:8px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

.site-header .widget-area {
	float: right;
	width: 79.5%;
}
.site-header .widget-area #genesis-nav-primary {
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	transition: all 0.1s ease-in-out 0s;
	margin-top:66px;
}

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


	nav {
		display: block;
		position: relative;
	}

.genesis-nav-menu {
	clear: both;
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #4870B6;
	text-decoration: none;
	display: block;
	margin: 16px 24px;
	font-weight:500
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #052F4E;
	text-decoration: none;
	outline: #ccc solid 0px;
}


.genesis-nav-menu .sub-menu {
    border-top: 1px solid #F6F6F6;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	background-color: #ffffff;
	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: 268px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	margin:0px;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight:200;
	padding: 10px 20px;
	position: relative;
	width: 268px;
	word-wrap: break-word;
}
.genesis-nav-menu .sub-menu a:hover {
	background-color:#F0F0F1;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #052F4E;
	float: right;
	list-style-type: none;
	padding: 30px 0;
	text-align:left;
	position:relative;
}

.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 > .right .header-search{
	float:left;
	z-index:3000;
	position:relative;
}
.genesis-nav-menu > .right form{
	float:left;
	right:0px;
	position:absolute;
	width:224px;
	z-index:2000;
}
.genesis-nav-menu > .right form input{padding: 5px 14px 5px 16px;
-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
	min-width: 40px;
	overflow: hidden;
	float: right;
	background:url('images/search.png') #FFFFFF no-repeat center right;
	border:1px solid #FFFFFF;
	cursor:pointer;
	text-indent:3000px
}
.genesis-nav-menu > .right form input:focus{width:224px; border:1px solid #d9d9d9; cursor:default;
	text-indent:0px}
/*.genesis-nav-menu > .right .search-form:before {content: "\f002"; font-family: "Defaults"; position:absolute; right:10px; top: 6px;}*/


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}


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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
}

.nav-primary .genesis-nav-menu a {
	color: #4870B6;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu li:hover a,
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .current-menu-parent > a {
	color: #052F4E;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #052F4E;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #052F4E;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu li a{position:relative;}

.nav-primary .genesis-nav-menu li a::after {
    background: #393238 none repeat scroll 0 0;
    content: "";
    height: 0.1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-8px);
    transition: height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}


@media only screen and (min-width: 960px) {
.nav-primary .genesis-nav-menu li:hover > a::after, .nav-primary .genesis-nav-menu li:focus > a::after, .nav-primary .genesis-nav-menu > li.current-menu-parent > a::after, .nav-primary .genesis-nav-menu > li.current-menu-item > a::after {
    height: 2px;
    opacity: 1;
    transform: translateY(6px);
}
.nav-primary .genesis-nav-menu li li:hover > a::after, .nav-primary .genesis-nav-menu li li:focus > a::after {
    height: 0px;
    opacity: 1;
    transform: translateY(-8px);
}
}
.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a{
    padding: 15px 0px;
}


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

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

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

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

.entry {
	/*margin-bottom: 40px;
	padding: 50px 60px;*/
}

.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: #052F4E;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

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

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #052F4E;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #052F4E;
	text-decoration: underline;
}

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

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

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

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

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

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

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

.bypostauthor {
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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


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

.footer-widgets {
	background-color: #4B84D9;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #FFFFFF;
	text-decoration:none;
}
.footer-widgets a:hover {
	text-decoration:underline;
}

.footer-widgets input {
	border: 1px solid #052F4E;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #fff;
}

.footer-widgets li {
	margin-bottom: 0px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

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

.footer-widgets-1{
width:280px;
		padding-top:20px;
}
.footer-widgets-1 .widget{
overflow: auto;
}

.whitehorse{margin:18px 18px 0px 0px;}
.bhcac{margin:18px 0px 0px 0px;}


.footer-widgets-2{
width: 160px;
}
.footer-widgets-3 {
	width: 160px;
}
.footer-widgets-4 {
	text-align:right;
	width: 360px;
}

.footer-widgets-1,.footer-widgets-2,.footer-widgets-3 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

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


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

.site-footer {
	background-color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform:uppercase;
	font-weight:500;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}
.site-footer, .site-footer a{
	color:#b7b7b7;
}
.site-footer a:hover{
	text-decoration:underline;
}

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


.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


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

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

	.site-inner,
	.wrap {
		max-width: 96%;
	}

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

	.content {
		width: 620px;
	}

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

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

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

}

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


	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.footer-widgets-1,
	.footer-widgets-4{
		width: 100%;
	}
	.footer-widgets-2,
	.footer-widgets-3{
		width: 40%;
		margin-right:5%
	}
	.footer-widgets-4, .widget_rm_genesis_widget_social{
	text-align:left !important
	}
	.widget_rm_genesis_widget_social a {
		margin-left: 0px !important;
		margin-right: 6px;
	}

	.site-header .wrap {
	}

	.header-image .site-title > a {
		background-position: center top;
	}


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


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


	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.site-header .widget-area{float:none}
	.site-header .genesis-nav-menu{float:none; width:100%;}
	.site-header .genesis-nav-menu li{width:100%;}
	
	.genesis-nav-menu li li a, .genesis-nav-menu li li a:link, .genesis-nav-menu li li a:visited{width:auto; padding: 0.5rem 0rem 0.5rem;}
	.genesis-nav-menu > .right{display:none !important;}
	
	.genesis-nav-menu a{padding: 1rem 0rem 1rem;  margin: 0px 0px; border-top:1px solid #E7E7E7}
	
	.genesis-nav-menu li.feed-me a, .genesis-nav-menu .feed-me.current-menu-item a{border: 0px; color: auto; padding: 0.5rem 0rem 0.5rem;}
	.genesis-nav-menu li.feed-me {margin: 0;}
	.genesis-nav-menu li.feed-me a:hover{border:0px;background:none; color:#c59861 !important}
	
	nav{z-index:4000;clear: both;}
	
	.title-area{width:100%}
	
	.menu-toggle{
		position:absolute; top: 10px;right:20px;
		font-size: 3rem;
		padding: 2rem 1rem;
		z-index:5000;
	}
	.menu-toggle:after{
		clear:both
	}



	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		cursor:pointer;
		/*padding: 2rem;*/
		text-align: center;
		visibility: visible;
	}
 
	div.menu-toggle,
	div.sub-menu-toggle {
		background-color: transparent;
		color: #346BCE;
	}
 
 
	.sub-menu-toggle {
		font-size: 20px !important;
		padding:1rem 2% 1rem 15% !important;
		position: absolute;
		right: 0;
		top: 0;
	}
 
	.nav-secondary .genesis-nav-menu .sub-menu a{padding: 20px 5% 20px 5%;}
	.nav-secondary-holder .menu-toggle{line-height:40px; padding:0px 5% !important}
 
	div.menu-toggle, div.sub-menu-toggle{font-family: "Defaults";
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: 1;
		text-transform: none;}
 
	.menu-toggle:before {
		content: "\f0c9";
		
	}
 
	.menu-toggle.activated:before {
		content: "\f0c9";
	}
 
	.sub-menu-toggle:before {
		content: "\f078"
	}
 
	.sub-menu-toggle.activated:before {
		content: "\f078";
	}
 
	nav {
		display: none;
		position: relative;
	}
 
	nav.paging-navigation {
		display: block;
		position: relative;
		margin-left: 6px;
	}
 
	.genesis-nav-menu .menu-item {
		
		position: relative;
		text-align: left;
	}
 
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	
	
	.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
	}
 
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;		
		width: 100%;
	}
	.genesis-nav-menu li li a, .genesis-nav-menu li li a:link, .genesis-nav-menu li li a:visited{
		padding: 0.5rem 1rem;
	}
 
	.genesis-nav-menu .sub-menu a {
		border-left: 0;
		border-right: 0;
		position: relative;
		width: auto;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu a {
		background-color: #f5f5f5;
		padding-left: 30px;
	}
 
	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		background-color: #fff;
		padding-left: 40px;
	}
 
	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #052F4E;
	}
	

}

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
	}


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

}


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

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

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

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}




button.ubtn{font-size:1.7rem !important; padding:7px 30px 7px 30px !important; margin: 5px 0px !important }
button.ubtn-small{width:234px; padding:7px 30px 7px 30px !important}
button.ubtn-large{width:334px; font-size:2.3rem !important;}
button.ubtn-sep-icon-at-right{padding:7px 50px 7px 10px !important}

button.ubtn-sep-icon-at-right .ubtn-icon{margin-right: 6px;}





.fl-page-nav .navbar-nav, .fl-page-nav .navbar-nav a{
	font-family: "brandon-grotesque",sans-serif !important;
	font-weight:500;
}

.fl-full-width .container{max-width: 100%; width: 1140px;} 

.fl-row-fixed-width {
	max-width: 1140px;
	margin:0px auto;
	
}
.fl-row-content-wrap{padding: 20px 0px;}

.fl-module-content{margin:10px}



.fl-block-text h1, .fl-block-text h2, .fl-block-text h3, .fl-block-text h4, .fl-block-text h5, .fl-block-text h6{margin-bottom:0px}

.fl-page-nav-right .fl-page-header-container{padding-bottom:0px;}
.fl-page-header-container {padding-top: 20px;}
.fl-page-nav-collapse{text-align:left; float:left; width:100%}
.fl-page-nav-right .fl-page-nav ul.navbar-nav{float:none !important;}


.page-title-container{width:100%; padding-top:40px;}
.page-title-holder{width:1140px; max-width:90%; margin:0px auto; text-align:center; padding: 2% 14% 3% 14%}
.page-title{font-weight:500; }



 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.cat-header:after{
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;font-family: "icomoon"; font-size: 2.3em; font-weight:normal; top:6px; 

}


.button, button, input[type="button"], input[type="submit"] {
    background: #346bce none repeat scroll 0 0;
    border: 0px;
    border-radius: 50px;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 700;
    padding: 12px 20px 11px;
    text-shadow: none;
	text-transform:uppercase;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background: #1962CC none repeat scroll 0 0 !important;
    color: #FFFFFF;
	border: 0px;
    top: 0px;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    background: #1962CC none repeat scroll 0 0;
    border: 0px solid #1a7b6a;
    color: #FFFFFF;
    outline: medium none;
    position: relative;
}
.gform_wrapper .button, .gform_wrapper  button, .gform_wrapper  input[type="button"], .gform_wrapper  input[type="submit"]{
	min-width:164px;
	letter-spacing:0.8px;
}

.mini-cart-button.button, .cart-results-button.button, .event-cart-button.button{border-radius: 20px !important;}

.blue-btn{background-color:#FFFFFF; color:#4B84D9; border-radius:50px; border: 2px solid #4B84D9; position: relative;}
.blue-btn:hover{background-color:#346BCE; color:#FFFFFF;border: 2px solid #346BCE;}

.blue-btn.back{font-size:0.824em; padding: 0.1em 18px 0.15em 48px;}
.blue-btn.back::before{font-family: "icomoon"; content: '\e904'; font-weight:normal; font-size:1.8em; position:absolute; top:1px; left:16px; margin-right:10px;}

.fl-page-nav .navbar-nav > li > a{padding: 15px 0px; margin: 0px 15px}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-parent > a{color:#052f4e;}

.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li a::after {
    background: #393238 none repeat scroll 0 0;
    content: "";
    height: 0.1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-22px);
    transition: height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li:hover > a::after, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li:focus > a::after, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-parent > a::after, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav > li.current-menu-item > a::after {
    height: 2px;
    opacity: 1;
    transform: translateY(-14px);
}
.fl-page-nav-right .fl-page-nav-wrap .navbar-nav li li:hover > a::after, .fl-page-nav-right .fl-page-nav-wrap .navbar-nav li li:focus > a::after {
    height: 0px;
    opacity: 1;
    transform: translateY(-8px);
}
.fl-page-nav-right.fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a, .fl-page-header-fixed .fl-page-nav-wrap .navbar-nav > li > a{
    padding: 15px 0px;
}

.fl-page-nav-right.fl-page-header-fixed .fl-page-header-container.container, .fl-page-header-fixed .fl-page-header-container.container{padding-bottom:0px;}
.fl-page-nav-right.fl-page-header-fixed .fl-logo-img, .fl-page-header-fixed .fl-logo-img {max-height: 66px !important; width: auto !important; }

.row{margin: 0;}
.fl-page-nav-right .fl-page-header-row{width: 100%;}
.fl-page-nav-right .fl-page-header-row .col-md-4{width:25%}
.fl-page-nav-right .fl-page-header-row .col-md-8{width:75%}
.fl-page-nav-right .fl-page-header-row .col-md-4, .fl-page-nav-right .fl-page-header-row .col-md-8{padding:0px !important;}
.fl-page-nav-right .fl-page-header-row > div {vertical-align:bottom;}
.fl-page-nav-right .fl-page-header-logo{padding-bottom:24px;}
.fl-page-nav-right .fl-page-header-logo{padding-left:0px; padding-right:0px;}
.fl-full-width .container{padding-left: 15px; padding-right: 15px;}
/*.fl-page-nav-right .fl-page-header-container{padding:0px !important}*/




#archive-posts, #archive-posts-widget{clear:both}
#archive-posts::after, #archive-posts-widget::after{clear:both}
#espresso-event-details-dv article{overflow:auto}
#espresso-event-details-dv article::after{clear:both}
#archive-posts article.type-espresso_events, #archive-posts-widget article{width:23.246%; float:left; margin:0.877% 0.877%; min-height:514px;}
.post-type-archive-espresso_events #archive-posts article.type-espresso_events:nth-child(4n){clear:left;}
.post-type-archive-espresso_events #main{overflow:auto;}

.search article{padding-bottom: 20px; border-bottom: 1px solid #d9d9d9; margin-bottom:40px;}


#no-results{text-align:center; margin-bottom: 60px}

.wp-load-more-posts-page-2{clear:both;}
 #wp-load-more-btn{clear:both;}

.espresso-event-header-dv{width:100%;}
.ee-event-img-dv img, #archive-posts-widget article.espresso_events img{width:100%; height:auto; display:block}

.category-filter-holder{text-align:center;}
.event-category-filter{list-style:none; margin:0px; padding:0px;}
	.event-category-filter {text-align:center; display:inline; }
	.event-category-filter .button-group div {text-align:center; display:inline-block; padding: 0px 1.6%; font-weight:400; text-transform:uppercase; font-size:0.706em; background:none !important; border:0px !important; color:#b7b7b7; border: none; -moz-appearance: none;-webkit-appearance: none;  outline:none;}
	.event-category-filter .button-group div  a{color:inherit;  -moz-transition: all 0.2s ease-in;    -webkit-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; transition: all 0.2s ease-in;}
	.event-category-filter .button-group div:hover, .event-category-filter .button-group div.is-checked{color:#008acf; text-decoration:none; cursor:pointer}
	.event-category-filter .button-group div i{display:block; font-size:4rem !important; font-weight:normal; margin-bottom:10px;}
	.dropdown-filter .button-group .button{font-weight:300; border-radius:0px;}
.icon-ceramics:before, .ceramics .cat-header:after { content: '\e90c'; }
.icon-visual-arts:before, .visual-arts .cat-header:after { content: '\e90a'; }
.icon-lifestyle:before, .lifestyle .cat-header:after { content: '\e90b'; }
.icon-performing:before, .performing .cat-header:after { content: '\e90f'; }
.icon-cooking:before, .cooking .cat-header:after { content: '\e90d'; }
.icon-textiles:before, .textiles .cat-header:after { content: '\e908'; }
.icon-mosaic:before, .mosaic .cat-header:after { content: '\e905'; }
.icon-jewellery:before, .jewellery .cat-header:after { content: '\e90e'; }
.icon-art-days:before, .art-days .cat-header:after { content: '\e909'; }
.icon-other:before, .other .cat-header:after { content: '\e911'; }
.icon-all:before, .all .cat-header:after { content: '\e903'; }

#beautiful-taxonomy-filters-courses-workshops{display:none;}
.archive-description.taxonomy-archive-description.taxonomy-description{display:none;}

#filter-dropdowns{padding: 30px 0 30px; overflow:visible;}
#filter-dropdowns:after{ content: ""; display: table;clear: both;}

#filter-button{float:right; width:23.246%; margin:0.877% 0.877%; z-index:5000;}
#filter-button{float:right; width:23.246%; margin:0.877% 0.877%; z-index:5000;}

button#filter-apply{padding: 11px 20px 10px !important;}

.dropdown-filter { position: relative; display: inline-block; float:right; width:23.246%; margin:0.877% 0.877%; z-index:5000;}
.dropdown-filter:first { margin-left:0}
.dropdown-filter:last:after{ content: "";display: table;clear: both;}

.dropdown-filter .dropdown-select { position: absolute; top: 100%; display: none; margin: 0; list-style: none; width: 100%; padding: 0;}

.dropdown-filter .dropdown-select {-webkit-box-shadow: 0px 4px 17px -11px rgba(0,0,0,0.75); -moz-box-shadow: 0px 4px 17px -11px rgba(0,0,0,0.75); box-shadow: 0px 4px 17px -11px rgba(0,0,0,0.75); }

.dropdown-filter button {width:100%; background: #FFFFFF; color: #008acf; border: none; margin: 0; padding: 0.9em 1.6em 0.7em; font-size:0.706em; border:1px solid #d9d9d9; border-radius:0px; text-align:left; text-transform:uppercase;}
.dropdown-filter button i{float:right; margin-top: 4px; font-size:1.8rem}

.dropdown-filter .button { display: block; padding: 0.4em 1.2em 0.2em !important; text-decoration: none; background: #FFFFFF; color: #052f4e; border:1px solid #d9d9d9; border-top: 0; font-size:1.7rem; text-transform:none;}

.dropdown-filter button:hover { background: #ffffff !important; cursor:pointer}
.dropdown-filter .button:hover, .dropdown-filter .button.is-checked { background: #faf9fc !important; cursor:pointer}


.cat-header-holder{height:53px; position:relative;width:100%;}
.cat-header{width:100%; background-color:#CCCCCC; color:#FFFFFF; font-weight:500 !important; text-transform:uppercase; position:absolute; bottom:0px; }
.cat-header a:hover{text-decoration:none; color:inherit; }
.cat-header-head{padding: 16px 5% 8px 7%; display:block; color:inherit;}
.cat-header:after{right: 0px; position:absolute;}
.cat-header-sub{ overflow:hidden; height:0px; display:block; color:#FFFFFF !important; -moz-transition: height 0.5s ease; -webkit-transition: height 0.5s ease; -o-transition: height 0.5s ease; transition: height 0.5s ease;}
.cat-header-sub:active{color:inherit;}
.cat-header-type{font-weight:300; text-transform:none; padding: 0% 5% 1% 7%;}
.cat-header-book{font-size:0.824em; padding: 8px 5% 8px 7%;}

#archive-posts article.espresso_events:hover .cat-header-sub, #archive-posts-widget article.espresso_events:hover .cat-header-sub{height:36px; bottom:0px; }/**/
#archive-posts article.espresso_events:hover .cat-header-sub.has_type, #archive-posts-widget article.espresso_events:hover .cat-header-sub.has_type{height:70px; bottom:0px;}

#related-items {border-top:1px solid #ccccca; padding-top:35px}
#related-items > h1{font-weight:300; text-align:center; margin-bottom: 46px}
#related-items > h1:before{ font-family: "icomoon"; content: '\e900'; display:block; color:#346bce; font-size:1.5em; margin-bottom: 20px}

.espresso_event_ages-kindy .cat-header{background-color:#00AEEA;}
.espresso_event_ages-child .cat-header{background-color:#FF7D5A;}
.espresso_event_ages-youth .cat-header{background-color:#4ED1BE;}
.espresso_event_ages-adult .cat-header{background-color:#8D5DC3;}
.espresso_event_ages-family .cat-header{background-color:#FF2B99;}


.espresso_event_ages-kindy .cat-header .cat-header-book{background-color:#009FD5;}
.espresso_event_ages-child .cat-header .cat-header-book{background-color:#eb7759;}
.espresso_event_ages-youth .cat-header .cat-header-book{background-color:#2EAF9C;}
.espresso_event_ages-adult .cat-header .cat-header-book{background-color:#7A44B7;}
.espresso_event_ages-family .cat-header .cat-header-book{background-color:#e4338e;}

.age-spot{ display: list-item;  list-style-type: disc; color:#CCCCCC; margin-left: 18px;}
.age-spot span{color:#052f4e}
.age-spot.kindy {color:#00AEEA}
.age-spot.child {color:#FF7D5A}
.age-spot.youth {color:#4ED1BE}
.age-spot.adult {color:#8D5DC3}
.age-spot.family {color:#FF2B99}

.tickets-left{color:#f77157 !important; font-weight:500}
.tickets-left.list{margin-left: 10%;}
.tkt-slctr-tbl td .ticket-required-pg{display:none;}
.tkt-slctr-tbl td.tckt-slctr-tbl-td-name{padding-right:10px;}

.entry-content .ee-event-datetimes-ul {margin:0px !important; padding:0px !important}
.espresso_events .ee-event-datetimes-ul li {margin: 0 0 0.2em;}

.espresso-event-list-wrapper-dv{padding:13px 5% 5% 10px;}
.espresso-event-list-wrapper-dv .entry-title {font-size:1em; text-transform:uppercase; margin-bottom: 6px; margin-top: 6px;}

.breadcrumbs-nav{overflow:auto; margin-bottom:26px;}
.nav-breadcrumbs{float:left;color:#346BCE; text-transform:uppercase; font-size:1.4rem; font-weight:700}
.nav-breadcrumbs a{color:#346BCE; text-transform:uppercase; font-size:1.4rem; font-weight:700}
.nav-back{float:right}


.espresso-event-left{float:left; width:65%}
.espresso-event-right{float:left; width:30%; margin-left:5%; text-align:center;}


table.tkt-slctr-tbl{margin-bottom:10px !important; float: left; width: auto !important;}
.tkt-slctr-tbl thead{display:none;}
.display-tckt-slctr-tkt-details {display:none;}

.espresso-event-left .tkt-slctr-tbl-wrap-dv {
    font-size: 1em;
    margin: 0px 20px 0px 0px;
}
#tkt-slctr-request-processor-dv{display:none}

.tkt-slctr-tbl-wrap-dv td,.tkt-slctr-tbl-wrap-dv tbody {
	border: 0px; padding:0px
}

.espresso-event-left input.ticket-selector-submit-btn{float:left;}


#course-class-dates{border-top:1px dashed #ccccca; padding:54px 0 48px;}
#course-class-dates h4{text-transform:uppercase; font-weight:700; font-size:1.118em; margin-bottom: 30px;}
#course-class-dates h4::before{ font-family: "icomoon"; content: '\e902'; font-weight: normal; font-size:1.588em; margin-right:14px; top:4px; position:relative;}

.fl-widget{margin-bottom:20px;}

.footer-widgets .widget_rm_genesis_widget_social{
	margin-bottom:18px;
}
.widget_rm_genesis_widget_social{text-align:right;}
.widget_rm_genesis_widget_social a {
    border-color: #FFFFFF;
    border-radius: 500px;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    margin-left: 6px;
    text-decoration: none;
    width: 35px;
}
.widget_rm_genesis_widget_social a:hover {
	border-color: #052f4e;
	text-decoration:none;
}
.widget_rm_genesis_widget_social a:hover i{
	color:#052f4e;
}

.tutor-facebook{margin-right:10px;}
.tutor-facebook::before{font-family: "Defaults"; content: '\f09a'; font-weight: normal; font-size:1.2em; font-style:normal; margin-left: 0px; display: inline-block;}
.tutor-instagram::before{font-family: "Defaults"; content: '\f16d'; font-weight: normal; font-size:1.2em; font-style:normal; margin-left: 3px; display: inline-block;}

i.Defaults-facebook::before{font-family: "Defaults"; content: '\f09a'; font-weight: normal; font-size:1.2em; font-style:normal; margin-left: 0px; display: inline-block;}
i.Defaults-twitter::before{font-family: "Defaults"; content: '\f099'; font-weight: normal; font-size:1.2em; font-style:normal; margin-left: 1px; display: inline-block;}
i.Defaults-instagram::before{font-family: "Defaults"; content: '\f16d'; font-weight: normal; font-size:1.2em; font-style:normal; margin-left: 3px; display: inline-block;}
.aio-icon{
    box-sizing: content-box !important;
    text-align: center;
}

.malinky-load-more{margin-bottom:20px;}

#course-class-dates .ee-event-datetimes-ul{
	-moz-column-count: 2;
	-moz-column-gap: 2.5em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2.5em;
	column-count: 2;
	column-gap: 2.5em;
	list-style:none;
	margin:0px;
	padding:0px;
}
.espresso-event-right .course-information{margin-bottom:35px;}
.espresso-event-right .course-documents{margin-bottom:35px;}
.espresso-event-right .blue-btn{width:300px; max-width:95%; padding: 7px 20px 6px !important; margin:5px 0px !important; display:inline-block; font-weight: 700; text-transform: uppercase;}

.espresso-event-right .entry-title{font-size:1.118em; font-weight:700; text-transform:uppercase; text-align:center; margin-top:35px}
.espresso-event-right .tkt-slctr-tbl{margin: 0 auto; width: 100% !important;}
.espresso-event-right .tickets-left{display:none;}

/*.espresso-event-right .tkt-slctr-tbl-wrap-dv{float:none; text-align:center;display: inline-block;}*/
.espresso-event-right input.ticket-selector-submit-btn{float:none; text-align:center;}

.espresso_events, .espresso_venues{margin-bottom:16px;}


.site-header {
	position: fixed;
	top: 0;
	z-index: 9000;
	margin: 0 auto;
	width:100%;
	
}
.admin-bar .site-header{
	margin-top:32px;
}

 
.site-inner {
	/*margin-top: 121px;*/
}
.admin-bar .site-inner{
	/*margin-top: 121px;*/
}

/* Start: Recommended Isotope styles */
 
/**** Isotope Filtering ****/
 
.isotope-item {
  z-index: 2;
}
 
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
 
/**** Isotope CSS3 transitions ****/
 
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
 
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
 
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}
 
/**** disabling Isotope CSS3 transitions ****/
 
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
 
/* End: Recommended Isotope styles */



body.single-product .fl-sidebar {
  display: none;
}
/* Extend content to 100% on single product pages */
body.single-product .fl-content {
  width: 100%;
  padding-right: 15px;
  border-right: none;
}

.widget_custom-ee-upcoming-events-widget h2.widgettitle{text-align:center;}

.floatLeft{float:left}

/* People Addon */
.eea-people-addon-people-type-container{border-top:1px dashed #ccccca; padding-top:54px;}
.eea-people-addon-person{width:55%; float:left;}
.eea-people-addon-person h4{text-transform:uppercase; font-weight:700; font-size:1.118em; margin-bottom: 30px;}
.eea-people-addon-person h4::before{ font-family: "icomoon"; content: '\e901'; font-weight: normal; font-size:1.588em; margin-right:14px; top:4px; position:relative;}
.eea-people-addon-person a{text-decoration:underline;}
.eea-people-addon-person-image{width:30%; float:right; margin-right:5%; padding-top:30px}
.eea-people-addon-person-image img{border-radius: 50%; width:100%; height:auto;}

.example_work{margin:0px auto; max-width:704px;}

.single-espresso_people .content-sidebar-wrap{position:relative;}
.single-espresso_people .breadcrumbs-nav{position:relative; width:100%; margin-bottom: 0px; margin-top:30px;}

.single-espresso_people .page-title-container{padding-top:10px}
.single-espresso_people .page-title{margin-bottom:0px;}
.eea-people-addon-person-image-single{width:268px; padding-top:0px; margin: 0px auto; max-width: 50%}
.eea-people-addon-person-image-single img{border-radius: 50%; width:100%; height:auto; display: block;}

.single-espresso_people .content{max-width:694px; float:none; margin:0px auto}

.eea-people-addon-person-events-container h4::before{ font-family: "icomoon"; content: '\e902'; font-weight: normal; font-size:1.588em; margin-right:14px; top:4px; position:relative;}
.eea-people-addon-people-type-container-list ul.eea-people-addon-event-list-ul li{list-style:none; margin:0px; padding:0px}
.eea-people-addon-people-type-container-list ul.eea-people-addon-event-list-ul{list-style:none; margin:0px; padding:0px}


.fl-module img {
    height: auto;
}

.light{font-weight:300 !important}


.gform_wrapper div.validation_error {
    border-bottom: 0px !important;
    border-top: 0px !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    width: 100% !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
    margin-bottom: 0.375em !important;
}
.gform_wrapper .validation_message {
    font-weight: 500 !important;
}
body .gform_wrapper label.gfield_label + div.ginput_container{
	margin-top:0px !important;
}

body #gform_wrapper_10.gform_wrapper ul li.gfield{margin-top:0px !important}

#gform_wrapper_10{margin-top:0px !important; text-align:center; max-width:100% !important}
#gform_wrapper_10 form {

    display: inline-block;
    margin: 0 auto;
    overflow: auto;
}

#gform_10 .gform_body {
	display:inline-block;
	width:294px;
	float:left;
}
#gform_10 .gform_footer {
	display:inline-block;
	clear:none;
	margin: 0 !important;
}
.gform_wrapper #gform_10 .gform_footer{padding:0px !important; }

.gform_wrapper .top_label .gfield_label {
    font-weight: 300 !important;
}

#gform_submit_button_10{width:224px}

#ui-datepicker-div{width:252px !important; display:none;}
.ui-datepicker table{width:100% !important}

.wpb_single_image .vc_figure {
    max-width: 100%;
}

.aio-icon i {
    line-height: inherit;
}

.outside {
    padding: 20px;
    width: 700px !important;
}

.ee-filter-form select{
	webkit-appearance: select !improtant;
	background-image: none !important;
}

a.ubtn-link{margin:0px !important;}

.page_heading_image{height:240px;}


.upb_row_bg{width:100% !important}

.error404 #genesis-content{padding-bottom: 40px;}

@media screen and (max-width: 782px) {
	
.admin-bar .site-header{
	margin-top:46px;
}
} 
  
@media screen and (max-width: 926px) {
	#archive-posts article.type-espresso_events, #archive-posts-widget article{min-height:464px;}
html {
        font-size:50.0%
    }
	.fl-page-footer-widgets-row .col-sm-3:first-child {
		width: 50%;
	}
	
	.cat-header-holder{height:38px; position:relative;width:100%;}
	#archive-posts article.espresso_events:hover .cat-header-sub, #archive-posts-widget article.espresso_events:hover .cat-header-sub{height:32px; bottom:0px; }/**/
	#archive-posts article.espresso_events:hover .cat-header-sub.has_type, #archive-posts-widget article.espresso_events:hover .cat-header-sub.has_type{height:60px; bottom:0px;}
}

@media screen and (max-width: 700px) {
	#archive-posts article.type-espresso_events, #archive-posts-widget article{min-height:404px;}
    html {
        font-size:50.0%
    }
	
	
	.dropdown-filter { position: relative; display: inline-block; float:right; width:48%; margin:0.877% 0.877%; z-index:5000;}
	
	.dropdown-filter:nth-child(2n) { margin-left:0}
	#archive-posts, #archive-posts-widget{clear:both}
	#archive-posts article.type-espresso_events, #archive-posts-widget article{width:48%; float:left;}
	#archive-posts article.type-espresso_events:nth-child(2n), #archive-posts-widget article:nth-child(3n){clear:left;}
	
	
	.espresso-event-left{float:none; width:100%}
	.espresso-event-right{float:none; width:100%; margin-left:0%; text-align:center;}
	
	
	
}
@media screen and (max-width: 995px) {
	.fl-page-nav-wrap {
		background-color: #ffffff;
		border-bottom: 1px solid #e6e6e6;
		border-color: #e6e6e6;
		border-top: 0px solid #e6e6e6;
		color: #052f4e;
		padding: 0;
	}
	.fl-page-nav-col.col-md-8.col-sm-12{
		width:100%;
	}
	.fl-page-nav-collapse {
		float: left;
		text-align: center;
		width: 100%;
	}
	.fl-page-nav-right .fl-page-header-row .col-md-4 {
		width: 100%;
	}
}


@media screen and (max-width: 600px) {
	#gform_wrapper_10 form{text-align:center;}
	#gform_10 .gform_body{float:none; margin-bottom:10px}

	.ubtn-sep-icon .ubtn-icon{display:none;}
	button.ubtn-sep-icon-at-right{ padding: 8px 16px !important;}
}

/* VC Extend */

.vc_card_holder{position:relative;}
.vc_card_holder img{display:block; width:100%; height:auto;}
.vc_card_text.over_image_bottom{padding: 1.9em 1em 0.8em 1em}
.vc_card_text.below_image{padding: 7.5% 5% 4.4% 7% !important; min-height:53px;}
.vc_card_text h2{margin: 0 0 0px; font-size:4rem; line-height:3.6rem;}
.vc_card_text h3{margin: 0 0 0px; font-size:2.7rem}
.vc_card_text.over_image_bottom{position:absolute; bottom:0px; width: 100%;}
.vc_card_text.over_image_top{position:absolute; top:0px; width: 100%;}
.vc_card_text h4{margin: 0 0 0px; text-transform:uppercase;}


.vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.vc_row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.vc_grid-item.zoomIn {
    animation-name: fadeIn;
}

.spco-payment-method-info-dv{display:none;}

.ubtn-data{white-space: nowrap;}

.gform_wrapper .hidden_label input.large{width:94% !important; padding-left:3% !important; padding-right:3% !important;}

#spco-steps-big-hdr, #spco-steps-display-dv{display:none;}

#espresso-thank-you-page-overview-dv .ee-registration-details-h3, #espresso-thank-you-page-overview-dv .ee-registration-details-dv, #espresso-thank-you-page-ajax-payment-dv, /*#espresso-thank-you-page-overview-dv #espresso-thank-you-page-ajax-content-dv,*/ #espresso-thank-you-page-overview-dv .jst-rght{display:none !important;}
#espresso-thank-you-page-overview-dv .bigger-text{font-size:inherit !important}
#espresso-thank-you-page-overview-dv .ee-attention{border:0px !important}

#thank-you{text-align:center;}