<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: Simplux Child Theme
	Description: A simply light and clean HTML5 child theme created for the Genesis Framework.
	Author: MediaCairn Design Studio
	Author URI: http://www.media-cairn.com/
	Version: 1.2
 
	Tags: white, 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.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Site Notices
		- Header Area
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Home Page
		- Slider
		- Widget Areas
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- Green
		- Orange
		- Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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

body {
	background: #000;
	color: #222;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.73;
}

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

::-moz-selection {
	background-color: #666;
	color: #fff;
}

::selection {
	background-color: #666;
	color: #fff;
}

a {
	color: #999;
	text-decoration: none;
}

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

a:hover {
	color: #00ADFF;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

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

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding: 0;
	text-transform: uppercase;
}

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

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

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

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

.button {
	border-radius: 3px;
	display: inline-block;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

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

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


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

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

.site-container {
	background: url(bg.png) repeat center top;
}

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

.site-inner {
	background: #FFF;
	border: 1px solid #E6E6E6;
	border-width: 0 1px;
	clear: both;
	padding: 10px 20px 0;
	padding: 1rem 2rem 0;;
}

.home.blog .site-inner {
	padding-top: 40px;
	padding-top: 4rem;
}

/* 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: 900px;
}

.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: 770px;
}

.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: 570px;
}

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

/* Primary Sidebar */

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

.home.blog .sidebar-primary {
	margin-top: -30px;
	margin-top: -3rem;
}

.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-fifth,
.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-fifth {
	width: 17.95125678181648%;
}

.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: 2.4rem;
}

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

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

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

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

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

.breadcrumb {
	font-size: 11px;
	font-size: 1.1rem;
	text-transform: uppercase;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

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

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

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

.entry-title {
	border-bottom: 2px solid #000;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

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

.entry-title a:hover {
	color: #00ADFF;
}

.widgettitle {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
	color: #FFF;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


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

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

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

.featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}

.featured-content img {
	background: #CCC;
	border-right: 20px solid #FFF;
	padding: 1px;
}


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

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

.enews-widget {
	color: #999;
}

.enews-widget .widgettitle {
	color: #fff;
}

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

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

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

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

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

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

/* 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: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

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

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

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

img#wpstats {
	display: none;
}

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

/* Site Notices
--------------------------------------------- */

.header-notice,
.footer-notice {
	background-color: #00ADFF;
	color: #EEE;
	padding: 4px;
	padding: 0.4rem;
	text-align: center;
}

.footer-notice {
	background-color: #333;
	padding: 15px;
	padding: 1.5rem;
}

.header-notice h4,
.footer-notice h4,
.header-notice p,
.footer-notice p {
	color: #EEE;
	margin: 0;
}

.header-notice a,
.footer-notice a {
	color: #FFF;
}

.header-notice a:hover {
	color: #333;
}

.footer-notice a:hover {
	color: #00ADFF;
}

/* Header Area
--------------------------------------------- */

.site-header .wrap {
	background-color: #fff;
	border: 1px solid #E6E6E6;
	border-width: 0 1px;
	padding: 35px 20px;
	padding: 3.5rem 2rem;
}

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

.title-area {
	float: left;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	padding: 0;
	width: 35%;
}

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

.site-title {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

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

.site-description {
	color: #222;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1;
	margin-bottom: 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 {
	background: url(logo.png) no-repeat left #FFF;
	padding: 0;
  background-repeat:no-repeat;
	background-size:contain;
}

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 60%;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

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


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

.nav-primary .wrap,
.nav-secondary .wrap {
	background-color: #fff;
	border: 1px solid #E6E6E6;
	border-width: 0 1px;
	padding: 0 20px;
	padding: 0 2rem;
}

.genesis-nav-menu {
	border-bottom: 4px solid #000;
	clear: both;
	color: #FFF;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 0.5;
	width: 100%;
}

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

.genesis-nav-menu a {
	background: #000;
	border: none;
	color: #FFF;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 15px 20px 14px;
	padding: 1.5rem 2.0rem 1.4rem;
	position: relative;
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
}

.genesis-nav-menu a:hover {
	background: #00ADFF;
}

.genesis-nav-menu &gt; .menu-item &gt; a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin-top: -3px;
	margin-top: -0.3rem;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #000;
	border-top: 3px solid #FFF;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0;
	margin: 0;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 0 0 199px;
	margin: -4.2rem 0 0 19.9rem;
}

.genesis-nav-menu .sub-menu .sub-menu a {
	border-left: 3px solid #FFF;
}

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

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

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

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

.genesis-nav-menu &gt; .right {
	color: #333;
	display: inline-block;
	float: right;
	font-size: 18px;
	font-size: 1.8rem;
	list-style-type: none;
	padding: 15px 0 14px;
	padding: 1.5rem 0 1.4rem;;
	text-transform: uppercase;
}

.genesis-nav-menu &gt; .right &gt; a {
	display: inline;
	padding: 9px 15px 7px;
	padding: 0.9rem 1.5rem 0.7rem;
}

.genesis-nav-menu &gt; .rss &gt; a {
	margin-left: 3px;
	margin-left: 0.3rem;
}

.genesis-nav-menu &gt; .search {
	padding: 0;
}

.genesis-nav-menu &gt; .search input {
	padding: 8px 10px;
	padding: 0.8rem 1rem;
}

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

.nav-header {
	margin-top: 27px;
	margin-top: 2.7rem;
}

.nav-header .genesis-nav-menu {
	border: none;
}

.nav-header .genesis-nav-menu a:hover {
	background: #00ADFF;
}

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

.nav-primary .sub-menu a:hover {
	background: #00ADFF;
}

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

.nav-secondary .wrap {
	padding-top: 3px;
	padding-top: 0.3rem;
}

.nav-secondary .genesis-nav-menu {
	border: none;
}

.nav-secondary .genesis-nav-menu a {
	background: #444;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 11px 15px 9px;
	padding: 1.1rem 1.5rem 0.9rem;
}

.nav-secondary .genesis-nav-menu a:hover {
	background: #00ADFF;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	font-size: 13px;
	font-size: 1.3rem;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -2.9px 0 0 199px;
	margin: -2.9rem 0 0 19.9rem;
}

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

/* Slider
--------------------------------------------- */

.home-slider {
	background-color: #000;
	border: 1px solid #CCC;
	margin: -30px 0 30px;
	margin: -3rem 0 3rem;
	width: 100%;
}

.home-slider p {
	margin: 0;
	padding: 0;
}

.simplux #genesis-responsive-slider {
	-webkit-font-smoothing: antialiased;
	border: none;
	margin: 0;
	padding: 0;
}

.simplux #genesis-responsive-slider .flexslider {
	overflow: hidden;
}

.simplux #genesis-responsive-slider h2 {
	line-height: 0.9;
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}

.simplux #genesis-responsive-slider h2 a {
	color: #000;
	opacity: 1;
}

.simplux #genesis-responsive-slider h2 a:hover {
	color: #00ADFF;
	opacity: 0.8;
}

.simplux .slide-excerpt {
	border: 1px solid #EEE;
	padding: 12px 20px;
	padding: 1.2rem 2rem;
}

html &gt; body.simplux .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.simplux .slider-next, 
.simplux .slider-previous {
	margin: 0 -40px;
	margin: 0 -4rem;
}

.simplux .flex-control-nav {
	margin: 20px 0;
	margin: 2rem 0;
}

/* Widget Areas
--------------------------------------------- */

.home {
	font-size: 14px;
	font-size: 1.4rem;
}

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

.home-left {
	clear: both;
	float: left;
	width: 69%;
}

.home-left img {
	margin: 0 0 10px 0;
	margin: 0 0 1rem 0;
}

.home-left-top {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.home-left-top featured-content .entry-title, 
.home-left-top featured-content .entry-title a {
	font-size: 26px;
	font-size: 2.6rem;
}

.home-left-bottom p {
	line-height: 1.45;
}

.home-left-bottom-column-one {
	float: left;
	width: 48%;
}

.home-left-bottom-column-two {
	float: right;
	width: 48%;
}

.home-left-bottom .featured-content .entry-title,
.home-left-bottom .featured-content .entry-title a {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.1;
	padding-bottom: 4px;
	padding-bottom: 0.4rem;
}

.home-right {
	float: right;
	width: 27.25%;
}

.home-right a {
	color: #666;
}

.home-right a:hover {
	color: #00ADFF;
}

.home-right-top {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 14px;
	line-height: 1.4rem;
}

.home-right-top .widget {
	background: #EFEDEF;
	margin: 0 0 20px;
	margin: 0 0 2rem;
	padding: 14px 20px;
	padding: 1.4rem 2rem;
}

.home-right-top h4 {
	background: #000;
	color: #FFF;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	margin: -14px -20px 14px;
	margin: -1.4rem -2rem 1.4rem;
	padding: 20px 0 18px;
	padding: 2rem 0 1.8rem;
	text-align: center;
}

.home-right-top .featured-content img {
	border: none;
}

.home-right-top .featured-content .entry-title {
	border-bottom: 1px solid #999;
	font-size: 18px;
	font-size: 1.8rem;
}

.home-right-top li {
	border-bottom: 1px solid #DDD;
	line-height: 1.4;
	list-style-type: none;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	word-wrap: break-word;
}

.home-right-top ul &gt; li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


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

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

.entry {
	border-radius: 3px;
}

.single .content .sticky,
.page .content .sticky,
.archive .content .sticky {
	background: #d5f2ff;
	padding: 0 20px;
	padding: 0 2rem;
}

.entry-content a {
	color: #00ADFF;
}

.entry-content a:hover {
	color: #999;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

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

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

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

.entry-content ul li {
	list-style-type: disc;
}

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

.page-template-page_blog-php .entry-header img,
.archive .entry-header img {
	background: #CCC;
	border-right: 24px solid #FFF;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 1px;
	padding: 0.1rem;
}

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

.single .content .entry .entry-header,
.page .content .entry .entry-header,
.archive .content .entry .entry-header,
.error404 .content .entry .entry-title {
	margin-top: 30px;
	margin-top: 3rem;
}

.entry-meta {
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

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

.home.blog .entry-header .entry-meta {
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
}

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

.home.blog .entry-footer .entry-meta {
	margin-top: 18px;
	margin-top: 1.8rem;
}

.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 {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

.archive-pagination li {
	display: inline;
}

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

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	background-color: #EFEDEF;
	padding: 0 15px 1px;
	padding: 0 1.5rem 0.1rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.entry-comments h3 {
	background-color: #333;
	color: #FFF;
	font-size: 20px;
	font-size: 2rem;
	margin: 0 -15px 20px;
	margin: 0 -1.5rem 2rem;
	padding: 15px 15px 13px;
	padding: 1.5rem 1.5rem 1.3rem;
}

li.comment.thread-even,
li.comment.thread-odd {
	background: #FAFAFA;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	padding: 15px 15px 1px;
	padding: 1.5rem 1.5rem 0.1rem;
}

li.comment.thread-even {
	background: #FAFAFA;
}

li.comment.thread-odd {
	background: #DDD;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-reply {
	margin: -15px 0 30px;
	margin: -1.5rem 0 3rem;
}

a.comment-reply-link {
	background: #666;
	border-radius: 3px;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 5px 8px 3px;
	padding: 0.5rem 0.8rem 0.3rem;
	text-transform: uppercase;
}

a.comment-reply-link:hover {
	background: #00ADFF;
}

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

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

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

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

.entry-comments .children {
	margin-left: 40px;
	margin-left: 4rem;
}

.comment .avatar {
	border: 1px solid #333;
	margin: 0 16px 15px 0;
	margin: 0 1.6rem 1.5rem 0;
}

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

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 24px;
	padding: 2.4rem;
}

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

.sidebar {
	color: #333;
	font-size: 13px;
	font-size: 1.3rem;
}

.sidebar a {
	color: #666;
}

.sidebar a:hover {
	color: #00ADFF;
}

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

.sidebar li {
	border-bottom: 1px solid #DDD;
	line-height: 1.4;
	list-style-type: none;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	word-wrap: break-word;
}

.sidebar ul &gt; li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget {
	background: #EFEDEF;
	margin: 0 0 20px;
	margin: 0 0 2rem;
	padding: 14px 20px;
	padding: 1.4rem 2rem;
}

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

.sidebar .widgettitle {
	background: #000;
	color: #FFF;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
	margin: -14px -20px 14px;
	margin: -1.4rem -2rem 1.4rem;
	padding: 20px 0 18px;
	padding: 2rem 0 1.8rem;
	text-align: center;
}

.sidebar .featured-content img {
	border: none;
}

.sidebar .featured-content .entry-title {
	border-bottom: 1px solid #999;
	font-size: 18px;
	font-size: 1.8rem;
}

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

.footer-widgets {
	background: url(footer-widgets-bg.png) repeat-y center top;
	color: #333;
	clear: both;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0;
}

.footer-widgets .wrap {
	background: url(footer-widgets-wrap-bg.png) repeat-y center top;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 0 1px;
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
	padding: 0 20px;
	padding: 0 2rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	background-color: #EFEDEF;
	float: left;
	padding: 15px 15px 0;
	padding: 1.5rem 1.5rem 0;
	width: 23.63%;
}

.footer-widgets-1 {
	padding-right: 7.5px;
	padding-right: 0.75rem;
}

.footer-widgets-2 {
	padding: 15px 7.5px;
	padding: 1.5rem 0.75rem;
}

.footer-widgets-3 {
	padding-left: 7.5px;
	padding-left: 0.75rem;
}

.footer-widgets-4 {
	background-color: #EFEDEF;
	float: right;
	padding: 15px;
	padding: 1.5rem;
	width: 27.25%;
}

.footer-widgets a {
	color: #666;
}

.footer-widgets a:hover {
	color: #00ADFF;
}

.footer-widgets .widget {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.footer-widgets .widgettitle {
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 6px 9px 5px;
	padding: 0.6rem 0.9rem 0.5rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.footer-widgets .widgettitle a {
	color: #FFF;
}

.footer-widgets .widgettitle a:hover {
	color: #00ADFF;
}

.footer-widgets p {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.footer-widgets li {
	border-bottom: 1px solid #DDD;
	line-height: 1.4;
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets ul &gt; li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


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

.footer-widgets .featured-content .entry {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.footer-widgets .featured-content img {
	border: none;
}

.footer-widgets .featured-content .entry-title {
	border-bottom: 1px solid #999;
	font-size: 16px;
	font-size: 1.6rem;
}


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

.site-footer {
	background-color: #000;
	color: #AAA;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0 0;
	padding: 2rem 0 0;
	text-align: left;
}

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

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

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

.site-footer .widget-area ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

.site-footer .widget-area ul li a {
	background: url(http://162.244.66.231/guns/wp-content/themes/simplux/images/footer-nav-divider.png) no-repeat center left,
				url(http://162.244.66.231/guns/wp-content/themes/simplux/images/footer-nav-divider.png) no-repeat center right;
	display: block;
	float: left;
	margin: 0 -4px 0 0;
	margin: 0 -0.4rem 0 0;
	padding: 0 12px;
	padding: 0 1.2rem;
}

.site-footer .widget-area ul ul {
	display: none;
}

.site-footer .creds {
	text-align: center;
}

.site-footer small {
	display: block;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.site-footer a.return-to-top {
	background: #00ADFF;
	color: #FFF;
	clear: both;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 6px 0 4px;
	padding: 0.6rem 0 0.4rem;
	text-transform: uppercase;
	width: 120px;
}

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

/*
Color Styles
---------------------------------------------------------------------------------------------------- */

/* Green
--------------------------------------------- */

.simplux-green .genesis-nav-menu a:hover,
.simplux-green .nav-header .genesis-nav-menu a:hover,
.simplux-green .nav-primary .sub-menu a:hover,
.simplux-green .nav-secondary .genesis-nav-menu a:hover,
.simplux-green a.comment-reply-link:hover,
.simplux-green .site-footer a.return-to-top {
	background: #3eb169;
}

.simplux-green button:hover,
.simplux-green input:hover[type="button"],
.simplux-green input:hover[type="reset"],
.simplux-green input:hover[type="submit"],
.simplux-green .button:hover,
.simplux-green .entry-content .button:hover,
.simplux-green .enews-widget input[type="submit"],
.simplux-green .header-notice,
.simplux-green .archive-pagination li a:hover,
.simplux-green .archive-pagination li.active a {
	background-color: #3eb169;
}

.simplux-green a:hover,
.simplux-green .entry-title a:hover,
.simplux-green .footer-notice a:hover,
.simplux-green.simplux #genesis-responsive-slider h2 a:hover,
.simplux-green .home-right a:hover,
.simplux-green .entry-content a,
.simplux-green .footer-widgets a:hover,
.simplux-green .footer-widgets .widgettitle a:hover,
.simplux-green .site-footer a:hover {
	color: #3eb169;
}

.simplux-green .genesis-nav-menu a {
	color: #FFF;
}

.simplux-green .site-title a, 
.simplux-green .site-title a:hover,
.simplux-green .header-notice a:hover,
.simplux-green .site-footer a.return-to-top:hover {
    color: #333;
}

/* Orange
--------------------------------------------- */

.simplux-orange .genesis-nav-menu a:hover,
.simplux-orange .nav-header .genesis-nav-menu a:hover,
.simplux-orange .nav-primary .sub-menu a:hover,
.simplux-orange .nav-secondary .genesis-nav-menu a:hover,
.simplux-orange a.comment-reply-link:hover,
.simplux-orange .site-footer a.return-to-top {
	background: #d59821;
}

.simplux-orange button:hover,
.simplux-orange input:hover[type="button"],
.simplux-orange input:hover[type="reset"],
.simplux-orange input:hover[type="submit"],
.simplux-orange .button:hover,
.simplux-orange .entry-content .button:hover,
.simplux-orange .enews-widget input[type="submit"],
.simplux-orange .header-notice,
.simplux-orange .archive-pagination li a:hover,
.simplux-orange .archive-pagination li.active a {
	background-color: #d59821;
}

.simplux-orange a:hover,
.simplux-orange .entry-title a:hover,
.simplux-orange .footer-notice a:hover,
.simplux-orange.simplux #genesis-responsive-slider h2 a:hover,
.simplux-orange .home-right a:hover,
.simplux-orange .entry-content a,
.simplux-orange .footer-widgets a:hover,
.simplux-orange .footer-widgets .widgettitle a:hover,
.simplux-orange .site-footer a:hover {
	color: #d59821;
}

.simplux-orange .genesis-nav-menu a {
	color: #FFF;
}

.simplux-orange .site-title a, 
.simplux-orange .site-title a:hover,
.simplux-orange .header-notice a:hover,
.simplux-orange .site-footer a.return-to-top:hover {
    color: #333;
}

/* Pink
--------------------------------------------- */

.simplux-pink .genesis-nav-menu a:hover,
.simplux-pink .nav-header .genesis-nav-menu a:hover,
.simplux-pink .nav-primary .sub-menu a:hover,
.simplux-pink .nav-secondary .genesis-nav-menu a:hover,
.simplux-pink a.comment-reply-link:hover,
.simplux-pink .site-footer a.return-to-top {
	background: #c269bf;
}

.simplux-pink button:hover,
.simplux-pink input:hover[type="button"],
.simplux-pink input:hover[type="reset"],
.simplux-pink input:hover[type="submit"],
.simplux-pink .button:hover,
.simplux-pink .entry-content .button:hover,
.simplux-pink .enews-widget input[type="submit"],
.simplux-pink .header-notice,
.simplux-pink .archive-pagination li a:hover,
.simplux-pink .archive-pagination li.active a {
	background-color: #c269bf;
}

.simplux-pink a:hover,
.simplux-pink .entry-title a:hover,
.simplux-pink .footer-notice a:hover,
.simplux-pink.simplux #genesis-responsive-slider h2 a:hover,
.simplux-pink .home-right a:hover,
.simplux-pink .entry-content a,
.simplux-pink .footer-widgets a:hover,
.simplux-pink .footer-widgets .widgettitle a:hover,
.simplux-pink .site-footer a:hover {
	color: #c269bf;
}

.simplux-pink .genesis-nav-menu a {
	color: #FFF;
}

.simplux-pink .site-title a, 
.simplux-pink .site-title a:hover,
.simplux-pink .header-notice a:hover,
.simplux-pink .site-footer a.return-to-top:hover {
    color: #333;
}

/* Red
--------------------------------------------- */

.simplux-red .genesis-nav-menu a:hover,
.simplux-red .nav-header .genesis-nav-menu a:hover,
.simplux-red .nav-primary .sub-menu a:hover,
.simplux-red .nav-secondary .genesis-nav-menu a:hover,
.simplux-red a.comment-reply-link:hover,
.simplux-red .site-footer a.return-to-top {
	background: #e64d4d;
}

.simplux-red button:hover,
.simplux-red input:hover[type="button"],
.simplux-red input:hover[type="reset"],
.simplux-red input:hover[type="submit"],
.simplux-red .button:hover,
.simplux-red .entry-content .button:hover,
.simplux-red .enews-widget input[type="submit"],
.simplux-red .header-notice,
.simplux-red .archive-pagination li a:hover,
.simplux-red .archive-pagination li.active a {
	background-color: #e64d4d;
}

.simplux-red a:hover,
.simplux-red .entry-title a:hover,
.simplux-red .footer-notice a:hover,
.simplux-red.simplux #genesis-responsive-slider h2 a:hover,
.simplux-red .home-right a:hover,
.simplux-red .entry-content a,
.simplux-red .footer-widgets a:hover,
.simplux-red .footer-widgets .widgettitle a:hover,
.simplux-red .site-footer a:hover {
	color: #e64d4d;
}

.simplux-red .genesis-nav-menu a {
	color: #FFF;
}

.simplux-red .site-title a, 
.simplux-red .site-title a:hover,
.simplux-red .header-notice a:hover,
.simplux-red .site-footer a.return-to-top:hover {
    color: #333;
}

/* Yellow
--------------------------------------------- */

.simplux-yellow .genesis-nav-menu a:hover,
.simplux-yellow .nav-header .genesis-nav-menu a:hover,
.simplux-yellow .nav-primary .sub-menu a:hover,
.simplux-yellow .nav-secondary .genesis-nav-menu a:hover,
.simplux-yellow a.comment-reply-link:hover,
.simplux-yellow .site-footer a.return-to-top {
	background: #c1c71c;
}

.simplux-yellow button:hover,
.simplux-yellow input:hover[type="button"],
.simplux-yellow input:hover[type="reset"],
.simplux-yellow input:hover[type="submit"],
.simplux-yellow .button:hover,
.simplux-yellow .entry-content .button:hover,
.simplux-yellow .enews-widget input[type="submit"],
.simplux-yellow .header-notice,
.simplux-yellow .archive-pagination li a:hover,
.simplux-yellow .archive-pagination li.active a {
	background-color: #c1c71c;
}

.simplux-yellow a:hover,
.simplux-yellow .entry-title a:hover,
.simplux-yellow .footer-notice a:hover,
.simplux-yellow.simplux #genesis-responsive-slider h2 a:hover,
.simplux-yellow .home-right a:hover,
.simplux-yellow .entry-content a,
.simplux-yellow .footer-widgets a:hover,
.simplux-yellow .footer-widgets .widgettitle a:hover,
.simplux-yellow .site-footer a:hover {
	color: #c1c71c;
}

.simplux-yellow .genesis-nav-menu a {
	color: #FFF;
}

.simplux-yellow .site-title a, 
.simplux-yellow .site-title a:hover,
.simplux-yellow .header-notice a:hover,
.simplux-yellow .site-footer a.return-to-top:hover {
    color: #333;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 2) {

	.header-image .site-header .wrap {
		background: url(logo@2x.png) no-repeat left;
		background-size: 360px 138px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 580px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.footer-widgets {
		background: url(footer-widgets-960px-bg.png) repeat-y center top;
	}
	
	.footer-widgets .wrap {
		background: url(footer-widgets-wrap-960px-bg.png) repeat-y center top;
	}
  
  
}

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

	body {
		background-color: #fff;
	}

	.content-bottom-widget,
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.home-slider,
	.home-left, .home-right,
	.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,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

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

	.header-image .site-header .wrap {
		background-position: center top;
    	background-repeat:no-repeat;
	background-size:contain;
	}
	
	.site-header .widget-area {
		text-align: center;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.site-header {
		padding: 0;
	}
	
	.nav-primary .wrap {
		padding: 0;
	}

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

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

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}
	
	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}
	
	.content-bottom  {
		padding: 20px 5%;
		padding: 2rem 5%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}
		
	.entry-comments .children {
		margin-left: 10px;
		margin-left: 1rem;
	}


	.site-footer {
		padding: 24px 0 0;
		padding: 2.4rem 0 0;
		text-align: center;
	}
	
	.site-footer .widget-area ul li {
		display: inline-block;
	}
	
	.site-footer .widget-area ul li a {
		margin: 0 -8px 0 0;
		margin: 0 -0.8rem 0 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
		padding: 4rem 5% 1.6rem;
	}
	
	.footer-widgets .wrap {
		background: #EFEDEF;
		border: none;
		padding: 15px 15px 0;
		padding: 1.5rem 1.5rem 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		padding: 0;
	}

   #adbutler-4 {
     width: 87%;
    display: inline;
    float: right;
    margin-top: 70px;
    padding-right: 10%;
  }
  


}

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

	.nav-primary {
		border-bottom: 6px solid #000;
	}

	.nav-primary .wrap, 
	.nav-secondary .wrap {
		background: none;
		border: none;
		padding: 0;
	}
	
	.nav-primary .wrap {
		border-bottom: 3px solid #fff;
	}
	
	.nav-secondary .wrap {
		margin: 0 5px;
		margin: 0 0.5rem;
		width: auto;
	}
	
	.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

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

	.home-left-bottom-column-one,
	.home-left-bottom-column-two {
		width: 100%;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fifth
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
    
    
   
}

  

  
  

}

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

	.home-left .home-left-top img,
	.page-template-page_blog-php .entry-header img,
	.archive .entry-header img {
		max-width: 120px;
	}
	
	.home-left-top .featured-content .entry-title, .home-left-top featured-content .entry-title a {
		font-size: 2.2rem;
		line-height: 1.1;
	}
	
	.home-left .home-left-bpttom img {
		max-width: 100px;
	}
    
  section#text-10 {
    margin-left: -30px;
}
  
  section#text-3 {
    margin-left: -30px;
}

}
 
  
.smcontainer .container {
  float: left;
  margin: 0;
  width: 33.3334%;
}
  
}

#mc_embed_signup input.email{
		    width: 100% !important;
	}

#mc_embed_signup input.button {
 		    width: 100% !important;
  		
}

footer.site-footer {
    background-color: transparent;
}


.site-footers .widget-areas  {
  
  background: url(makeup.jpg) no-repeat center left,
				url(makeup.jpg) no-repeat center right;

  
  
}


</pre></body></html>