/*
Theme Name: WHA
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 15kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Version: 2.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2019 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2019 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Forms
# Links
# Alignments
# Accessibility
# Clearings
# Navigation
	# Mobile Menu
	# Navigation Search
	# Dropdown Menus
	# Sidebar Navigation
	# Layout
	# Slideout Navigation (backwards compatibility)
	# Post Navigation
# Header
# Content
# Media
	# Captions
	# Galleries
	# Comments
# Widgets
# Content Layout
	# One Container
	# Separate Containers
	# Full Width Content
	# Contained Content
# Footer
	# Footer Bar
# Featured Images
# Top Bar
# Back to Top Button
# Font Icons
# SVG Icons
# Compatibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

a {
	background-color: transparent; color: #005fb9;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	text-transform: none;
	font-size: 18px;
	line-height: 1.5em;
}

p {
	margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

pre {
	background: rgba(0, 0, 0, 0.05);
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	margin-bottom: 1.5em;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.05);
	padding: 20px;
	font-size: 1.2em;
	font-style:italic;
	margin: 0 0 1.5em;
	position: relative;
}

blockquote p:last-child {
	margin: 0;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	width: 100%;
}

th,
td {
	padding: 8px;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 40px;
	margin-top: 40px;
}

fieldset {
	padding: 0;
	border: 0;
	min-width: inherit;
}

fieldset legend {
	padding: 0;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1.2em;
	text-transform: none;
	font-weight: 700;		
}

h2 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: 700;
	text-transform: none;
}

h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	color: #003b61;
	font-weight: 600;	
}

h4,
h5,
h6 {
	margin-bottom: 20px;
	color: #003b61;
}

ul,
ol {
	margin: 0 0 2em 1.5em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid transparent;
	background: #666;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	padding: 10px 20px;
	color: #FFF;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	background: #FAFAFA;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 10px 15px;
	box-sizing: border-box;
	max-width: 100%;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

input[type="file"] {
	max-width: 100%;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a,
button,
input {
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a,
a:visited,
a:hover,
a:focus {
	text-decoration: none;
	font-weight: 600;
}

a:hover {text-decoration: underline;}

.button,
.wp-block-button .wp-block-button__link {
	padding: 10px 20px;
	display: inline-block;
}

.wp-block-button .wp-block-button__link {
	font-size: inherit;
	line-height: inherit;
}

.using-mouse :focus {
	outline: 0;
}

.using-mouse ::-moz-focus-inner {
	border: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.no-sidebar .entry-content .alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2 );
	margin-right: calc( -100vw / 2 + 100% / 2 );
	max-width: 100vw;
	width: auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.paging-navigation:after,
.site-footer:after,
.site-info:after,
.page-header-content-container:after, /* Temporary clearing until GPP 1.6.3 */
.inside-navigation:not(.grid-container):after,
.inside-header:not(.grid-container):after,
.inside-top-bar:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):after {
	content: "";
	display: table;
	clear: both;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation {
	z-index: 100;
	padding: 0;
	clear: both;
	display: block;
}

.inside-navigation {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
}

.main-navigation ul li a {
	display: block;
}

.main-navigation li {
	float: left;
	position: relative;
	background: #f7f7f7;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.sf-menu > li.menu-item-float-right {
	float: right !important;
}

.main-navigation .main-nav ul li a {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 60px;
}


/*--------------------------------------------------------------
## Mobile Menu
--------------------------------------------------------------*/

.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
	display: none;
}

.menu-toggle {
	padding: 0 20px;
	line-height: 60px;
	margin: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
	cursor: pointer;
}

.main-navigation .mobile-bar-items a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
}

/*--------------------------------------------------------------
## Navigation Search
--------------------------------------------------------------*/

.search-item a:before {
	content: "\f002";
	font-family: GeneratePress;

	width: 1.28571429em;
	text-align: center;
	display: inline-block;
}

.search-item.close-search a:before {
	content: "\f00d";
}

.search-item .screen-reader-text {
	top: 0;
	right: 0;
	left: auto;
	margin: 0;
}

.main-navigation li.search-item {
	float: right;
	z-index: 21;
}

li.search-item.active {
	transition: opacity 100ms ease-in-out;
}

.navigation-search {
	position: absolute;
	left: -99999px;
	pointer-events: none;
	visibility: hidden;
	z-index: 20;
	width: 100%;
	top: 0;
	transition: opacity 100ms ease-in-out;
	opacity: 0;
}

.navigation-search.nav-search-active {
	left: 0;
	right: 0;
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}

.gen-sidebar-nav .navigation-search {
	top: auto;
	bottom: 0;
}

.navigation-search input {
	outline: 0;
	border: 0;
	vertical-align: bottom;
	line-height: 0;
	width: 100%;
	z-index: 20;
	border-radius: 0;
	-webkit-appearance: none;
}

.navigation-search input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.navigation-search input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.navigation-search input::-webkit-search-decoration,
.navigation-search input::-webkit-search-cancel-button,
.navigation-search input::-webkit-search-results-button,
.navigation-search input::-webkit-search-results-decoration {
	display: none;
}

.nav-left-sidebar .main-navigation li.search-item.active,
.nav-right-sidebar .main-navigation li.search-item.active {
	width: auto;
	display: inline-block;
	float: right;
}

.navigation-search input {
	height: 60px;
}

/*--------------------------------------------------------------
## Dropdown Menus
--------------------------------------------------------------*/

.main-navigation ul ul {
	display: block;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	float: left;
	position: absolute;
	left: -99999px;
	opacity: 0;
	z-index: 99999;
	width: 200px;
	text-align: left;
	top: auto;
	transition: opacity 80ms linear;
	transition-delay: 0s;
	pointer-events: none;
	height: 0;
	overflow: hidden;
}

.main-navigation ul ul a {
	display: block;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation .main-nav ul ul li a {
	line-height: normal;
	padding: 10px 20px;
	font-size: 14px;
}

.main-navigation.sub-menu-left .sub-menu {
	right: 0;
}

.dropdown-hover .main-navigation:not(.toggled) ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul li.sfHover > ul {
	left: auto;
	opacity: 1;
	transition-delay: 150ms;
	pointer-events: auto;
	height: auto;
	overflow: visible;
}

.dropdown-hover .main-navigation:not(.toggled) ul ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul ul li.sfHover > ul {
	left: 100%;
	top: 0;
}

.dropdown-hover .main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul,
.dropdown-hover .main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul {
	right: 100%;
	left: auto;
}

.dropdown-click .main-navigation ul ul {
	visibility: hidden;
}

.dropdown-click .main-navigation ul.toggled-on,
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on {
	left: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	height: auto;
	overflow: visible;
}

.dropdown-click nav ul ul ul {
	background-color: transparent;
}

.main-navigation .main-nav ul ul li a {
	line-height: normal;
}

.nav-float-right .main-navigation ul ul ul {
	top: 0
}

.main-navigation .main-nav ul li a, .menu-toggle {color:#444;}

.main-navigation .main-nav ul li.menu-item-has-children > a {
	padding-right: 0;
	position: relative;
	color:#444;
}

.menu-item-has-children .dropdown-menu-toggle {
	display: inline-block;
	height: 100%;
	clear: both;
	padding-right: 20px;
	padding-left: 10px;
}

.menu-item-has-children ul .dropdown-menu-toggle {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

.dropdown-menu-toggle:before {
	content: "\f107";
	font-family: GeneratePress;

	display: inline-block;
	width: 0.8em;
	text-align: left;
}

nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
	text-align: right;
}

.dropdown-hover .sub-menu-left:not(.toggled) ul ul .dropdown-menu-toggle:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dropdown-click .menu-item-has-children.sfHover > a .dropdown-menu-toggle:before {
	content: "\f106";
}

.dropdown-hover nav:not(.toggled) ul ul .dropdown-menu-toggle:before {
	content: "\f105";
}

.dropdown-click .main-navigation ul ul ul.toggled-on {
	left: 0;
	top: auto;
	position: relative;
}

/*--------------------------------------------------------------
## Sidebar Navigation
--------------------------------------------------------------*/

.widget-area .main-navigation li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.dropdown-hover.both-left .widget-area .inside-right-sidebar .main-navigation ul li:hover ul,
.dropdown-hover.both-left .widget-area .inside-right-sidebar .main-navigation ul li.sfHover ul,
.dropdown-hover .widget-area .main-navigation ul li:hover ul,
.dropdown-hover .widget-area .main-navigation ul li.sfHover > ul {
	top: 0;
	left: 100%;
}

.dropdown-hover.both-right .widget-area .main-navigation ul li:hover ul,
.dropdown-hover.both-right .widget-area .main-navigation ul li.sfHover ul,
.dropdown-hover .widget-area .inside-right-sidebar .main-navigation ul li:hover ul,
.dropdown-hover .widget-area .inside-right-sidebar .main-navigation ul li.sfHover ul {
	right: 100%;
	left: auto;
}

.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle:before {
	content: "\f104";
}

.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before {
	content: "\f105";
}

.dropdown-click .widget-area .main-navigation ul ul {
	top: auto;
	position: absolute;
	float: none;
	width: 100%;
	left: -99999px;
}

.dropdown-click .widget-area .main-navigation ul ul.toggled-on {
	position: relative;
	left: 0;
	right: 0;
}

/*--------------------------------------------------------------
## Layout
--------------------------------------------------------------*/

.nav-float-right .inside-header .main-navigation {
	float: right;
	clear: right;
}

.nav-float-left .inside-header .main-navigation {
	float: left;
	clear: left;
}

.nav-aligned-right .main-navigation .menu > li,
.nav-aligned-center .main-navigation .menu > li {
	float: none;
	display: inline-block;
}

.nav-aligned-right .main-navigation ul,
.nav-aligned-center .main-navigation ul {
	letter-spacing: -0.31em;
	font-size: 1em;
}

.nav-aligned-right .main-navigation ul li,
.nav-aligned-center .main-navigation ul li {
	letter-spacing: normal;
}

.nav-aligned-center .main-navigation {
	text-align: center;
}

.nav-aligned-right .main-navigation {
	text-align: right;
}

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

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 2em;
	overflow: hidden;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
	display: none;
}

.site-main .paging-navigation .navigation {
	margin: 0; /* Only for WordPress < 4.4 */
}

.site-main .post-navigation {
	margin-bottom: 0;
}

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

.site-header {
	position: relative;
	background:#f7f7f7;
	box-shadow: 0 1px 4px rgba(117, 117, 117, 0.12), 0 2px 4px rgba(160, 160, 160, 0.24);
}

.inside-header {
	padding: 10px;
}

.main-title {
	margin: 0;
	font-size: 45px;
	line-height: 1.2em;
	word-wrap: break-word;
	font-weight: bold;
	text-transform: none;
}

.site-description {
	margin: 0;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
}

.site-logo {
	display: inline-block;
	max-width: 100%;
}

.header-aligned-center .site-header {
	text-align: center;
}

.header-aligned-right .site-header {
	text-align: right;
}

.site-header .header-image {
	vertical-align: middle;
	padding-top: 8px;
}

.header-widget {
	float: right;
	overflow: hidden;
	max-width: 50%;
}

.header-widget .widget {
	padding: 0 0 20px;
	margin-bottom: 0;
}

.header-widget .widget:last-child {
	padding-bottom: 0;
}

.nav-float-right .header-widget .widget {
	padding: 0 0 10px;
}

.nav-float-right .header-widget {
	position: relative;
	top: -10px;
}

.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
	float: right;
	clear: right;
}

.nav-float-left .inside-header:after {
	clear: both;
	content: '';
	display: table;
}

.nav-float-right .inside-header .site-branding {
	display: inline-block;
}

.header-widget .widget-title {
	margin-bottom: 15px;
}

.site-branding-container {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.site-branding-container .site-logo {
	margin-right: 1.5em;
}

.header-aligned-right .site-branding-container {
	text-align: right;
}

.header-aligned-right .site-branding-container .site-logo {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	margin-right: 0;
	margin-left: 1.5em;
}

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

.sticky{}

.post {
	margin: 0 0 2em;
}

.posted-on .updated,
.entry-header .cat-links:before,
.entry-header .tags-links:before,
.entry-header .comments-link:before,
.entry-header .gp-icon {
	display: normal;
}

.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
	display: inline;
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
    display: block;
}

.entry-content ul li:before {content: "\0025CF";color: #8cd98c;display: inline-block; width: 1.2em; vertical-align: 4%;}

.entry-content a {
  color: #292929;
  text-decoration: none;
  background-size: 100% 200%;
  background-position: 0 0;
  word-break: break-word;
}

.entry-content a:hover {background-size: 200%; transition: background-position 120ms ease-in-out, padding 120ms ease-in-out; background-image: linear-gradient( transparent 0%, transparent calc(50% - 8px), rgba(0, 255, 0, 0.35) calc(50% - 8px), rgba(0, 255, 0, 0.35) 100%);}

button,.button  {background:#63a300 linear-gradient(to bottom,rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%) repeat scroll 0 0!important;background-color:#63a300; text-decoration: none; border:1px solid #568d00;border-radius:4px;color:#fff;display:table;float:inherit;font-size:17px;font-weight:600;line-height:22px;margin:15px 0;padding:10px 24px;text-align:center;text-decoration:none!important;text-shadow:1px 1px 0 rgba(0,0,0,0.2)}
button:hover,.button:hover{background:#299417 linear-gradient(to bottom,rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 100%) repeat scroll 0 0!important;color:#fff}


.page-content,
.entry-content,
.entry-summary {
	margin: 2em 0 0;
	line-height: 2em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
	display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
	margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.site-content,
.entry-header {
	word-wrap: break-word;
}

.entry-title {
	margin-bottom: 0;
}

.page-header {
	margin-bottom: 30px;
}

.page-header .avatar {
	float: left;
	margin-right: 20px;
}

.page-header .author-info {
	overflow: hidden;
}

.page-header > *:last-child,
.page-header .author-info > *:last-child {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 85%;
	margin-top: 1em;
	line-height: 3.5;
	margin-bottom: 1em;
}

footer.entry-meta {
	margin-top: 2em;
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
	font-family: GeneratePress;
	text-decoration: inherit;
	position: relative;
	margin-right: 0.6em;
	width: 13px;
	text-align: center;
	display: inline-block;
}

.cat-links:before {
	content: "\f07b";
}

.tags-links:before {
	content: "\f02c";
}

.comments-link:before {
	content: "\f086";
}

.nav-previous .prev:before {
	content: "\f104";
}

.nav-next .next:before {
	content: "\f105";
}

.cat-links,
.tags-links,
.comments-link {
	display: block;
}

.taxonomy-description p:last-child,
.read-more-container,
.page-content > *:last-child,
.entry-content > *:last-child,
.entry-summary > *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position:relative;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto 0;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	font-size: 75%;
	padding-top: 5px;
	opacity: 0.8;
}

.wp-caption img {
	position: relative;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.wp-block-gallery {
    margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	padding: 10px;
	box-sizing: border-box;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-item img {
	vertical-align: bottom;
}

.gallery-icon {
	padding: 5px;
}

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

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

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {}

.comment,
.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-author-info {
	display: inline-block;
	vertical-align: middle;
}

.comment-meta .avatar {
	float: left;
	margin-right: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.entry-meta.comment-metadata {
	margin-top: 0;
}

.comment-content {
	margin-top: 1.5em;
}

.comment-respond {
	margin-top: 0;
}

.comment-form > .form-submit {
	margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
	margin-bottom: 10px;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
	display: block;
}

.comment-metadata .edit-link:before {
	display: none;
}

.comment-body {
	padding: 30px 0;
}

.comment-content {
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
	padding-left: 30px;
	margin-top: -30px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
	font-size: 13px;
}

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

.comment-list > .comment:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

ol.comment-list {
	margin-bottom: 1.5em;
}

#wp-comment-cookies-consent {
	margin-right: 7px;
}

.one-container .comments-area {
	margin-top: 1.5em;
}

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

.widget-area .widget {
    padding: 40px;
}

.widget {
	margin: 0 0 30px;
	box-sizing: border-box;
}

.sidebar .widget,
.footer-widgets .widget {
	font-size: 15px;
}

.widget select {
	max-width: 100%;
}

.widget_search .search-submit {
	display: none;
}

.widget_categories .children {
	margin-left: 1.5em;
	padding-top: 5px;
}

.widget_categories .children li:last-child {
	padding-bottom: 0;
}

.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
}

.widget ul,
.widget ol {
	margin: 0;
}

.widget ul li {
	list-style-type: none;
	position: relative;
}

.widget .search-field {
	width: 100%;
}

.widget:last-child,
.separate-containers .widget:last-child {
	margin-bottom: 0;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
	margin-left: 1em;
	margin-top: 5px;
}

.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
	padding-bottom: 0;
}

#wp-calendar {
	table-layout: fixed;
	font-size: 80%;
}

#wp-calendar #prev,
#wp-calendar #prev + .pad {
	border-right: 0;
}

.sidebar .grid-container {
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
# Content Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## One Container
--------------------------------------------------------------*/

.one-container.both-left .inside-left-sidebar,
.one-container.both-right .inside-left-sidebar {
	margin-right: 15px;
}

.one-container.both-left .inside-right-sidebar,
.one-container.both-right .inside-right-sidebar {
	margin-left: 15px;
}

.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
	margin-bottom: 0;
}

.one-container:not(.page) .inside-article {
	padding: 0 0 30px 0;
}

.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
	margin-right: 40px;
}

.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
	margin-left: 40px;
}

.one-container.both-sidebars .site-main {
	margin: 0px 40px 0px 40px;
}

/*--------------------------------------------------------------
## Separate Containers
--------------------------------------------------------------*/

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
	padding: 20px 40px 40px 40px;
}

.separate-containers .widget,
.separate-containers .site-main > *,
.separate-containers .page-header,
.widget-area .main-navigation {
	margin-bottom: 20px;
}

.separate-containers .site-main {
	margin: 20px;
}

.no-sidebar.separate-containers .site-main {
	margin-left: 0;
	margin-right: 0;
}

.right-sidebar.separate-containers .site-main,
.both-right.separate-containers .site-main {
	margin-left: 0;
}

.left-sidebar.separate-containers .site-main,
.both-left.separate-containers .site-main {
	margin-right: 0;
}

.both-right.separate-containers .inside-left-sidebar,
.both-left.separate-containers .inside-left-sidebar {
	margin-right: 10px;
}

.both-right.separate-containers .inside-right-sidebar,
.both-left.separate-containers .inside-right-sidebar {
	margin-left: 10px;
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-header-image-single img {border-radius: 6px;}

.separate-containers .page-header-image,
.separate-containers .page-header-contained,
.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Full Width Content
--------------------------------------------------------------*/

.full-width-content .container.grid-container {
	max-width: 100%;
}

.full-width-content.no-sidebar.separate-containers .site-main {
	margin: 0;
}

.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
	padding: 0;
}

/*--------------------------------------------------------------
## Contained Content
--------------------------------------------------------------*/

.contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
	padding: 0;
}

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

.footer-widgets {
	padding: 40px;
}

.site-info {
	text-align: center;
	padding: 20px;
	font-size: 15px;
}

.site-footer .footer-widgets-container .inner-padding {
	padding: 0px 0px 0px 40px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
	margin-left: -40px;
}

/*--------------------------------------------------------------
## Footer Bar
--------------------------------------------------------------*/

.footer-bar-active .footer-bar .widget {
	padding: 0;
}

.footer-bar .widget_nav_menu > div > ul {
	display: inline-block;
	vertical-align: top;
}

.footer-bar .textwidget p:last-child {
	margin: 0;
}

.footer-bar-align-right .copyright-bar {
	float: left;
}

.footer-bar-align-right .footer-bar,
.footer-bar-align-left .copyright-bar {
	float: right;
	text-align: right;
}

.footer-bar-align-left .footer-bar {
	float: left;
	text-align: left;
}

.footer-bar-align-center .copyright-bar {
	float: none;
	text-align: center;
}

.footer-bar-align-center .footer-bar {
	float: none;
	text-align: center;
	margin-bottom: 10px;
}

.footer-bar .widget-title {
	display: none;
}

.footer-bar .widget_nav_menu li {
	margin: 0 10px;
	float: left;
	padding: 0;
}

.footer-bar .widget_nav_menu li:first-child {
	margin-left: 0;
}

.footer-bar .widget_nav_menu li:last-child {
	margin-right: 0;
}

.footer-bar .widget_nav_menu li ul {
	display: none;
}

/*--------------------------------------------------------------
# Featured Images
--------------------------------------------------------------*/

.post-image {
	margin: 2em 0 0;
}

.page-header-image,
.page-header-image-single {
	line-height: 0; /* no more weird spacing */
}

.separate-containers .page-header-image,
.separate-containers .page-header-content {
	margin-top: 30px;
}

.separate-containers .inside-article > [class*="page-header-"],
.one-container .inside-article > [class*="page-header-"] {
	margin-bottom: 2em;
	margin-top: 0;
}

.inside-article .page-header-image-single.page-header-below-title {
	margin-top: 2em;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

.top-bar {
	font-weight: normal;
	text-transform: none;
	font-size: 13px;
}

.inside-top-bar {
	padding: 10px;
}

.top-bar .inside-top-bar .widget {
	padding: 0;
	display: inline-block;
	margin: 0;
}

.top-bar .inside-top-bar .textwidget p:last-child {
	margin: 0;
}

.top-bar-align-center {
	text-align: center;
}

.top-bar-align-right {
	text-align: right;
}

.top-bar-align-right .inside-top-bar >.widget:nth-child(even),
.top-bar-align-left .inside-top-bar > .widget:nth-child(odd) {
	float: left;
	margin-right: 10px;
}

.top-bar-align-right .inside-top-bar >.widget:nth-child(odd),
.top-bar-align-center .inside-top-bar .widget:not(:first-child) {
	margin-left: 10px;
}

.top-bar-align-left .inside-top-bar >.widget:nth-child(even) {
	margin-left: 10px;
	float: right;
}

.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
	display: block
}

.top-bar .widget-title {
	display: none;
}

.top-bar .widget_nav_menu li {
	margin: 0 10px;
	float: left;
	padding: 0;
}

.top-bar .widget_nav_menu li:first-child {
	margin-left: 0;
}

.top-bar .widget_nav_menu li:last-child {
	margin-right: 0;
}

.top-bar .widget_nav_menu li ul {
	display: none;
}

.top-bar .widget_nav_menu > div > ul {
	display: inline-block;
	vertical-align: top;
}

/*--------------------------------------------------------------
# Back to Top Button
--------------------------------------------------------------*/

.generate-back-to-top:before {
	content: "\f106";
	font-family: GeneratePress;
}

.generate-back-to-top,
.generate-back-to-top:visited {
	font-size: 20px;
	border-radius: 3px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	z-index: 10;
	transition: opacity 300ms ease-in-out;
}

.generate-back-to-top .screen-reader-text {
	left: 0;
	margin: 0;
}

/*--------------------------------------------------------------
# Font Icons
--------------------------------------------------------------*/

.menu-toggle:before,
.search-item a:before,
.dropdown-menu-toggle:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before,
.generate-back-to-top:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	speak: none;
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
	opacity: 0.7;
}

/*--------------------------------------------------------------
# SVG Icons
--------------------------------------------------------------*/

.gp-icon {
	display: inline-flex;
	align-self: center;
}

.gp-icon svg {
	height: 1em;
	width: 1em;
	top: .125em;
	position: relative;
	fill: currentColor;
}

.icon-menu-bars svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1),
.icon-search svg:nth-child(2),
.close-search .icon-search svg:nth-child(1) {
	display: none;
}

.toggled .icon-menu-bars svg:nth-child(2),
.close-search .icon-search svg:nth-child(2) {
	display: block;
}

.entry-meta .gp-icon {
	margin-right: 0.6em;
	opacity: 0.7;
}

.dropdown-hover .sub-menu .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover .children .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle .gp-icon svg,
.nav-next .gp-icon svg {
	transform: rotate(-90deg);
	transform-origin: center;
}

.dropdown-hover .sub-menu-left:not(.toggled) ul ul .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle .gp-icon svg,
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle .gp-icon svg,
.nav-previous .gp-icon svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dropdown-click .sfHover > a > .dropdown-menu-toggle > .gp-icon svg,
nav.toggled .sfHover > a > .dropdown-menu-toggle > .gp-icon svg,
.generate-back-to-top .gp-icon svg {
	transform: rotate(180deg);
}

nav.toggled .sub-menu .dropdown-menu-toggle .gp-icon svg {
    transform: rotate(0deg);
}

/*--------------------------------------------------------------
# Compatibility
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* SiteOrigin Page Builder */
.so-panel.widget {
	padding: 0;
}

/* MailChimp CSS */
#mc_embed_signup .clear {
	display: block;
	height: auto;
	visibility: visible;
	width: auto;
}

/* Bootstrap fix */
.container.grid-container {
	width: auto;
}



/* Custom OLD
================================================== */

.orange{background:linear-gradient(to bottom,#ff8d25 0%,#ff740e 100%) repeat scroll 0 0 rgba(0,0,0,0);background-color:orange;}
button, .button {
    background-color: #fc7244;
    border: 1px solid #73aa83;
    border-radius: 4px;
    color: #fff;
    display: table;
    float: inherit;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin: 15px 0;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
button:hover, .button:hover {
  background:#ff740e;
  color:#fff;
}

.button2:hover {
  background-color: #75a600;
  color:#fff;
}

.button2 {
    background-color: #8cc700;
    border: 1px solid #456200;
    border-radius: 4px;
    color: #fff;
    display: table;
    float: inherit;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin: 15px 0;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.centered {text-align: center;}

.feature {background: #f4f4f4; padding: 15px; border-radius: 5px; margin: 20px 0;}
.icon-feature:hover, .aside-feature:hover h3 {color: #e91b23;}
.icon-feature {display: block;font-size: 68px;margin-top: 10px;text-align: center;}

table.table-review {width: 100%; font-size: 16px; vertical-align:middle;}
table.table-review:hover, table.table-review th:hover, table.table-review td:hover, table.table-review tr:hover {background:none;}
table.table-review td, table.table-review th {border: 1px solid #e1e1e1;}
table.table-review td.col-1 {padding: 25px 5px; width:32%;}
table.table-review td.col-2 {vertical-align:top !important; padding: 20px;}
table.table-review td.col-3 {vertical-align:middle; font-size: 12px;padding-left: 15px; color:#777;}
table.table-review td.col-4 {background:linear-gradient(to bottom,#ff8d25 0%,#ff740e 100%) repeat scroll 0 0 rgba(0,0,0,0);background-color:orange;width: 200px;border: 1px solid #ca8e53;color: #fff; font-size: 18px; height: 50px; line-height: 50px;text-align: center; margin: 0; padding: 0; text-shadow: 0 -1px 0 #bb5d00;}
table.table-review td.col-4 a:hover {background-color: #f67d07!important;}
table.table-review td.col-4 a {color: #fff; font-weight: bold; display: block;height:100%;width:100%;}
table .table-cta span {display: inline-block;font-size: 21px;line-height: 20px;}
table.table-review ul {margin:0; padding:6px 0; list-style:none;}
@media (max-width: 400px) {table.table-review td.col-1, table.table-review td.col-2, table.table-review td.col-3, table.table-review td.col-4 {width:100%; float:left;}}

#simple-table > tbody > tr > td, #simple-table > tbody > tr > th, #simple-table > tfoot > tr > td, #simple-table > tfoot > tr > th, #simple-table > thead > tr > td, #simple-table > thead > tr > th {padding: 6px;}
table#simple-table img {border-radius: 3px;}
table#simple-table thead {text-align:center; background: #e1e1e1;}
table#simple-table .col-1 {width:40%;}
table#simple-table .col-2 {text-align:center; width:15%;}
table#simple-table .col-3 {text-align:center; width:15%;}
table#simple-table .col-4 {text-align:center; width:15%;}
table#simple-table .col-5 {text-align:center; width:15%;}
@media (max-width: 400px) {table#simple-table tbody, table#simple-table tr, table#simple-table td, table#simple-table .col-1, table#simple-table .col-2, table#simple-table .col-3, table#simple-table .col-4, table#simple-table .col-5 {width:100%; float:left;}}
@media (max-width: 400px) {table#simple-table thead {display:none;}}


.orange-button {background: #ffa500 linear-gradient(to bottom, #ff8d25 0%, #ff740e 100%) repeat scroll 0 0;border-color: rgba(255, 255, 255, 0.2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2);border-radius: 4px;border-style: solid;border-width: 1px;box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;color: #fff;font-family: Helvetica,Arial,sans-serif;text-align: center;text-decoration: none;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);}
.box {background-color: #fbfbfb;border: 1px solid #e1e8ed;border-radius: 4px;color: #666;margin-bottom: 20px;padding: 15px;}

/**Review Page Top**/
.threecol{border:1px solid #eaeae9;border-radius:5px;box-shadow:0 2px 0 0 #f0f0f0;clear:both;overflow:hidden;padding:37px 22px;position:relative;margin-bottom:20px}
.threecol-highlight{border:2px solid #78b83a;border-radius:5px;clear:both;margin-bottom:20px;overflow:hidden;padding:20px;position:relative}
.col-two li{background:url(/images/ppc/plus.png) no-repeat left center;font-size:17px;list-style:none outside none;padding:0 0 0 27px}
.threecol h3,.threecol-highlight h3{font-size:22px;color:#555;margin:0}
.threecol small,.threecol-highlight small{font-size:11px;color:#c4c4c4}
.threecol p,.threecol-highlight p{font-size:17px}
.threecol img:hover,.threecol-highlight img:hover{opacity:.8}
.col-12{float:left;font-size:14px;width:25%;text-align:center}
.col-12,.col-22 img{max-width:100%}
.col-22{float:left;width:66%;padding:0 4%}
.col-22 li{font-size:17px;list-style:none outside none;padding:0 0 0 27px}
.col-22 .col-minus li {background:url(/images/ppc/minus.png) no-repeat left center !important;font-size:17px;list-style:none outside none;padding:0 0 0 27px}


.col-one { float: left; font-size: 14px; width: 25%; text-align:center;}
.col-one, .col-two img { max-width: 100%; }
.col-two { float: left; width: 52%; padding: 0 4%;}
.img-effect {border:1px solid #e1e1e1; padding:4px; border-radius:5px;}
.img-effect2 {border:1px solid #bedcf2; padding:4px; border-radius:5px;}
.no-1 {margin-left: -4px;margin-top: -4px;position: absolute;z-index: 10;}
.visit{font-size:27px; text-decoration: underline !important; color:2688f4 !important;}
.visit:hover {color: #1373de;}

/* Table Responsive
================================================== */

.features-table, .features-table td, .features-table th {border:0px; vertical-align:middle!important;}
.features-table{width:100%;table-layout:auto;margin:0 0 16px;border-collapse:collapse;border-spacing:0;text-shadow:0 1px 0 #fff;border-radius:7px 7px 0 0}
.features-table tbody {border:1px solid #e1e1e1; font-size:18px;}
.features-table th:last-child{border-radius:0 7px 0 0;}
.features-table th{background-color: #616775;background-image:-webkit-gradient(linear, center top,  from(#616775), to(#474950));background-image:-webkit-linear-gradient( #616775, #474950);background-image:-moz-linear-gradient(center top , #616775, #474950);background-image:-o-linear-gradient( #616775, #474950);background-image:linear-gradient(#616775, #474950);color:#fff;font-size:13px;line-height:20px;text-align:center;text-shadow:0 1px 0 black;font-family:Arial;font-weight:bold;}
.features-table tr:nth-child(even){background:#f7f8fb}
.features-table tr:nth-child(odd){background:#FFF}
.features-table tr:hover{background:#f5f5f5;}
.features-table td{box-shadow:0 1px 0 #fff;-moz-box-shadow:0 1px 0 #fff;-webkit-box-shadow:0 1px 0 #fff; text-align:center; display:table-cell;}
.features-table img {vertical-align:middle;}
.features-table ul {margin:0; padding-left: 0; vertical-align: middle;}
.features-table ul li {background: url("/images/plus.png") no-repeat scroll 0 2px transparent;font-size: 15px;list-style: outside none none; padding-left: 26px;text-align: left;}.features-table td ul li {background: none;}
.features-table .button {border-collapse: initial;}
.features-table button, .features-table .button {margin: 0px 0 0;}
.font14 {font-size:14px;}
.rank {background: #ffe400 none repeat scroll 0 0;border-radius: 9px; font-family: Verdana; font-weight: bold; color: #fff;font-size: 1em;padding: 6px;text-align: center; text-shadow: 1px 1px 0 #dcc500;}
.features-table tbody .col_3, .features-table tbody .col_4 {font-size:20px;}
.col_1{border-radius:7px 0 0;padding: 8px 0;}
.col_1 img {border-radius: 4px;}
.col_3{color: #f35b00; font-weight: bold;}
.col_4{color: #555; font-weight: bold;}
.col_5{color: #555; font-weight: bold;}
.margin-zero {margin:0;}

@media all and (max-width: 479px) { 
th.col_2, td.col_2, th.col_3, td.col_3, th.col_4, td.col_4, th.col_5, td.col_5 {display:none;}  
#logos {max-width:75%;height:auto;}
.award {display:none;}
.callTa-small .thebutton-s {display: inline-block;font-size: 0.7em;padding: 10px 6px;}
}

@media all and (max-width: 361px) { th.col_3, td.col_3 {display:none;}  }

th.col_0, td.col_0 {width:20px;color: #777;font-size: 28px; font-family: roboto;}
td.col_3 {font-family:'tahoma'; text-shadow:none;}

/* END
================================================== */

.page-id-1232 #navigation  {display:none;}
.page-id-557 #navigation  {display:none;}

.fine {font-size: 14px; color: red;}
.print a {color: inherit; text-decoration: none; font-weight: normal; }
.award {margin-left: 57px;margin-top: 25px;position: absolute;}

@media all and (min-width: 480px) {.callTa-small .thebutton-s{display:inline-block;font-size: 20px;padding: 4px 20px;}}
.callTa-s .thebutton-s{display:inline-block;font-size:1.3em;padding:10px 25px}

#sublink{font-size:9px;color:#898989;line-height:16px;text-decoration:none}
#sublink:link{text-decoration:underline;font-size:12px}
#sublink:link:hover{text-decoration:none}

.thebutton-s a{text-decoration:none}
.thebutton-s{border-color:rgba(255,255,255,0.2) rgba(0,0,0,0.1) rgba(0,0,0,0.2);border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 0 rgba(255,255,255,0.4) inset;color:#fff;font-family:Helvetica,Arial,sans-serif;text-align:center;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,0.2)}
.thebutton-s:hover{background:linear-gradient(to bottom,#ffa04c 0%,#ffa04c 100%) repeat scroll 0 0 rgba(0,0,0,0);color:#fff;text-decoration:none}
.callTa .thebutton{display:inline-block;font-size:1.4em;padding:15px 50px}
.thebutton a{text-decoration:none}
.thebutton{border-color:rgba(255,255,255,0.2) rgba(0,0,0,0.1) rgba(0,0,0,0.2);border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 1px 0 rgba(255,255,255,0.4) inset;color:#fff;font-family:Helvetica,Arial,sans-serif;text-align:center;text-decoration:none;text-shadow:0 -1px 0 rgba(0,0,0,0.2)}
.thebutton:hover{background:linear-gradient(to bottom,#ffa04c 0%,#ffa04c 100%) repeat scroll 0 0 rgba(0,0,0,0);color:#fff;text-decoration:none}
.rating{display:inline;line-height:35px;padding-left:7px;vertical-align:2px}
.thumbtext{position:absolute;min-height:30px;max-width:125px;color:#fff;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%) repeat scroll 0 0%,none repeat scroll 0 0 rgba(0,0,0,0);text-shadow:none;padding-top:105px}

.mid {vertical-align:middle}
.score {border-top: 1px dotted #e1e1e1;color: #333333;font-size: 125%;font-weight: bold;line-height: 30px;padding: 2px 14px;position: relative;width: 90%;}
.important { background-color: #b43d3d; background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent); background-size: 40px 40px; border: 1px solid #762929; border-radius: 5px; box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset; color: #fff; font-size: 10pt; margin: 0 auto 20px; padding: 10px; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); width: 98%; }
.important a{ color: #333;text-decoration: underline; text-shadow:none;}
.important a:hover{ color: #222;text-decoration: none; text-shadow:none;}
.rating {  line-height: 23px;padding-left: 7px;}
.rating img {text-align: right;}


.blue-message,.red-message,.yellow-message{margin:10px 0;padding:15px 10px 15px 20px;border-radius:8px}
.blue-message h2,.red-message h2,.yellow-message h2{margin-bottom:10px}
.blue-message a,.red-message a,.yellow-message a{text-decoration: underline;}
.blue-message a:hover,.red-message a:hover,.yellow-message a:hover{opacity:0.5;}
.blue-message{ background: #d9edf7 none repeat scroll 0 0;border: 1px solid #bce8f1;border-radius: 4px;color: #3a87ad;margin: 10px 0 18px;padding: 8px 35px 8px 14px;overflow: auto;}
.yellow-message{ background: #feefb3 none repeat scroll 0 0;border: 1px solid #eddb91;border-radius: 4px;color: #9f6000;margin: 10px 0 18px;padding: 8px 35px 8px 14px;overflow: auto;}
.red-message{ background: #FFBABA none repeat scroll 0 0;border: 1px solid #fc9c9c;border-radius: 4px;color: #D8000C;margin: 10px 0 18px;padding: 8px 35px 8px 14px;overflow: auto;}
.red-message a {color: #910101;}

@media only screen and (max-width: 767px) { 
.promobox-left, .promobox-middle, .promobox-right, .subleft, .subright {width:100%;}
}

@media only screen and (min-width: 768px) { 
.promobox {display: inline-flex;}
.promobox-left {width:25%;}
.promobox-middle {width:45%;}
.promobox-right {width:25%;}
.subleft { width: 71%; }
.subright { width: 27%;}
}
table {width:100%;}
.responsive tbody tr:nth-child(2n) {background: #f9f9f9 none repeat scroll 0 0;}
.responsive tbody tr:hover {background: #eee;}
.responsive-rating, .responsive-us, .responsive-trusted {text-align:center;}
.responsive th, .responsive td {padding: 0.4em;}
.responsive {border: 1px solid #e1e1e1;}

.promobox {margin: auto 0 20px; margin-bottom:20px; overflow: hidden; width: 99.7%; padding:2.5% 0;background: #f3f3f3;border: 1px solid #fff;box-shadow: 0 1px 3px rgba(0,0,0,0.3);-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);}
.promobox p {color: #666;font-family: roboto;font-size: 20px; display:table-cell;line-height: normal;padding: 0 20px;}
.promobox-left {float:left; border-right:1px solid #dfdfdf; text-align:center; padding: 0 2%;}
.promobox-middle {border-right:1px solid #dfdfdf; float:left; border-left:1px solid #fff; padding: 0%;}
.promobox-middle ul {font-size: 20px;line-height: normal;vertical-align: middle; padding-left: 40px; padding-top: 20px;}
.promobox-middle li {font-size: 17px;line-height: 20px;}
.promobox-middle ul li {background: rgba(0, 0, 0, 0) url(/images/tick.png) no-repeat scroll 0 0px; list-style: none; padding-left: 29px;}
.promobox-right {border-left:1px solid #fff; float:left; padding: 0 2%; text-align:center; display: flex;justify-content: center;flex-direction: column;}
.imageshadow {border: 10px solid #f8f8f8;border-radius: 4px;box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);}
.imageshadow:hover {cursor: pointer; opacity: 0.7;}
.visitnow {color: #ff7711 !important;font-size: 28px;line-height: 40px;text-decoration: underline !important;}
.visitnow:hover {color: red !important;}

.highlight {background: #f1f1f1 none repeat scroll 0 0;border: 1px solid #e5e5e5;border-radius: 5px;color: #4a4a4a;font-family: "Verdana";font-size: 16px;line-height: 19px;margin-bottom: 25px;padding: 23px 15px;}
.highlight p {width:80%;}
.highlight strong {color: #00acef;font-weight: 600;}
.highlight a {background: rgba(0, 0, 0, 0) url(/images/highlight-btn.png) repeat scroll 0 0;border: 2px solid #a33805;border-radius: 6px;color: #fff;float: right;font-size: 19px;line-height: 21px;margin-top: -1.3%;padding: 6px 14px;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);}
.highlight a:hover {background-position: 0 bottom; color: #fff; text-decoration: none;}
.highlight-l {display:inline-block; width:70%}
.highlight-r {float: right; text-align: center; position: relative; width: 28%;}

.intro{background-color:#e1e1e1; padding:10px 0; text-align:center;}
.intro .button, .intro .button2 {padding:17px 40px; font-size: 21px;}
.intro span {color:#fff; position:relative; float:left; left:50px; top: 115px; font-size:19px;}
.intro h1 {font-size:19px; color:#fff; font-weight: normal; font-family: inherit; display:inline}
.intro-button1 {float:right; position:relative; top: 150px; right: 326px}
.intro-button2 {float:right; position:relative; top: 150px; left: 190px}
.intro-image{width:1170px; background-image: url('/images/market.jpg'); height:297px; margin: 0 auto;}

.disclaimer {float:right; font-size: 12px; color:#999;}
.small-text {font-size: 0.9em; margin-top: 7px;}

@media only screen and (max-width: 600px) { 
.col-three {width: 100%;}
.callTa-small .thebutton-s {font-size: 1.1em;}
.col-two {width: 52%;}
}

@media only screen and (max-width: 400px) { 
.col-one, .col-two, .col-three {width: 100%;}
}

.strapline {margin: 25px 0 25px 0; font-size: 1.3em; line-height: 1.3; color: #202020;}

.green-box {background-color: #f1f1f1;border-left: 13px solid #9dcf55; padding: 2rem 2rem 2rem 4rem;overflow: hidden;clear: both;margin-bottom: 1rem;-webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.orange-box {background-color: #f1f1f1;border-left: 13px solid #ff994e; padding: 2rem 2rem 2rem 4rem;overflow: hidden;clear: both;margin-bottom: 1rem;-webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.blue-box {background-color: #f1f1f1;border-left: 13px solid #96acfb; padding: 2rem 2rem 2rem 4rem;overflow: hidden;clear: both;margin-bottom: 1rem;-webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.red-box {background-color: #f1f1f1;border-left: 13px solid #ff6046; padding: 2rem 2rem 2rem 4rem;overflow: hidden;clear: both;margin-bottom: 1rem;-webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}

.special-message {color: #9f6033; border: 1px solid #eddb91; background: #feefb3 url('/images/gift.png') no-repeat right center; font-size: 18px; background-position: top 0.47em right 1em; padding: 2rem 10rem 2rem 3rem;overflow: hidden;clear: both;margin-bottom: 1rem;-webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.start{padding:0;padding-left:0;padding-left:0;padding-left:35px;border-left:6px solid #6c86d0;font-style:italic;margin:24px 0;font-size:1.3em;color:#000}
.tip{padding:10px 10px 10px 24px; border-left:8px solid #87d06c;font-style:italic;font-size:1em;color:#555; background: #f8f8f8; border-radius:4px; margin-bottom: 20px;}

#crumbs {color:#c4c4c4; font-size:13px; font-weight: normal; padding: 0px 40px 0px 40px}
#crumbs a {color:#c4c4c4; font-weight: normal;}


/* CUSTOM */

#home-top {width:100%; padding-top: 30px;}
.promo11 {float:left; width:55%;vertical-align: ;margin-top: 2%;}
.promo12 {float:left; width:38%; height: ; float:right; margin-right: 18px; 	border: ; padding:10px;position: relative;}
.promo11 span {	font-size: 30px;margin-bottom: 20px;line-height: 1.2em;font-weight: 600;text-transform: none;color: #003b61;}
.promo11 ul {padding-top: 68px;}
.promo11 li{background:url(/images/tick.png) no-repeat left center;font-size:19px;list-style:none outside none; padding-left: 25px;}




