/*
	Theme Name: Now Were Talking Theme
	Description: This is the theme made for Now Were Talking website.
	Author: webfixsolutions
	Author URI: devone.instantfreeblog.com/genesis
 
	Version: 1.0

	Tags: 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: 1.9
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
 

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Top Container
		- Header
		- Custom/After Header Sidebar
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
		- Sub/Secondary Navigation
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
		- Disclaimer
	12 Forms & Buttons
		- Gravity Forms
		- WP Subscriber Forms
		- Error Validation
	13 Images & Captions
	14 Plugin Override CSS rules
		- Popular Posts plugin
		- Ivycat Testimonials
		- diggdigg
*/
@import url("css/shortcode.css");

/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'bebas';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,500,600,300,700);

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background: #ffffff;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */


/* change to change color of main navigation */
h1{
color: #0080c6;
}

a,
h2 a:hover,
a:hover,
h2 a,
h2 a:visited,
h4.widgettitle a,
input,
.author,
.entry-time
.entry-comments-link
{
	color: #6dc52d;
}

h2{
	color: #61bf1a;
}

.entry-header .entry-meta,
.entry-footer .entry-meta,
.site-description {
	color: #000000;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #999999;
}


.site-title a{
color: #1d212b;
}


.entry-title,
.entry-title a {
	color: #000;
}

.entry-content, .entry-content p{
	color: #000;
}

.widgettitle,
.footer-widgets .widgettitle{
color: #ffffff;
}


.genesis-nav-menu a {
color: #ffffff;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a{
	color: #fff;
}


/* Sub/Secondary Navigation */
.menu-secondary li a{
color: #ffffff;
}

.connect-title,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
.menu-secondary li li a:hover,
.menu-secondary .current-menu-item a {
	color: #fff;
}


.site-description {
	color: #663300;
}


.subtitle, 
.page-title, 
.post-title{
color: #000;
}


.home .entry, .page-blog .entry{
color: #000000;
}


.single-post .entry{
color: #000000;
}

.afterheader-sidebar-container{
color: #ffffff;
}


/* navigation */

.pagination a{
color: #000000;
}

.pagination li a:hover {
color: #cc3300;
}

.pagination
.pagination li a,
.pagination li.disabled,
.pagination span,
.pagination .nav-next a{
color: #000000;
}

.pagination li a:hover,
.pagination li.active a,
.pagination .nav-first:hover,
.pagination .nav-next a:hover {
color: #cc3300;
}

.pagination .nav-first{
color: #999999;
}


/* Comments */

#reply-title,
.entry-comments > h3{
color: #000;
}

.comment-meta a{
color: #000000;
}


/* footer widgets */
.footer-widgets p, .footer-widgets {
	color: #ffffff;
}

/* footer */
.site-footer {
	color: #fff;
}

/* Forms & Buttons */

button,
input[type="button"],
input[type="submit"],
.btn{
	color: #ffffff;
}

/* WP Subscriber Forms */


.icf-optin-form h2,
.sidebar-primary .icf-optin-form .icf_title{
color: #ffffff;
}

.icf_form input[type="text"]{
color: #000000;
}


.icf_form input[type="submit"]{
color: #ffffff !important;
}

.icf-optin-form .wps_privacy,
.sidebar-primary .icf-optin-form {
color: #ffffff !important;
}


/* error validate */
.optin-error {
color: #ffffff;
}

.error-close{
color: #000;
}

/* Popular Posts plugin */

.popular-posts ul li, .ie7down .popular-posts ul li,
.popular-posts ul li a:before,
.sidebar-primary .widgettitle{
color: #cc3300;
}

.popular-posts ul li a {
color: #000000;
}


/* Ivycat Testimonials */

#ivycat-testimonial-static cite, #ivycat-testimonial cite{
color: #ffffff;
}

.ict-content, .ict-content p{
color: #999999;
}


/* 03b - Font Family ----------- */

body{

	font-family: sans-serif;
}

input,
textarea,
.author-box h1 {
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.site-title,
.subtitle, 
.page-title, 
.site-description,
.connect-title {
	font-family: 'Open Sans', sans-serif;
}

.disclaimer_container p,
.menu-secondary li a{
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/* navigation */

.pagination li a,
.pagination li.disabled,
.pagination span {
font-family: 'bebas', Arial, sans-serif;
}


/* Comments */

.logged-in-as{
font-family: 'bebas', Arial, sans-serif;
}


/* Forms & Buttons */
button,
input[type="button"],
input[type="submit"],
.btn {
	font-family: 'bebas', Arial, sans-serif;
}

/* WP Subscriber Forms */

.icf-optin-form h2,
.sidebar-primary .icf-optin-form .icf_title {
font-family: 'bebas', Arial, sans-serif;
}

/* 03c - Font Size ----------- */

.site-title {
	font-size: 80px;
	font-size: 5rem;
}

.ie7down .site-title, .ie8 .site-title{
font-size: 60px;
}

h1 {
	font-size: 28px;
	font-size: 1.75rem;
}


.entry-title,
.entry-title a,
blockquote::before  {
font-size: 32px;
font-size: 2rem;
display:none;
}

.entry-content, .entry-content p{
font-size: 18px;
}

h2 {
	font-size: 19px;
	font-size: 1.1875rem;
}

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

h4,
.archive-title,
.taxonomy-description h1{
	font-size: 20px;
	font-size: 1.25rem;
}

.widgettitle{
font-size: 28px;
font-size: 1.75rem;
}

.sidebar-primary .widgettitle{
font-size: 20px;
font-size: 1.25rem;
}

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

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.entry-header .entry-meta,
.entry-footer .entry-meta,
.wp-caption,
.site-footer p {
	font-size: 13px;
	font-size: 0.8rem;
}

.disclaimer_container p,
.more-link,
.post_info{
font-size: 11.13px !important;
font-size: 0.695625rem !important;
}


.menu-secondary li a{
font-size: 15px;
font-size: 0.9375rem;
}

.site-description, .subtitle {
	font-size: 32px;
	font-size: 2rem;
}

.page-title, .post-title {
font-size: 36px;
font-size: 2.25rem;
}


/* navigation */

.pagination li a,
.pagination li.disabled {
font-size: 18px;
font-size: 1.125rem;

}

.pagination span{
font-size: 24px;
font-size: 1.5rem;
}

/* Comments */

#reply-title, 
.entry-comments > h3{
font-size: 42px;
font-size: 2.6rem;
}

.logged-in-as{
font-size: 21px;
font-size: 1.31rem;
}

.comment-meta a,
.comment-reply-link:after{
font-size: 13px;
font-size: 0.81rem;
}

/* Forms & Buttons */
button,
input[type="button"],
input[type="submit"],
.btn {
	font-size: 15px;
	font-size: 0.9375rem;
}

/* WP Subscriber Forms */

.icf_form input[type="submit"],
.sidebar-primary .icf_form input[type="submit"]{
font-size: 21px !important;
font-size: 1.31rem !important;
}

.sidebar-primary .icf-optin-form .icf_title {
font-size: 32px;
font-size: 2rem;
}



/* 03d - Font Miscellaneous ----------- */
a{
text-decoration: none;
}

blockquote p {
	font-style: normal;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.entry-comments-link,
.entry-header .entry-meta .author,
.entry-header .entry-meta .entry-time,
.wp-caption,
.site-footer p,
.site-title {
	font-weight: normal;
}

h2 {
font-weight: bold;
}
.wp-caption {
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.pagination li a,
.widgettitle a,
.site-title a {
	text-decoration: none;
}



.menu-secondary li a,
.menu-secondary a,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
font-weight: bold;
text-shadow: none;
}

.disclaimer_container p{
font-weight: normal;
}


.afterheader-sidebar-container{
text-align: center;
}


.page .entry-content{
line-height: 24px;
}

.page-blog .entry-content{
line-height: 1.625;
}

.entry-content {
	overflow: hidden;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
	font-weight: 300;
}

/* navigation */
.pagination{
text-align: center;
}

.pagination a{
text-decoration: none;
}

/* footer */

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

.footer-widgets {
	line-height: 1.5;
}

/* Forms & Buttons */
button,
input[type="button"],
input[type="submit"],
.btn {
	font-weight: normal;
	text-decoration: none;
}

/* WP Subscriber Forms */

.icf_form input[type="submit"]{
font-weight: bold;
text-decoration: none;
text-shadow: 1px 1px 0px #7A1F00;
font-weight: normal !important;

}


/* sidebar optin */
.sidebar-primary .icf-optin-form{
text-align: center;
}


.sidebar-primary .icf-optin-form .icf_title {
font-weight: normal;
line-height: 1.1;
}

/* error validate */

.optin-error {
text-align: center;
text-shadow: none;
}

.error-close{
font-weight: bold;
}

/* Popular Posts plugin */
.popular-posts ul li a {
text-decoration: none;
}
/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

.site-container {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	min-width: 1045px;
	background: url(images/bg.png);
}

.site-inner {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	padding-top: 2.5rem;
	width: 960px !important;
	margin: 0 auto;
}


.wrap{
width: 960px;
margin: 0 auto;
position: relative;
z-index: 998;
}


/* 04b - 1152px CSS Grid ----------- */

.sidebar-secondary {
	width: 15.277777777%; /* 176px / 1152px */
}

.sidebar,
.site-header .widget-area {
	width: 31.8%; /* 352px / 1152px */
}

.moonray-form-p2c6021f29 .moonray-form{
width: 100% !important;
border-radius: 8px !important; 
}

#cnss_widget-2 {
width: 99%;
border: 1px solid #e4e5e5;
background: #fff;
height: 106px;
}

#cnss_widget-2 .widget-title.widgettitle {
font-size: 15px;
font-family: 'Open Sans';
font-weight: 600;
color: #000;
padding: 13px 0px 0px 22px;
}

.widget-wrap {
font-size: 15px;
color: #000;
line-height: 18px;
}

table.cnss-social-icon tr td:nth-child(3) img {
margin-left: 10px;
}

table.cnss-social-icon tr td:nth-child(4) img {
margin-left: 14px;
}

table.cnss-social-icon {
margin: 0 auto !important;
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar .content,
.sidebar-content .content,
.title-area {
	/*width: 65.277777777%; *//* 752px / 1152px */
	width:630px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%; /* 1152px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content,
.content-sidebar-wrap,
.site-footer .gototop,
.sidebar-secondary,
.title-area {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary,
.footer-widgets-3,
.sidebar,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-footer .creds,
.site-header .widget-area {
	float: right;
}


/* 04c - Top Container

this is the container for the top section 
change values to match design of current theme.
*/

.top_container{
background: #0081c7;
border-bottom: 3px solid #6ec62e;
margin: 0 auto;
min-height: 47px;
position: relative;
z-index: 6;
margin: 0 auto;
width: 100%;
}

.ie8 .top_container, .ie7down .top_container{
background-image:url(images/topcont.png);
}

.top_container .wrap{
z-index: 999;
}


/* logo section change to match current child theme design*/
.page-logo{
float: left;
margin-top: -26px;
}

.page-logo img{
position: relative;
z-index: 1;
}



/* 04d - Header */
.site-header {
border-bottom: none;
min-height: 332px;
overflow: visible;
width: 100%;
position: relative;
/*background-size: cover !important;*/
background-size: auto 100% !important;
padding:95px 0px 0px 0px;
margin: 0 auto;
}

.site-header .wrap{
	z-index: 0;
}


.ie7down .site-header, .ie8 .site-header{
	min-height: 443px;
}

.site-title {
	line-height: 1;
	margin: 40px 0 8px;
	margin: 2.5rem 0 0.5rem;
}

.ie7down .site-title, .ie8 .site-title{
	line-height: 1.3;
}

.header-image .site-title {
	margin: 0;
}

.site-description {
	line-height: 1.25;
	font-size: 32px;
	font-size: 2rem;
	color: #663300;
	font-family: 'bebas', Arial, sans-serif;
	padding-top: 16px;
	padding-top: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.ie7down .site-description, .ie8 .site-description{
font-size: 28px;
}


.header-full-width .site-title,
.header-full-width .site-title a{
	width: 100%;
}

.title-area{
width: 50%;
padding-top: 56px;
padding-left: 56px;
display: none;
}


.header-image .site-title,
.header-image .site-title a,
.header-image .title-area {
	display: block;
	float: left;
	min-height: 120px;
	text-indent: -9999px;
	width: 50%;
	position: relative;
}

.header-image .site-description {
	display: block;
	overflow: hidden;
}


/* 04e - afterheader/After Header Sidebar ----------- */
/* after header sidebar container or after header sidebar container change values to match current theme design */
.afterheader-sidebar-parent{
background: #2a2a2a;
background: -moz-linear-gradient(top, #2a2a2a 0%, #0c1110 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2a2a), color-stop(100%,#0c1110));
background: -webkit-linear-gradient(top, #2a2a2a 0%,#0c1110 100%);
background: -o-linear-gradient(top, #2a2a2a 0%,#0c1110 100%);
background: -ms-linear-gradient(top, #2a2a2a 0%,#0c1110 100%);
background: linear-gradient(to bottom, #2a2a2a 0%,#0c1110 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#0c1110',GradientType=0 );
border-top: 1px solid #454545;

min-height: 50px;
width: 100%;
float: left;
padding: 10px 0px 16px 0px;
}

.afterheader-sidebar-container{
width: 960px;
margin: 10px auto 0px auto;
}

/* 04f - Main Content ----------- */

.page, .single{
background: transparent;
background: rgba(255, 255, 255, 0);

}

.content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	background: #ffffff;
}

.page .entry {
	margin: 0;
}

.page .entry-content{
max-width: 960px;
padding-top: 4px;
padding-bottom: 40px;
margin-bottom: 45px;
overflow: hidden;
}

.page-blog .entry-content{
border: 0px solid rgb(214, 214, 214);
max-width: auto;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
overflow: visible;
}




.entry-content {
	overflow: hidden;
	position: relative;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
	line-height: 23px;
}

blockquote {
	padding: 0px;
	padding: 0rem;
}


/*
.home .entry, .page-blog .entry{
margin-bottom: 30px;
margin-bottom: 1.875rem;
border: 1px solid rgb(196, 196, 196);
padding: 20px;
background: #ffffff;
}
*/

/* 04g-a page content */

.contents {
overflow: hidden;
line-height: 24px;
}

.divide {
border-top: 1px dashed rgb(216, 216, 216);
margin-top: 20px;
margin-bottom: 28px;
}


.page-title {
margin-bottom: 25px;
}

.contents .alignleft img {
margin-top: 30px !important;
}

.imagesleft {
display: inline;
float: left;
margin-right: 20px;
margin-top: 30px;
}

.text_left {
margin-top: 26px;
}

.imagesright {
display: inline;
float: right;
margin-top: 30px;
margin-left: 20px;
}

.text_right {
margin-top: 27px;
}


.single-post .entry{
border: 1px solid rgb(196, 196, 196);
padding: 20px;
}

.home .content, .page-blog #home {
border: 0px;
padding: 0px;
}


/* 04g - b Post content ------------*/

.ribbon{
width: 17px;
margin-top: -22px;
height: 63px;
float: left;
margin-right: 16px;
margin-right: 1rem;
background: url(images/ie7-ribbon.png) top center no-repeat;
position: relative;
margin-bottom: 16px;
}

.post-title {
margin-bottom: 25px;
display: inline-block;
margin-left: 30px;
margin-top: -40px;
margin-bottom: 10px;
}

.post_container {
width: 670px;
border: 1px solid rgb(207, 207, 207);
padding: 20px;
}

.post_info {
border-top: 1px dashed #C9C9C9;
border-bottom: 1px dashed #C9C9C9;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 20px;
}

/* 04g - Post Info & Meta ----------- */

.entry-header .entry-meta,
.entry-footer .entry-meta {
	clear: both;
	line-height: 1.5;
}

.entry-header .entry-meta {
margin-bottom: 24px;
margin-bottom: 1.5rem;
border-top: dashed 1px #DDDDDD;
border-bottom: dashed #DDDDDD 1px;
padding: 10px 0px;
}

.entry-footer .entry-meta {
	border-top: 0px solid #ccc;
	
}

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


.more-link{
text-decoration: none;
clear: both;
display: block;
float: right;
padding: 6px 10px;

position: absolute;
bottom: 0;
right: 0;
margin-bottom: 4px;
}

.ie7down .more-link{
	margin-bottom: 30px;
}


/* 04h - Column Classes ----------- */

.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 {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04i - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}



/* divider between footer widgets */

.vertical-divider{
min-height: 265px;
width: 3px;
float: left;
margin: 0 20px;
background: url(images/line.png);
background-repeat: repeat-y;
}

/*
05 Menus
---------------------------------------------------------------------------------------------------- */
.nav-primary{
position: relative;
z-index: 999;
}

.nav-primary .wrap{
width: auto;
float:left;
position: relative;
z-index: 999;
}


.menu-primary{
margin-top: 25px;
margin-top: 1.5625rem;
}


.genesis-nav-menu {
	clear: both;
	position: relative;
	z-index: 999999;
}

.site-header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
	position: relative;
	z-index: 999999;

}

.main-menu-container {
display: none;
}

#webfix-subpull-container {
display: none;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}



.genesis-nav-menu li:hover {
background: #6ec62e;
color:#fff !important;
}

.genesis-nav-menu li a:hover {
color:#fff !important;
}

.genesis-nav-menu a {
display: block;
padding: 18px 18px 14px 18px;
padding: 1.25rem 1.25rem 0.875rem 1.25rem;
position: relative;
font-size: 15px;
font-size: 0.9375rem;
font-family: Arial, sans-serif;
font-weight: bold;
}

.genesis-nav-menu li:first-child a {
padding: 18px 18px 14px 18px;
padding: 1.25rem 1.25rem 0.875rem 1.25rem;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
background-color: #6ec62e;
border-top: none;
position: relative;
width: 307px;
}

.genesis-nav-menu li li:first-child {
border-top: 1px solid #87d64e;

}

.genesis-nav-menu li li:first-child a {
padding: 18px 0px 8px 18px;
}
.genesis-nav-menu li li a{
padding: 8px 0px 8px 18px;
}

.genesis-nav-menu li li:last-child a{
padding: 8px 0px 18px 18px ;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
.site-header .genesis-nav-menu li:hover>ul,
.site-header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}

	/*-------- Main Navigation ---------*/
	#menu-main-menu {
	float: left;
	border:none;
	text-align: right;
	margin-top: 0px;
	}
	
	#menu-main-menu >li li > a:before {
content: '•';
padding-right: 10px;
}


/* 05b - Sub/Secondary Navigation */
/* sub navigation container change values to match design*/
.subnav-container{
width: 100%;
min-height: 80px;
float: left;


background: #141414;
border-top: 1px solid #454545;
}


.nav-secondary{
text-align: left;
width: 702px;
border-bottom: 1px solid #00689f;
float: right;
margin-top: -48px;
}
.nav-secondary .wrap {
padding: 0px 0px 0px 0px !important;
width: 702px;
float: right;
}

	/* secondary menu */
	.menu-secondary{
	padding: 0px;
	float: right !important;
	position: relative;
	margin: 0 auto;
	width: 702px !important;
	}
	
	

	.ie7down .menu-secondary{
	padding: 0px;
	}

	.ie7down .menu-secondary .sub-menu
	{
	margin-top:-342px !important;
	}
	
	.menu-secondary > li > a{
	padding: 28px 19.5px; 
	padding: 1.75rem 1.21875rem;
	}

	.menu-secondary > li:first-child > a{
	padding: 28px 28px;
	padding: 1.75rem 1.75rem;
	}

	.menu-secondary > li:last-child > a {
	padding: 28px 0px 28px 16px;
	}

	.footer .sub-menu {
	margin-top: -251px;
	}
	
	.footer .sub-menu {
	margin-top: -278px;
	}
	
	.menu-secondary >li li > a:before {
content: '•';
padding-right: 10px;
}

.menu-secondary .sub-menu {
margin-top: -280px;
}


	
	/* .menu-secondary > li > a:before{
	content: "|";
	padding-right: 8px;
	padding-right: 0.5rem;
	}
	*/

	.menu-secondary > li:first-child > a:before{
	content: " ";
	}

	.ie7down .menu-secondary > li > a{
	padding: 28px 19.5px; 
	padding: 1.75rem 1.21875rem;
	}


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

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


.connect-title {
	padding: 10px 10px;
}



.sidebar-primary .widgettitle{
padding: 10px 10px;
}


.widget{
display: block;
clear: both;
}
/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.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 {
	margin-bottom: 0;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */
.pagination{
min-height: 45px;
float: none;
margin-bottom: 40px;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled {
background-color: #ffffff;
cursor: pointer;
padding: 2px 16px;
padding: 0.125rem 1rem;
border: solid 1px #CCCCCC;
display: inline-block;
height: 18px;
width: 25px;
padding: 8px 5px 7px 5px;
}

.pagination li a:hover,
.pagination li.active a {
background-color: #ffffff;
}


.pagination .nav-first{
background: none !important;
border: 0px !important;
margin-right: 10px;
}


.pagination .nav-next a{
background: none !important;
border: 0px !important;
margin-left: 2px;
}

.ie7down .pagination{
	padding-top:10px;
	padding-bottom:12px;
}

.ie7down .nav-next a{

	border-style:none;

}

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

.comments-container{
padding: 10px;
border: 1px solid rgb(196, 196, 196);
padding: 20px;
background: #ffffff;
}

.entry-comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

#respond{
background: #F6F6F6;
padding: 10px 20px;
border: 1px solid rgb(196, 196, 196);
}

.comment-form-comment textarea{
background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 0%, #ebebeb 46%, #ebebeb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(46%,#ebebeb), color-stop(100%,#ebebeb));
background: -webkit-linear-gradient(top, #fefefe 0%,#ebebeb 46%,#ebebeb 100%);
background: -o-linear-gradient(top, #fefefe 0%,#ebebeb 46%,#ebebeb 100%);
background: -ms-linear-gradient(top, #fefefe 0%,#ebebeb 46%,#ebebeb 100%);
background: linear-gradient(to bottom, #fefefe 0%,#ebebeb 46%,#ebebeb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ebebeb',GradientType=0 );
border: solid 1px #ffffff;
border-radius: 6px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
padding: 16px;
padding: 1rem;
width: 100%;
}

#reply-title{
margin-bottom: 6px;
}

.ping-list,
.entry-comments {
/*	margin-bottom: 48px;
	margin-bottom: 3rem;
*/
}

#author,
#email,
#url {
	width: 50%;
	padding: 16px;
	padding: 1rem;
	border: 1px solid rgb(226, 226, 226);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.comment-meta,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
	
}



.comment-reply-link:after{
	content: '   \25BA';
}



label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	padding: 16px;
	padding: 1rem;
}

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

.comment-header {
	overflow: hidden;
}

.comment {
border-top: dashed 1px #DDDDDD;
}

.children .comment{
	border-top: 0px;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

.entry-comments .pagination {
	margin-top: 32px;
	margin-top: 2rem;
}


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

.sidebar {
	display: inline;
	line-height: 1.5;
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

/*
11 Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	clear: both;
	background: #000000;
	background: #0081c7;
	border-top: 3px solid #6ec62e;
	position: relative;
	min-height: 134px;
}

.site-footer .wrap {
	padding: 48px 0;
	padding: 3rem 0;
	z-index: 0;
}


.site-footer .creds,
.site-footer .gototop {
	margin: 34px 0px 0px 0px;

}

.site-footer .gototop {
display: none;
}

.nav-secondary a {
font-weight: bold;
font-size: 15px;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	border-top: 2px solid #1e1e1e;
	clear: both;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
	
	background: #2a2a2a;
	background: -moz-linear-gradient(top, #2a2a2a 0%, #0c1110 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2a2a), color-stop(100%,#0c1110));
	background: -webkit-linear-gradient(top, #2a2a2a 0%,#0c1110 100%);
	background: -o-linear-gradient(top, #2a2a2a 0%,#0c1110 100%);
	background: -ms-linear-gradient(top, #2a2a2a 0%,#0c1110 100%);
	background: linear-gradient(to bottom, #2a2a2a 0%,#0c1110 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2a', endColorstr='#0c1110',GradientType=0 );
	border-top: 1px solid #454545;

	min-height: 50px;
	width: 100%;
	min-width: 1045px;
	float: left;
	position: relative;
	z-index: 0;

}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets-1, .footer-widgets-2{
width: 456px;
}

.footer-widgets-1{
float:left;
}

.footer-widgets-2{
float:left;
}


/* 11b - Disclaimer */

.disclaimer_container{
text-align: center;
margin-bottom: 45px;
}

/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
/*	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	padding: 1rem;
	width: 100%;
*/
}

.site-header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

/* for buttons and submit buttons change the background values as that would match the design */

button,
input[type="button"],
input[type="submit"],
.btn {
	cursor: pointer;
	width: auto;

	background: #6EC62E;
	display: inline-block;

	padding: 16px;
	padding: 1rem;

	font-family: Arial, sans-serif;

}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {

}

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

/* 12a - Gravity Forms ----------- */

.content div.gform_wrapper input,
.content div.gform_wrapper select,
.content div.gform_wrapper textarea,
.content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

.content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

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

.content-form{
padding: 10px;
background: #FFFFFF;
display: block;
width: 59%;
border-radius: 6px;
position: relative;
border: solid 2px #0081C7;
margin: 16px auto;
margin: 1rem auto;
}

.textwidget .content-form {
width: 91%;
}

#mr-field-element-434882258991 {
margin-bottom: 16px;
}

.content-form input[type="text"], .content-form input[type="email"], .content-form  textarea{
width: 100%;
display: block; 
padding: 13px;
font-size: 15px;
border: solid 1px #0081C7;
background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ececec));
background: -webkit-linear-gradient(top, #fefefe 0%,#ececec 100%);
background: -o-linear-gradient(top, #fefefe 0%,#ececec 100%);
background: -ms-linear-gradient(top, #fefefe 0%,#ececec 100%);
background: linear-gradient(to bottom, #fefefe 0%,#ececec 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec',GradientType=0 );
margin-top: 1rem;
margin-top: 16px;

font-family: 'Open Sans', sans-serif;
color: #000000;
}

#mr-field-element-994364889959 {
width: 100% !important;
display: block !important; 
padding: 13px !important;
font-size: 12px !important;
border: solid 1px #0081C7 !important;
background: #fefefe !important;
background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ececec)) !important;
background: -webkit-linear-gradient(top, #fefefe 0%,#ececec 100%) !important;
background: -o-linear-gradient(top, #fefefe 0%,#ececec 100%) !important;
background: -ms-linear-gradient(top, #fefefe 0%,#ececec 100%) !important;
background: linear-gradient(to bottom, #fefefe 0%,#ececec 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec',GradientType=0 )!important;
margin-top: 1rem !important;
margin-top: 16px !important;
font-family: 'Open Sans', sans-serif !important;
color: #000000 !important;
} 

.content-form input[type="text"]:first-child{
margin-top: 0px;
}

.content-form input[type="submit"]{
	margin-top: 1rem;
	margin-top: 16px;
	width: 100%;
}

#gform_1{ 
padding: 10px;
background: #FFFFFF;
display: block;
width: 59%;
border-radius: 6px;
position: relative;
border: solid 2px #0081C7;
margin: 16px auto;
margin: 1rem auto; 
}


#gform_1 input[type="text"], #gform_1 input[type="email"], #gform_1  textarea{
width: 100%;
display: block; 
padding: 13px;
font-size: 15px;
border: solid 1px #0081C7;
background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ececec));
background: -webkit-linear-gradient(top, #fefefe 0%,#ececec 100%);
background: -o-linear-gradient(top, #fefefe 0%,#ececec 100%);
background: -ms-linear-gradient(top, #fefefe 0%,#ececec 100%);
background: linear-gradient(to bottom, #fefefe 0%,#ececec 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec',GradientType=0 );
margin-top: 1rem;
margin-top: 16px;

font-family: 'Open Sans', sans-serif;
color: #000000;
}

#field_1_5 {
font-size: 15px;
text-align: center;
}

#gform_submit_button_1 {
border: none !important;
width: 100% !important;
}


#gform_submit_button_1:hover {
background:#6dc52d !important;
}


.gform_wrapper .gform_footer {
padding: 0px !important;
height: 35px !important;
}



/* 12b - WP Subscriber Forms */

/* 12b - a - optin form parent div */
.icf-optin-form {
padding: 0px 10px !important;
margin: 0px auto !important;
}

.footer-widgets .icf-optin-form {
padding: 0px 10px 0px 0px !important;
}

.wpsform{
position: relative;
}


.icf_form{
width: 97%;
float: left;
padding: 10px;
background: rgba(0,0,0,0.4);
-webkit-box-shadow: inset 0px -1px 5px 1px rgba(0, 0, 0, 1);
box-shadow: inset 0px -1px 5px 1px rgba(0, 0, 0, 1);
}

.ie7down .icf_form{
width: 96%;
float: left;
padding: 10px;
padding-top:0px;
background:#000000;
filter: alpha(opacity=50);
}

.ie8 .icf_form{
padding: 10px;
background:#000000;
filter: alpha(opacity=50);
}

.footer-widgets .icf_form{
background: rgba(0,0,0,0.3);
padding: 13px;
}

.ie7down .footer-widgets  .icf_form{
padding: 13px;
}

.ie8 .footer-widgets .icf_form{
padding: 13px;
background:#663300;
}

.icf_form br{
display: none;
}

.icf_form input[type="text"]{
width: 35% !important;
float: left;
margin: 0 1% 0 0 !important;
border-radius: 6px !important;
height: 40px;
padding: 0px 0px 0px 40px !important;
-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.8);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
position: relative;
}

.ie8 .icf_form input[type="text"]{
padding-top: 10px !important;
}

.ie7down .icf_form input[type="text"]
{
	width:30% !important;
	padding-top: 10px !important;
	margin-top: 10px !important;
	height:28px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* submit button */

.icf_form input[type="submit"]{
width: 28% !important;
float: right;
height: 40px;
display: inline-block;

padding: 9px 24px 8px 24px !important;
margin: 0 !important;

-moz-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
border-radius: 6px !important;



	-moz-box-shadow: inset 0px 1px 0px 0px #E08465 !important;
	-webkit-box-shadow: inset 0px 1px 0px 0px #E08465 !important;
	box-shadow: inset 0px 1px 0px 0px #E08465 !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D5552A), color-stop(1, #CC3401) ) !important;
	background: -moz-linear-gradient( center top, #D5552A 5%, #CC3401 100% ) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5552A', endColorstr='#CC3401') !important;
	border: 0px solid #d02718 !important;
	display: inline-block !important;


}

.icf_form input[type="submit"]:hover{
height: 40px !important;
border: 0px solid #d02718 !important;
padding-top: 9px !important;
background-size: 100% 100% !important;
margin: 0 !important;


-moz-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
border-radius: 6px !important;

-moz-box-shadow: inset 0px 1px 0px 0px #E08465 !important;
-webkit-box-shadow: inset 0px 1px 0px 0px #E08465 !important;
box-shadow: inset 0px 1px 0px 0px #E08465 !important;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CC3401), color-stop(1, #D5552A) ) !important;
background: -moz-linear-gradient( center top, #CC3401 5%, #D5552A 100% ) !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC3401', endColorstr='#D5552A') !important;
background-color: #CC3401 !important;
border: 0px solid #d02718 !important;
}

.ie7down .icf_form input[type="submit"]{
margin-top: 10px !important;
}

.footer-widgets .icf_form input[type="submit"]{
float: right !important;
width: 32% !important;
}



.icf-optin-form .wps_privacy {
background: url(images/lock.png) no-repeat 0 0 !important;
}

.ie7down .sidebar-primary  .icf-optin-form .wps_privacy{
display: inline !important;
}

.afterheader-sidebar-container .icf-optin-form .wps_privacy,  .footer-widgets .icf-optin-form .wps_privacy{
display: none;
}

.sidebar-primary .icf_form input[type="submit"]{
width: 88% !important;
margin: 0 auto !important;
display: block;
float: none;
padding: 0px 0px 0px 0px !important;
}

.sidebar-primary  .icf_form input[type="submit"]:hover{
padding: 0px 0px 0px 0px !important;
}

/* sidebar optin */
.sidebar-primary .icf-optin-form{
background: #181C1B;

padding-bottom: 1px;
border: solid 1px #BFBFBF;
}

.sidebar-primary .icf_form {
background: none;
box-shadow: none;
width: 90%;
margin: 0 auto;
padding: 10px;
float: none;
}

.sidebar-primary .icf-optin-form .icf_title {
width: 90% !important;
margin: 0 auto 16px auto !important;
padding-top: 16px;
}

.sidebar-primary .icf-optin-form .icf_content {
width: 90% !important;
margin: 0 auto !important;
}

.sidebar-primary .icf_form input[type="text"]{
margin: 0 auto !important;
margin-bottom: 10px !important;
width: 220px !important;
float: none;
}

.ie7down .sidebar-primary .icf_form input[type="text"]{
	width: 180px !important;
}


.ie7down .sidebar-primary .icf_form, .ie8 .sidebar-primary .icf_form{
	padding-top:10px;
}

/* footer widgets */
.ie7down .footer-widgets .icf_form{
width: 96%;
height: 50px;
float: left;
padding: 10px;
padding-top:0px;
background:#000000;
filter: alpha(opacity=50);
box-shadow: 0 0 5px #000000 inset;
position: relative;
}

.ie8 .footer-widgets .icf_form{
height: 42px;
float: left;
padding: 10px;
background:#000000;
filter: alpha(opacity=50);
box-shadow: 0 0 5px #000000 inset;
position: relative;
}

/* footer ryan */
.footer-widgets .icf_form  input[type="text"] {
width: 65% !important;
}

.ie7down .footer-widgets .icf_form  input[type="text"]
{
	width:55% !important;
	height:28px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.wps_name{
	display: block; 
	background: url('images/inputfield-sprite.png') #ffffff top left no-repeat; /* Old browsers */
	background: url('images/inputfield-sprite.png') no-repeat, -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
	background: url('images/inputfield-sprite.png') no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: url('images/inputfield-sprite.png') no-repeat, -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: url('images/inputfield-sprite.png') no-repeat, -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
	background: url('images/inputfield-sprite.png') no-repeat, -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
	background: url('images/inputfield-sprite.png') no-repeat, linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
	padding-left: 40px !important;

}

.wps_email, .email_field{
	display: block; 
	background: url('images/inputfield-sprite.png') #ffffff bottom left no-repeat;
	background: url('images/inputfield-sprite.png') bottom left no-repeat, -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
	background: url('images/inputfield-sprite.png') bottom left no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
	background: url('images/inputfield-sprite.png') bottom left no-repeat, -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
	background: url('images/inputfield-sprite.png') bottom left no-repeat, -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
	background: url('images/inputfield-sprite.png') bottom left no-repeat, -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
	background: url('images/inputfield-sprite.png') bottom left no-repeat, linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
	padding-left: 40px !important;
}


.ie7down .wps_email, .ie7down .wps_name
{
	padding-top:10px !important;
	padding-bottom:0px !important;
}


.footer-widgets .icf_form .wps_email {
width: 65% !important;
}


/* 12c - Error Validation */

.optin-validate{
position:relative;

}

.error-container{
position: relative;
float: left;
width: 100%;
}

.optin-error {
position: relative;
width: 100%;
height: 70px;
background: #E74B4B;
text-align: center;
display: none;
margin: -81px auto 0 auto;
}

.optin-error p{
	padding: 17px;
}

.error-close{
float: right;
margin-right: 10px;
margin-top: 4px;
cursor: pointer;
}

/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

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

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

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

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

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

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

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}


/* 14 Plugin Override CSS rules */

#follow {
z-index: 1;
}

/* .ttle{
font-family: 'bebas', Arial, sans-serif;
font-size: 24px;
color: red;
}
*/

/* 14a - Popular Posts plugin */

.popular-posts {
margin-top: 10px;
overflow: hidden;
width: 100%;
}

.popular-posts ul {
border: 1px solid rgb(197, 197, 197);
padding-top: 10px;
padding-bottom: 10px;
}

.popular-posts ul li {
list-style-type: square;
margin-bottom: 10px;
border-top: dashed 1px #DDDDDD;
padding: 3px 0px 0px 0px;
width: 75%;
margin: 0 auto;
}

.ie7down .popular-posts ul li{
list-style-type: square !important;
margin-bottom: 10px;	
}

.popular-posts ul li:first-child{
border-top: 0px;
}


.popular-posts ul li a {
text-decoration: none;
}

/* .popular-posts ul li a:before{
content: "\25A0";
padding-right: 6px;
color: #ff6600;
margin-top: -2px;
display: inline-block;
float: left;
}
*/

.popular-posts .widgettitle {
	padding: 10px 10px;
}

/* 14b - Tipsy Social Icon ---------*/

#tipsy-social-icons .widget-wrap {
height: 40px;
margin-bottom: 25px;
padding-top: 10px;
}

.tipsy-social-icon-container{
padding: 10px 0px 0px 0px;
border-top: solid 1px #CC3600;
border-bottom: solid 1px #CC3600;
margin-bottom: 16px;
}

ul.tipsy-social-icons li {
padding-left: 17px;
}

ul.tipsy-social-icons li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

#tipsy-social-icons {
display: block !important;
}

/* 14c - Ivycat Testimonials ---------*/

#ivycat-testimonial-static h3, #ivycat-testimonial h3{
display:none;
}

#ivycat-testimonial-static cite, #ivycat-testimonial cite{
float: right;
margin-top: -11px;
}

#ivycat-testimonial-static .dd_post_share, #ivycat-testimonial .dd_post_share {
display:none;
}

/* 14d - diggdigg*/
.dd_post_share {
    clear: both;
}

.dd_button {
float: left;
padding: 4px 0px;
width: 84px;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {


}

@media only screen and (max-width: 1139px) {
body{
/* border: solid gray; */
}

	.site-container {
	min-width: 100%;
	}


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

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

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

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

}

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

	body {
/*		border: solid orange; */
/*	background-color: #fff; */

	}

	/*
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}
	*/

	.afterheader-sidebar-container {
	width: 100%;
	}

	.site-header{
	padding: 80px 0px 0px 0px;
	background-size: 100% !important;
	min-height: 216px;
	}

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

	.header-image .site-header .wrap {
		background-position: center top;
	}


	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget{
		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 a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
	display: block;
	padding: 18px 18px 14px 18px;
	padding: 1.25rem 1.25rem 0.875rem 1.25rem;
	position: relative;
	}
	
	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.nav-secondary {
	margin-top: -56px;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

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

	.site-footer {
		padding: 8px 0;
		padding: 0.5rem 0;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

/* ipads landscape */
@media only screen and (min-width:680px) and (max-width:959px){
body{
/* border: solid red; */
overflow-x: hidden;
}

	.site-container { 
	min-width: 100%;
	}

	.wrap,
	.site-inner,
	.afterheader-sidebar-container
	{
	width: 760px;
	
	}

/* responsive menu */
.page-logo {
width: 39%;
margin-right: 1%;
margin-top:0px;
}

.main-menu-container {
width: 100%;
position: absolute;
right: 0;
display: block;	
}

/* main menu */

	
	#webfix-pull-container {  
	display: block;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	margin-bottom: -2px;
	font-size: 1.5rem;
	font-weight: bolder;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	background: #000000;
	margin-bottom: -51px;
	position: relative;
	z-index: 10;
	}  
	
	#webfix-pull-container a{
	color: #ffffff !important;
	border-bottom: 0px;  
	border-right: 0px; 
	padding: 19px 0px;
	font-size:24px;
	}
	
	#webfix-pull-container a:hover{
	/* color: #ffffff !important; */
	}
	
	.nav-primary {
	width: 100%;
	clear: both;
	right: 0;

	}
	
	.nav-primary .wrap {
	width: 100%;
	margin-top: 65px;
	}
	
	.menu-primary {  
	    border-bottom: 0;  
		padding: 0px;
		padding: 0rem;
        height: auto;
		right: 0px;
		width: 100%;
		margin-top: 50px;
		background-color: rgba(0,0,0,0.8);
		margin-top:5px;
		right: 0;
		position: relative;
		z-index: 8;
		display: none;
    } 
	
	
.genesis-nav-menu li:first-child,
.genesis-nav-menu li
{
	width: 100%;  
	float: left;  
	position: relative; 
	text-align: center;
}

.genesis-nav-menu a{

		color: #fff;
		text-align: center;
		font-weight: bold;
		float: left;
		width: 100%;
}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
	padding: 8px 0px 8px 8px;
	padding: 0.5rem 0rem 0.5rem 0rem;
	height: auto;
	margin: 0 auto;
	}

	.genesis-nav-menu li:first-child a {
	padding: 8px 0px;
	padding: 0.5rem 0rem;
	}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	border: 0px;
	border-bottom: 1px solid #ffffff;
}

/* sub-menu */
.genesis-nav-menu li ul {
left: 0;
position: relative;
width: 100%;
z-index: 99;
visibility: visible !important;
display: block !important;
margin-top: 0px !important;
}

/* sub sub menu */

.genesis-nav-menu li ul ul {
	margin: 0px;
	left: auto !important;
}

.has-sub {
margin-left: 16px;
position: absolute;
top: auto;
}

.menu-secondary .has-sub{
margin-top: auto;
}


.genesis-nav-menu li li a, .genesis-nav-menu li li a:link, .genesis-nav-menu li li a:visited {
position: relative;
width: 100%;
text-align: center;
color: #fff;
font-weight: bold;
padding: 8px 0px;
padding: 0.5rem 0rem;
background: #0081c7;
min-height: 1px;
}

.genesis-nav-menu li li a:hover {
color: #ffffff;
}

.menu-secondary .genesis-nav-menu li li a,.menu-secondary .genesis-nav-menu li li a:link,.menu-secondary .genesis-nav-menu li li a:visited {
position: relative;
width: 100%;
text-align: center;
color: #ffffff;
font-weight: bold;
background: rgba(0,0,0, 1);
}


/* end of sub-menu */



/* footer menu */

.menu-secondary{
display: none;
position: relative;
}

.menu-secondary {  
        border-bottom: 0;  
		width: 100% !important; 
		background-color: rgba(0,0,0,0.8);
    }  

	
 .menu-secondary li a:before {
	display: none;
	content: " ";
}	

.menu-secondary > li > a{
border-left: 0px;
}

#webfix-subpull-container { 
	padding: 0px;
	display: block;
	padding: 10px;
	width: 50%;
	margin: 0 auto;
	position: relative;
	font-size: 1.5rem;
	text-align: center;
	float: none;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	background: rgba(0,0,0, 0.8);
	margin-top: 18px;
	margin-top: 1.125rem;
	}
		
	#webfix-subpull{
	padding: 10px;
	text-decoration: none;
	color: #fff;
	}

	#webfix-subpull:hover{
	/* color: #000; */
	}

.nav-secondary {
margin-top: -637px;
width: 100%;
padding: 0px 0px 16px 0px;
border:none;
}

.nav-secondary .wrap{
width: 100% !important;
float: left;

}
	

.menu-secondary li a	
{
	width: 100%;
	float: left;  
	position: relative; 
	padding-left: 0px !important;	
	
	z-index: 8;
	padding: 10px 0px !important;
	color: #ffffff;
	font-weight: bold !important;
}


	.site-footer ul.menu-secondary li:hover>ul,
	.site-footer ul.menu-secondary li.sfHover ul,
	.site-footer .menu-secondary li:hover>ul{
	margin-top: auto !important;
	}
	

/* end of secondary menu */

.afterheader-sidebar-parent {
position: relative;
}

}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {
body{
/* border: solid brown; */
}

	.wrap,
	.site-inner,
	.afterheader-sidebar-container,
	.headlines_container
	{
	width: 630px !important;
	}

	.main-menu-container { 
	display: block;	
	}

	.genesis-nav-menu li li a:hover {
	background: #6ec62e;
	}
	
		.sidebar.sidebar-primary.widget-area {
	width: 100% !important;
	}
	
	.widget-wrap .box-1 {
	width: 94% !important;
	}
	
	.widget-wrap .box-1 iframe {
	width: 592px !important;
	min-height: 430px !important;
	}
	
	.site-footer .creds, .site-footer .gototop {
	float: none;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	}
	
	.afterheader-sidebar-parent {
	position: relative;
	}
	
	.site-footer .wrap {
	padding: 16px 0 0 0;
	padding: 1rem 0 0 0;
	}

	.sidebar-primary .icf_form input[type="text"] {
	width: 100% !important;
	}

	.sidebar-primary .icf_form input[type="submit"] {
	width: 100% !important;
	font-size: 16px !important;
	font-size: 1rem !important;
	}

	.footer-widgets-1, .footer-widgets-2 {
	width: 100%;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	}

	.footer-widgets-1{
	border-bottom: dashed 1px #999999;
	}

	.footer-widgets-2{
	padding-top: 16px;
	padding-top: 1rem;
	}
		
	.vertical-divider {
	display: none;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	img.alignleft, .post-image, .wp-caption.alignleft {
	margin: 0 8px 8px 0;
	margin: 0 .5rem .5rem 0;
	}

	/* more link */
	.more-link {
	margin-bottom: 0px;
	}

	.dd_post_share {
	padding-bottom: 16px;
	}

	/*start*/

		.top_container {
	min-height: 62px;
	}

	.site-header {
	padding: 0px 0px 0px 0px;
	min-height: 212px;
	}


	.site-container {
	min-width: 100%;
	}



	.wrap,
	.site-inner,
	.afterheader-sidebar-container,
	.headlines_container
	{
	width: 630px !important;
	}

	.sidebar.sidebar-primary.widget-area {
	width: 100% !important;
	}
	
	.widget-wrap .box-1 {
	width: 94% !important;
	}
	
	.widget-wrap .box-1 iframe {
	width: 592px !important;
	min-height: 430px !important;
	}
	
	.sidebar-primary .icf_form input[type="text"] {
	width: 100% !important;
	}

	.sidebar-primary .icf_form input[type="submit"] {
	width: 100% !important;
	font-size: 16px !important;
	font-size: 1rem !important;
	}

	.footer-widgets-1, .footer-widgets-2 {
	width: 100%;
	padding-bottom: 16px;
	padding-bottom: 1rem;
	}

	.footer-widgets-1{
	border-bottom: dashed 1px #999999;
	}

	.footer-widgets-2{
	padding-top: 16px;
	padding-top: 1rem;
	}
		
	.vertical-divider {
	display: none;
	}


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

	img.alignleft, .post-image, .wp-caption.alignleft {
	margin: 0 8px 8px 0;
	margin: 0 .5rem .5rem 0;
	}

	/* more link */
	.more-link {
	margin-bottom: 0px;
	}

	.dd_post_share {
	padding-bottom: 16px;
	}
	
	/*about */
	
	.about .box-1 .one_half.last {
width: 50%;
}

.about .box-1 .one_half {
width: 50%;
}

/* order */
.order .one_half,
.order .one_half.last {
width: 48% !important;
}
	
}





/* 740px */

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

body{
/* border: solid lightgreen; */
}

	.wrap,
	.site-inner,
	.afterheader-sidebar-container,
	.headlines_container
	{
	width: 550px;
	}

/* responsive menu */
.page-logo img {
position: relative;
z-index: 1;
padding-left: 0px;
}

/* responsive menu */
.page-logo {
width: 39%;
margin-right: 1%;
}

.main-menu-container {
width: 100%;
position: absolute;
right: 0;
}

/* main menu */

	
	#webfix-pull-container {  
	display: block;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	margin-bottom: -2px;
	font-size: 1.5rem;
	font-weight: bolder;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	background: #000000;
	margin-bottom: -51px;
	position: relative;
	z-index: 10;
	}  
	
	#webfix-pull-container a{
	color: #ffffff !important;
	border-bottom: 0px;  
	border-right: 0px; 
	padding: 1px 0px;
	padding: 1rem 0rem;
	}
	
	#webfix-pull-container a:hover{
	/* color: #ffffff !important; */
	}
	
	.nav-primary {
	width: 100%;
	clear: both;
	right: 0;

	}
	
	.nav-primary .wrap {
	width: 100%;
	}
	
	.menu-primary {  
	    border-bottom: 0;  
		padding: 0px;
		padding: 0rem;
        height: auto;
		right: 0px;
		width: 100%;
		margin-top: 50px;
		background-color:#0081c7;
		margin-top:5px;
		right: 0;
		position: relative;
		z-index: 8;
		display: none;
    } 
	
	
.genesis-nav-menu li:first-child,
.genesis-nav-menu li
{
	width: 100%;  
	float: left;  
	position: relative; 
	text-align: center;
}

.genesis-nav-menu a{

		color: #fff;
		text-align: center;
		font-weight: bold;
		float: left;
		width: 100%;
}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
	padding: 8px 0px 8px 8px;
	padding: 0.5rem 0rem 0.5rem 0rem;
	height: auto;
	margin: 0 auto;
	}

	.genesis-nav-menu li:first-child a {
	padding: 8px 0px;
	padding: 0.5rem 0rem;
	}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	border: 0px;
	border-bottom: 1px solid #ffffff;
}

/* sub-menu */
.genesis-nav-menu li ul {
left: 0;
position: relative;
width: 100%;
z-index: 99;
visibility: visible !important;
display: block !important;
margin-top: 0px !important;
}

/* sub sub menu */

.genesis-nav-menu li ul ul {
	margin: 0px;
	left: auto !important;
}

.has-sub {
margin-left: 16px;
position: absolute;
top: auto;
}

.menu-secondary .has-sub{
margin-top: auto;
}


.genesis-nav-menu li li a, .genesis-nav-menu li li a:link, .genesis-nav-menu li li a:visited {
position: relative;
width: 100%;
text-align: center;
color: #fff;
font-weight: bold;
padding: 8px 0px;
padding: 0.5rem 0rem;
background: #0081c7;
min-height: 1px;
}

.genesis-nav-menu li li a:hover {
color: #ffffff;
}

.menu-secondary .genesis-nav-menu li li a,.menu-secondary .genesis-nav-menu li li a:link,.menu-secondary .genesis-nav-menu li li a:visited {
position: relative;
width: 100%;
text-align: center;
color: #ffffff;
font-weight: bold;
background: rgba(0,0,0, 1);
}


/* end of sub-menu */



/* footer menu */

.menu-secondary{
display: none;
position: relative;
}

.menu-secondary {  
        border-bottom: 0;  
		width: 100%;
    }  

	
 .menu-secondary li a:before {
	display: none;
	content: " ";
}	

.menu-secondary > li > a{
border-left: 0px;
}

#webfix-subpull-container { 
	padding: 0px;
	display: block;
	padding: 10px;
	width: 50%;
	margin: 0 auto;
	position: relative;
	font-size: 1.5rem;
	text-align: center;
	float: none;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	background: rgba(0,0,0, 0.8);
	margin-top: 18px;
	margin-top: 1.125rem;
	}
		
	#webfix-subpull{
	padding: 10px;
	text-decoration: none;
	color: #fff;
	}

	#webfix-subpull:hover{
	/* color: #000; */
	}

.nav-secondary {
margin-top: 0px;
width: 100%;
padding: 0px 0px 16px 0px;
}

.nav-secondary .wrap{
width: 100% !important;
float: left;

}
	

.menu-secondary li a	
{
	width: 100%;
	float: left;  
	position: relative; 
	padding-left: 0px !important;	
	
	z-index: 8;
	padding: 10px 0px !important;
	color: #ffffff;
	font-weight: bold !important;
}


	.site-footer ul.menu-secondary li:hover>ul,
	.site-footer ul.menu-secondary li.sfHover ul,
	.site-footer .menu-secondary li:hover>ul{
	margin-top: auto !important;
	}
	

/* end of secondary menu */

.afterheader-sidebar-parent {
	position: relative;
}

.site-footer .creds, .site-footer .gototop {
float: none;
margin: 0 auto;
text-align: center;
margin-top: 10px !important;
}



}



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

.wrap, .site-inner, .afterheader-sidebar-container, .headlines_container {
width: 100% !important;
}

.content-sidebar .content, .sidebar-content .content, .title-area{
width: 93%;
padding: 0px 20px !important;
}

.site-header {
min-height: 172px;
}

#webfix-pull-container a{
font-size:24px;
text-shadow:none;
}

.nav-primary .wrap {
margin-top: 65px;
}

.box-1 {
width: 82% !important;
margin: 0 auto !important;
margin-bottom: 20px !important;
float: none !important;
}

.box-1 iframe {
width: 100%;
height: 300px;
}

.sidebar.sidebar-primary.widget-area {
width: 100% !important;
}

#cnss_widget-2 {
width: 71%;
margin: 0 auto;
}

.widget-wrap .box-1 {
width: 65% !important;
margin: 0 auto !important;
margin-top: 20px !important;
}

.widget-wrap .box-1 iframe {
width: 100% !important;
min-height: 400px !important;
}

.menu-primary {
background-color: rgba(0,0,0,0.8);
}

.menu-secondary {
width: 100% !important;
background: rgba(0,0,0,0.8);
}

.nav-secondary {
margin-top: -640px;
border-bottom: none;
}

.page-logo {
margin-top: 10px;
}

.site-footer {
padding: 8px 10px;
}

.site-footer .creds, .site-footer .gototop {
margin-top: 50px !important;
}

  .two_third, .two_third2.last{
	width:30%;
  }
   
  .two_third2 , .two_third.last{
   width: 65%;
   }

   .alignright.size-full.wp-image-335 {
width: 38%;
margin-top: 6px !important;
}
   
 /* about */
 
 .about .box-1 {
width: 94% !important;
}

/*order*/

.order .one_half, .order .one_half.last {
width: 50% !important;
}
   
.order .button2 {
width: 90% !important;
}

.order .alignnone.size-full.wp-image-341 {
width: 78%;
}

.thrd_button .button2 {
width: 100% !important;
}

.order .thrd_button .alignnone.size-full.wp-image-341 {
width: 58%;
margin-left: 96px !important;
margin-right: auto !important;
margin-top: 18px;
}

.order input[type="image"] {
width: 92%;
}


.order .thrd_button  input[type="image"] {
width: 44%;
}
   
   .order .thrd_button .alignright.size-full.wp-image-341 {
width: 42%;
margin-top: -63px !important;
}
   
}







/* smaller screens */
@media only screen and (max-width:570px){
	body{
	/* border: solid blue; */
	}
	
	.wrap,
	.site-inner,
	.afterheader-sidebar-container,
	.headlines_container
	{
	width: 95% !important;
	}

	.site-header {
	min-height: 163px;
	}

	.content-sidebar .content, .sidebar-content .content, .title-area {
	width: 93% !important;
	margin: 0 auto !important;
	float: none;
	}

	.sidebar-primary, .sidebar, .site-header .widget-area {
	width: 100%;
	}

	.sidebar-primary section, .sidebar section, .tipsy-social-icon-container{
		width: 95%;
		float: none;
		margin: 0 auto 16px auto;
	}

	.footer-widgets-1, .footer-widgets-2 {
	width: 90%;
	float: none;
	margin: 0 auto;
	}



	
	
	/* menus */
	/* header */
	.nav-primary {
	width: 100%;
	clear: both;
	right: 0;

	}
	
	
	#webfix-pull-container{
	width: 100%;
	}
	
	/* menus */
	.page-logo {
	width: 100%;
	text-align: left;
	}

	.page-logo img {
	max-width: 70%;
	}
	
	.main-menu-container {
	width: 100%;
	position: absolute;
	right: 0;
	}
	


   /*.pagination */
	.genesis-nav-menu li	
	{
		display: block;  
		float: none;  
		width: 100%; 
		text-align:center;
	}

	#webfix-pull-container a{
	border-bottom: 0px;  
	border-right: 0px;  
	}

	.menu-secondary li	
	{
			display: block;  
			float: none;  
			width: 100%; 
			text-align:center;
	}
	
	.genesis-nav-menu li a:hover {
	background: #6ec62e;
	}

	.menu-primary{
	padding-left: 0px;
	padding-left: 0rem;
	}
	
	.site-header .wrap {
	min-height: 1px;
	}
	
	.nav-secondary {
	margin-top: -647px;
	}

	/* more-link */
	.more-link {
	margin-bottom: -8px;
	}

	/* diggdigg */
	.dd_post_share {
	margin-bottom: 16px;
	}
	
	.site-footer .creds, .site-footer .gototop {
	margin-top: 0px !important;
	}

	/*about*/
	
	.alignright.size-full.wp-image-466 {
width: 90%;
}
	
}

@media only screen and (max-width: 480px) {
	body{
	/* border: solid yellow;  */
	overflow-x:hidde;
	}
	
	.site-header {
	min-height: 138px;
	}
		
	.wrap,
	.site-inner,
	.afterheader-sidebar-container,
	.headlines_container
	{
	width: 97%;
	}
	
	/* main menu */
	.menu-primary{
	padding-left: 0px;
	padding-left: 0rem;
	}


	.box-1 {
	width: 77% !important;
	}
	
	.box-1 iframe {
	height: 216px;
	}
	
	.widget-wrap .box-1 iframe {
	width: 100% !important;
	min-height: 200px !important;
	}
	
	.icf_form input[type="submit"] {
	width: 97% !important;
	margin-top: 10px !important;
	float: left;
	}

	.icf_form input[type="text"] {
	width: 48% !important;
	}

	/* entry content */
	.entry-content {
	text-align: center;
	}

	img.alignleft, .post-image, .wp-caption.alignleft {
		float: none;
		margin: 0 0 8px 0;
		margin: 0 0 0.5rem 0;
	}

	.entry-content p {
	text-align: left;
	}


	.dd_button {
	width: 75px;
	}
	
	.page-logo {
	width: 100%;
	text-align: left;
	margin-TOP: -6px;
	}

	.nav-secondary {
margin-top: -631px;
}

/* inspiring stories */

.ist .box-1 .button2 {
width: 55% !important;
}

/*gift*/

.bg h2 {
margin: 0px !important;
margin-top: -27px !important;
}

/* about */

.about .box-1 .one_half {
width: 80% !important;
}

.about .box-1 .one_half.last {
width: 97%;
}

/* order */

.order input[type="image"] {
width: 184%;
}

.order .alignnone.size-full.wp-image-341 {
margin-left: 63px !important;
width: 100%;
}

.order .last input[type="image"] {
width: 184%;
margin-left: -154px;
}

.order .last .alignnone.size-full.wp-image-341 {
margin-left: -93px !important;
width: 100%;
}

.order .thrd_button input[type="image"] {
width: 100%;
}

.order .thrd_button .alignright.size-full.wp-image-341 {
display: none;
}

}


@media only screen and (max-width:385px){
.site-header {
min-height: 108px;
}

.content-sidebar .content, .sidebar-content .content, .title-area {
width: 89%;
}

.box-1 .button2 {
width: 93% !important;
}

/*inspiring stories */

.ist .box-1 .button2 {
width: 100% !important;
float: none !important;
margin-top: -22px;
}

.ist .box-1 {
width: 70% !important;
}

.alignright.size-full.wp-image-335 {
width: 96%;
margin-top: 10px !important;
}


/*order*/

.order .thrd_button .alignnone.size-full.wp-image-341 {
width: 58%;
margin-left: 43px !important;
margin-right: auto !important;
margin-top: 18px;
}

.order .last input[type="image"] {
width: 184%;
margin-left: -125px;
}

.order .alignnone.size-full.wp-image-341 {
margin-left: 51px !important;
}

.order .last .alignnone.size-full.wp-image-341 {
margin-left: -73px !important;
}

}

@media only screen and (max-width:321px){
	body{
/*	 border: solid pink;  */
	}

	#cnss_widget-2 {
	width: 91% !important;
	margin: 0px auto;
	}
	
	.top_container {
	min-height: 50px;
	}

	.site-header {
	padding: 16px 0px 0px 0px !important;
	}

	.site-header {
	padding: 50px 0px 0px 0px !important;
	min-height: 39px;
	}
	
	.box-1 {
width: 66% !important;
}

	.nav-primary .wrap {
	margin-top: 53px;
	}
	
	.more-link {
	margin-bottom: -6px;
	}

	/* forms */

	.icf_form {
	width: 96%;
	margin: 0 auto;
	padding: 10px 2%;
	}

	.icf_form input[type="text"] {
	width: 97% !important;
	margin-bottom: 10px !important;
	float: none;
	margin: 0px auto 10px auto !important;
	}
	
	.footer-widgets .icf_form input[type="text"] {
	width: 97% !important;
	}

	.icf_form input[type="submit"] {
	width: 97% !important;
	margin-top: 0px !important;
	float: none !important;
	}

	.icf_form input[type="submit"]:hover {
	margin-top: 0px !important;
	}

	.footer-widgets .icf_form input[type="submit"] {
	width: 97% !important;
	margin-top: 0px !important;
	float: none !important;
	}

	.footer-widgets .icf_form input[type="submit"]:hover {
	width: 97% !important;
	margin-top: 0px !important;
	float: none !important;
	}


	/*main menu */
	.page-logo {
	width: 38%;
	margin-right: 1%;
	margin-left: 2%;
	}
	
	
	.main-menu-container {
	width: 100%;
	position: absolute;
	right: 0;
	}
	

	.nav-secondary {
	margin-top: -563px;
	}
	
	.site-footer {
	min-height: 50px;
	}
	
	/* inspiring stories*/
	
	.ist .box-1 {
width: 65% !important;
}

.ist .alignright.size-full.wp-image-341 {
width: 76%;
margin-right: 42px !important;
}

/* about */

.alignright.size-full.wp-image-466 {
width: 82%;
}

.about .box-1 {
width: 88% !important;
}

.about .box-1 .one_half {
width: 94% !important;
}

/*order */
.order .one_half p, .order .one_half.last p {
text-align: center !important;
}

.order .one_half, .order .one_half.last {
width: 100% !important;
margin-left: -11px;
}

.scnd .one_half.last {
width: 100% !important;
float: left;
}

.order .box-1 .button2 {
width: 100% !important;
}

.order input[type="image"] {
width: 93%;
}

.order .last input[type="image"] {
width: 99%;
margin-left: 0px;
}

.order .last .alignnone.size-full.wp-image-341 {
margin-left: 1px !important;
}

.order .alignnone.size-full.wp-image-341 {
margin-left: 0px !important;
}

	
}