/*
    Theme Name: Optimal
    Theme URI: http://appfinite.com/themes/optimal
	Description: Optimal is a mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Appfinite
    Author URI: http://www.appfinite.com/
 
    Version: 1.3
 
	Tags: default(black), blue, darkblue, darkgray, green, light-orange, orange, pink, purple, red, silver, 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
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Slider
		- Welcome
		- Home Features
		- Home Middle Wide
		- Home Bottom
		- Home Bottom Sidebar
		- Home Bottom Featured Posts
		- Home Bottom 1, 2, 3
		- 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
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Black
		- Blue
		- Dark Blue
		- Dark Gray
		- Green
		- Light Orange
		- Orange
		- Pink
		- Purple
		- Red
		- Silver
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- 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}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* 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 {
	color: #000;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	background-color: #336600;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

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: rgba(48,118,0,1.00);
	font-weight: 700;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.25rem;
}

a:hover {
	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 2rem;
	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;
	margin: 0 0 10px;
	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;
	margin: 0 0 10px;
	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: 'Oswald', cursive;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 3px;
	margin-bottom: 0.2rem;
	padding: 0;
}

h1 {
	font-size: 30px;
	font-size: 2.25rem;
}

h2 {
	font-size: 26px;
	font-size: 1.875rem;
}

h3 {
	font-size: 20px;
	font-size: 1.5rem;
}

h4 {
	font-size: 18px;
	font-size: 1.25rem;
}

h5 {
	font-size: 16px;
	font-size: 1.125rem;
}

h6 {
	font-size: 14px;
	font-size: 1rem;
}

h1 a,
h2 a {
	font-weight: 400;
}

h2 a {
	color: #333;
}

h1 a:hover,
h2 a:hover {
	color: #4c5e6b;
	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 {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	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"] {
	background-color: #4c5e6b;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	width: auto;
}

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;
	transition:all .5s ease;
	background: #666;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Buttons
--------------------------------------------- */

a.button {
	border-radius: 3px;
    display: inline-block;	
    font-size: 13px;
    font-weight: 700;	
    line-height: 13px;
    margin: 0 0 10px;
    padding: 8px 20px;
    text-decoration: none;	
    text-transform: uppercase;
}

a.button:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	text-decoration: underline;
	transition:all .5s ease;	
}

a.button.small {
	color: #fff;
	background-color: #4c5e6b;
    font-size: 12px;	
    line-height: 13px;
    padding: 8px 20px;
}
#small, .small {
	font-size: 80%;
	}

a.button.medium {
	color: #fff;
	background-color: #4c5e6b;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
}

a.button.large {
	color: #fff;
	background-color: #4c5e6b;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 32px;
}

a.button.black {
	background-color: #1e1e1e !important;
	color: #fff !important;
}

a.button.blue {
	background-color: #0675cb !important;
	color: #fff !important;
}

a.button.dark-blue {
	background-color: #01437e !important;
	color: #fff !important;
}

a.button.dark-gray {
	background-color: #383838 !important;
	color: #fff !important;
}

a.button.green {
	background-color: #566d17 !important;
	color: #fff !important;
}

a.button.light-orange {
	background-color: #fc702b !important;
	color: #fff !important;
}

a.button.orange {
	background-color: #b34d00 !important;
	color: #fff !important;
}

a.button.pink {
	background-color: #ff61a0 !important;
	color: #fff !important;
}

a.button.purple {
	background-color: #8528a8 !important;
	color: #fff !important;
}

a.button.red {
	background-color: #d91420 !important;
	color: #fff !important;
}

a.button.silver {
	background-color: #aaa !important;
	color: #fff !important;
}

/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 2px 20px;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.gray-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
    color: #888;
	margin: 0 2px 20px;
	padding: 10px 15px 20px;	
}	

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #f5f5f5;
}

.home .site-inner {
	padding-top: 50px;
	padding-top: 3.125rem;
}

/* 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: 800px;
	padding-left: 10px;
	padding-right: 10px;
}

.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: 310px;
	padding-left: 10px;
	padding-right: 10px;
	
}

.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: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.archive-description {
	background: none;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.author-box {
	background: #fff;
	padding: 40px;
	padding: 2.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 0 20px;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 1.2rem;
	line-height: 1.3;
	color: rgba(48,118,0,1.00);
}

.entry-title a,
.sidebar .widgettitle a {
	color: rgba(48,118,0,1.00);
	font-weight: 400;
}

.entry-title a:hover {
	color: #4c5e6b;
}

.widgettitle {
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widgettitle {
	font-size: 18px;
	font-size: 1.125rem;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider
--------------------------------------------- */

.slider {
	margin-bottom: 20px;
}

.home-features-section .slider .wrap {
    background-image: url(images/slide-shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0 0 3px;

}

#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-image: url(images/welcome-shadow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    clear: both;
}

.welcome .wrap {
    color: #333;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    margin: 0 auto;
    overflow: hidden;	
    padding: 40px 0 40px;
	text-align: center;	
    width: 1140px;
}

.welcome .widget {
	margin: 0 auto;
	padding: 0 0 20px;
}

.welcome .wrap h4 {
    font-size: 30px;
    font-size: 1.875rem;		
}

/* Home Features
--------------------------------------------- */

.home-features {
	aclear: both;
	background-image: url(images/bg.jpg);
	background-repeat: repeat !important;
	background-position: center top;
	background-color: #060;
}

.home-features .wrap {
	width: 1140px;
	background-image: url(images/home_text_bg.png);
	background-repeat: repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
.site-inner .wrap {
	background-image: url(images/content_page_bg.png);
	background-repeat: repeat;
	}

.home-feature-sidebar {
	float: left;
	width: 24%;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.home-feature-sidebar .widget {
	margin-top: -25px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}

.home-feature-section {
	float: left;
	width: 71%;
	background-image: url(images/border-img.png);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 40px;
}
.home-feature-section img {
	width: 215px;
	height: 131px;
	}
#featured-page-9 img {
	width: 230px;
	height: 131px;

	}	
.home-feature-section h2 a{
	color: #030;
	padding-bottom: 2px !important;
	margin-bottom: 2px !important;
	font-size: 85%;
	}
.home-feature-section .more-link {
	color: #030;
	}
#recent-posts-3 h4, #recent-posts-3 h4 a {
	color: #008040;
	padding-bottom: 2px !important;
	margin-bottom: 2px !important;
	padding-left: 8px;
	padding-top: 8px;
	}
#recent-posts-3 a {
	font-size: 80%;
	}	
	
.post-date {
	font-size: 80%;
	display:block;
	}
#recent-posts-3 ul {
	padding-left: 25px;
	}
#featured-post-12  {
	margin-left: 12px !important;
	margin-top: 15px;

	}		
#recent-posts-3, .featuredpost {
	-webkit-box-shadow: 2px 5px 8px 1px #336600;
	box-shadow: 2px 5px 8px 1px #336600;
	background-image: url(images/hf_bg.png);
	background-repeat: repeat;
	min-height: 380px;
	margin-left: 24px;
	margin-top: 15px;
	}

#featured-post-12 ul {
	margin-left: 45px;
	}	
#ws_plugin__s2member_pro_login_widget-5 {
	-webkit-box-shadow: 2px 5px 8px 1px #336600;
	box-shadow: 2px 5px 8px 1px #336600;
	background-image: url(images/hf_bg.png);
	background-repeat: repeat;
	min-height: 360px;
	}		
#featured-post-7, #featured-post-11 {
	background-image: url(images/member_only_bg.png);
	background-repeat: repeat-y;	
	}		
.home-feature-1 {
	float: left;
	width: 32.3%;
	padding-right: 8px;
	margin-left: 3px;
	margin-right: 6px;

}

.home-feature-2 {
	float: left;
	width: 33.0%;
	padding-right: 8px;

}
.home-feature-3 {
	float: left;
	width: 31.3%;
	margin-left: 4px;	

}

.home-feature-1 .widget,
.home-feature-2 .widget,
.home-feature-3 .widget
{
	margin: 0 0 25px;
}
.drillbackground {
	background-image: url(https://www.swoopercoach.com.au/gfx/drill_bkg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	}	
	
.drillbg {
	background-image: url(https://www.swoopercoach.com.au/gfx/drill_bkg.jpg);
	background-repeat: no-repeat;
}	
#featured-post-12 .featuredpost h2 {
	font-size: 100%;
	margin: 1px !important;
	padding: 1px !important;
	}
#featured-post-12 h4 {
	font-size: 110% !important;
	margin-top: 8px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 10px;
	padding-top: 10px !important;
	color: #060;
	border-bottom: thin dashed rgba(84,164,1,1.00);
	text-transform: uppercase;
	}	
#featured-post-12 .featuredpost .entry p {
	margin-bottom: 2px;
	padding: 0 0 2px;
	font-size: 90%;
	}	
 .featuredpost h2 {
	font-size: 100%;
	margin: 1px !important;
	padding: 1px !important;
	}
.featuredpost h4 {
	font-size: 95%;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	padding: 1px !important;
	color: #060;

	}	
.featuredpost .entry p {
	margin-bottom: 2px;
	padding: 0 0 2px;
	font-size: 90%;
	}		
.featuredpost .widget-wrap	{
	padding: 5px;
	}
/* Home Middle Wide
--------------------------------------------- */

.home-middle-wide {
	clear: both;
}

.home-middle-wide .wrap {
	background: url(images/border-img-x.png) repeat-x center top;
	font-size: 18px;
	font-size: ;
	margin: 0 auto;
	padding: 60px 0 20px;
	width: 1140px;
}

.home-middle-wide .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-middle-wide .widgettitle {
	font-size: 32px;
	font-size: 2rem;
}

/* Home Bottom
--------------------------------------------- */

.home-bottom {
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	background-color: #D5D5D5;
	background-image: url(images/bottom_half.jpg);
	background-position: center top;
}

.home-bottom .wrap {
	background: url(images/border-img-x.png) repeat-x center top;
	margin: 0 auto;
	padding: 60px 0 0;
	width: 1140px;
}
	
.home-bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.home-bottom ul li {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
}

.home-bottom ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
}

.home-bottom ul li ul li {
	margin: 0;
	padding: 5px 0 0;
}
	
.home-bottom .widget {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 0;
}
	
.home-bottom .featuredpost img,
.home-bottom .featuredpage img {
	/*background: #eee;*/
    /*border: 1px solid #bbb;*/
    margin: 0 0 10px;	
    /*padding: 4px;*/
}

.home-bottom .featuredpost img:hover,
.home-bottom .featuredpage img:hover {
    opacity: .8;
}
	
.home-bottom .user-profile .avatar {
	background: #fff;
	border: 4px solid #eee;
	margin: 0 0 -5px;
	padding: 1px;
}

/* Home Bottom Sidebar
--------------------------------------------- */

.home-bottom-sidebar {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	width: 24%;
}

/* Home Bottom Features
--------------------------------------------- */
.home-bottom-features {
	float: right;
	margin: 0 auto;
	width: 72%;
}

.home-bottom-features .wrap {
	background: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.home-bottom-features .featured-content .entry {
	background: none;
	margin: 0;
	padding: 0;
}

/* Home Bottom Featured Posts
--------------------------------------------- */

.home-featured-posts {
	margin: 0 auto;
}

.home-featured-posts .featured-content .entry {
	background: none;
	float: left;
	margin: 0 3% 0 0;
	padding: 0;
	width: 30%;
}

.home-featured-posts .featured-content .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

/* Home Bottom 1, 2, and 3
--------------------------------------------- */

.home-bottom-1,
.home-bottom-2,
.home-bottom-3 {
	float: left;
	margin: 0 3% 0 0;
	width: 30%;
}

/* Home Bottom Message
--------------------------------------------- */

.home-bottom-message {
    clear: both;
    text-align: center;	
}

.home-bottom-message .wrap {
	background: url(images/border-img-x.png) repeat-x center top;
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 auto;
	padding: 60px 0 0;
}

.home-bottom-message .widget {
	margin: 0 auto 20px;
}

.home-bottom-message .widgettitle {
	font-size: 32px;
	font-size: 2rem;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 10px;

	padding: 10px;

}
#layerslider_widget-4 {
	margin-left: 12px;
	}
#featured-post-12 .entry {
	margin-bottom: 10px;
	padding: 20px;

}
.home-feature-section .featured-content .entry {
	-webkit-box-shadow: 2px 5px 8px 1px #336600;
	box-shadow: 2px 5px 8px 1px #336600;
	background-image: url(images/hf_bg.png);
	background-repeat: repeat;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	}
#recent-posts-3 {
	-webkit-box-shadow: 2px 5px 8px 1px #336600;
	box-shadow: 2px 5px 8px 1px #336600;
	background-image: url(images/hf_bg.png);
	background-repeat: repeat;
	}	
.home-feature-sidebar .featured-content .entry {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: none !important;
	
	}
.home-feature-section #ws_plugin__s2member_pro_login_widget-5 {
	padding: 10px;	
	}		
.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
}
body.home .site-inner {
	display: none;}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget .widgettitle {
	color: #333;
}

.sidebar .enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #4c5e6b;
	border: 1px solid #29333a;
	color: #fff;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #4c5e6b;
	border: 1px solid #29333a;
	width: 100%;;
}

.enews-widget input:hover[type="submit"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	background: #666;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 12px;
	padding: 0.75rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.head-wrap {
	background-image: url(images/header_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.site-header {
	margin: 0 auto;
	max-width: 1140px;
}

.site-header {
    background: url("https://www.swoopercoach.com.au/wp-content/uploads/2014/02/logo11.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.site-header .wrap {
	padding: 40px 0;
	padding: 2.5rem 0;

}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 700;
	float: left;
	padding: 0;
	padding: 0;
	width: 360px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 38px;
	font-size: 2.375rem;
	letter-spacing: 1px;
	letter-spacing: 0.0625rem;
	line-height: 1;
	margin: 0 0 14px;
	margin: 0 0 0.875rem;
}

.site-title a {
	color: #fff;
	font-weight: 400;
}

.site-title a:hover {
	color: #aaa;
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1;
	margin: 0;
}

/* 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: 127px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #191919;
	float: right;
	text-align: right;
	width: auto;
	position: relative;
}

.header-image .site-header .widget-area {
	padding-top: 70px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0;
	
}

.site-header .search-form {
	float: right;
}

.site-header .widget-area .widgettitle {
	color: #fff;
}

.site-header .widget-area a {
	color: #fff;
}

.site-header .widget-area p {
	color: #eee;
}

@import url(http://fonts.googleapis.com/css?family=Russo+One);
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	clear: both;
	color: #eee;
	font-size: 12px;
	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: #fff;
	display: block;
	font-weight: 400;
	padding: 13px;
	position: relative;
}
.nav-primary .genesis-nav-menu a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #060;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	background-image: url(images/pnav_bg.png);
	background-repeat: repeat-x;
	font-variant: small-caps;
	text-transform: uppercase;
	}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	background: #313c44;
	color: #fff;
}

.genesis-nav-menu > .menu-item > a { }

.genesis-nav-menu .sub-menu {
	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: 200px;
	z-index: 110;
}

.genesis-nav-menu .sub-menu a {
	background: #000;
	border-bottom: 1px solid #1a1a1a;
	letter-spacing: 0;
	position: relative;
	width: 200px;
	font-size: 80%;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -49px 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 > .right :hover { }

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #fff;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #aaa;
}

.site-header .genesis-nav-menu .sub-menu a {
    color: #fff;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -49px;
}

.site-header .sub-menu a:hover {
	background: #313c44;
	color: #fff;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	clear: both;
	color: #aaa;
    line-height: 1;	
	margin: 0 auto;
	overflow: hidden;
	width: auto;
}
.nav-primary .wrap {
	background-color: #477519;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;	
	}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #aaa;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu {
	border-top: 1px solid #eee;
}

.nav-primary .sub-menu a:hover {
	background: #313c44;
	color: #fff;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #000;
	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 {
	border-top: 1px solid #eee;
}

.nav-secondary .sub-menu a:hover {
	background: #313c44;
	color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 201px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 5px;
	padding: 0 0 5px;
}


.home-features-section .entry-content a {
	color: #228B22;
	display: block;
}

.entry-content a {
	color: #228B22;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;

}

.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;
	
}
body.category-shop .entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 0.875rem;
	display: none;	
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-footer .entry-meta {
	margin: 0 -40px;
	margin: 0 -2.5rem;
	padding: 32px 40px 8px;
	padding: 2rem 2.5rem 0.5rem;
}

.entry-footer {
	background: url(images/border-img-x.png) repeat-x center top;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* 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: 8px 12px;
	padding: 0.5rem 0.75rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #4c5e6b;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
	background: #fff;
	padding: 30px;
	padding: 1.875rem;
}

.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: 2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -2rem;
}

li.comment {
	background: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

.bypostauthor { }

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 24px;
	padding: 1.5rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #666;
}

.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 {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #000;
	color: #aaa;
	padding: 30px;
	padding: 1.875rem;
}


/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
}

.content .portfolio {
	background: none;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0 0 10px;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .entry-title {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	margin: 0 0 10px;
}
	
.portfolio .entry-title a {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
}

.portfolio .entry-title a:hover {
	color: #4c5e6b;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #4c5e6b;
	color: #fff;
	display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;	
	padding: 5px 10px;
    margin: 20px 0 0;
	text-align: center;
	text-decoration: none;	
	width: 100px;
}
	
.content .portfolio .more-link:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	background: #444;
	color: #fff;
	opacity: 0.6;
}


/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
	content: '';
}
 
.line-number,
.gist .line-data > .line-pre {
	line-height: 1.2;
}

/* 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;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	/*box-shadow: 0px -8px 25px #ddd;*/
	/*-moz-box-shadow: 0px -8px 25px #ddd;*/	
	/*-webkit-box-shadow: 0px -8px 25px #ddd;*/			
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;	
	border-top: 1px solid #000;	
	color: #ccc;
	clear: both;
}

.footer-widgets .wrap {
	margin: 0 auto;
	padding: 60px 0 20px;
	padding: 3.75rem 0 1.25rem;
	width: 1140px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin: 0 3.3% 0 0;
	width: 22.5%;
}

.footer-widgets-4 {
	width: 22.5%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
}

.footer-widgets a {
	color: #fff;
	font-weight: 700;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets .widget {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.footer-widgets .widgettitle {
	/*border-bottom: 1px solid #aaa;*/
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	padding: 0;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer, .ws-plugin--s2member-s-badge {
	background: #000;
	border-top: 1px solid #1e1e1e;
	color: #888;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
	display:none;
}

.site-footer a { 
	color: #fff;
}

.site-footer p {
	margin: 0;
}



/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {

	.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 {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 590px;
	}

	.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,
	.footer-widgets .wrap {
		width: 100%;
	}
	
	.site-header,
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.welcome .wrap,
	.home-middle-wide .wrap,
	.home-features .wrap,
	.home-bottom .wrap,
	.home-bottom-message .wrap {
		width: 90%;
		font-size: 70%;
	}
#recent-posts-3, .featuredpost {
    background-image: url("images/hf_bg.png");
    background-repeat: repeat;
    box-shadow: 2px 5px 8px 1px #336600;
    margin-left: 24px;
    min-height: 99% !important;
}	
	
	.home-bottom-features .wrap {
		width: 100%;
	}
	.head-wrap {
		background-image: url(images/ipad_head.png);
		
		}
	.title-area {
		padding: 16px 0;
		padding: 1rem 0;
	}
	
	.header-image .site-header,
	.header-image .site-header .wrap {
		background-position: center top !important;
		width: 90% !important;
	}
	
	.site-header .widget-area {
		padding-top: 10px !important;
		text-align: center;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.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;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 0.75rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 2.5rem;
	}

	.footer-widgets {
		padding: 0 5% 16px;
	}
	
	.site-footer .wrap {
		padding: 0 5%;
	}

}


/* iPad/Tablets (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 960px) {

	.feature-margin {
		margin: 0;
	}

}


/* iPhones/Tablets (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	.home-feature-1,
	.home-feature-2,
	.home-feature-3,	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.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 auto;
		width: 100%;
	}
	
	.home-feature-sidebar,
	.home-feature-section,
	.home-bottom-sidebar,
	.home-bottom-features,
	.home-featured-posts,
	.home-bottom-1,
	.home-bottom-2,
	.home-bottom-3 {
		background: none;
		clear: both;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.home-feature-sidebar {
		font-size: 70%;
		display: none;
		}
		
	.home-featured-posts .featured-content .entry {
		clear: both;
		margin: 0 auto;
		padding: 0 0 40px;
		width: 100%;
	}
	
	.feature-left,
	.feature-right {
		width: 45%;
	}
	
	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		width: 48%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}

.header-image .site-header .widget-area {
	padding-top: 20px;
}

}


@media only screen and (max-width: 580px) {

	.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%;
	}
	
#featured-post-12 {
    margin-left: 12px !important;
    margin-top: 15px;
    width: 92% !important;
}
#featured-post-12 img {
display: none;
	}

#featured-post-12 ul {
    margin-left: 15px;
	text-align:left;
}	
.home-feature-sidebar {
	display: none;
	}
	.site-header {
		width: 100%;
		background: url("images/logo_mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;		
	}	
.layerslider_widget {
	display: none;
	}	

}

@media only screen and (max-width: 480px) {
.layerslider_widget {
	display: none;
	}	
	.site-header {
		width: 100%;
		background: url("images/logo_mobile.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;		
	}

	.home-feature-sidebar,
	.home-feature-section,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3	{
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
.header-image .site-title a {
    float: left;
    min-height: 127px;
    width: 99%;
}	
	
	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}
	
	.entry-comments,
	#respond {
		background: none;
		padding: 0;
	}
	
	li.comment {
		border: none;
	}
	
	.comment-list li {
		padding: 0;
	}
	
	.comment-list li li {
		border-left: 2px solid #fff;
		margin: 30px 0 0;
		padding: 0 0 0 30px;
	}
	
}
