/*
	Theme Name: Eureka 2018
	Theme URI: http://www.eureka4wd.com.au/
	Description: Created for the Genesis Framework.
	Author: Altitude Media
	Author URI: http://www.altitudemedia.com.au
 
	Version: 2.0
 
	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Genesis Responsive Slider
* Home Page
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Portfolio
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Post Icons
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary Sidebar
* Dropdowns
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* eureka Green

*/

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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #393939;
    font-family: 'Lato', Helvetica, Arial,  sans-serif;
    font-size: 16px;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}

input,
select,
textarea {
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #222;
	font-family: 'Lato', Helvetica, Arial,  sans-serif;
	font-size: 14px;
}

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

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #49863d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body.home {
	background: #fff url(images/bg-light.png) no-repeat;
	background-size: 100%;
	background-position: bottom;
}

body .content-wrap-outer {
	background: #fff url(images/bg-light-up.png) no-repeat;
	background-size: 100%;
	background-position: top;
}



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

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

a, button, input[type="submit"], .eureka-leaderboard-widget .align-right strong, .transition{
	transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
    -moz-transition: ease 0.5s all;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	width: 100%;
}

#wrap .soliloquy-container .soliloquy-caption .soliloquy-caption-inside,
#footer .wrap{
	max-width: 1170px;
	margin: 0 auto;
}

.eureka-landing #wrap {
	width: 800px;
}


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

#header {
	margin: 0 auto;
	min-height: 72px;
	width: 100%;
	background: #fff;
	position: relative;
}

#title-area {
    float: left;
    overflow: hidden;
    width: 25%;
    bottom: -150px;
    z-index: 1;
	position: absolute;
}

#title {
	font-family: 'Lato', Helvetica, Arial,  sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 5px;
}

#title a{
    background: url(images/truck-logo.png) no-repeat;
	width: 203px;
    height: 218px;
    text-indent: -999em;
    display: inline-block;
    background-size: contain;
	float: right;
}

#title a,
#title a:hover {
	color: #222;
	display: block;
	text-decoration: none;
}

#header .widget-area {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

#header .widget-area ul{
    float: right;
    margin-top: 12px;
}
#header .widget-area ul li{
    list-style: none;
    display: inline-block;
    float: left;
    padding: 3px 10px;
}
#header .widget-area ul li a{
}
#header .widget-area ul li.phone-link{}
#header .widget-area ul li.phone-link a{
    color: #0e2037;
    font-size: 18px;
    padding-left: 46px;
    line-height: 42px;
    display: block;
	font-weight: 800;
}
#header .widget-area ul li.phone-link a:hover{
	color: #e6af2e;
	text-decoration: none;
}

#header .widget-area ul li.social-link{
	padding-right: 0;
	border-right: 0;
	padding-top: 5px;
}

#header .widget-area ul li.social-link a{
	color: #fff;
	background: #3a589a;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px
}

#header .widget-area ul li.social-link .fa-facebook-f{}

#header .widget-area ul li.social-link .fa-facebook-f:hover{
	background-color: #41609f;
}
#header .widget-area ul li.social-link .fab.fa-twitter{
	background-color: #52beea;
}
#header .widget-area ul li.social-link .fab.fa-twitter:hover{
	background-color: #4aa0ce;
}
#header .widget-area ul li.social-link .fab.fa-youtube{
	background-color: #e41932;
}
#header .widget-area ul li.social-link .fab.fa-youtube:hover{
	background-color: #cf2638;
}

#header .widget-area ul li.social-link a:hover{
	text-decoration: none;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 25%;
}


/* Image Header - Full Width
------------------------------------------------------------ */

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


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}

#header .menu {
	float: left;
	margin: 0;
	width: auto;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
    color: #fff;
    display: block;
    padding: 18px 23px;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
	text-transform: uppercase;
}

.menu-primary li a:active,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu .current-menu-item a{
	font-weight: 700;
	color: #e4b231;
	text-decoration: none;
}

.menu-primary li:hover a,
.menu-primary li a:hover,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
#header .menu li a:hover,
#header .menu li:hover a{
    color: #e4b231;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
    background-color: #d2d2d2 !important;
    border: 1px solid #f5f5f5;
    border-top: none;
    color: #000 !important;
    font-size: 14px;
    padding: 10px;
    position: relative;
    text-transform: none;
    width: 203px;
    font-weight: 400;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
    background-color: #929292 !important;
    color: #fff !important;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 225px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 155px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -40px 0 0 164px;
}

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

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

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}

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

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


/* Nav
------------------------------------------------------------ */
#nav{
	background: #000000;
	width: 72%;
    float: right;
    clear: both;
}

#nav:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100px;
    height: 61px;
    background: #000;
    transform-origin: bottom left;
    -ms-transform: skew(28deg,0deg);
    -webkit-transform: skew(28deg,0deg);
    transform: skew(28deg,0deg);
}



/* Primary Navigation Extras
------------------------------------------------------------ */
.menu li.right {
	float: right;
	padding: 15px 20px;
}

.menu li.right a {
	color: #666;
	display: inline;
}

.menu li.right a:hover {
	color: #222;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

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


/* Inner
------------------------------------------------------------ */

#inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.eureka-home #inner {
	overflow: visible;
}


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

#content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

#content #genesis-responsive-slider .slide-excerpt {
	-moz-box-sizing: border-box;
	background-color: #222;
	box-sizing: border-box;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 3% 4%;
	opacity: 1;
	width: 29%;
}

#content #genesis-responsive-slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 3%;
}

#content #genesis-responsive-slider h2 a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#content #genesis-responsive-slider p {
	color: #ddd;
}

#content #genesis-responsive-slider .flex-direction-nav li a {
	background: url(images/bg-direction-nav.png) no-repeat -50px 0;
	height: 49px;
	right: -25px;
	width: 50px;
}

#content #genesis-responsive-slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

#content #genesis-responsive-slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -25px;
}

#content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

#content #genesis-responsive-slider .flexslider .slides > li {
	overflow: hidden;
}

#content #genesis-responsive-slider .flex-control-nav {
	margin: -30px 0 0 0;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt {
	margin: -50px 0 0 60px;
	text-align: left;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a {
	background: url(images/bg_control_nav.png) no-repeat 0 0;
}

#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt li a.active {
	background-position: 0 -26px;
}


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

.home-middle,
.home-top {
	clear: both;
	overflow: hidden;
	padding: 0;
}

.home-middle .widget,
.home-top .widget {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1170px;
	margin: 0 auto;
}

.eureka-home .hentry {
	margin: 0;
}

.eureka-home .featuredpage img,
.eureka-home .featuredpost img {
	margin: 0 0 30px;
}

.eureka-home .featuredpage .page,
.eureka-home .featuredpost .post {
	margin: 0 0 60px;
}

.eureka-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
}




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

.eureka-home .home-cta {
	-moz-box-sizing: border-box;
	background-color: #222;
	box-sizing: border-box;
	color: #ddd;
	float: left;
	padding: 60px 70px;
	width: 100%
}

.eureka-home .home-cta p {
	color: #ddd;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #777;
	font-size: 12px;
	margin: -30px -60px 30px;
	padding: 20px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}

.taxonomy-description p {
	font-size: 14px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
    float: none;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
	background: #fff url(images/bg-light-up.png) no-repeat;
	background-size: 100%;
	background-position: top;
}

.full-width-content #content-sidebar-wrap {
	max-width: 1170px;
    margin: 0 auto;
}

.home.full-width-content #content-sidebar-wrap{ max-width: 100%; }

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

#content {
    float: left;
    padding: 40px 0 10px;
    width: 71%;
}

.single #content{
	margin-top: 1em;
}

.single #content .featured-image{
	margin-bottom: 1em;
	padding: 4px;
    border: 1px solid #fafafa;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.125);
}

body.search #content,
body.archive #content,
body.category #content,
body.error404 #content,
body.no-featured-media #content{
	padding-top: 60px;
}

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

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

.full-width-content.eureka-home #content {
	padding: 0;
	width: 100%;
}

.full-width-content.eureka-landing #content {
	padding: 30px 60px 0;
	width: 680px;
}

.post-type-archive-portfolio.full-width-content #content {
	padding: 40px 30px 0;
	width: 1080px;
}

.hentry {
	margin: 0 0 40px;
}

.post-type-archive-portfolio .hentry,
.single-portfolio .hentry {
	margin: 0 0 20px;
}

.eureka-landing .hentry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
    text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #666;
	font-style: italic;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 30px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}




/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-family: 'Lato', Helvetica, Arial,  sans-serif;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	clear: both;
	font-size: 24px;
	margin: 0 0 20px;
}

h2 a:hover {
	color: #49863d;
	text-decoration: none;
}

.eureka-home .home-middle h2 a,
.post-type-archive-portfolio h2 a,
.taxonomy-description h1,
.widget-area h4 {
	font-size: 16px;
	text-transform: uppercase;
}

.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 16px;
}

h3 {
	font-size: 22px;
}

#comments h3,
#respond h3 {
	font-size: 30px;
}

h4,
.eureka-home .home-cta h4 {
	font-size: 20px;
}

.widget-area h4 a {
	text-decoration: none;
}

.eureka-home .home-cta h4,
#footer-widgets .widget-area h4,
#sidebar .widget.enews-widget h4 {
	color: #fff;
}

.eureka-home .home-cta h4 {
	margin: 0 0 5px;
	text-transform: none;
}

h5 {
	font-size: 18px;
}

h6,
.taxonomy-description h1,
.widget-area h4 {
	font-size: 16px;
	margin: 0 0 20px; 
	text-transform: uppercase;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
    list-style-type: none;
    margin: 0 0 10px 25px;
    padding: 0;
    background: url(images/bg-arrow-g.png) no-repeat left top;
    padding-left: 27px;
}

.gform_wrapper{
	background: #fff;
    padding: 2em;
}

.gform_wrapper .gsection:first-child{
	margin-top: 0;
}

#content h1.entry-title {
    position: relative;
    font-size: 32px;
}

#content .gform_wrapper ul.gfield_checkbox li input[type=checkbox], 
#content .gform_wrapper ul.gfield_radio li input[type=radio]{
    width: 15px!important;
}

#content .gform_wrapper ul.gform_fields li.gfield input[type=radio]{
	margin-left: 15px!important;
}

.gform_wrapper select{
	margin-left: 0!important;
	-webkit-appearance: none;
}

div.gform_wrapper li, 
div.gform_wrapper form li {
    margin: 0 0 10px;
    background: none;
    padding-left: 0!important;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info .date-info {
	background-color: #f8f8f8;
	color: #777;
	font-size: 12px;
	float: left;
	margin: 0 0 25px -60px;
	padding: 20px 20px 20px 60px;
	text-transform: uppercase;
}

.post-info .comments {
	background-color: #49863d;
	color: #fff;
	float: left;
	font-size: 12px;
	padding: 20px;
	text-transform: uppercase;
}

.post-info .comments a {
	color: #fff;
}

.post-info .post-comments {
	background: url(images/bg-comments.png) no-repeat 0 2px;
	padding-left: 35px;
}

.post-info .author,
.post-info .date {
	font-weight: bold;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px dotted #ddd;
	clear: both;
	font-size: 14px;
	padding: 10px 0 0;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 30px;
}

.author-box p {
	font-size: 14px;
}


/* 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: 0 0 20px;
	padding-left: 3%;
}

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

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

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

.one-half br{
  display: none;
}

/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.post-image {
	border: 1px solid #fff;
}

.post-image {
	margin: 0 10px 10px 0;
}

.alignleft .avatar {
	margin: 0 10px 0 0;
}

.alignright .avatar {
	margin: 0 0 0 10px
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 20px 0 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0;
}

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

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}

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

.wp-caption {
	padding: 20px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 10px 0 30px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: none;
    color: #dfb142;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #dfb142;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #dfb142;
    text-decoration: none;
    color: #fff;
}


/* Primary Sidebar
------------------------------------------------------------ */

.sidebar {
    display: inline;
    float: right;
    font-size: 14px;
    padding: 50px 0 30px;
    width: 26%;
}

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

.sidebar p {
	font-size: inherit;
	margin: 0 0 15px;
}

.sidebar .widget{
	margin: 0;
	padding: 0 0 42px 0;
}

.sidebar .widget:last-child,
.sidebar .widget:nth-of-child(last){
	padding-bottom: 0;
}

#sidebar-alt.sidebar .widget {
	padding: 30px 15px;
}

.sidebar.widget-area ul {
	margin-left: 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	list-style-image: url(images/bg-li.png);
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

select {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline;
	padding: 5px;
	width: 100%;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
a.button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #49863d;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
}

.home-cta a.button {
	margin: -30px 0 0;
}

input:hover[type="button"],
input:hover[type="submit"],
a:hover.button {
	background-color: #6bd5f1;
	border: none;
	text-decoration: none;
}


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

#header .searchform {
	float: right;
	margin: 30px 0 0;
}

.menu-primary .searchform {
	margin: 8px 0 0;
}

.s {
	-moz-box-sizing: border-box;
	background: #fff url(images/bg-search.png) no-repeat right;
	box-sizing: border-box;
	color: #888;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}

.menu-primary .s {
	width: 200px;
}

.searchsubmit {
	display: none;
}


/* eNews and Update Widget
------------------------------------------------------------ */

#sidebar .widget.enews-widget {
	background-color: #222;
	margin: 0 0 30px;
	padding: 40px;
}

.enews p {
	color: #ddd;
	margin: 0 0 25px;
}

.enews #subbox {
	-moz-box-sizing: border-box;
	background-color: #fff;
	box-sizing: border-box;
	color: #888;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 15px;
	text-transform: uppercase;
	width: 100%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	background-color: #222;
	color: #c8c8c8;
	clear: both;
	font-size: 14px;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 60px 40px 30px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 30px;
	padding: 0;
}

#footer-widgets p {
	color: #c8c8c8;
	font-size: inherit;
	margin: 0 0 20px;
}

#footer-widgets ul {
	margin: 0 0 0 20px;
}

#footer-widgets .widget-area ul li {
	list-style-image: url(images/bg-li-footer.png);
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 30px;
	width: 33%;
}


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

#footer {
    clear: both;
    font-size: 12px;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;
    background: #000000;
}

#footer .wrap {
	overflow: hidden;
	padding: 0;
}

#footer p {
	font-size: 16px;
	color: #fff;
	text-align: left;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	float: left;
	width: 25%;
}

#footer .one-half{
	margin-bottom: 0;
}

#footer .creds {
    float: none;
    text-align: center;
    width: 100%;
    padding-left: 0;
}

#footer .creds p{
	text-align: right;
	text-transform: capitalize;
}

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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
	padding: 0;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 30px 30px 0;
} 

.comment-list li ul li {
	margin-right: -22px;
}

.comment-header {
	background-color: #222;
	float: left;
	padding: 30px;
	width: 100%;
}

.comment-author {
	float: left;
}

.comment-content {
	clear: both;
	padding: 30px;
}

.comment-content p {
	font-size: 14px;
	margin: 20px;
}

.comment-list cite,
.ping-list cite,
.says {
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0 4px 0 0;
	padding: 8px 0 0 0;
}

.commentmetadata {
	clear: both;
	float: left;
	font-size: 12px;
	margin: -33px 0 5px 61px;
}

.commentmetadata a {
	color: #bbb;
}

.reply {
	font-size: 14px;
	margin: 0 50px 50px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


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

.gform_wrapper .ginput_complex.ginput_container {
    width: 100%!important;
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}

div.gform_footer input[type="submit"],
div.gform_footer input.button {
	background: #e4b231;
    color: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-bottom: 2px solid #daa827;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #daa827;
    box-shadow: inset 0 -2px #daa827;
    font-size: 20px!important;
    text-transform: uppercase;
    padding: 12px 50px!important;
}

div.gform_footer input[type="submit"]:hover,
div.gform_footer input.button:hover {
    background: #af7b03;
    color: #fff;
    border-bottom: 2px solid #af7b03;
    -webkit-box-shadow: inset 0 -2px #af7b03;
    box-shadow: inset 0 -2px #af7b03;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

#content .gform_wrapper .datepicker {
    width: 200px!important;
}

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

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

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

.eureka-green a,
.eureka-green a:visited {
	color: #60cd69;
}

.eureka-green .menu-primary a,
.eureka-green .menu-secondary a,
.eureka-green #header .menu a {
	color: #666;
}

.eureka-green a.button,
.eureka-green .menu-primary li a:active,
.eureka-green .menu-primary .current-menu-item a,
.eureka-green .menu-secondary li a:active,
.eureka-green .menu-secondary .current-menu-item a,
.eureka-green #header .menu li a:active,
.eureka-green #header .menu .current-menu-item a {
	color: #fff;
}

.eureka-green input[type="button"],
.eureka-green input[type="submit"],
.eureka-green a.button,
.eureka-green .menu-primary li a:active,
.eureka-green .menu-primary .current-menu-item a,
.eureka-green .menu-secondary li a:active,
.eureka-green .menu-secondary .current-menu-item a,
.eureka-green .navigation li a,
.eureka-green .navigation li.disabled,
.eureka-green .navigation li a:hover,
.eureka-green .navigation li.active a,
.eureka-green .post-info .comments,
.eureka-green #header .menu li a:active,
.eureka-green #header .menu .current-menu-item a {
	background-color: #60cd69;
}

.eureka-green input:hover[type="button"],
.eureka-green input:hover[type="submit"],
.eureka-green a:hover.button,
.eureka-green .navigation li a:hover,
.eureka-green .navigation li.active a  {
	background-color: #66d970;
}

.eureka-green h2 a,
.eureka-green h2 a:visited {
	color: #222;
}

.eureka-green.eureka-home .featuredpost h2 a {
	color: #444;
}

.eureka-green h2 a:hover,
.eureka-green.eureka-home h2 a:hover,
.eureka-green.eureka-home .eureka-home .featuredpost h2 a:hover {
	color: #60cd69;
}

.eureka-green .commentmetadata a {
	color: #bbb;
}

/* Accordion
------------------------------------------------------------ */
.am-accordion{
	margin-bottom: 30px;
}

.accordion-toggle{
	cursor: pointer;
    border: none;
    border-bottom: 1px dotted #c1c1c1;
    padding: 10px 0 10px 24px!important;
    margin: 0;
    color: #333!important;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}

.accordion-toggle span{
	position: absolute;
    left: 0;
}

.accordion-toggle.collapse span{}

.accordion-toggle span:before{
	font-family: 'dashicons';
    font-weight: 400;
    width: 16px;
    height: 20px;
    display: inline-block;
    content: "\f132";
    margin-right: 5px;
    vertical-align: top;
    margin-top: 2px;
}

.accordion br, 
.accordion p:empty{
	display: none;
}

.accordion-toggle.collapse span:before{
	content: "\f460";
}

#wrap .accordion-toggle:hover {
    color: #e4b231!important;
}

.accordion-content{
	display: none;
	padding: 30px 0 20px 20px;
}
.accordion-content.default{
	display: block;
}

h4.accordion-toggle.collapse {
	display: block!important;
}

/* Custom Additions
------------------------------------------------------------ */

/** Nav */
.menu ul.sub-menu{
	opacity: 0;
	visibility: hidden;
	transform: translateZ(0);
    transform: translateY(10%);
    transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
}

.menu li:hover .sub-menu {
    visibility: visible; /* shows sub-menu */
    opacity: 1;
    transform: translateX(0%);
    transition-delay: 0s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

/** Home Slider */
.banner-for-mobile {
	display: none;
}

#wrap .soliloquy-container{
	margin-bottom: 0!important;
}



#wrap .soliloquy-container .soliloquy-item:after{
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    visibility: visible;
    opacity: 1;
}


div[id*="soliloquy-"] .soliloquy-caption {
	height: 100%;
	background: rgba(0, 0, 0, 0.10);
	z-index: 66;
}

div[id*="soliloquy-"] .soliloquy-caption-inside {
	max-width: 1170px!important;
	background: transparent!important;
	padding: 100px 0!important;
	text-align: left!important;
	margin: 0 auto;
	position: relative;
	z-index: 888;
}

div[id*="soliloquy-"] .soliloquy-caption h2,
div[id*="soliloquy-"] .soliloquy-caption p{
    text-align: left;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.8);
    max-width: 60%;
    line-height: 1;
}

div[id*="soliloquy-"] .soliloquy-caption h2{
    font-size: 60px;
    -webkit-font-smoothing: antialiased;
    font-weight: 800;
    margin-bottom: 0.67em;
}

div[id*="soliloquy-"] .soliloquy-caption p{
    font-size: 32px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

div[id*="soliloquy-"] .soliloquy-caption p a{
	background: #e4b231;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	font-size: 23px;
	padding: 15px 30px;
	border-radius: 50px;
	font-weight: 700;
	display: inline-block;
}

div[id*="soliloquy-"] .soliloquy-caption p a:hover{
	opacity: 0.8;
	text-decoration: none!important;
	border-bottom: 0!important;
}

#inner #content {
    min-height: 500px;
}

@media only screen and (max-width: 1180px){
	div[id*="soliloquy-"] .soliloquy-caption-inside {
		max-width: 90%!important;
		padding: 60px 0!important;
	}

	div[id*="soliloquy-"] .soliloquy-caption h2{
		font-size: 42px;
	}

	div[id*="soliloquy-"] .soliloquy-caption p{
		font-size: 24px;
	}
}

@media only screen and (max-width: 1023px){
	div[id*="soliloquy-"] .soliloquy-caption-inside {
		padding: 30px 0!important
	}
	div[id*="soliloquy-"] .soliloquy-caption h2,
	div[id*="soliloquy-"] .soliloquy-caption p{
		max-width: 75%!important;
	}
}

@media only screen and (max-width: 767px){
	div[id*="soliloquy-"] .soliloquy-caption{
		display: none!important;
	}
}

.home-slider .soliloquy-container .soliloquy-image{
	width: 100%!important;
}

.home-top{
	max-width: 1170px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 25px 0 0 0;
}

.home-top .widget{
	width: 24%;
	float: right;
}

.home-top .eureka-leaderboard-widget{
	float: left;
    width: 74%;
}

.home-top .eureka-leaderboard-widget a{
	position: relative;
	display: inline-block;
	width: 100%;
}

.home-top .eureka-leaderboard-widget a:before{
	background: rgba(0,0,0,0.40);
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 22;
	left: 0;
	top: 0;
}

.home-top .eureka-leaderboard-widget a div{
	position: relative;
	z-index: 33;
}

.eureka-leaderboard-widget .widget-wrap{
	position: relative;
}

.eureka-leaderboard-widget img{
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 11;
}

.eureka-leaderboard-widget p:empty{
	display: none;
}

.eureka-leaderboard-widget .align-left{
	float: left;
    position: relative;
    z-index: 22;
    background: url(images/black-bg.png) no-repeat;
    height: 121px;
    box-sizing: border-box;
    padding: 7px 30px 7px 7px;
    width: 239px;
}

.eureka-leaderboard-widget .align-left p{
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}
.eureka-leaderboard-widget .align-left strong{
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}
.eureka-leaderboard-widget .align-left em{
	font-size: 18px;
    text-transform: lowercase;
    font-style: normal;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 2px 2px #634a10;
    display: block;
    margin: 0 0 5px 0;
}

.eureka-leaderboard-widget .align-right{
	float: right;
	position: relative;
	z-index: 22;
    height: 120px;
    width: 253px;
}

.eureka-leaderboard-widget .align-right p{
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.1;
    margin-top: 32px;
    padding-right: 15px;
    text-shadow: 0px 3px 4px rgba(0,0,0,0.75);
}

.ie8 .eureka-leaderboard-widget .align-right p{
	font-size: 12px;
    line-height: 12px;
}

.eureka-leaderboard-widget .align-right p:last-child{
	margin-top: 0;
}

.eureka-leaderboard-widget .align-right strong{
    font-size: 42px;
    letter-spacing: -2px;
}



.eureka-app-links {
    position: relative;
    background: #efac1f url(images/phone-icon.png) no-repeat 7px bottom;
    height: 120px;
    padding-left: 140px;
}

.eureka-app-links ul {
	list-style: none;
    padding-top: 20px;
}

.eureka-app-links ul li{}

.eureka-app-links ul li a{
	width: 122px;
	height: 40px;
	display: block;
	text-indent: -999em;
}

.eureka-app-links ul li a.google_play_link{
	background: url(images/eureka-sprites.png) no-repeat -287px -499px;
}
.eureka-app-links ul li a.itunes_link{
	background: url(images/eureka-sprites.png) no-repeat -139px -489px;
}

.home-middle .widget-wrap{
    padding: 100px 0;
    text-align: center;
    overflow: auto;
}

.home-middle .widget-title {
    color: #000000;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 40px 0;
}

.home-middle .one-third{
	position: relative;
    width: 33.33%;
    padding-left: 0;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.home-middle br, 
.home-middle p:empty {
    display: none;
}

.home-middle strong,
.home-middle h3,
.home-middle h3 a {
    font-size: 26px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    font-weight: 800;
}

.home-middle strong {
    font-size: 16px;
    text-transform: initial;
}

.home-middle a{
	position: relative;
}

.home-middle a:hover img{
	opacity: 0.7;
}

.home-middle a:before{
/* 	content: "\f0c1";
	display: inline-block;
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0; */
}

.home-middle h3 a:hover{
	color: #e7af2c;
	text-decoration: none;
}

.home-middle p {
    font-size: 15px;
    font-weight: 400;
    color: #616161;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

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

.home-middle a.btn-findoutmore {
	color: #fff;
    background: #000000;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    margin: 20px 0 0 0;
    display: inline-block;
}

.home-middle a.btn-findoutmore:hover{
	background: #e4b231;
}

/** inner page / post */
.featured-media-inner{
	position: relative;
}

.featured-media-inner:before{
	background: rgba(0, 0, 0, 0.10);
	position: absolute;
	z-index: 11;
	width: 100%;
	height: 100%;
	content: "";
	display: inline-block;
	top: 0;
	left: 0;
}

.featured-media-wrap img {
    width: 100%;
}

.featured-media-inner .page-header{
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 22;
}

.featured-media-inner .page-header .wrap{
	max-width: 1170px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}

.featured-media-inner .entry-title{
	color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 32px;
    max-width: 65%;
    float: left;
    line-height: 1.2;
    display: inline-block;
}

.featured-media-inner a.btn{
	border: 2px solid #e4b231;
    color: #e4b231;
    text-transform: uppercase;
    float: right;
    border-radius: 5px;
    padding: 5px 30px;
    font-size: 23px;
    display: inline-block;
    min-width: 26%;
    text-align: center;
    box-sizing: border-box;
}


@media only screen and (max-width: 1200px){
	.featured-media-inner .page-header .wrap{
		max-width: 90%;
		padding: 15px 0;
		line-height: 1;
	}

	.featured-media-inner .entry-title{
		font-size: 24px;
	}

	.featured-media-inner a.btn{
		font-size: 18px;
		padding: 10px 30px;
	}
}

@media only screen and (max-width: 767px){
	#title a{
		height: 72px;
	}

	.featured-media-inner:before{
		display: none;
	}

	.featured-media-inner{
	    min-height: 110px;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.featured-media-inner .entry-title {
	    font-size: 16px;
	    max-width: 100%;
	    float: none;
	    margin-bottom: 10px;
	    text-transform: initial;
	}

	.featured-media-inner .page-header{
		height: 100%;
	}

	.featured-media-inner a.btn {
	    font-size: 14px;
	    padding: 9px 8px;
	    float: none;
	    border-width: 1px;
	}
}

.featured-media-inner a.btn:hover{
    text-decoration: none;
    background-color: #e4b231;
    color: #000;
}

.featured-media-inner a.btn i{
		margin-right: 10px;
}

/** sidebar */
.eureka-image-widget .widget-wrap {
    position: relative;
}

.eureka-image-widget .link-text {
    position: absolute;
    bottom: 0;
    z-index: 33;
    background: #e7af2c;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0px 1px 4px #1d1607;
}


.eureka-image-widget a:hover .link-text{
	background-color: #e7af2c;
}

.eureka-image-widget img {
    position: relative;
    z-index: 22;
    width: 100%;
}

.eureka-image-widget i {
    background: rgba(0, 0, 0, 0.62) url(images/ico-arrow.png) no-repeat center center;
    position: absolute;
    width: 56px;
    height: 100%;
    top: 0;
    right: 0;
}

.eureka-image-widget a:hover i{
	background-color: #000;
}

.eureka-image-widget a:hover img{
	opacity: 0.8;
}

.testimonial-item {
	background: url(images/bg-quote.png) no-repeat left 12px;
    padding-left: 80px;
}

.testimonial-item .inner-wrap {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

.testimonial-item:last-child .inner-wrap{
	border-bottom: 0;
}

.testimonial-item p {
	margin: 0 0 18px 0;
    font-style: italic;
    font-family: Georgia, serif;
    color: #555;
}

.testimonial-meta {
    color: #407c4a;
    font-weight: bold;
}

.testimonial-meta span.meta-company {
    color: #999;
}

.testimonial-item li,
.testimonial-item .accordion-toggle {
    font-style: italic;
    font-family: Georgia, serif;
    color: #555!important;
}

.entry-content a{
	color: #e4b231;
	font-weight: bold;
}

.am-button,
.am-button:hover{
	text-decoration: none!important;
}

.training-courses .am-button{
	display: table!important;
	margin: 0 auto;
}

.training-courses .accordion-toggle a{
    float: right;
    color: #fff;
    background: #e4b231;
    text-transform: uppercase;
    padding: 4px 15px;
    font-size: 12px;
    border-radius: 21px;
    text-decoration: none;
}

.training-courses .accordion-toggle a:hover{
	background: #B9850D;
}

.entry-content table {
    font-size: 14px;
    background: #fff;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0 0 30px 0;
}

.entry-content table th {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #407c4a;
    padding: 10px 8px;
    color: #407c4a;
}

.entry-content table td {
    border-bottom: 1px solid #8fab93;
    padding: 6px 8px;
    color: #455648;
}

.stacktable.small-only {
	display: none;
}

.stacktable.small-only td {
    width: 75%;
}

.stacktable.small-only td:first-child {
    font-weight: bold;
    color: #455648;
	width: 25%;
}

body.gallery .entry-content .one-half {
    position: relative;
    padding-left: 0;
    margin-left: 2%;
}

body.gallery .entry-content .first {
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 4%;
}

body.gallery .entry-content a {
    text-decoration: none;
}

body.gallery .entry-content br,
body.gallery .entry-content p{
    display: none;
}

body.gallery .entry-content h2 {
    position: absolute;
    bottom: 0;
    background: #000;
    background: rgba(0,0,0,0.65);
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 15px;
    color: #e4b231;
}

body.gallery .entry-content a:hover h2 {
	color: #fff;
}

.contact-us .gform_wrapper {
    padding: 0;
    background: transparent;
}
.contact-us .entry-title {
    display: none;
}

.contact-us div.gform_wrapper input[type="text"], 
.contact-us div.gform_wrapper input[type="email"], 
.contact-us div.gform_wrapper input[type="tel"], 
.contact-us div.gform_wrapper select, 
.contact-us div.gform_wrapper textarea {
    background: #fff;
    border: 1px solid #979797;
    border-radius: 2px;
    font-size: 16px!important;
    padding: 8px !important;
    width: 100%!important;
}

.contact-us div.ginput_complex.ginput_container.gf_name_has_2 span{
    width: 100%;
    margin: 0 0 10px 0;
}

.contact-us div.ginput_complex.ginput_container.gf_name_has_2 span:nth-of-type(2){
	margin-bottom: 0;
}

.contact-us div.ginput_container_name span{ 
	padding-right: 0; 
}

.contact-us .entry-content .gform_wrapper li {
    width: 100%!important;
    float: none!important;
    padding-left: 0!important;
}

.contact-us .entry-content h4 {
    clear: both;
}

.contact-us .entry-content li {
    background: none!important;
    margin-left: 0!important;
    padding-left: 50px!important;
    width: 50%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.contact-us .entry-content li.phone {
    background: url(images/ico-telephone.png) no-repeat left top!important;
}

.contact-us .entry-content li.mobile {
    background: url(images/ico-mobile.png) no-repeat left top!important;
}

.contact-us .entry-content li.address {
    background: url(images/ico-postal.png) no-repeat left top!important;
}

.contact-us .entry-content li.time {
    background: url(images/bg-time.png) no-repeat left top!important;
	min-height: 40px;
}

.contact-us .entry-content li.postal {
    background: url(images/ico-marker.png) no-repeat left top!important;
}

.contact-us .entry-content li strong {
    display: block;
    font-size: 16px;
    color: #393939;
}

.contact-us .entry-content hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #467c38;
    margin: 1em 0;
    padding: 0;
    width: 100%;
}

.am-maps{
	border: 1px solid #979797!important;
	width: 99%!important;
}

/* Links Page
------------------------------------------------------------ */
.links .entry-content ul{
    display: table;
    text-align: center;
}

.links .entry-content li {
    background: none;
    padding-left: 0;
    margin-left: 0;
    display: inline-table;
    padding: 10px 20px!important;
}

.links .entry-content li a{
	transition: none!important;
	-webkit-transition: none!important;
	-moz-transition: none!important;
}

.eureka, .eureka-gray, .mta, .mta-gray, .trackcare-logo, .trackcare-logo-gray, .st-john-gray, .st-john, .atb-gray, .atb, .paw-gray, .paw, .campfire-gray, .campfire, .cms-gray, .cms, .coastal-gray, .coastal, .gme-gray, .gme, .robsons-gray, .robsons, .rr-gray, .rr, .tt-gray, .tt, .western-4wd-driver-gray, .western-4wd-driver, .op-gray, .op, .ore-gray, .ore, .waeco-gray, .waeco, ._4x4-gray, ._4x4, .outbacker, .outbacker-gray, .hfoz, .hfoz-gray{
	background: url(images/eureka-sprites.png) no-repeat;
	display: inline-block;
	text-indent: -999em;
}

.eureka-gray:hover,
.eureka-gray.colored{
	background-position: -8px -111px;
}

.eureka-gray{
	background-position: -4px -17px;
	width: 54px;
	height: 70px;
}

.mta-gray:hover,
.mta-gray.colored{
	background-position: -74px -114px;
}

.mta-gray{
	background-position: -69px -20px;
	width: 128px;
	height: 70px;
}

.trackcare-logo-gray:hover,
.trackcare-logo-gray.colored{
	background-position: -223px -111px;
}

.trackcare-logo-gray{
	background-position: -221px -20px;
	width: 97px;
	height: 70px;
}

.st-john-gray{
	background-position: -339px -15px;
	width: 39px;
	height: 70px;
}

.st-john-gray:hover,
.st-john-gray.colored{
	background-position: -336px -119px;
}

.atb-gray{
	background-position: -390px -16px;
	width: 70px;
	height: 70px;
}

.atb-gray:hover,
.atb-gray.colored{
	background-position: -390px -118px;
}

.paw-gray{
	background-position: -459px -12px;
	width: 187px;
	height: 70px;
}

.paw-gray:hover,
.paw-gray.colored{
	background-position: -461px -112px;
}

.campfire-gray{
	background-position: -647px -24px;
	width: 163px;
	height: 70px;
}

.campfire-gray:hover,
.campfire-gray.colored{
	background-position: -653px -117px;
}

.cms-gray{
	background-position: -938px -315px;
	width: 260px;
	height: 70px;
}

.cms-gray:hover,
.cms-gray.colored{
	background-position: -940px -217px;
}

.coastal-gray{
	background-position: -724px -220px;
	width: 164px;
	height: 70px;
}

.coastal-gray:hover,
.coastal-gray.colored{
	background-position: -725px -302px;
}

.gme-gray{
	background-position: -34px -402px;
	width: 80px;
	height: 70px;
}

.gme-gray:hover,
.gme-gray.colored{
	background-position: -142px -403px;
}

.robsons-gray{
	background-position: -473px -406px;
	width: 111px;
	height: 70px;
}

.robsons-gray:hover,
.robsons-gray.colored{
	background-position: -604px -405px;
}

.rr-gray{
	background-position: -808px -112px;
	width: 392px;
	height: 70px;
}

.rr-gray:hover,
.rr-gray.colored{
	background-position: -808px -25px;
}

.tt-gray{
	background-position: -254px -406px;
	width: 93px;
	height: 70px;
}

.tt-gray:hover,
.tt-gray.colored{
	background-position: -358px -409px;
}

.western-4wd-driver-gray{
	background-position: -478px -221px;
	width: 208px;
	height: 70px;
}

.western-4wd-driver-gray:hover,
.western-4wd-driver-gray.colored{
	background-position: -475px -310px;
}

.op-gray{
	background-position: -27px -216px;
	width: 119px;
	height: 70px;
}

.op-gray:hover,
.op-gray.colored{
	background-position: -32px -309px;
}

.ore-gray{
	background-position: -169px -220px;
	width: 147px;
	height: 70px;
}

.ore-gray:hover,
.ore-gray.colored{
	background-position: -167px -310px;
}

.waeco-gray{
	background-position: -328px -219px;
	width: 144px;
	height: 70px;
}

.waeco-gray:hover,
.waeco-gray.colored{
	background-position: -333px -308px;
}

.hfoz-gray{
  background-position: -114px -570px;
  width: 85px;
  height: 70px;
}

.hfoz-gray:hover,
.hfoz-gray.colored{
  background-position: -17px -569px;
}

._4x4-gray{
  background-position: -94px -655px;
  width: 143px;
  height: 70px;
}

._4x4-gray:hover,
._4x4-gray.colored{
  background-position: -247px -651px;
}

.outbacker-gray{
  background-position: -542px -568px;
  width: 302px;
  height: 70px;
}

.outbacker-gray:hover,
.outbacker-gray.colored{
  background-position: -216px -568px;
}

#footer .eureka-app-links{
	display: none;
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-top {
    top: 10% !important;
}

.home-middle.widget-area img {
    border-radius: 50%;
    background: #EFAC1F;
}

.menu-primary .current-menu-item a{
	font-weight: 600;
}



/* PowerPro
------------------------------------------------------------ */
body.powerpro h1.entry-title {
    display: none;
}

iframe#powerpro {
    border: 0;
}

/* Blogs and Archives
------------------------------------------------------------ */
body[class*="page_blog"] #content a.entry-image-link,
.archive #content a.entry-image-link, 
.category #content a.entry-image-link, 
.search #content a.entry-image-link {
    float: left;
    width: 30%;
    display: inline-block;
    margin-right: 3%;
}

body[class*="page_blog"] #content a.entry-image-link img,
.archive #content a.entry-image-link img, 
.category #content a.entry-image-link img, 
.search #content a.entry-image-link img{
    padding: 4px;
    border: 1px solid #fafafa;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.125);
}

body[class*="page_blog"] #content .entry-title,
.archive #content .entry-title, 
.category #content .entry-title, 
.search #content .entry-title{
    margin-bottom: 8px;
    clear: none;
}

body[class*="page_blog"] #content .entry-title a:hover,
.archive #content .entry-title a:hover, 
.category #content .entry-title a:hover, 
.search #content .entry-title a:hover{
    color: #dfb355;
}

body[class*="page_blog"] #content .entry-content,
.archive #content .entry-content, 
.category #content .entry-content, 
.search #content .entry-content{
    /* padding-left: 34%; */
    /* clear: none; */
    /* float: left; */
}

body[class*="page_blog"] #content .entry,
.archive #content .entry, 
.category #content .entry, 
.search #content .entry{
    clear: both;
    overflow: auto;
}

/** Newsletter Signup */
.before-footer-widget {
    display: block;
    width: 100%;
    position: relative;
    background: #444;
}
.before-footer-widget .widget {
    width: 100% !important;
}

.before-footer-widget h2 {
    display: inline-block;
	margin: 0px !important;
	text-transform: uppercase;
    color: #FFF;
    margin-right: 15px !important;
	font-size: 20px !important;
}

.before-footer-widget .indicates-required {
    display: none;
}

.before-footer-widget .mc-field-group {
    display: inline-block;
    width: 225px !important;
    padding-bottom: 0px !important;
	min-height: 10px !important;
	margin-right: 15px;
}

.before-footer-widget .mc-field-group label {
    display: none !important;
}

.before-footer-widget .clear {
    display: inline-block !important;
    width: 225px !important;
    clear: none !important;
}

.before-footer-widget .clear input {
    clear: none !important;
    width: 225px !important;
    margin: 0px !important;
    vertical-align: unset !important;
    min-height: 38px;
	font-size: 18px !important;
	color: #000 !important;
    font-weight: 600 !important;
	background: #ff7f00 !important;
}

.before-footer-widget .clear input:hover {
    background: #d86f07 !important;
}

.before-footer-widget {
    display: block;
    width: 100%;
    position: relative;
    background: #444;
    clear: both;
}

.before-footer-widget .widget {
    width: 100% !important;
}

.before-footer-widget form {
    padding: 15px 0px !important;
	text-align: center !important;
}

.before-footer-widget .mc-field-group input {
    padding: 3px 0px !important;
    font-size: 18px;
}

.before-footer-widget .mc-field-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
.before-footer-widget .mc-field-group input::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
.before-footer-widget .mc-field-group input:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
.before-footer-widget .mc-field-group input:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}

.before-footer-widget .mc-field-group input.error {
    color: #ff5252;
    background: #ffdfdf;
}


#mc_embed_signup form {
    background-color: #000;
    border-bottom: 1px solid #3e3e3e;
}

#mc_embed_signup form h2{

}

#mc_embed_signup form input[type="text"],
#mc_embed_signup form input[type="email"]{
    border: 0;
    border-radius: 0;
    text-transform: initial;
    padding: 8px 5px!important;
}

#mc_embed_signup form input[type="submit"]{
    background-color: #e2af42!important;
    border-radius: 0;
    padding: 13px 8px;
    height: auto;
    line-height: 1;
}

/* START: Footer social media links;
------------------------------------------------------------ */
#footer ul.social-links {
    display: none;
}

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

    #footer ul.social-links {
        display: block;
        text-align: center;
        margin-bottom: 1em;
    }

    #footer ul.social-links li{
        display: inline-block;
    }

    .footer ul.social-links li.social-link a{
        color: #fff;
        background: #3a589a;
        border-radius: 50%;
        width: 36px;
        
        margin: 0 5px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 18px;
    }

    .footer ul.social-links li.social-link .fa-facebook-f{}

    .footer ul.social-links li.social-link .fa-facebook-f:hover{
        background-color: #41609f;
    }
    .footer ul.social-links li.social-link .fab.fa-twitter{
        background-color: #52beea;
    }
    .footer ul.social-links li.social-link .fab.fa-twitter:hover{
        background-color: #4aa0ce;
    }
    .footer ul.social-links li.social-link .fab.fa-youtube{
        background-color: #e41932;
    }
    .footer ul.social-links li.social-link .fab.fa-youtube:hover{
        background-color: #cf2638;
    }

    .footer ul.social-links li.social-link .fab.fa-instagram{
        background-color: #C13584;
    }
    
    .footer ul.social-links li.social-link .fab.fa-instagram:hover{
        background-color: #833AB4;
    }

    .footer ul.social-links li.social-link a:hover{
        text-decoration: none;
    }

}
/* END: Footer social media links;
------------------------------------------------------------ */

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1385px) {
	.menu-primary a, .menu-secondary a, #header .menu a{
		padding: 18px 25px;
	}    
}

@media only screen and (max-width: 1265px) {
	.menu-primary a, .menu-secondary a, #header .menu a{
		padding: 18px 11px;
	}
}


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

	#wrap {
		width: 100%;
	}

	#header .menu a {
		padding: 38px 15px;
	}

	.breadcrumb {
		margin: -30px -40px 30px;
	}

	.post-info .date-info {
		margin: 0 0 25px -40px;
		padding: 20px 20px 20px 40px;
	}

	#content #genesis-responsive-slider .flex-control-nav.nav-pos-excerpt,
	#content #genesis-responsive-slider .flex-direction-nav li a,
	#content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

	/** custom */
	#wrap .soliloquy-container .soliloquy-caption .soliloquy-caption-inside, 
	#footer .wrap,
	.full-width-content #content-sidebar-wrap{
		max-width: 92%;
	}

	
	#nav {
    	width: 74%;
	}
	#nav:before{
		height: 40px;
	}

	.menu-primary a, .menu-secondary a, #header .menu a{
		padding: 8px;
		font-size: 15px;
	}

	.home-top .eureka-leaderboard-widget {
	    float: none;
	    width: 100%;
	    max-width: 92%;
	}

	.home-top .widget_text {
	    display: none;
	}

	.home-middle .widget-wrap{
		padding: 4% 0;
	}

	.home-middle strong{
		font-size: 22px;
	}

	#content-sidebar-wrap{
		max-width: 92%;
	}

	body.search #content, 
	body.archive #content, 
	body.category #content, 
	body.error404 #content, 
	body.no-featured-media #content{
		padding-top: 70px;
	}
	.eureka-home #inner {
		margin-top: 68px !important;
	}

	/** Newsletter */
	#mc_embed_signup h2{
		width: 100%;
		margin-bottom: 0.75em !important;
	}

}


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

	body {
		margin: 0 auto;
		width: 100%;
	}

	.content-sidebar #content,
	.eureka-landing #wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.full-width-content.eureka-landing #content,
	.menu-primary,
	.menu-secondary,
	.post-type-archive-portfolio.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header ul.menu,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}

	.menu-primary,
	.menu-secondary,
	#description,
	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .search-form,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
		width: 25%;
		float: left;
		position: relative;
		bottom: auto;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-cta a.button,
	#header .search-form,
	#wrap {
		margin: 0;
	}

	.eureka-home #inner,
	.full-width-content.eureka-landing #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.post-type-archive-portfolio.full-width-content #content,
	#content,
	#footer-widgets .wrap,
	#title a,
	#title a:hover,
	#header .search-form {
		padding: 0;
	}

	#header .widget-area {
		padding: 15px 0 0;
		width: 75%;
		float: right;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}

	.breadcrumb {
		margin: -30px -30px 30px;
		padding: 10px 15px;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 10px 6px;
		font-size: 14px;
	}

	.menu li.right,
	#content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}

	.menu li li {
		text-align: left;
	 }

	 #inner {
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
	 }

	.home-middle,
	.home-top {
		padding: 30px 20px 0;
	}

	.breadcrumb
	.eureka-home .featuredpage .page,
	.eureka-home .featuredpost .post {
		margin: 0 0 30px;
	}

	.eureka-home .home-cta {
		padding: 20px 30px;
		text-align: center;
	}

	.eureka-home .home-cta .alignright {
		clear: both;
		display:	block;
		float: none;
		margin: 20px 25% 10px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 36px;
	}

	.widget-area h4 {
		margin: 0 0 10px;
	}

	.sidebar .widget,
	#sidebar .widget.enews-widget {
		width: 48%;
		float: left;
		margin: 0 0 4% 0;
		padding: 0;
	}

	.sidebar .widget:nth-child(odd){
		margin-right: 4%;
	}

	#footer-widgets .wrap {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 30px 0;
	}

	#footer {
		padding: 20px 0;
	}

	/** Custom */
	.menu-primary, 
	.menu-secondary, 
	#header .menu{
		margin: 0 auto;
	}

	#header{
		overflow: auto;
	}

	#title-area,
	#header .widget-area{
		width: 50%;
	}

	#title a {
	    width: 105px;
		height: 92px;
		float: left;
	}

	#wrap .soliloquy-container .soliloquy-caption .soliloquy-caption-inside{
		font-size: 24px;
	}

	.home-top{}
	
	.eureka-leaderboard-widget .align-left {
	    width: 100%;
	    background: #000000d1;
	    padding: 10px;
	}
	
	.eureka-leaderboard-widget .align-right {
		background: url(/wp-content/uploads/2016/07/bg-gray-mobile.png);
		width: 100%;
	}
	
	.eureka-leaderboard-widget .align-right p {
		text-align: center;
	}
	
	.home-middle .widget-wrap {
	    padding: 0 0 4% 0;
	}

	.home-middle .widget-title{
		font-size: 32px;
	}

	.one-half,
	.one-third,
	.one-fourth{
	    width: 100% !important;
	    float: none !important;
	    padding: 0 !important;
	}

	.gallery .one-half{
		width: 48% !important;
		float: left !important;
	}

	body.gallery .entry-content h2{
		font-size: 22px;
		bottom: 7px;
	}

	.home-middle .eureka-container{
		min-height: 0!important;
	}

	#content-sidebar-wrap{
		padding: 4% 0;
		overflow: hidden;
	}

	.home #content-sidebar-wrap{
		padding: 0 0 4% 0;
	}

	.sidebar{
		padding: 0;
	}

	.eureka-image-widget .link-text{
		bottom: 6px;
	}

	body.search #content, 
	body.archive #content, 
	body.category #content, 
	body.error404 #content, 
	body.no-featured-media #content{
		padding-top: 0;
	}

	#footer .creds p,
	#footer p{
		text-align: center;
		font-size: 12px;
	}

	iframe#powerpro{
		min-height: 2600px;
	}
	
	#nav {
    	width: 100%;
	}
	#nav:before{
		display: none;
	}
	.home .soliloquy-container .soliloquy-caption.soliloquy-caption-top {
		position: inherit;
	}
	.home #content-sidebar-wrap {
		background: none;
	}
	.eureka-home #inner {
		margin-top: 0px !important;
	}
	.menu-primary li ul, .menu-secondary li ul, #header .menu li ul{
		position: fixed;
	}
}

@media only screen and (max-width: 767px) {
		
	.banner-for-mobile {
		display: block;
	}
	
	.home-middle,
	.home-top {
		padding: 30px 0 0;
	}

	.post-type-archive-portfolio .portfolio,
	.home-middle .widget,
	.home-top .widget {
		text-align: center;
		width: 100%;
	}

	.eureka-home .featuredpage .page,
	.eureka-home .featuredpost .post {
		margin: 0 0 30px;
	}

	.eureka-home .featuredpage img,
	.eureka-home .featuredpost img {
		margin: 0 0 20px;
	}

	.eureka-home a.more-link {
		margin: 20px 0 0;
	}

	.post-type-archive-portfolio .portfolio {
		padding: 0 0 30px;
	}

	.post-info .date-info {
		margin: 0 0 25px;
		padding: 20px;
	}

	.post-info .comments {
		display: none;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 28px;
		font-weight: 600;
	}

	.archive-page,
	.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 {
		padding: 0;
		width: 100%;
	}

	/** Custom */
	#mobile-header{
		padding: 0 30px!important;
		width: 100%!important;
	}

	#mobile-header a{
		z-index: 222;
		transition: none!important;
		-webkit-transition: none!important;
		-moz-transition: none!important;
	}

	.mm-menu.mm-opened{
		width: 80%!important;
	}

	html.mm-opening .mm-page, 
	html.mm-opening #mm-blocker, 
	html.mm-opening .mm-fixed-top, 
	html.mm-opening .mm-fixed-bottom{
		left: 80%!important;
	}

	#title{
		margin: 0;
	}

	#header .widget-area ul li.phone-link{
		display: none;
	}

	.home-middle .widget-wrap{
		max-width: 92%;
		margin: 0 auto;
	}

	.home-middle .widget-title{
		font-size: 26px;
	}

	.sidebar .widget, #sidebar .widget.enews-widget{
		width: 100%;
		float: none;
		margin-right: 0!important;
	}

	.gallery .one-half{
		width: 100% !important;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.contact-us .entry-content li{
		width: 100%;
		float: none;
	}

	div.gform_footer input[type="submit"], 
	div.gform_footer input.button{
		width: 100%!important;
		-webkit-appearance: none;
	}

	#wrap .soliloquy-container .soliloquy-caption .soliloquy-caption-inside{
		font-size: 14px;
		font-weight: 300;
		text-transform: capitalize;
		padding-bottom: 14px;
	}

	#wrap .soliloquy-container .soliloquy-caption{
		display: block;
	}

	.links .entry-content ul{
		width: 100%;
    	display: block;
	}

	.links .entry-content li{
	    display: block;
	    padding: 5px!important;
	    width: 100%;
	}

	.links .entry-content li a.rr-gray{
		display: none;
	}

	#footer .eureka-app-links{
		display: block;
		background: transparent;
		height: auto;
		padding-left: 0;
	}

	#footer .eureka-app-links ul{
		padding-top: 10px;
		display: table;
		text-align: center;
		margin: 0 auto;
	}

	#footer .eureka-app-links ul li {
	    display: inline-block;
	}

	.eureka-image-widget .link-text{
		font-size: 14px!important;
	}
	
	.stacktable.small-only {
		display: block;
	}

	.stacktable.large-only {
		display: none;
	}
	
	.accordion-toggle strong {
		width: 150px;
		display: inline-block;	
	}

	iframe#powerpro {
		min-height: 3400px;
	}
	#wrap .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2{
		font-size: 27px;
		text-align: center;
		font-weight: 600;
	}
	.home #content-sidebar-wrap {
		background: #f6f6f6;
	}
	.eureka-leaderboard-widget .align-right strong {
		font-size: 30px;
		letter-spacing: 1px;
	}
	
	#title-area,
	#header .widget-area{
		width: 100%;
	}
	#title-area a{
		float: none;
		margin: 0 auto;
	    background-position: center center;
		height: 70px;
	}
	#header .widget-area {
		display: none;
	}
	.eureka-leaderboard-widget .align-left strong {
		font-size: 20px;
	}
	.eureka-leaderboard-widget .align-left{
		height: auto;
	}
	#content-sidebar-wrap {
		background: none;
	}
	body .content-wrap-outer {
		background: #f6f6f6;
	}
	.home-top.widget-area {
		display: none;
	}

	.genesis-nav-menu.mm-opened{
		display: block!important;
	}
	
	/** Archives and Taxonomy */
	body[class*="page_blog"] #content a.entry-image-link, 
	.archive #content a.entry-image-link, 
	.category #content a.entry-image-link, 
	.search #content a.entry-image-link{
	    float: none;
	    width: 100%;
	    display: inline-block;
	    margin-right: 0;
	}

	.home-middle .widget-wrap {
	    padding-top: 0!important;
	    padding-bottom: 0!important;
	}

	.home-statement{
		margin-bottom: 0!important;
	}

	.home-middle.widget-area img{
		width: 180px;
		background: transparent;
	}

	/** Newsletter */
	.before-footer-widget h2{
		font-size: 18px!important;
		margin-right: 0!important;
	}

	.before-footer-widget .mc-field-group{
		margin-right: 0;
		margin-bottom: 0.75em;
		width: 90% !important;
	}

	.before-footer-widget .clear{
		width: 90% !important;
	}
	#mc_embed_signup form input[type="submit"]{
		width: 100% !important;
			display: block;
	}
}
@media only screen and (max-width: 480px) {
	#wrap .soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2{
		font-size: 24px;
	}
	.home .soliloquy-container .soliloquy-viewport {
		height: auto !important;
	}
}

/** Spinner */
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.form-submitting{
  position: relative;
}

.spinner-wrap{
    content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    z-index: 888;
}

.lp-spinner {
    background: none;
    position: fixed;
    width: 200px;
    height: 200px;
    display: block;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.form-submitting .spinner-wrap{
  display: block;
}

.lp-spinner > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #49863d;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}
