/*
	Theme Name: NFF 2016 - Child of Enterprise Pro Theme
	Theme URI: http://my.studiopress.com/themes/enterprise/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 2.1.1
	
	Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Enterprise Pro Black
		- Enterprise Pro Green
		- Enterprise Pro Orange
		- Enterprise Pro Red
		- Enterprise Pro Teal
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

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


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

/* Baseline Normalize
	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}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:-.5em}sub{bottom:-.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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #777;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.625;
}

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: #333;
	color: #fff;
}

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

a {
	color: #31b2ed;
	text-decoration: none;
}

a:hover {
	color: #333;
}

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

strong {
	font-weight: 700;
}

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

li {
	list-style-type: none;
}

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

blockquote {
	margin: 40px;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	color: #aaa;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
	background-color: #31b2ed;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
	background-color: #333;
	color: #fff;
}

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

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

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


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

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

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

.enterprise-pro-landing .wrap {
	max-width: 800px;
}

.site-inner {
	background-color: #f5f5f5;
	border-top: 1px solid #ececec;
	clear: both;
	padding-top: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */

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

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

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

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

/* Content */

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

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

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

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

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 8px;
}

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

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

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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 30px;
	margin: 0;
}

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

.entry-title a:hover {
	color: #31b2ed;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
	border-bottom: 1px solid #ececec;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.home-bottom .widget-title,
.sidebar .widget-title {
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

/* WordPress
--------------------------------------------- */

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

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

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

.gallery-caption {
	margin: 0 0 10px;
}


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

.widget {
	word-wrap: break-word;
	margin-bottom: 40px;
}

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry {
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.featured-content .entry-header {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry-title {
	font-size: 20px;
	margin: 0;
}

.featured-content .entry-content {
	padding: 40px;
}

.featured-content .alignnone {
	background: #f8f8f8;
	border-bottom: 1px solid #ececec;
	margin-bottom: 0;
}
	
.featured-content img {
	margin-bottom: -7px;
}

.featured-content .more-link {
	display: block;
	font-weight: 700;
	margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}

.footer-widgets  .featured-content .alignnone {
	margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}


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

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

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

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

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

/* Genesis Responsive Slider
--------------------------------------------- */

.home-top .genesis_responsive_slider {
	margin: 0;
}

.site-container #genesis-responsive-slider {
	border-width: 0;
	padding: 0;
}

.site-container #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.site-container #genesis-responsive-slider .more-link {
	float: none;
	text-align: center;
}

.site-container #genesis-responsive-slider li {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

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

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

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

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	min-height: 150px;
}

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

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

.title-area {
	float: left;
	padding: 0 0 4px;
	width: 320px;
}

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

.site-title {
	font-family: 'Titillium Web', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

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

.header-image .site-title > a {
	background-position: top !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	color: #aaa;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

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

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}


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

.genesis-nav-menu {
	clear: both;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}

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

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

.genesis-nav-menu a {
	display: block;
	padding: 20px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #31b2ed;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #ececec;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 16px 24px;
	position: relative;
	width: 200px;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
	font-size: 12px;
	padding: 12px 20px;
}

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

.site-header .widget_nav_menu {
	color: #333;
}

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

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

.nav-primary {
	background-color: #333;
}

.nav-primary,
.nav-primary a {
	color: #fff;
}

.nav-primary .sub-menu {
	border-color: #222;
}

.nav-primary .sub-menu a {
	background-color: #333;
	border-color: #222;
	color: #fff;
}

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

.nav-secondary {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #31b2ed;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


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

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

.home-top {
	border-top: 1px solid #ececec;
}

.home-top .widget:first-child h4 {
	padding-top: 20px;
}

.home-top .entry {
	background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
	margin-bottom: 0;
}

.home-top a.alignleft, 
.home-top a.alignright {
	width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.home-top .featured-content .entry-header {
	border: none;
	padding: 10% 40px 0;
}

.home-top .featured-content .entry-title {
	font-size: 30px;
}

.home-top .featured-content .entry-content {
	padding: 0 40px;
}

.home-top .more-link {
	display: table;
	text-align: center;
}

.home-bottom .widget {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	float: left;
	margin-left: 2.564102564102564%;
	padding: 40px;
	width: 31.623931623931625%;
}

.home-bottom .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

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

.entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;
	margin-bottom: 40px;
}

.entry-header {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 40px;
}

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

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

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

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

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

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

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

p.entry-meta {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: 10px 0 0;
}

.entry-footer {
	margin-top: 22px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ececec;
	margin: 0 -40px;
	padding: 40px 40px 0;
}

.entry-tags {
	float: right;
}

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

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin: 0;
	padding: 40px;
}

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

.after-entry li {
	list-style-type: none;
}

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

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #31b2ed;
	color: #fff;
}

.entry-pagination.pagination {
	margin: 0 0 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	margin-bottom: 40px;
}

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

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 40px 40px 0;
}

.comment-list li li {
	padding-right: 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;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #aaa;
	font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #31b2ed;
}

.ping-list li {
	padding: 40px 40px 16px;
}

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

.comment-reply-link {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


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

.sidebar .widget {
	background-color: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 1px #ececec;
	padding: 40px;
}


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

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #ececec;
	clear: both;
	padding-top: 40px;
}

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

.footer-widgets li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

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

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


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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #ececec;
	color: #aaa;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
}

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

.site-footer a:hover {
	color: #31b2ed;
}

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


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Enterprise Pro Black
--------------------------------------------- */

.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
	color: #aaa;
}

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
	color: #333;
}

.enterprise-pro-black .nav-primary a {
	color: #fff;
}

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
	background-color: #333;
	color: #fff;
}

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
	background-color: #aaa;
	color: #fff;
}

/* Enterprise Pro Green
--------------------------------------------- */

.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
	color: #2bc876;
}

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
	color: #aaa;
}

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
	color: #333;
}

.enterprise-pro-green .nav-primary a {
	color: #fff;
}

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
	background-color: #2bc876;
	color: #fff;
}

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
	color: #ff6f00;
}

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
	color: #aaa;
}

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
	color: #333;
}

.enterprise-pro-orange .nav-primary a {
	color: #fff;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
	background-color: #ff6f00;
	color: #fff;
}

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Red
--------------------------------------------- */

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
	color: #ff473a;
}

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
	color: #aaa;
}

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
	color: #333;
}

.enterprise-pro-red .nav-primary a {
	color: #fff;
}

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
	background-color: #ff473a;
	color: #fff;
}

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

/* Enterprise Pro Teal
--------------------------------------------- */

.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item > a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
	color: #34bfba;
}

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
	color: #aaa;
}

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
	color: #333;
}

.enterprise-pro-teal .nav-primary a {
	color: #fff;
}

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
	background-color: #34bfba;
	color: #fff;
}

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}


/*
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) {

	.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 {
		width: 620px;
	}
	
	.site-header .widget-area {
		width: 600px;
	}

	.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 {
		width: 300px;
	}

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

}

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

	.wrap {
		max-width: 768px;
	}
	
	.home-top .wrap {
		max-width: 750px;
	}

	.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,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

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

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

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

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.featured-content .alignnone {
		display: block;
		text-align: center;
	}
	
	.home-top a.alignleft, 
	.home-top a.alignright {
		width: 100%;
	}
	
	.home-top .featured-content .entry-header {
		clear: both;
		padding: 40px 40px 0;
	}
	
	.home-top .featured-content .entry-content {
		padding: 0 40px 40px;
	}

}

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

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-top .more-link {
		display: block;
	}
	
	.home-bottom .widget {
		margin: 0 0 40px;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		border: none;
		display: block;
		line-height: 1;
		padding: 16px 20px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.07);
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

  }
  
  /*!
 * Propeller v1.0.0 (http://propeller.in)
 * Copyright 2016-2017 Digicorp, Inc.
 * Licensed under MIT (http://propeller.in/LICENSE)
 */

/* Propeller css for text fields */
.pmd-textfield-focused{ transition-duration: 0.6s;  -moz-transition-duration: 0.6s;  -ms-transition-duration: 0.6s;  -o-transition-duration: 0.6s;  -webkit-transition-duration: 0.6s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*input focus bar*/
.pmd-textfield-focused{ display: block;  width: 100%; height:2px; background-color:#e2e2e2; display:block; top:-1px;  background-color:#4285f4; transform:scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0);  -webkit-transform: scaleX(0); position:relative; z-index:2;}
.pmd-textfield.pmd-textfield-floating-label-active .pmd-textfield-focused { transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); -webkit-transform: scaleX(1);}

/*paper input*/
.form-group.pmd-textfield{ margin-bottom:16px; line-height:22px;}
.pmd-textfield .form-control{background: transparent; border: none; border-bottom:solid 1px #e6e6e6; outline: none; box-shadow:none; padding:0; border-radius:0; font-size:16px;}
.pmd-textfield .form-control{padding-bottom:6px;}
.pmd-textfield input.form-control{height: inherit;}
.pmd-textfield textarea.form-control{height: 80px;}
.pmd-textfield label{font-weight:normal; line-height:1.4; font-size:14px; color:rgba(0, 0, 0, 0.4); margin-bottom: 0;}

/*paper input group*/
.pmd-input-group-label{ padding-left:40px;}
.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label.pmd-input-group-label{ font-size:14px; transform: translateY(0px);  -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); -webkit-transform: translateY(0px);}
.pmd-textfield .input-group-addon{ border:none; background-color: transparent;}
.pmd-textfield .input-group .form-control{ float:inherit; z-index:inherit;}
.pmd-textfield .input-group .input-group-addon{ padding:0;}
.pmd-textfield .input-group .input-group-addon:first-child{ padding-right:16px;}
.pmd-textfield .input-group .input-group-addon:last-child{ padding-left:16px;}

/*floating label*/
.pmd-textfield-floating-label { position: relative;}
.pmd-textfield-floating-label label { transform: translateY(40px); -moz-transform:translateY(42px); -webkit-transform:translateY(42px); -ms-transform:translateY(42px); -o-transform:translateY(42px); margin:0; font-size: 16px; line-height:24px; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); margin-bottom:4px;}
.pmd-textfield-floating-label .form-control{position: relative;}
.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label {  transform: translateY(0px);  -moz-transform: translateY(0px);  -ms-transform: translateY(0px);  -o-transform: translateY(0px);  -webkit-transform: translateY(0px);  color:rgba(0, 0, 0, 0.54); font-size:14px;}

/*paper input error*/
.pmd-textfield.has-success .form-control:focus,
.pmd-textfield.has-warning .form-control:focus,
.pmd-textfield.has-error .form-control:focus{box-shadow:none;}
.has-error-text{ display:none;}

/*has error*/
.pmd-textfield.has-error .form-control{color:#a94442; border-color:#a94442;}
.pmd-textfield.has-error .form-control ~ .pmd-textfield-focused{ background-color:#a94442;}
.pmd-textfield.has-error .form-control ~ .has-error-text{ color:#a94442; display:block;}
.pmd-textfield.has-error .form-control:invalid{color:#a94442;}
.pmd-textfield.has-error .form-control:invalid ~ .pmd-textfield-focused{ background-color:#a94442;}
.pmd-textfield.has-error .form-control:invalid ~ .has-error-text{ color:#a94442; display:block;}
.pmd-textfield-floating-label.pmd-textfield-floating-label-completed.has-error label{color:#a94442;}

/*has success*/
.pmd-textfield.has-success .form-control{color:#3c763d; border-color:#3c763d;}
.pmd-textfield.has-success .form-control ~ .pmd-textfield-focused{ background-color:#3c763d;}
.pmd-textfield.has-success .form-control ~ .has-error-text{ color:#3c763d; display:block;}
.pmd-textfield-floating-label.pmd-textfield-floating-label-completed.has-success label{color:#3c763d;}

/*has warning*/
.pmd-textfield.has-warning .form-control{color:#8a6d3b; border-color:#8a6d3b;}
.pmd-textfield.has-warning .form-control ~ .pmd-textfield-focused{ background-color:#8a6d3b;}
.pmd-textfield.has-warning .form-control ~ .has-error-text{ color:#8a6d3b; display:block;}
.pmd-textfield-floating-label.pmd-textfield-floating-label-completed.has-warning label{color:#8a6d3b;}

/*help block*/
.help-block{ font-size:14px; margin-top:0;}

/* Large fields size */
.form-group-lg.pmd-textfield .form-control{ font-size: 20px; height: 44px; line-height: 1.33333;}
.form-group-lg.pmd-textfield label{font-size: 16px;}
.form-group-lg.pmd-textfield-floating-label label{font-size: 20px; transform: translateY(36px); -moz-transform:translateY(36px); -webkit-transform:translateY(36px); -ms-transform:translateY(36px); -o-transform:translateY(36px);}
.form-group-lg.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label{font-size: 16px; transform: translateY(0); -moz-transform:translateY(0); -webkit-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0);}

/* Small fields size */
.form-group-sm.pmd-textfield .form-control{ font-size: 14px; height: 30px; line-height: 1.33333;}
.form-group-sm.pmd-textfield label{font-size: 10px;}
.form-group-sm.pmd-textfield-floating-label label{font-size: 14px; transform: translateY(28px); -moz-transform:translateY(28px); -webkit-transform:translateY(28px); -ms-transform:translateY(28px); -o-transform:translateY(28px);}
.form-group-sm.pmd-textfield-floating-label.pmd-textfield-floating-label-completed label{font-size: 10px; transform: translateY(0); -moz-transform:translateY(0); -webkit-transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0);}
    
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border: 2px solid #79923b;
    background-color: #fff;
    border-radius: 5px;
  height:50px;
} 
.input-group p{
	margin:0;
 line-height:48px;
}
.pmd-input-group-label{
  z-index:10;
	position:relative;
  padding-left:70px;
 	color: #47230d !important;
	font-size: 20px !important;

}
.input-group-addon{
	background-color:#79923b !important;
  min-width:50px;
  padding-right:0 !important;
}
.pmd-textfield-floating-label .wpcf7-form-control-wrap{
	display:inline-block;
  width:100%;
}
.pmd-textfield .input-group .form-control{
	line-height:48px;
  border-bottom:0;
  padding-left:20px;
}
.pmd-textfield-focused {
	top:1px;
  background-color:#fd5100;
}
/* --------------------------------- Ripple effect -------------------------------- */
.pmd-ripple-effect { position: relative; overflow: hidden; -webkit-transform: translate3d(0, 0, 0);}
.ink { display: block; position: absolute; pointer-events: none; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); background: #fff; opacity: 1;}
.ink.animate { -webkit-animation: ripple .5s linear ; -moz-animation: ripple .5s linear; -ms-animation: ripple .5s linear; -o-animation: ripple .5s linear; animation: ripple .5s linear;}

/*-- Button link outline --*/
.pmd-btn-outline.btn-link{ border: solid 1px #333; background-color:transparent;}
.pmd-btn-outline.btn-link:hover, .pmd-btn-outline.btn-link:focus { border: solid 1px #23527c; background-color:#23527c; color:#fff;}

@keyframes ripple {100% { opacity: 0; transform: scale(2.5);}}
@-webkit-keyframes ripple { 100% { opacity: 0;  -webkit-transform: scale(2.5); transform: scale(2.5);}}
@-moz-keyframes ripple { 100% { opacity: 0; -moz-transform: scale(2.5); transform: scale(2.5);}}


/* Rules for sizing the icon. */
.material-icons.pmd-xs,
.material-icons.md-18 { font-size: 18px; }
.material-icons.pmd-sm,
.material-icons.md-24 { font-size: 24px; }
.material-icons.pmd-md,
.material-icons.md-36 { font-size: 36px; }
.material-icons.pmd-lg,
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/*Child theme style
  __________________________*/


h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

p{
	font-size:20px;
}
p.small_font, a.small_font, .small_font{
	font-size:16px;
}
.spacer{
	margin-top:60px;
}
.row:after{
	content:'';
  display:table;
  clear:both;
}
.flex-distr{
  display:flex;
	justify-content:space-between;
}
.flex-even{
	/*flex:1;*/
}

 a, a:visited{color:#77923b;}
 a:hover, a:active, a:focus{color:#efa300;outline:none;text-decoration:none;}
a.t_brown, a.t_brown:visited{color:#47030d;}
a.t_brown:hover, a.t_brown:active{color:#79923b;}

.site-inner, .t_brown{color:#47230d;}
  .t_white{color:#fff;}
  .t_under:after{
    content:'';
    width:80px;
    height:2px;
    display:block;
  	margin:30px auto;
  }
  .t_white.t_under:after{
  	background:#fff;
  }
  .t_brown.t_under:after{
  	background:#79923b;
  }
.b_brown-white{
	-webkit-box-shadow: 0px 0px 0px 2px #47230d;
-moz-box-shadow: 0px 0px 0px 2px #47230d;
box-shadow: 0px 0px 0px 2px #47230d;
  border:2px solid #fff;
}
  .bg_orange{
  	background-color:#fd5100;
  	
  }
.bg_orange.cta, .bg_orange.cta:visited{
	border:1px solid #fff;
  color:#fff;
  
}
body:not(.home) .bg_orange.cta:hover,body:not(.home)  .bg_orange.cta:not(.home):focus{
	border:1px solid #fd5100;
  color:#fd5100;
  background:rgba(255,255,255,.5);
  
}


.bg_green, .bg_green:visited{
	background-color:#79923b;
  border:1px solid #79923b;
  color:#fff;
}
.bg_green:hover, .bg_green:focus{
	background-color:rgba(255,255,255,0.5);
  color:#79923b;
}



.cta, input[type="submit"].cta{
  border-radius:6px;
  text-align:center;
  font-size:22px;
  padding:15px 40px;
  font-weight:bold;
  transition:all 0.4s ease-in-out;
  display:inline-block;
}

.bg_deep_yellow, .bg_deep_yellow:visited{
	background-color:#efa300;
  border:2px solid #47230d;
  border-radius:4px;
  color:#47230d;
  margin:20px auto;
  text-transform:capitalize;
  display:inline-block;
}

.bg_deep_yellow:hover, .bg_deep_yellow:focus{
	background-color:#47230d;
  border:2px solid #efa300;
  border-radius:4px;
  color:#efa300;
  
}

  .relative{position:relative;}
.center{text-align:center;}
section:after{
clear: both;
content: " ";
display: table;
}
section.full-width{margin:0 calc( 538.5px - 50vw );}
.home .site-inner{
background:#fff;
}
  .site-inner{
  	
  background-image:url(/../../../wp-content/uploads/canvas_pattern.jpg);
  background-repeat:repeat;
    border:0;
  }
.entry{
	border:none;
  box-shadow:none;
  background-color:transparent;
}

/*header*/
.header-full-width .title-area{
	width:310px;
}
.header-image .site-title > a{min-height:40px;}
.site-header{
	background:#fff;
  border-bottom:2px solid #78913b;
  min-height:auto;
}
.site-header .widget-area {font-size:18px;}
.site-header .wrap, .nav-primary .wrap{padding:10px 0 0 0;}
.nav-primary .wrap{margin-bottom:-2px;}

.nav-primary{background-color:transparent; width:100%; display:inline-block;color:#47230d;}
.nav-primary a {
  color:#47230d; 
  border-bottom:2px solid transparent;    
  padding: 10px 18px;
  font-size:20px;
}
.nav-primary a:hover{
	color:#79923b;
}
.genesis-nav-menu{
	text-align:right;
}

 .genesis-nav-menu .current-menu-item > a{color:#47230d; border-bottom:2px solid #47230d;} 
.nav-primary .sub-menu a {
	background-color:#47230d;
  color:#fff;
  font-size: 16px;
  padding: 10px 15px !important;
  }
.genesis-nav-menu .sub-menu .sub-menu{

	margin:-46px 0 0 199px;;
}
.sub-menu .menu-item-has-children{
	position:relative;
}
.sub-menu .menu-item-has-children:after{
	content: "\f347";
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  	color:#fff;
  position:absolute;
  right:5px;
    top:16px;
}
.sub-menu .menu-item-has-children:hover:after{
	display:none;
}
.nav-primary .sub-menu li{
	border:none;
  border-bottom:1px solid #79923b;
}
.nav-primary .sub-menu li:last-child{
	border-bottom:none;
}
.nav-primary .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:hover{
	color:#79923b;
}

.site-header .widget-area a{color:#47230d; vertical-align:top; margin-right:20px;}
.site-header .widget-area a:hover{color:#78913b;}
.header-phone:before{
	content: "\f525";
  font-family: dashicons;
	font-weight: 400;
	font-style: normal;
	font-size:inherit;
  line-height:inherit;
  padding-right:10px;
}
 .header-mail:before{
	content: "\f465";
  font-family: dashicons;
	font-weight: 400;
	font-style: normal;
	font-size:inherit;
  line-height:inherit;
  padding-right:10px;
} 
  
.header-facebook:before{
	content: "\f305";
  font-family: dashicons;
	font-weight: 400;
	font-style: normal;
	font-size:inherit;
  line-height:inherit;
  padding-right:10px;
}
  
.bannercontainer {
 
  	background-image: url(/../../../wp-content/uploads/no_home-2.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    width: 100%;
    height: 580px;
    margin-top: 0;
  	position:relative;
  	border-bottom:1px solid #fff;
  	-webkit-box-shadow: 0px 2px 0px 0px rgba(121,146,59,0.95);
		-moz-box-shadow: 0px 2px 0px 0px rgba(121,146,59,0.95);
		box-shadow: 0px 2px 0px 0px rgba(121,146,59,0.95);
} 
.home .bannercontainer {
   background-image: url(/../../../wp-content/uploads/no_home-2.jpg);
 	 height:700px;
}
body.home #menu-item-36{display:none;}
body.home .nav-primary a{padding:10px 22px;}

.page-id-131 .bannercontainer{
	/*background-image:url(/../../../../wp-content/uploads/home_products_wm.jpg);*/
	background-image:url(/../../../../wp-content/uploads/products_header.jpg);
  background-position:center center;
}
.page-id-9 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/planting-girl-header.jpg);
}
.page-id-1058 .bannercontainer, .postid-879 .bannercontainer{
	/*background-image:url(/../../../../wp-content/uploads/no_contact.jpg);*/
}
.page-id-244 .bannercontainer{
 background-image:url(/../../../../wp-content/uploads/no_contact.jpg);
}
.page-id-7 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/stockists_header_fotolia.jpg);
  background-position:center center;
}
.page-id-141 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/handy_tips_header.jpg);
  background-position:center center;
}
.page-id-51 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/media_header.jpg);
  background-position:center center;
}
.products .bannercontainer, .page-id-337 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/products_header.jpg);
  background-position:center center;
}
.page-id-137 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/agricultural_header_dep.jpg);
	 background-position:center center;
}
.page-id-177 .bannercontainer, .page-id-25 .bannercontainer, .page-id-30 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/seaweed-tonic-label-header-hi.jpg);
}

.page-id-21 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/hydrofish-label-header-hi.jpg);
}
.page-id-32 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/hydrofish-label-header-simple-hi.jpg);
}
.page-id-28 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/rock-dust-label-header-hi.jpg);
}
.page-id-240 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/matrix-label-header-hi.jpg);
}
.page-id-34 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/coastal-cure-label-header-hi.jpg);
}
.page-id-244 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/fulvic-acid-label-header-hi.jpg);
}


.page-id-242 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/aminosan-header-hi.jpg);
}
.page-id-250 .bannercontainer, .page-id-23 .bannercontainer, .parent-pageid-23 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/liquid-potassium-label-header-hi.jpg);
}
.page-id-170 .bannercontainer, .page-id-172 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/powder-humate-label-hi.jpg);
}
.page-id-1444 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/calcium-plus_header-hi.jpg);
}
.page-id-1442 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/powder-amino-acid_header-hi.jpg);
}
.page-id-1440 .bannercontainer{
	background-image:url(/../../../../wp-content/uploads/liquid-amino-acid-header-hi.jpg);
}


.bannercontainer .widget{margin:0;}
.header-transp-logo{
	position:absolute;
  margin:auto;
  top:80px;
  top:4.166vw;
  left:0;
  right:0;
  height:324px;
  width:848px;
  background-image:url(/../../../../wp-content/uploads/home-header-logo-headline-1.png);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:contain;
}

@media only screen and (max-width: 900px){
		.header-transp-logo{
    width:509px;
 	 	height:194px;
  }
}
  
.nasaa{
  position:absolute;
  background-image:url(/../../../../wp-content/uploads/nasaa_logo.png);
  width:328px;
  height:222px;
  right:160px;
  bottom:60px;
  background-repeat:no-repeat;
  background-position:top center;
  background-size:contain;
} 
@media only screen and (max-width: 1400px){
		.nasaa{
    width:17.083vw;
 	 	height:11.5625vw;
    right:8.33vw;
  }
}



.header-cta-holder{
	position:absolute;
  left:0;
  right:0;
  bottom:140px;
  bottom:50px;
  height:90px;
  margin:auto;
  text-align:center;
   text-align:right;
} 

.home .header-cta-holder{
	text-align:center;
}
@media only screen and (max-width:768px){
.home .header-cta-holder{
	display:none;
}
}

#conditional_cta .bg_deep_yellow{
	border:2px solid #fff;
  color:#fff;
  margin-top:90px;
}
 #conditional_cta h1 {
max-width: 800px;
    margin: 0 auto;
    text-shadow: 0 0 30px rgba(0, 0, 0, 1);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 35%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 53%, rgba(0,0,0,0.5) 65%, rgba(0,0,0,0) 100%);

    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 53%,rgba(0,0,0,0.5) 65%,rgba(0,0,0,0) 100%);

    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 35%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.5) 53%,rgba(0,0,0,0.5) 65%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
  width:auto;
  padding:5px 100px;
  display:inline-block;
}

.page-id-131 #conditional_cta.header-cta-holder{
	height:150px;
}
.page-id-131  #conditional_cta h1{
	}
.page-id-131  #conditional_cta .bg_deep_yellow{
	margin:20px 100px 20px auto;
}


 /*Footer*/
.site-footer{
	height:358px;
  overflow:hidden;
  background-image:url(/../../../../wp-content/uploads/footer_bg.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  color:#fff;
  text-transform:none;
  padding-top:60px;
  font-size:20px;
}

.site-footer a{
 color:#fff; 
}
.site-footer a:hover{
	color:#fd5100;
}
.reverse{
	unicode-bidi:bidi-override;
  direction:rtl;
}
.foot_loc:before,.foot_ph:before,.foot_eml:before,.foot_fb:before{
		display: block;
 		float:left;
    width: 40px;
    height: 100px;
    font-size: 40px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    -webkit-transition: color .1s ease-in 0;
    transition: color .1s ease-in 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  	margin-right:10px;
		
}

.foot_loc:before{
	content: "\f230";
}
.foot_fb:before{
	content: "\f304";
}
.foot_ph:before{
	content: "\f470";
}
.foot_eml:before{
	content: "\f466";
}

 /*home page
_____________________*/

.home .site-inner{
  padding-top:40px;
}
.home .site-inner .wrap{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  background:transparent;
}
.home-page-links{
	margin-bottom:60px;
}

.home-page-links .clearfix > .one-third:nth-child(1){
	background-image:url(/../../../wp-content/uploads/green_wheat_1.jpg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  padding:10px 15px 40px 15px;
}

.home-page-links .clearfix > .one-third:nth-child(2){
	background-image:url(/../../../wp-content/uploads/green_wheat_2.jpg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  padding:10px 15px 40px 15px;
}
.home-page-links .clearfix > .one-third:nth-child(3){
	background-image:url(/../../../wp-content/uploads/green_wheat_3.jpg);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
 	padding:10px 15px 40px 15px;
}
.home-page-links .clearfix > .one-third img{	
  margin:40px auto; 
  display:block;
}
#home-video-wrapper{
	 position: absolute;
    right: 0;
    bottom: -53px;
    height: 50px;
    overflow: hidden;
    width: 340px;
  	background-color: #79923b;
    border-bottom-left-radius: 50px;
  	cursor:pointer;
  transition:all 0.4s ease-in-out;
  padding:10px 25px;
  z-index:100;
  text-align:right;
}
#home-video-wrapper.expanded{
	height:480px;
  bottom:-483px;
  background-color:rgba(255,255,255,0.9);
  
  
}
#home-video-wrapper.expanded .t_white{
 color:#79923b; 
}
a.nff,a.nff:visited{
  display:inline-block;
	padding:8px 40px;
  font-size:20px;
  transition: all 0.4s ease-in-out;
  color:#fff;
}
a.nff:hover, a.nff:focus{
	color:#fd5100;
}
.nff:before{
	content:'';
  display:inline-block;
  width:20px;
  height:16px;
  background-image:url(/../../../wp-content/uploads/leaf-1.jpg);
  background-size:cover;
  margin:0 15px;
}
.nff:after{
	content:'';
  display:inline-block;
  width:20px;
  height:16px;
  background-image:url(/../../../wp-content/uploads/leaf_flip-1.jpg);
  background-size:cover;
  margin:0 15px;
}
.nff:hover:before{
	background-image:url(/../../../wp-content/uploads/leaf_hover-1.png);
}
.nff:hover:after{
	background-image:url(/../../../wp-content/uploads/leaf_flip_hover-1.png);
}
.seeds-bg{
	background-image:url(/../../../../wp-content/uploads/seeds-bg-composite-2.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  position:relative;
 
  height:1060px;
}

/*.spade-green:before{
	content:'';
  width:165px;
  height:950px;
  float:left;
  shape-outside: polygon(0 0, 0 447px, 56px 430px, 165px 950px);
	shape-margin: 2em;
}
*/


.spade-green, .spade-white{
	width:50%;
  float:left;
  text-align:center;
  padding:30px;
}
.spade-green{padding-left:0;}
.spade-green .t_under{
	display:inline-block;
  
}
.spade-green p{
	text-align:right;
}


.spade-white h4{font-size:22px;}
.spade-white p{margin-bottom:18px;}
.spade-white p img{max-height:90px;}
.spade-white .cta{
	padding:5px 40px;
}
.spade-white .one-half .cta{
	font-size:14px;
  padding:5px 20px;
}
.spade-white .row:first-child{
	margin-bottom:70px;
}
/*.seeds-bg:before{
  content:'';
  display:block;
	position:absolute;
  background-image:url(/../../../../wp-content/uploads/spade-2.png);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
  width:583px;
  height:1081px;
  z-index:5;
  bottom:0;
  top:0;
  left:20px;
}

.seeds-bg > .one-half{
	background:rgba(255,255,255,.5);
}
.seeds-bg > .one-half.first{
	background:rgba(121,146,59,.5);
}
*/

.seeds-bg .wrap{
	padding:60px 0;
  margin: auto;
}

.latest-news{
	background-image:url(/../../../wp-content/uploads/canvas_pattern.jpg);
  background-repeat:repeat;
  margin-top:70px;
}

.latest-news .widget-title{
	box-sizing: border-box;
color: rgb(71, 35, 13);
font-family: "Titillium Web",sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 28.8px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-align: center;

}

.latest-news .widget-title:after{
	  content: '';
    width: 80px;
    height: 2px;
    display: block;
    margin: 30px auto;
 		background: #47230d;
}

.latest-news article{
	width: 31.623931623931625%;
  margin-left: 2.564102564102564%;
  display:inline-block;
  color:#47230d;
  vertical-align:top;
}
.latest-news article:first-child{
	margin-left:0;
}
.latest-news .entry-image{
	border:1px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #79923b;
-moz-box-shadow: 0px 0px 0px 2px #79923b;
box-shadow: 0px 0px 0px 2px #79923b;
}
.latest-news .entry-title a{
	color: rgb(71, 35, 13);
	font-family: "Titillium Web",sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: center;
  display:block;
}
.latest-news .entry-title a:after{
	  content: '';
    width: 80px;
    height: 2px;
    display: block;
    margin: 30px auto;
  	background: #79923b;
}
.latest-news .entry-title a:hover{
	color: #79923b;
	
}
.latest-news .entry-title a:hover:after{
	 background: #47230d;
}

.latest-news .entry-header{
	padding:30px 30px 10px 30px;
}
.latest-news .entry-content{
	padding:10px 30px 30px 30px;
}

.latest-news .more-link{
	color:#79923b;
  font-weight:200;
  font-size:85%;
}
.latest-news .more-link:hover{
	color:#47230d;
 
}

/*internal pages*/

.site-inner{
padding-top:0;
}
.site-inner .wrap{
	
  background-color:rgba(255,255,255,.9);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
}

.search-container{
	width:33%;
  margin:20px 40px;
  float:right;
}

.search-container input[type='search']{
	width:100%;
  height:auto;
  border:2px solid #79923b;
  border-radius:4px;
  vertical-align:bottom;
  border-right:50px solid #79923b;
}
.search-container input[type='submit']{
	width:50px;
  height:50px;
  background-color:transparent;
  background-image:url(/../../../wp-content/uploads/search_icon.png);
  background-repeat:no-repeat;
  background-position:center center;
  margin-left:-50px;
  transition:all 0.4s ease-in-out;
  font-size:0;
}
.search-container input[type='submit']:hover{
	
  	 transform: rotate(450deg);
}

.green_bd_tooltip{
	border:2px solid #79923b;
  margin:20px auto;
  position:relative;
  display:inline-block;
}
.green_bd_tooltip:after{
	position:absolute;
  content:'';
  width:0;
  height:0;
  border:8px solid transparent;
  border-top:8px solid #79923b;
  left:0;
  right:0;
  bottom:-16px;
  margin:auto;
}

.green_bd_left_tooltip{
	border:2px solid #79923b;
  margin:auto;
  position:relative;
  display:inline-block;
}
.green_bd_left_tooltip:after{
	position:absolute;
  content:'';
  width:0;
  height:0;
  border:8px solid transparent;
  border-left:8px solid #79923b;
  top:0;
  right:-16px;
  bottom:0;
  margin:auto;
}
.green_btm_line{
	border-bottom:1px solid #79923b;
  margin-top:22px;
  padding-bottom:20px;
}


/*Contact us page*/
#gmap_canvas img{max-width:none!important;background:none!important}
.req{font-weight:bold; color:red;}
input[type="submit"].bg_deep_yellow_outline{
	background-color:#efa300;
  border:2px solid #efa300;
  border-radius:2px;
  color:#47230d;
  margin:20px auto;
  text-transform:capitalize;
  display:inline-block;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
  transition:all 0.4s ease-in-out;
}

input[type="submit"].bg_deep_yellow_outline:hover{
	background-color:#47230d;
  border:2px solid #47230d;
  color:#efa300;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
  
}

.full-width.row{
	margin:60px -40px;
}
.full-width.row .gallery-item{
	background-color:#fff;
  padding:0;
}
.full-width.row .gallery-item:nth-child(2) > *{
	padding:0 40px;
}
.full-width.row .gallery-item:nth-child(2){
	padding:40px 0;
  align-self:stretch;
}
.page-id-1058 .gallery-columns-2, .postid-879 .gallery-columns-2{
	display:flex;
}
.postid-879 .entry-header{display:none;}
/*Stockists page*/
.tablepress-table-name:after{
    content:'';
    width:80px;
    height:2px;
    display:block;
  	margin:30px auto;
  	background-color:#79923b;
  }
.tablepress-table-name{
	color:#47230d;
  text-align:center;
}

.tablepress-table-description{
	font-size:20px;
  margin-bottom:40px;
  margin-top:40px;
}
#tablepress-3 th{
  text-transform:capitalize;
	font-weight:bold;
  font-size:18px;
  text-align:center;
}
.tablepress thead th{
	  background-color: rgba(121,146,59,0.5) !important;
}
.tablepress .even td {
    background-color: rgba(255,255,255,0.5) !important;
 		border-right:1px solid #aaa9a9;
 		text-align:center;
}
.tablepress .odd td  {
    background-color: rgba(121,146,59,0.2) !important;
  	border-right:1px solid #fff;
  	text-align:center;
}
.tablepress .odd td:last-child,.tablepress .even td:last-child{
	border-right:0;
}

.tablepress-id-3 .column-1 {width:10%;}
.tablepress-id-3 .column-5 {width:10%;}



#tablepress-3 .column-3 a{
	pointer-events:none;
  cursor:default;
  color: #47230d;
}


#tablepress-3 {font-size:20px;}
/*handy tips page*/
.entry-content ol.counter > li{list-style:none;}
 ol.counter{
   list-style: none;
 	 margin-left:0;
 }
.counter li {
   counter-increment: item;
   margin-bottom: 20px;
   list-style: none;
  font-size:20px;
 }
.counter li:before {
   margin-right: 10px;
   content: counter(item);
   background-color:#efa300;
   border-radius: 50%;
   color: #47230d;
 	 border:1px solid #47230d;
   width: 24px;
 	 height:24px;
 	 font-size:18px;
 	 line-height:21px;
   text-align: center;
   display: inline-block;
 }

/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
/*Media page*/
.media-page aside{padding-top:35px;}
.media-page .sidebar .widget{
	border:none;
  background:transparent;
  box-shadow:none;
 
  padding:20px 40px;
}
.media-page .widget-title a, .media-page .widget-title a:visited{
	color: #47230d;
}
.media-page .widget-title a:hover, .media-page .widget-title a:active{
	color: #79923b;
}

.media-page .widget-title{
	border:none;
  text-align:center;
  color: #47230d;
  font-size:30px;
   margin:-40px -40px 0 -40px;
}
.media-page .widget-title:after{
  content: '';
    width: 80px;
    height: 2px;
    display: block;
    margin: 30px auto;
  background: #79923b;
}


/*Products page*/

.products .entry-content h2{
	color:#47230d;
  text-align:center;
}
.products .entry-content h2:after{
	content: '';
	width: 80px;
	height: 2px;
	display: block;
	margin: 30px auto;
  background-color:#79923b;
}
.products li{font-size:20px;}
.products p span{font-size:20px !important;}

/*Product data sheet page*/

.page-id-337 a{
	font-size:20px;
}

body.media{
	overflow:auto;
}

body.media .green_bd_left_tooltip img{
	max-width:calc( 100% + 30px );
  margin:0 -15px;
}
body.media .green_btm_line{
	margin-top:0;
  padding-bottom:0;
  margin-left:15px;
  margin-bottom:10px;
}
.col-xs-10 > p{
	margin-left:15px;
}
body.media .green_btm_line p{
	margin-bottom:0;
}
body.media  .expand{margin-left:10px;}
body.media .collapsed{
	display:none;
}
/*Search results page*/

body.search .entry-title{
	color:#47230d;
  text-align:center;
}
body.search .entry-title:after{
	content: '';
	width: 80px;
	height: 2px;
	display: block;
	margin: 30px auto;
  background-color:#79923b;
}
body.search .entry-title a, body.search .entry-title a:visited{
	color:#47230d;
}
body.search .entry-title a:hover, body.search .entry-title a:focus{
	color:#efa300;
}
body.search .entry-content  h2{
	color:#47230d;
}
body.search .entry-meta {display:none;}
body.search li{font-size:20px;}
body.search .entry-header{margin:-40px 0 0 0;}
body.search article{margin:0;}
.pagination{
	display:block;
  text-align:center;
}
.archive-pagination li a:hover, .archive-pagination .active a{
	background-color:#79923b;
}
.archive-description, .author-box{background-color:transparent;}
.archive-title{color:#47230d;}

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

/*.page-id-7 .entry-content{overflow-y:scroll;}*/
.desktop-hide{display:none;}
@media only screen and (max-width: 1139px) {
	.wrap{max-width:100%;}
	.nav-primary a{font-size:18px; padding:10px 15px;}
	a.nff, a.nff:visited{padding:8px 20px;}
	.seeds-bg .wrap{	max-width:calc( 100% - 30px );}
	section.full-width{margin:0 ;}
}/*end max width 1139*/


@media only screen and (max-width: 1023px) {
	.wrap{max-width:calc( 100% - 20px );}
	.nav-primary a{font-size:16px; padding:10px 10px;}
	.seeds-bg .wrap{max-width:100%;}
	.spade-green:before{width:30px;shape-outside:none;}
	.site-footer .flex-distr{flex-wrap:wrap;}
	.site-footer.flex-even{flex:1 1 50%;}
	section.full-width{margin:0 -10px}
	.entry{padding:10px;}
	.seeds-bg{background-image:none;}
	.spade-green{background-color:#79923b; text-align:center;}
	.spade-green,.spade-white{width:100%; height:auto;}
	.spade-white .one-half{width:48.717948717948715%;margin-left:2.564102564102564%;}
	.spade-white .one-half.first{margin-left:0;}
  .spade-white .row:first-child{
  margin-bottom:24px;
  }
  
    .header-transp-logo{
    width:509px;
    height:194px;
  	top:calc( 400px - 4vw );
   
  }
 .home  .header-cta-holder{
  	bottom:2vw;
  }
  .nasaa{bottom:4vw;}
}/*end max width 1023*/

 @media only screen and (max-width: 900px) { 
  .header-transp-logo{
  	top:calc( 400px - 4vw );
   
  }
 .home .header-cta-holder{
  	bottom:2vw;
  }
  .nasaa{bottom:4vw;}
  .nav-primary a{padding:10px 5px;}
 }/*end max width 900*/


 @media only screen and (max-width: 767px) { 
	.latest-news article{width:100%;}
	.home-page-links .one-third{width:100%;}
  
  .site-header .genesis-nav-menu li{border-bottom:1px solid #47230d;}
 
  
  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu{background-color:#fff; }
  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu a{color:#47230d;}
  .search-container {width:80%; float:none;}
  
  
  .page-id-7 table, .page-id-7 thead,.page-id-7 tbody,.page-id-7 th,.page-id-7 td,.page-id-7 tr{
  	display:block;
  }
  
  .spade-white .one-half{margin-left:0;width:100%;}
  
 .page-id-7 #tablepress-3 thead tr{
  	display:none;
  }
  #tablepress-3 td{
  	border: none;
    box-sizing:content-box;
    position: relative;
    padding-left: 50%;
    min-height:30px;
  }
  #tablepress-3 .even td, #tablepress-3 .odd td{background-color:transparent !important; }
  
    #tablepress-3 .even td{border-bottom:1px solid #aaa9a9; }
    #tablepress-3 .odd td{border-bottom:1px solid #fff; }
  
  #tablepress-3 .even{background-color:rgba(255,255,255,0.5); border-bottom: 1px solid #eee;}
  
  #tablepress-3 .odd{background-color:rgba(121,146,59,0.2) !important; border-bottom: 1px solid #eee;}
  
  #tablepress-3 td:before{
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight:bold;
  }
  
  #tablepress-3 td.column-1:before{
  	content:'Click logo for website';
  }
   #tablepress-3 td.column-2:before{
  	content:'Stockist';
  }
   #tablepress-3 td.column-3:before{
  	content:'Street Address';
  }
   #tablepress-3 td.column-4:before{
  	content:'Town';
  }
   #tablepress-3 td.column-5:before{
  	content:'Phone number';
  }
  
   #tablepress-3 td.column-1, #tablepress-3 td.column-2, #tablepress-3 td.column-3, #tablepress-3 td.column-4,  #tablepress-3 td.column-5{
  	width:auto !important;
  }
  
  
  h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}
/*
h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.85em;
}

h6 {
	font-size: 0.75em;
}*/
  .archive-description, .author-box{padding:5px; margin-bottom:15px;}
  .spacer{margin-top:40px;}
  .latest-news{margin-top:20px;} 
  
  .home-page-links{margin-bottom:0;}
  
 }/*end max width 767*/
 @media only screen and (max-width: 630px) { 
  .site-footer{
  	background-position:center bottom;
    height:auto;
  }
  .site-footer .alignleft{
   float:none;
    text-align:center;
  }
  .foot_loc:before, .foot_ph:before, .foot_eml:before, .foot_fb:before{
  	height:40px;
    float:none;
    display:inline-block;
  }
  .site-footer .flex-even{
  	flex:1 1 100%;
    padding-bottom:40px;
  }
  
  
  
  
   .bannercontainer{
  	height:58vw;
  }
  
   .bannercontainer #conditional_cta.header-cta-holder{
  	height:60px;
    top:0;
    bottom:0;
  }
  .page-id-137 #conditional_cta.header-cta-holder,   .page-id-131 #conditional_cta.header-cta-holder,   .page-id-51 #conditional_cta.header-cta-holder,   .page-id-9 #conditional_cta.header-cta-holder{height:35vw;}
  
  
  
  .page-id-1058 .bannercontainer, .postid-879 .bannercontainer{
  	height:58vw;
  }
  
   .page-id-1058 .bannercontainer #conditional_cta.header-cta-holder, .postid-879 .bannercontainer #conditional_cta.header-cta-holder{
  	height:60px;
    top:0;
    bottom:0;
  }
  .page-id-1058 .gallery-columns-2, .postid-879 .gallery-columns-2{
  	display:block;
  }
  .page-id-1058 .gallery-item, .postid-879 .gallery-item{
  	width:100%;
  }
  .page-id-1058 .gallery-item:nth-child(1), .postid-879 .gallery-item:nth-child(1){
  	height:80vw;
  }
  .home .header-cta-holder{bottom:-1vw;}
  }/*end max width 630*/



 @media only screen and (max-width: 540px) { 
  .home .bannercontainer{
     height: 100vw;

    background-position: left -6vw;
  }
  .header-transp-logo{
    max-width:90%;
  	width:90vw;
    height:34.3vw;
    top:40vw;
  }
  .nasaa{ top:4vw; left:4vw;}
  .desktop-hide{display:inline;}
  #conditional_cta h1{
  	font-size:36px;
  }
  #conditional_cta .bg_deep_yellow{
  	margin-top:9vw;
  }
  .cta{padding:8px 40px;}
 }/*end max width 540*/


 @media only screen and (max-width: 380px) { 
  
  #conditional_cta h1{font-size:28px;}
  #conditional_cta .cta{padding:5px 15px;margin-top:2vw;}
  .home .nasaa{ width:25.6245vw; height: 17.3435vw;}
 }/*end max width 380*/


.delay04{animation-delay:0.4s;}
.dropcap{
font-size: 120%;
    background-color: #79923b;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}

.t-white{color:#fff;}


.ratio-holder{
    width: 100%;
    height: 0;
    padding-bottom: 46.875%;
    position: relative;
	}
.ratio-holder > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}











