/*
    Theme Name: The Colour Woman
    Theme URI: http://cathgrant.com.au
    Description:The Colour Woman is a mobile responsive and HTML5 theme built for the Genesis Framework.
 
    Version: 1.0
 
	Tags: black, blue, default, gray, green, orange, pink, purple, red, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Buttons
		- Message Boxes
		- Circles
		- Pricing Plans
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Slider Wide
		- Slider
		- Slider Misc
		- Welcome
		- Welcome Feature 1-3
		- Home Feature BG
		- Home Feature BG Alt
		- Home Feature BG Dark
		- Home Features
			- Home Feature (1-14)
		- Home Bottom Message
		- Featured Page and Featured Post
	- 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
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Portfolio
	- Miscellaneous
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Black
		- Blue
		- Dark Blue
		- Gray
		- Green
		- Orange
		- Pink
		- Purple
		- Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 960px
		- max-width: 767px
		- max-width: 580px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

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:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}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}



/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary: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: 100%; /* 16px browser default */
}

body {
	background: #f2f2f2;
	color: #333;
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-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: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #000;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.25rem;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

p {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 1.25rem;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-gray {
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	padding: 20px;
}

.quote-arrow-gray {
	background-image: url(images/quote-arrow-gray.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #fff;
	padding: 20px;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #aaa;
}

.quote-black p {
	color: #fff;
}

.quote strong {
    color: #333; 
    padding: 10px 0 0;   
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

h1 a,
h2 a {
	color: #333;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	box-shadow: 0 1px 3px #eee;
	-moz-box-shadow: 0 1px 3px #eee;
	-webkit-box-shadow: 0 1px 3px #eee;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #999;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #2a2a2a;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 12px 20px;
	padding: 0.75rem 1.25rem;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
	background: #111;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding: 0;
}

.home .site-inner {
	padding-top: 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: 740px;
}

.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: 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
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.search-form {
	width: 50%;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky { }

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption { }

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.archive-description,
.author-box {
	background: #fff;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.archive-description,
.author-box  {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	padding: 40px 40px 24px;
	padding: 2.5rem 2.5rem 1.5rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.author-box a { }

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 400;
	line-height: 1.3;
	padding: 0 20px;
}

.entry-title a {
	color: #333;
	font-weight: 400;
}

.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #888;
}

.widgettitle {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.site-header .widgettitle {
	color: #fff;
}

.sidebar .widgettitle {
	border: none;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider Wide
--------------------------------------------- */

.slider-wide {	
    clear: both;
    width: 100%;
}

.slider-wide .wrap {
    margin: 0 auto 20px;
    padding: 30px 0 0;
    max-width: 100%;	
}

.slider-wide .widget {
	margin: 0 0 20px;
}

/* Slider
--------------------------------------------- */

.slider {	
    clear: both;
}

.slider .wrap {
    margin: 0 auto 20px;
    padding: 0;
    width: 1140px;	
}

.slider .widget {
	margin: 0 0 20px;
}

/* Slider Misc
--------------------------------------------- */

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flexslider {
	background: none !important;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}


/* 
Welcome
---------------------------------------------------------------------------------------------------- */

.welcome {
	background: #F2F2F2;
	clear: both;
	color: #ccc;
    margin: 0 auto;
    text-align: center;
}

.welcome .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 0;
    width: 1140px;
}

.welcome .widget {
	margin: 0 0 20px;
	overflow: hidden;
}

.welcome .widgettitle {
	font-size: 36px;
	font-size: 2.25rem;	
	font-weight: 300;
	line-height: 46px;
}

.welcome h4 {
	color: #fff;
}

.welcome p {
	color: #323332;
    margin: 0 0 20px;
}

.welcome a {
	color: #fff;
}

.welcome-wide {
	color: #000;
	clear: both;
}

/* Welcome Feature 1-3 */

.welcome-features {
	overflow: hidden;
	width: 100%;
}

.welcome-features h4 {
	font-size: 20px;
	line-height: 26px;
}

.welcome-feature-1,
.welcome-feature-2 {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
}

.welcome-feature-3 {
	float: right;
    width: 32%;
}	

.welcome-feature-1 .widgettitle, 
.welcome-feature-2 .widgettitle, 
.welcome-feature-3 .widgettitle {
	color: #fff;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.welcome-feature-1 h4, 
.welcome-feature-2 h4, 
.welcome-feature-3 h4 {
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0;
    padding: 0;
}

.welcome-feature-1 p, 
.welcome-feature-2 p, 
.welcome-feature-3 p {
	margin: 0 0 20px;
}


/* 
Home Feature BG Dark 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-dark {
	background: #323332;
	color: #aaa;
}

.home-feature-bg-dark .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 0;
	width: 1140px;
}

.home-feature-bg-dark .featuredpage .page,
.home-feature-bg-dark .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
    width: 300px;
}

.home-feature-bg-dark .featuredpage .page h2 a,
.home-feature-bg-dark .featuredpost .post h2 a {
	font-size: 15px;
}

.home-feature-bg-dark .featuredpage img, 
.home-feature-bg-dark .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg-dark .featuredpage img:hover, 
.home-feature-bg-dark .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg-dark .byline, 
.home-feature-bg-dark .byline {
	font-size: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

.home-feature-bg-dark h1,
.home-feature-bg-dark h2,
.home-feature-bg-dark h3,
.home-feature-bg-dark h4,
.home-feature-bg-dark h5,
.home-feature-bg-dark h6 {
	color: #fff;
}

.home-feature-bg-dark p {
	color: #aaa;
	margin: 0 0 20px;
}

.home-feature-bg-dark a {
	color: #fff;
}

/*
Home Features
---------------------------------------------------------------------------------------------------- */

/* Home Feature 5 */

.home-feature-5 {
	margin: 0;
	width: 100%;
}

.home-feature-5 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature h4 */


.home-feature-5 h4 {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 46px;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 10px 0;
	margin: 0.625rem 0;
}

.featured-content .entry-title a {
	border: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.head-wrap {
	background: #F2F2F2;
	margin: 0 0 10px;
}

.site-header {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header .wrap {
	padding: 16px 0;
	padding: 1rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: "Open Sans",sans-serif;
	font-weight: 700;
	float: left;
	padding: 0;
	padding: 0;
	width: 360px;
}

.header-image .title-area {
	padding: 0;
}

.header-image {
	margin-top: 10px;
}

.site-title {
	font-size: 32px;
	font-size: 2rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	line-height: 1;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
}

.site-header .site-title a {
	color: #fff;
	font-weight: 300;
}

.site-title a:hover {
	color: #aaa;
	text-decoration: none;
}

.site-description {
	color: #999;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 10px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 55px;
	width: 100%;
	padding-top: 40px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #ddd;
	float: right;
	text-align: right;
	width: auto;
}

.site-header .widget-area a {
	color: #fff;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 2.5rem 0;
}

.site-header .search-form {
	float: right;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #ccc;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	display: block;
	font-weight: 400;
	padding: 13px;
	position: relative;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	padding: 13px 26px 13px 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #aaa;
}

.genesis-nav-menu > .menu-item > a { }

.genesis-nav-menu .sub-menu {
	color: #fff;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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: 202px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background: #222;
	color: #fff;
	letter-spacing: 0;
	padding: 13px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 201px;
}

.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 { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 13px 0 13px 20px;
}

.genesis-nav-menu > .right > a {
	background: none; 
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu > .search input {
	padding: 6px;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #333;
	font-size: 16px;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #333;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a { 
	color: #fff;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {	
	clear: both;
    line-height: 1;	
	margin: 0 auto;
	overflow: hidden;
	width: auto;
	color: #fff;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu a:hover {
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #222;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 8px 13px;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: 8px 0 8px 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 201px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0, .2);
	background: #fff;
	margin: 0 3px 40px;
	padding: 20px 0 0;
}

.entry-content {
	padding: 0 20px 20px;
}

.entry-content a {
	color: #000;
}

.entry-content a:hover {
	color: #888;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 25px;
	margin-bottom: 1.563rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 400;
	margin: 0 0 10px;
	margin: 0 0 1.25rem;
	padding: 20px;
	text-transform: uppercase;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	margin: 0;
	overflow: hidden;
	padding: 16px 0;
	padding: 1rem 0;
}

.entry-footer  {
	background: #eee;
	padding: 10px 20px;
	padding: 0.625rem 1.25rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories {
	display: block;
	float: left;
	font-size: 12px;
}

.entry-tags {
	float: right;
	font-size: 12px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 40px 0;
	margin: 2.5rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #444;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 4px 12px;
	padding: 0.25rem 0.75rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #1e1e1e;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond { }

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.entry-comments a,
#respond a { }

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li { }

li.comment {
	border-radius: 10px;
	padding: 30px;
}

li.comment ul li {
	border-radius: 0;
	border-left: 1px solid #ddd;
}

.thread-alt li.comment {
	border-radius: 0;
	border-left: 1px solid #aaa;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

.thread-alt {
	background-color: #ddd;
}

.thread-even {
	background-color: #fff;
}

.bypostauthor { }

.form-allowed-tags {
	background: #dedede;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 24px;
	padding: 1.5rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #666;
	font-size: 16px;
	font-size: 1rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #2a2a2a;
	color: #aaa;
	padding: 30px;
	padding: 1.875rem;
}

/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
	content: '';
}
 
.line-number,
.gist .line-data > .line-pre {
	line-height: 1.2;
}

.tagcloud a {
	background: #eee;
	float: left;
	padding: 3px 10px;
	margin: 0 2px 5px;
}

.tagcloud a:hover {
	background: #f5f5f5;
}

/* Content Align (Left & Right) */

.feature-left {
	float: left;
	margin: 0 2% 0 0;
	width:  48%;
}

.feature-right {
	float: right;
	width:  48%;
}

.feature-margin {
	margin-top: 80px;
}

/* Check List */

.check-list {
	list-style: none;
	margin: 0 0 30px;
}

.check-list li {
	background-image: url(images/checkmark.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
}

/* Responsive Videos */

.video-container {
	height: 0; 
	overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    left: 0;     
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {		
	background-color: #2a2a2a;	
	clear: both;
	color: #aaa;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}

.footer-widgets .wrap {
	padding: 60px 0 20px;
	padding: 3.75rem 0 1.25rem;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets p {
	color: #aaa;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin: 0 4.166666666% 0 0;
	width: 30.555555555%;
}

.footer-widgets-3 {
	float: right;
	width: 30.555555555%;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widgettitle {
	color: #fff;
	font-family: 'Open Sans',"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 0.875rem;
	text-transform: uppercase;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .entry {
	background: none;
}

.footer-widgets .featured-content .entry-title {
	margin: 0 0 10px;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #F2F2F2;
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.site-footer .wrap {
	padding: 30px 20px;
	padding: 1.875rem 1.25rem;
}

.site-footer a { 
	color: #333;
	font-weight: 400;
}

.site-footer p {
	margin: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.wrap,
	.site-header {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1023px) {

	.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,
	.wrap {
		width: 100%;
	}
	
	.site-header,
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.welcome .wrap,
	.home-feature-bg .wrap,
	.home-feature-bg-alt .wrap,
	.home-feature-bg-dark .wrap,
	.footer-widgets .wrap {
		width: 90%;
	}
	
	.title-area {
		padding: 16px 0;
		padding: 1rem 0;
	}
	
	.header-image .site-header,
	.header-image .site-header .wrap {
		background-position: center top !important;
	}
	
	.site-header .widget-area {
		text-align: center;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-inner {
		background: none;
	}
	
	.nav-primary {
		background-repeat: repeat-y;
	}

	.genesis-nav-menu li,
	.genesis-nav-menu > .right,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a { }

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1rem auto;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 2.5rem;
	}
	
	.wp-caption {
		width: 100% !important;
	}
	
	.footer-widgets .widget {
		margin-bottom: 40px;
		margin-bottom: 2.5rem;
	}

}

/* iPad/Tablets (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 960px) {

	.feature-margin {
		margin: 0;
	}

}

/* iPhones (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	.home-bottom-sidebar-1,
	.home-bottom-sidebar-2,
	.home-bottom-sidebar-3,
	.home-bottom-sidebar-4,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.feature-left,
	.feature-right {
		width: 45%;
	}

	.search-form {
		width: 80%;
	}

}

@media only screen and (max-width: 580px) {

	.home .wrap {
		text-align: center;	
	}
	
	.site-header .wrap {
		width: 90%;
	}
	
	.welcome-feature-1, 
	.welcome-feature-2,
	.welcome-feature-3,
	.home-feature-5 {
		margin: 0 auto;
	    text-align: center;
	    width: 100%;
	}
	
	.feature-left {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.feature-right {
		float: none;
		margin: 40px auto 0;
		text-align: center;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.site-header {
		width: 100%;
	}
	
}

/* Style Home Page */
body.page-id-489 .content h1.entry-title {
	display: none;
}

/* Style Art For Sale page */
body.page-id-225 .entry {
	background: #fff !important;
	box-shadow:rgba(0, 0, 0, 0.2) 0 !important;
  	margin: 0;
  	padding: 0;
}

.attachment-custom-thumb-2 {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

p.art-titles {
	font-weight: bold;
	text-align: center;
}

.art-description {
	margin-top: 30px;
	text-align: center;
	font-style: italic;
	padding: 10px;
	border: dashed 1px #333;
	background: #412450;
	color: #fff;
}

/* STYLE PAGES */
.services-sb {
	background: #f2f2f2;
	max-width: 300px;
	margin-bottom: 30px;
}

.sidebar-primary .widget {
	border-bottom: none;
}

/* Testimonials page */
#test-embed {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
} 

body.page-id-44 .content .page { 
  margin-top: 25px;
  background: #f2f2f2;
  /*box-shadow: none;*/
}

body.page-id-44 .content h1.entry-title {
	text-align: center;
}

.testimonial-button,
.entry-content .testimonial-button {
	background-color: #412450 !important;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	width: 210px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

testimonial-button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #eeeee8;
	color: #a5a5a3;
}

.testimonial-button {
	display: inline-block;
}

/* Home page */
.services {
	background: #412450;
	max-width: 300px;
	margin-bottom: 30px;
}

.spruke {
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
}

/* Gallery page */
.art-gallery {
	background: #f2f2f2;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

body.page-id-25 .site-footer {
	display: none;
}

body.page-id-25 .entry {
 	padding: 0px 0px 0px 0px;
	box-shadow: none;
	background: #f2f2f2;
	text-align: center;
	color: #000;
	font-weight: bold;
}

body.page-id-25 .content .page {
	background: #F2F2F2;
}

body.page-id-25 .entry-content {
  padding: 0;
  box-sizing: none;
}

/* Drop images off home page in responsive */
@media only screen and (max-width: 800px) {
.image-res {
	display: none;
	}
}

/* Style Contact Page */

.border-contact {
	border:5px solid #f2f2f2;
}

.contact-icon {
	padding-left: 20px;
}

/* Special columns for Contact Page */
.contact50-1 {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 15px;
	background: #f2f2f2;
  	float: left;
  	clear: left;
}

.contact50-2 {
	width: 48%;
	margin-left: 2%;
	margin-bottom: 15px;
  	float: left;
  	clear: right;
}

/* Drop images off Contact Page and adjust special columns in responsive */
@media only screen and (max-width: 1140px) {
	.image-res1 {
	display: none;
	}
	.contact50-1 {
	margin-right: 0;
	width: 100%;
	text-align:center;
	}
	.contact50-2 {
	margin-left: 0;
	width: 100%;
	}
	.contact-icon {
	display: none;
	}
	.gfield, .gform_wrapper h3.gform_title {
	text-align: center;
	}
	body #gform_wrapper_2 .gform_footer input[type=submit] {
	margin-right: auto;
	margin-left: auto;
	display: block;
	}
	body.page-id-40 .content h1.entry-title {
	text-align: center;
	}
}

/* Adjust submenu */
.site-header .sub-menu a, .site-header .sub-menu a:hover {
	color: #fff;
	font-size: 16px;
}

/* Take padding out of header right to align menu properly */
.header-image .site-header .widget-area {
  padding: 0;
}

/* !!!Centering elements!!! */

/*Center image in element*/
img.center {   display: block;   margin-left: auto;   margin-right: auto; }

/*Center container*/
div.center {   display: block;   margin-left: auto;   margin-right: auto; }

/* !!!Images - styling!!! */

/*Styling the border and shadow around images*/
.image-style {
	-moz-box-shadow: 0px 0px 10px 5px #9C9C9C;
	-webkit-box-shadow: 0px 0px 10px 5px #9C9C9C;
	box-shadow: 0px 0px 10px 5px #9C9C9C;
	background: #FFFFFF url(images/) no-repeat;
	margin: -8px -20px 10px -20px;
	padding: 10px 10px 6px 10px;
}

/* !!!Border radius!!! */

/*Rounded box with shadoweffect*/
.roundedbox-shadow {
border: 2px solid #026F74;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 10px 10px 5px #9C9C9C;
-webkit-box-shadow: 10px 10px 5px #9C9C9C;
box-shadow: 10px 10px 5px #9C9C9C;
}

/*Rounded box - NO shadoweffect*/
.roundedbox {
background: #ffffff;
text-align:center;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

/* !!!General styling!!! */

/* Backgrounds */
.bkg-000 {
background: #000;
}
.bkg-333 {
background: #333;
}
.bkg-fff {
background: #fff;
}
.bkg-f1 {
background: #f1f1f1;
}
.bkg-ccc {
background: #ccc;
}
.bkg-red {
background: #ff0000;
}
.bkg-blue {
background: #0000ff;
}

/* Text */
.tx-c {
text-align: center;
}
.tx-r {
text-align: right;
}
.tx-l {
text-align: left;
}
.tx-dec-0 {
text-decoration: none;
}
.tx-dec-u {
text-decoration: underline;
}
.tx-ind {
text-indent: Xpx;
}

.tx-b {
font-weight: bold;
}
.tx-i {
font-style: italic;
}
.tx-u {
font-style: underline;
}

/* Fonts */
.f-120 {
font-size: 120% !important;
}
.f-140 {
font-size: 140% !important;
}
.f-160 {
font-size: 160% !important;
}
.f-200 {
font-size: 200% !important;
}
.fc-w {
color: #fff !important;
}
.fc-b {
color: #000;
}

/* Margin Bottom/Top */
.margb0 {
margin-bottom: 0px !important;
}
.margt0 {
margin-top: 0px !important;
}
.margb3 {
margin-bottom: 3px !important;
}
.margt3 {
margin-top: 3px !important;
}
.margb5 {
margin-bottom: 5px !important;
}
.margt5 {
margin-top: 5px !important;
}
.margb10 {
margin-bottom: 10px !important;
}
.margt10 {
margin-top: 10px !important;
}
.margb15 {
margin-bottom: 15px !important;
}
.margt15 {
margin-top: 15px !important;
}
.margb20 {
margin-bottom: 20px !important;
}
.margt20 {
margin-top: 20px !important;
}
.margb25 {
margin-bottom: 25px !important;
}
.margt25 {
margin-top: 25px !important;
}
.margb30 {
margin-bottom: 30px !important;
}
.margt30 {
margin-top: 30px !important;
}
.margb35 {
margin-bottom: 35px !important;
}
.margt35 {
margin-top: 35px !important;
}
.margb40 {
margin-bottom: 40px !important;
}
.margt40 {
margin-top: 40px !important;
}
.margb45 {
margin-bottom: 45px !important;
}
.margt45 {
margin-top: 45px !important;
}
.margb50 {
margin-bottom: 50px !important;
}
.margt50 {
margin-top: 50px !important;
}

/* Padding all round */
.pad3 {
padding: 3px !important;
}
.pad5 {
padding: 5px !important;
}
.pad10 {
padding: 10px !important;
}

/* Padding Left-Right */
.padlr3 {
padding-left: 3px !important;
padding-right: 3px !important;
}
.padlr5 {
padding-left: 5px !important;
padding-right: 5px !important;
}
.padlr10 {
padding-left: 10px !important;
padding-right: 10px !important;
}

.padlr20 {
padding-left: 20px !important;
padding-right: 20px !important;
}

/* Padding Bottom/Top */
.padb0 {
padding-bottom: 0px !important;
}
.padt0 {
padding-top: 0px !important;
}
.padb3 {
padding-bottom: 3px !important;
}
.padt3 {
padding-top: 3px !important;
}
.padb5 {
padding-bottom: 5px !important;
}
.padt5 {
padding-top: 5px !important;
}
.padb10 {
padding-bottom: 10px !important;
}
.padt10 {
padding-top: 10px !important;
}
.padb15 {
padding-bottom: 15px !important;
}
.padt15 {
padding-top: 15px !important;
}
.padb20 {
padding-bottom: 20px !important;
}
.padt20 {
padding-top: 20px !important;
}

/* Fancy Border Bottom */
.fb-b-w {
border-bottom: solid 1px #fff;
margin-left:auto;
margin-right:auto
}
.fb-b-b {
border-bottom: solid 1px #000;
margin-left:auto;
margin-right:auto
}

* !!!!!!SET UP widths!!!!!! */

/* Full width */
	.w100 {
	width: 100%;
  	float: left;
	clear: both;
}

/* 90% width */
	.w90 {
	width: 90%;
  	float: left;
	clear: both;
}
/* 80% width */
	.w80 {
	width: 80%;
  	float: left;
	clear: both;
}

/* !!!!!!SET UP COLUMN CLASSES!!!!!! */
/*new column classes*/

/* Halves */
.col50-1 {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 15px;
  	float: left;
  	clear: left;
}

.col50-2 {
	width: 48%;
	margin-left: 2%;
	margin-bottom: 15px;
  	float: left;
  	clear: right;
}

/* Thirds */
.col33-1 {
  	width: 32%;
  	margin: 0 0 15px 0;
  	float: left;
  	clear: left;
}

.col33-2 {
  	width: 32%;
  	margin-bottom: 15px;
  	margin-left: 2%;
  	margin-right: 2%;
  	float: left;
  	clear: none;
}

.col33-3 {
  	width: 32%;
  	margin-bottom: 15px;
  	float: left;
  	clear: right;
}

/* Quarters */
.col25-1 {
	width: 22%;
  	margin-bottom: 15px;
  	margin-right: 2%;
  	float: left;
  	clear: left;
}

.col25-2 {
	width: 22%;
  	margin-bottom: 15px;
  	margin-left: 2%;
  	margin-right: 2%;
  	float: left;
  	clear: none;
}

.col25-3 {
	width: 22%;
  	margin-bottom: 15px;
  	margin-left: 2%;
  	margin-right: 2%;
  	float: left;
  	clear: none;
}

.col25-4 {
width: 22%;
  	margin-bottom: 15px;
  	margin-left: 2%;
  	float: left;
  	clear: right;
}

/* Fifths */
.col20-1 {
	width: 17%;
  	margin-bottom: 15px;
  	margin-right: 1%;
  	float: left;
  	clear: left;
}

.col20-2 {
	width: 17%;
  	margin-bottom: 15px;
  	margin-left: 2%;
  	margin-right: 2%;
  	float: left;
  	clear: none;
}

.col20-3 {
	width: 17%;
  	margin-bottom: 15px;
  	margin-left: 2%;
  	margin-right: 2%;
  	float: left;
  	clear: none;
}

.col20-4 {
    width: 17%;
  	margin-bottom: 15px;
  	margin-left: 2%;
	margin-right: 2%;
  	float: left;
  	clear: none;
}

.col20-5 {
    width: 17%;
  	margin-bottom: 15px;
  	margin-left: 1%;
  	float: left;
  	clear: right;
}

/* Two Thirds - One Third */
.col66-1 {
	width: 64%;
	margin-right: 2%;
	margin-bottom: 15px;
  	float: left;
  	clear: left;
}

.col66-2 {
	width: 32%;
	margin-left: 2%;
	margin-bottom: 15px;
  	float: left;
  	clear: right;
}

/* RESPONSIVE COLUMN CLASSES */
/* Go full width under 800px*/
@media only screen and (max-width: 800px) {

	/* Full width for Welcome Feature 1 to 3 */
	.welcome-feature-1, .welcome-feature-2, .welcome-feature-3 {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	} 

	/* Set maximum widths for columns in responsive */

	.quarter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 350px;
	}
	
	.third {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 350px;
	}

	.half {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 500px;
	}

	/* Full widths halves */
	.col50-1 {
	margin-right: 0;
	width: 100%;
	}
	.col50-2 {
	margin-left: 0;
	width: 100%;
	}

	/* Full widths thirds */
	.col33-1, .col33-2, .col33-3 {
	width: 100%;
	}
	.col33-2 {
	margin-left: 0;
	margin-right: 0;
	}

	/* Full widths quarters */
	.col25-1, .col25-2, .col25-3, .col25-4 {
	width: 100%;
	}
	.col25-1 {
	margin-right: 0;
	}
	.col25-4 {
	margin-left: 0;
	}
	.col25-2 {
	margin-left: 0;
	margin-right: 0;
	}
	.col25-3 {
	margin-left: 0;
	margin-right: 0;
	}

	/* Full widths (Two Thirds - One Third) */
	.col66-1 {
	margin-right: 0;
	width: 100%;
	}
	.col33-2 {
	margin-left: 0;
	width: 100%;
	}
}

/*  !!!!!!CSS STYLING FOR SPECIFIC PLUGINS!!!!!! */

/* !!!Soliloquy slider!!! */

/* Center slider */
.soliloquy-container {
	margin: 0 auto !important;
}

/* Take annoying bulletpoint out of slider */
.soliloquy-slides, .soliloquy-item { list-style: none !important; }

/*Style caption for slider Image caption - Put at top of slider*/
.soliloquy-container .soliloquy-caption-inside { background: transparent !important; filter: none !important; -ms-filter: none !important; }
.soliloquy-caption .soliloquy-caption-inside { color: #fff !important; font-size: 16px !important; text-align: left !important;}
.soliloquy-caption { max-width: 100%; bottom: auto !important; top: 0 !important; padding-left:5px !important; }

/* !!!Gravity forms!!! */

/*Styles the entire form*/
/* Adjust form title */
.gfield, .gform_wrapper h3.gform_title {padding-left: 20px;}
body #gform_wrapper_2 .gform_body .gform_fields {border:7px solid #f2f2f2;background: #f2f2f2;padding:5px;padding-top: 14px; }
/*Styles the individual containers (spacing between elements like personal details and email)*/
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {margin-bottom: 10px; }
/*Styles the input for standard fields*/
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {border:1px solid #412450;color:#000;}
body .gform_wrapper .gform_body .gform_fields .length_em.gfield input[type=text] {max-width: 140px;}
/*Styles the paragraph boxes across forms - insert class 'para' into form css class*/
body .gform_wrapper .gform_body .gform_fields .para.gfield textarea {max-width: 400px;border:1px solid #412450;color:#000;}
/*Styles the heading for each field - e.g. Personal Details*/
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {font-size: 18px;margin-bottom:15px;}
/*Styles the Submit Button*/
body #gform_wrapper .gform_footer input[type=submit] {background: #333;color: #fff;}
body .gform_wrapper .gform_footer {padding-left: 20px;}

/*  !!!!!!CUSTOM RESPONSIVE CSS!!!!!! */

/*Ensure Vertical menu and responsive search box does not display above 960px*/
@media only screen and (min-width: 970px) {

}


@media only screen and (max-width: 980px) {

}


@media only screen and (min-width: 768px) and (max-width: 980px) {

}


@media only screen and (min-width: 480px) and (max-width: px) {

}


@media only screen and (max-width: 767px) {
	
}


@media only screen and (min-width: 480px) and (max-width: 767px) {

}


@media only screen and (max-width: 479px) {
	#test-embed {
	display: none;
	}
}

#nav_menu-2 {
	margin-top: 10px !important;
}