/*
Theme Name: Monochrome Pro
Theme URI: https://my.studiopress.com/themes/monochrome/
Description: Monochrome showcases the sleek difference that white space and typography make in minimal design.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 1.7.5

Tags: accessibility-ready, block-styles, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: monochrome-pro
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Container
		- Site Inner
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Author Pro / Genesis Portfolio Pro
		- Jetpack
		- WPForms
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Header Menu
		- Header Search
		- Footer Menu
		- Accessible Menu
	- Content Area
		- Entries
		- Entry Messages
		- Entry Meta
		- Pagination
		- Comments
		- Pricing Page
	- Sidebar
	- Before Footer CTA
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 600px
*/


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

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

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


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

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

body {
	background-color: #fff;
	color: #000;
	font-family: Amiri, Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.875;
	margin: 0;
	overflow-x: hidden;
}

body {
	animation: fadein 1s;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.wp-custom-logo .site-title>a,
.wp-custom-logo .title-area,
.site-header {
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border-width: 0;
	border-collapse: collapse;
	border-top: 1px solid currentColor;
	color: #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 600;
}

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

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	margin: 1em;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-align: center;
}

.comment-respond h3::after,
.entry-comments h3::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	width: 5%;
}

h4 {
	font-size: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 20px;
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #ccc;
}

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

input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	padding: 15px;
	width: 100%;
}

input[type="search"] {
	-webkit-appearance: none;
}

input:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

::placeholder {
	color: #000;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #000;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	padding: 20px 30px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.button {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.button.large {
	font-size: 14px;
}

.button.secondary {
	background-color: #eee;
	color: #000;
}

.more-link {
	display: inline-block;
	margin-top: 10px;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 15px 20px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.more-link:hover,
.more-link:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #06c;
	border-width: 0;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #000;
	color: #fff;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	box-shadow: none;
	color: #999;
	cursor: not-allowed;
}

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

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

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: 600;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	/* background-color: #FAFAFA !important; */
	z-index: 99;
}

.gmm-active .site-container {
	margin-bottom: 0 !important;
}

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

.site-inner,
.wrap {
	margin: 0 auto;
	/* display: flex; */
}

.site-inner {
	background-color: #def2f1 !important;
	clear: both;
	margin-top: 100px;
	max-width: 1200px;
	position: relative;
	word-wrap: break-word;
	z-index: 999;
}

/* .gb-container-inside{
	background-color: #def2f1 !important;
} */

.archive .site-inner,
.page-template-page_blog .site-inner {
	margin-bottom: 100px;
}

.full-width-content.featured-image .site-inner {
	margin-top: -220px;
}

.full-width-content.landing-page .site-inner {
	margin-bottom: 80px;
	margin-top: 180px;
	max-width: 680px;
}

.genesis-title-hidden .site-inner {
	margin-top: 0;
}

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

/* Content */

.content {
	float: right;
	position: relative;
	width: 720px;
}

.content-sidebar-wrap{
	/* background-color: #FAFAFA !important; */
}

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

.full-width-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

/* Sidebar */

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

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

/* Column Classes
--------------------------------------------- */

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

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

.entry-avatar .avatar {
	background-color: #fff;
	float: none;
	margin-bottom: 40px;
	margin-top: -60px;
	padding: 5px;
}

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

.breadcrumb {
	font-size: 14px;
	margin-bottom: 40px;
}

.full-width-content.single .breadcrumb {
	text-align: center;
}

.featured-image .breadcrumb {
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 0;
	position: absolute;
	top: -220px;
	width: 100%;
}

.featured-image .breadcrumb,
.featured-image .breadcrumb a {
	color: #fff;
}

.featured-image .breadcrumb a:hover,
.featured-image .breadcrumb a:focus {
	color: #ccc;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 100px;
}

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 100px;
}

.after-entry {
	box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
	padding: 60px 80px;
}

.full-width-content .after-entry:last-child {
	margin-bottom: 180px;
}

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

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

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	margin-top: 20px;
}

.error404 .entry-content .search-form input[type="search"] {
	margin-right: 10px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

.widget_search input[type="submit"] {
	right: 0;
	top: 0;
}

.widget_search input[type="submit"]:focus,
.site-header .header-search-wrap input[type="submit"]:focus {
	background-color: #000;
	box-shadow: none;
	clip: auto;
	color: #fff;
	height: auto;
	padding: 22px 20px;
	width: auto;
}


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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.archive-description .entry-title,
.archive-title {
	margin-bottom: 20px;
}

.author-box-title {
	margin-bottom: 10px;
}

.entry-title {
	font-size: 42px;
	font-weight: 600;
	letter-spacing: -0.5px;
}

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

.page-template-page_blog-php.page .entry-title {
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #06c;
}

.widget-title {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.sidebar .widget-title {
	margin-bottom: 20px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


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

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

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

.widget ul>li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul>li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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


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

.featured-content .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
	border-width: 0;
}

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

.sidebar .featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

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

.sidebar .featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}

.sidebar .featured-content .entry-meta {
	margin-bottom: 5px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
	margin-bottom: 0;
}


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

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

.after-entry .enews-widget {
	text-align: center;
}

.after-entry .enews-widget form {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
}

.sidebar .enews-widget form {
	margin-top: 20px;
}

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

.enews-widget input[type="email"],
.enews-widget input[type="text"] {
	background-color: #f5f5f5;
}

.after-entry .enews-widget input {
	text-align: center;
}

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

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

/* Genesis Author Pro / Genesis Portfolio Pro
--------------------------------------------- */

.genesis-author-pro.archive .content .entry-header::after,
.genesis-pro-portfolio.archive .content .entry-header::after {
	display: none;
}

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

#wpstats {
	display: none;
}

/* WPForms
--------------------------------------------- */

.site-container .wpforms-container {
	margin-bottom: 40px;
}

.site-container .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #000;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid transparent;
	min-height: 80px;
	padding: 10px 40px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#menu-header-menu li a {
	text-decoration: none;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header>.wrap>* {
	transition: all 0.4s ease-in-out;
}

.site-header.search-visible>.wrap> :not(.header-search-wrap) {
	opacity: 0;
}

.shadow .site-header,
.site-header.search-visible {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

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

.title-area {
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}

.wp-custom-logo .title-area {
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0;
	width: fit-content !important;
}

.site-title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #000;
	text-decoration: none;
}

.wp-custom-logo .site-title>a {
	float: left;
	min-height: 50px;
	width: 100%;
}

.site-description,
.wp-custom-logo .site-title {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-header .custom-logo-link .custom-logo {
	height: 80px !important;
	width: auto;
}

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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu li {
	float: none;
	list-style-type: none;
}

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

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

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
	color: #000;
	display: block;
	font-family: Muli, sans-serif;
	font-size: 15px;
	font-weight: 400;
	padding: 20px 10px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .toggle-header-search:focus,
.genesis-nav-menu .toggle-header-search:hover {
	color: #06c;
}

.genesis-nav-menu .sub-menu {
	background: transparent;
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.5s ease-in-out;
	width: 160px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu::before {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000;
	content: " ";
	height: 0;
	left: 15px;
	position: absolute;
	top: 0;
	width: 0;
}

.genesis-nav-menu .sub-menu .sub-menu::before {
	display: none;
}

.genesis-nav-menu>.menu-item>.sub-menu {
	padding-top: 5px;
}

.genesis-nav-menu>.menu-item>.sub-menu>.menu-item:first-child {
	border-radius: 3px 3px 0 0;
}

.genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child,
.genesis-nav-menu>.menu-item>.sub-menu>.menu-item:last-child,
.genesis-nav-menu .sub-menu a {
	background-color: #000;
}

.genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child {
	padding-top: 5px;
}

.genesis-nav-menu>.menu-item>.sub-menu>.menu-item:last-child {
	border-radius: 0 0 3px 3px;
}

.genesis-nav-menu>.menu-item .sub-menu>.menu-item:last-child {
	padding-bottom: 5px;
}

.genesis-nav-menu .sub-menu a {
	font-size: 13px;
	padding: 12px 15px;
	position: relative;
	width: 260px !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 0 0 160px;
}

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

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

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

.nav-primary {
	float: right;
	margin-top: 2px;
	text-align: right;
}

.nav-primary .genesis-nav-menu .sub-menu {
	z-index: 9999;
	width: 260px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu li:last-child a {
	border-bottom: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	background-color: #fff;
	color: #000;
}

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

.header-search-wrap {
	display: none;
}

.js .header-search-wrap {
	height: 100%;
	left: 0;
	padding: 10px 40px;
	position: absolute;
	transform: translate3d(0, -100%, 0);
	transition: none;
	top: 0;
	width: 100%;
	z-index: 1001;
	/* Show above the menu toggle button */
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
	height: 100%;
}

.search-visible .header-search-wrap {
	transform: translate3d(0, 0, 0);
}

.header-search-wrap:target {
	clear: both;
	display: block;
	position: relative;
}

.header-search-wrap input[type="search"] {
	border: 0;
	padding-left: 0;
	padding-right: 100px;
}

.header-search-wrap input[type="submit"]:focus {
	border-radius: 3px;
	margin-top: 1px;
	padding: 20px;
	right: 50px;
}

.toggle-header-search {
	background: transparent;
}

.js .toggle-header-search.close:focus {
	outline: 0;
}

.toggle-header-search.close {
	color: #000;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate3d(-35px, 0, 0);
	transition: transform 0.2s ease-in-out;
	width: 30px;
	z-index: 100;
}

.header-search-wrap:target .toggle-header-search.close {
	transform: none;
}

.toggle-header-search .ionicons {
	font-size: 12px;
	transform: scale(2);
}

.toggle-header-search.close .ionicons {
	position: absolute;
	right: 50%;
	top: calc(50% - 5px);
	transform: scale(3);
}

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

.nav-secondary {
	margin-bottom: 10px;
}

.nav-secondary .genesis-nav-menu {
	font-family: Muli, sans-serif;
	font-weight: 300;
	margin-top: 20px;
}

.nav-secondary .genesis-nav-menu li {
	padding-left: 2px;
}

.nav-secondary .genesis-nav-menu a {
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-left: 15px;
	padding: 0;
	text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu li:first-child a {
	margin-left: 0;
}

.nav-secondary .genesis-nav-menu li:first-child::before {
	content: "";
}

.nav-secondary .genesis-nav-menu li::before {
	color: #666;
	content: "—";
	float: left;
	font-size: 10px;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus,
.menu .menu-item.sfHover {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .menu-item.sfHover>.sub-menu>.menu-item.sfHover>.sub-menu {
	left: 160px;
	margin-left: 0;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


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

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

.entry-background {
	background-position: center;
	background-size: cover;
	display: block;
	height: 460px;
	position: relative;
	width: 100%;
}

.entry {
	margin-bottom: 100px;
}

.full-width-content.landing-page .entry {
	margin-bottom: 0;
}

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

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

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

.entry-content ol ul>li,
.entry-content ul ul>li {
	list-style-type: circle;
}

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

.entry-content code {
	background-color: #000;
	color: #eee;
}

.entry-content .intro {
	font-size: 19px;
	font-style: italic;
	font-weight: 600;
}

p.center {
	text-align: center;
}

/* Entry Messages
--------------------------------------------- */

.message {
	padding: 25px 30px;
}

.message,
.message a {
	color: #fff;
}

.message a {
	border-bottom: 1px solid #fff;
}

.message a:hover,
.message a:focus {
	border-bottom: none;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

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

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-meta a {
	color: #000;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #06c;
	text-decoration: none;
}

.single.full-width-content .entry-header {
	text-align: center;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 2.5%;
}

.single.full-width-content .entry-header::after {
	margin-left: auto;
	margin-right: auto;
}

.sidebar .entry-header::after {
	display: none;
}

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

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 16px/1 "ionicons";
	/* stylelint-disable-line */
	margin-right: 8px;
	margin-top: -5px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f3ca";
}

.entry-tags::before {
	content: "\f48d";
}

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

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

.pagination {
	clear: both;
}

.archive-pagination a {
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	font-family: "Open Sans Condensed", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 10px 15px;
	text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
	background-color: #06c;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-1px);
}

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

.archive-pagination li {
	display: inline-block;
	margin-bottom: 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 17px;
}

.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

.comment-notes {
	text-align: center;
}

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

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content p {
	margin-bottom: 20px;
}

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

.comment-respond {
	margin-bottom: 100px;
}

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

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

.comment-header p {
	margin-bottom: 0;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

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


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

.sidebar {
	line-height: 1.75;
	margin-bottom: 100px;
}

.sidebar,
.sidebar p {
	font-size: 16px;
}

.sidebar .widget {
	margin-bottom: 80px;
}


/* Before Footer CTA
---------------------------------------------------------------------------- */

.before-footer-cta {
	background: #06c;
	background: linear-gradient(45deg, #06c, #02cbfb);
	line-height: 1.5;
	padding-bottom: 40px;
	padding-top: 45px;
	text-align: center;
}

.before-footer-cta .wrap {
	max-width: 1200px;
}

.before-footer-cta p:last-of-type,
.before-footer-cta .widget:last-of-type {
	margin-bottom: 0;
}

.before-footer-cta,
.before-footer-cta a,
.before-footer-cta p,
.before-footer-cta .widget-title {
	color: #fff;
}

.before-footer-cta a {
	border-bottom: 1px solid currentColor;
}

.before-footer-cta a:focus,
.before-footer-cta a:hover {
	border-bottom: 1px solid transparent;
}

.before-footer-cta p {
	font-size: 20px;
}

.before-footer-cta button,
.before-footer-cta input[type="button"],
.before-footer-cta input[type="reset"],
.before-footer-cta input[type="submit"],
.before-footer-cta a.button,
.before-footer-cta a.more-link {
	background-color: #fff;
	border-width: 0;
	color: #000;
	margin: 5px 10px;
	padding: 15px 20px;
	vertical-align: middle;
}

.before-footer-cta button:focus,
.before-footer-cta button:hover,
.before-footer-cta input[type="button"]:focus,
.before-footer-cta input[type="button"]:hover,
.before-footer-cta input[type="reset"]:focus,
.before-footer-cta input[type="reset"]:hover,
.before-footer-cta input[type="submit"]:focus,
.before-footer-cta input[type="submit"]:hover,
.before-footer-cta .button:hover,
.before-footer-cta .button:focus {
	background-color: #000;
	color: #fff;
}


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

.site-footer {
	background-color: #000;
	bottom: 0;
	font-size: 13px;
	line-height: 1;
	padding-bottom: 40px;
	padding-top: 40px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: -99;
}

.site-footer .wrap:first-of-type {
	padding-top: 15px !important;
}

.site-footer .nav-secondary {
	margin-bottom: 0 !important;
}

.site-footer #menu-footer-menu {
	height: 50px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.site-footer ul li {
	width: fit-content !important;
	padding: 0 !important;
}

.gmm-active .site-footer {
	position: inherit;
}

.site-footer .genesis-nav-menu .current-menu-item>a,
.site-footer a,
.site-footer p {
	border-bottom: 1px solid transparent;
	color: #fff;
}

.site-footer .wrap a {
	padding-bottom: 2px;
	width: fit-content !important;
}

.site-footer .genesis-nav-menu .current-menu-item>a:focus,
.site-footer .genesis-nav-menu .current-menu-item>a:hover,
.site-footer a:hover,
.site-footer a:focus,
.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu a:focus {
	border-bottom-color: currentColor;
	color: #ccc;
	text-decoration: none;
}

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

.site-footer .ion-heart {
	font-size: 13px;
	margin-left: 2px;
	margin-right: 2px;
}

.site-footer .wrap a.footer-logo-link {
	border-bottom-width: 0;
	display: inline-block;
	height: 50px;
	margin-bottom: 10px;
	padding: 0;
}

.site-footer .footer-logo {
	height: 50px;
	width: auto;
}


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

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

	.before-footer-cta .wrap,
	.site-inner {
		max-width: 960px;
	}

	.content {
		width: 600px;
	}

	.sidebar {
		width: 300px;
	}

}

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

	.before-footer-cta .wrap,
	.site-inner {
		max-width: 720px;
	}

	.content,
	.full-width-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.js .nav-primary,
	.sidebar {
		width: 100%;
	}

	.site-header {
		padding-left: 20px;
		padding-right: 20px;
	}

	.full-width-content.landing-page .site-inner {
		margin-top: 80px;
	}

	.genesis-nav-menu li {
		float: none;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.site-header>.wrap>.genesis-responsive-menu {
		transition: none;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		color: #000;
		display: block;
		font-family: Muli, sans-serif;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		width: auto;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		border-width: 0;
		box-shadow: none;
		color: #06c;
	}

	.js .genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child,
	.js .genesis-nav-menu>.menu-item>.sub-menu>.menu-item:last-child,
	.js .genesis-nav-menu .sub-menu a,
	.js #genesis-mobile-nav-primary {
		background-color: #fff;
		color: #000;
	}

	#genesis-mobile-nav-primary.activated {
		border-bottom-color: transparent;
	}

	#genesis-mobile-nav-primary:focus,
	#genesis-mobile-nav-primary:hover {
		color: #06c;
	}

	.menu-toggle {
		float: right;
		font-size: 15px;
		font-weight: 400;
		line-height: 21px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 20px;
		margin-right: 5px;
		text-rendering: auto;
		vertical-align: bottom;
	}

	.sub-menu-toggle {
		background: transparent;
		float: right;
		font-size: 14px;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover,
	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item>a {
		color: #06c;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .toggle-header-search {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
		color: #000;
	}

	.genesis-nav-menu>.menu-item .sub-menu>.menu-item:first-child {
		padding-top: 0;
	}

	.genesis-nav-menu>.menu-item .sub-menu>.menu-item:last-child {
		padding-bottom: 5px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu::after,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu::before,
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .toggle-header-search {
		display: none;
	}

	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third {
		padding: 30px 40px;
	}

	.pricing-table .one-fourth,
	.pricing-table .one-fifth {
		width: 50%;
	}

}

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

	.before-footer-cta .wrap,
	.site-inner {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}

	.admin-bar .site-header {
		top: 46px;
	}

	.site-header {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	}

	.full-width-content.landing-page .content {
		margin-bottom: 0;
	}

	.entry-title {
		font-size: 36px;
	}

	.after-entry {
		padding: 30px 40px;
	}

	.after-entry .enews-widget form {
		margin-left: 0;
		margin-right: 0;
	}

	.before-footer-cta .button {
		float: none;
		margin-top: 20px;
	}

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

}

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

	.admin-bar .site-header {
		position: relative;
		top: 0;
	}

	.footer-cta-button {
		display: block;
	}

}


/* total theme styles --------------------------------------------------------*/
/* body{font-family: 'RobotoRegular';} */

@font-face {
	font-family: 'RobotoRegular';
	src: url('fonts/RobotoRegular.eot');
	src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
		url('fonts/RobotoRegular.woff2') format('woff2'),
		url('fonts/RobotoRegular.woff') format('woff'),
		url('fonts/RobotoRegular.ttf') format('truetype'),
		url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
	font-family: 'RobotoMedium';
	src: url('fonts/RobotoMedium.eot');
	src: url('fonts/RobotoMedium.eot') format('embedded-opentype'),
		url('fonts/RobotoMedium.woff2') format('woff2'),
		url('fonts/RobotoMedium.woff') format('woff'),
		url('fonts/RobotoMedium.ttf') format('truetype'),
		url('fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}

@font-face {
	font-family: 'RobotoBoldCondensed';
	src: url('fonts/RobotoBoldCondensed.eot');
	src: url('fonts/RobotoBoldCondensed.eot') format('embedded-opentype'),
		url('fonts/RobotoBoldCondensed.woff2') format('woff2'),
		url('fonts/RobotoBoldCondensed.woff') format('woff'),
		url('fonts/RobotoBoldCondensed.ttf') format('truetype'),
		url('fonts/RobotoBoldCondensed.svg#RobotoBoldCondensed') format('svg');
}

@font-face {
	font-family: 'BlueHighwayCondensedRegular';
	src: url('fonts/BlueHighwayCondensedRegular.eot');
	src: url('fonts/BlueHighwayCondensedRegular.eot') format('embedded-opentype'),
		url('fonts/BlueHighwayCondensedRegular.woff2') format('woff2'),
		url('fonts/BlueHighwayCondensedRegular.woff') format('woff'),
		url('fonts/BlueHighwayCondensedRegular.ttf') format('truetype'),
		url('fonts/BlueHighwayCondensedRegular.svg#BlueHighwayCondensedRegular') format('svg');
}

.wpb_raw_code.wpb_content_element.wpb_raw_html.centerclass {
	text-align: center;
}

.logo {
	margin: 15px 0 10px 0;
	display: inline-block
}

.topUl {
	list-style: none;
	margin: 34px 0 0 0;
	padding: 0;
	text-align: right;
	display: block
}

.topUl>li {
	display: inline-block;
	padding: 0
}


.topUl>li:first-child a {
	/*background:url(http://localhost/wordpress-custom/wp-content/themes/total-child/images/fpIcon.png) no-repeat left 0px;*/
	padding-left: 20px;
	height: 16px
}

.topUl>li:last-child a {
	background: url(images-total-child/lockIcon.png) no-repeat left 0px;
	height: 16px;
	padding-left: 20px
}

.topUl>li:first-child:hover a {
	/* 
	
	
	background:url(images-total-child/fpIconHover.png) no-repeat left 0*/

}

.topUl>li:last-child:hover a {
	background: url(images-total-child/lockIconHover.png) no-repeat left 0
}

.topUl>li>a {
	color: #536943;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase
}

.topUl>li>a:hover {
	color: #32659a;
	text-decoration: none
}

.topUl>li:last-child>a {
	text-transform: none
}

.rightArrow {
	background: url(images-total-child/previousIcon.png) no-repeat 0 -60px;
	width: 60px !important;
	height: 60px !important;
	overflow: hidden;
	text-indent: -100px
}

.rightArrow:hover {
	background-position: 0 0
}

.leftArrow {
	background: url(images-total-child/startIcon.png) no-repeat 0 -60px;
	width: 60px !important;
	height: 60px !important;
	overflow: hidden;
	text-indent: -100px
}

.leftArrow:hover {
	background-position: 0 0
}

.betterH {
	text-align: center;
	padding: 10px 25px 3px 25px;
	text-transform: uppercase;
	border-bottom: 1px dashed #8c8c8c;
	display: inline-block;
	font-family: 'RobotoBoldCondensed';
	margin-bottom: 45px
}

.betterH>span {
	border-bottom: 2px solid #ffa800
}

.hexagenBg {
	width: 270px;
	height: 300px;
	background: url(images-total-child/hexagonBg.png) no-repeat;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.hexagenBg:hover {
	background: url(images-total-child/hexagonBg.png) no-repeat 0 -300px;
}

.hexagenBg:hover ul>li {
	color: #444
}

.hexagenBg>ul {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	list-style: none;
	text-align: center
}

.hexagenBg>ul>li {
	display: block;
	margin: 0 0 20px 0;
	color: #444;
	font-size: 22px
}

.hexagenBg>ul>li .whatIcon {
	background: url(images-total-child/whatIcon.png) no-repeat;
	width: 80px;
	height: 70px;
	display: block;
	margin: 0 auto
}

.hexagenBg:hover>ul>li .whatIcon {
	background-position: 0 -70px
}

.hexagenBg>ul>li .helloIcon {
	background: url(images-total-child/whyIcon.png) no-repeat;
	width: 101px;
	height: 56px;
	display: block;
	margin: 0 auto
}

.hexagenBg:hover>ul>li .helloIcon {
	background-position: 0 -56px
}

.hexagenBg>ul>li .faqIcon {
	background: url(images-total-child/faqIcon.png) no-repeat;
	width: 68px;
	height: 65px;
	display: block;
	margin: 0 auto
}

.hexagenBg:hover>ul>li .faqIcon {
	background-position: 0 -65px
}

.hexagenBg>ul>li .findaIcon {
	background: url(images-total-child/findaIcon.png) no-repeat;
	width: 37px;
	height: 85px;
	display: block;
	margin: 0 auto
}

.hexagenBg:hover>ul>li .findaIcon {
	background-position: 0 -85px
}

.hexagenBg>ul>li a {
	border: 1px solid #536943;
	padding: 4px 20px;
	color: #444;
	font-size: 15px;
	cursor: pointer;
}

.hexagenBg:hover>ul>li a {
	border-color: #fff;
	color: #fff;
	text-decoration: none
}

.familyBg {
	margin: 0;
	display: table;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.familyBg>ul {
	padding: 0;
	list-style: none;
	display: table-cell;
	vertical-align: middle
}

.familyBg>ul>li {
	margin: 0
}

.familyBg>ul>li {
	margin: 0;
	font-family: 'RobotoMedium';
	font-size: 20px;
	color: #fff
}

.familyBg>ul>li>h1 {
	font-family: 'RobotoBoldCondensed';
	margin: 0;
	padding: 0
}

.locateTitle {
	text-align: center;
	padding: 0 0 3px 0;
	text-transform: uppercase;
	border-bottom: 1px dashed #8c8c8c;
	display: inline-block;
	font-family: 'RobotoBoldCondensed';
	margin-bottom: 45px;
	color: red;
}

.locateTitle>span {
	border-bottom: 2px solid #ffa800
}

.ftBtm {
	background: #32659a;
	color: #fff;
	margin-top: 90px;
	overflow: hidden;
	padding-top: 60px
}

.ftBtm h3 {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 0 0 4px 0
}

.ftBtm h3>span {
	border-bottom: 3px solid #fff
}

.qlUl {
	list-style: none;
	margin: 0;
	padding: 0
}

.qlUl>li {
	width: 50%;
	float: left;
	margin-bottom: 15px
}

.qlUl>li>a {
	color: #fff;
	text-decoration: none
}

.ftmLogo {
	margin-top: 0px;
	display: inline-block
}

.ciUl {
	list-style: none;
	margin: 0;
	padding: 0
}

.ciUl>li {
	display: block;
	color: #fff;
	margin-bottom: 15px;
	padding-left: 30px
}

.ciUl>li>a {
	display: block;
	color: #fff
}

.homeIcon {
	background: url(images-total-child/homeIcon.png) no-repeat;
}

.phoneIcon {
	background: url(images-total-child/phoneIcon.png) no-repeat;
}

.emailIcon {
	background: url(images-total-child/emailIcon.png) no-repeat;
}

.copyRight {
	background: url(images-total-child/copyRightBorder.png) no-repeat top center;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center
}

.copyRight>.ftLink {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none
}

.copyRight>.ftLink>li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 25px;
	line-height: 16px
}

.copyRight>.ftLink>li:last-child {
	border: none
}

.copyRight>.ftLink>li>a {
	color: #fff
}

.copyRight .copyUl {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style: none
}

.copyRight .copyUl>li {
	color: #fff
}

.searchSection {
	background: #fff;
	width: 100%;
	height: auto;
	max-width: 370px
}

.searchSection .searchHeader {
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.searchSection .searchHeader>input[type="text"] {
	background: #f9f9f9;
	border: none;
	border-radius: 0;
	box-shadow: none
}

.searchTextUl {
	list-style: none;
	margin: 0;
	padding: 0;
	/*height:380px;overflow:auto*/
}

.searchTextUl>li {
	border-bottom: 1px solid #e3e3e3;
	padding: 4px;
	color: #929292
}

.searchTextUl>li strong {
	display: block
}

.searchTextUl>li>a {
	color: #929292;
	text-decoration: none;
	display: block
}

/*.searchTextUl > li:hover{background:#536943;color:#fff}*/
/*.searchTextUl > li.active{background:#536943;color:#fff}*/
/*.searchTextUl > li.active a{color:#fff}
.searchTextUl > li:hover a{color:#fff}*/
.searchTextUl>li:last-child {
	border: none
}

.mmIcon {
	position: absolute;
	background: url(images-total-child/mmIconHover.png) no-repeat;
	width: 26px;
	height: 38px;
	display: block
}

.mmIcon:hover {
	background-position: 0 -38px
}

.mmIcon.active {
	background-position: 0 -38px
}

.mmIcon1 {
	left: 10%;
	bottom: 15%
}

.mmIcon2 {
	left: 24%;
	bottom: 20%
}

.mmIcon3 {
	left: 38%;
	bottom: 21%
}

.mmIcon4 {
	left: 52%;
	bottom: 28%
}

.mmIcon5 {
	left: 48%;
	bottom: 52%
}

.mmIcon6 {
	left: 74%;
	bottom: 28%
}

.mmIcon7 {
	left: 66%;
	bottom: 52%
}

.mmIcon8 {
	left: 60%;
	bottom: 78%
}

.mmIcon9 {
	left: 80%;
	bottom: 62%
}

@media only screen and (min-width: 768px) {
	.content-area {
		max-width: 100% !important;
	}
}

@media screen and (min-width: 769px) {
	.customNav {
		background: #32659a;
		border: none;
		border-radius: 0;
		margin: 0;
		min-height: inherit;
		padding: 20px 0
	}

	.customNav .navbar-nav>li>a {
		color: #fff;
		font-size: 18px;
		padding: 0 29px !important;
		border-right: 1px solid #5fa4ec
	}

	.customNav .navbar-nav>li:last-child>a {
		border: none
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		background: none;
		color: #ffa800
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		color: #ffa800
	}

	.customCC h4 {
		font-family: 'RobotoMedium';
		font-size: 24px
	}

	.customCC h3 {
		font-size: 75px;
		background: rgba(30, 23, 20, 0.6);
		font-family: 'BlueHighwayCondensedRegular';
	}

	.customCC p {
		font-size: 24px
	}

	.familyBg>ul {
		display: block;
		margin: 94px 0 64px 0
	}

	.familyBg>ul>li>h1 {
		margin-bottom: 36px
	}
}

.clr.wpex-hidden {
	display: none;
}

@media screen and (max-width: 768px) {
	.carousel-caption {
		bottom: 0;
		padding-bottom: 0
	}

	.familyBg {
		padding: 20px 6px;
	}

	.topUl>li {
		padding: 0 15px;
	}

	.topUl {
		margin: 25px 0 10px;
	}
}

/*ScrollBar - DISABLED: this rule breaks text wrapping in Genesis posts by forcing .content to 100vw */
/* .content{overflow: auto;position: relative;width: 100px !important;min-width: 100vw;height: fit;-webkit-box-sizing: border-box;-moz-box-sizing:border-box;box-sizing:border-box;} */
/*ScrollBar*/

/*Why Its Better Page*/
.betterW {
	text-align: center;
	padding: 25px 25px 3px 25px;
	text-transform: uppercase;
	border-bottom: 1px dashed #8c8c8c;
	display: inline-block;
	font-family: 'RobotoBoldCondensed';
	margin-bottom: 45px;
	color: #000000;
	font-size: 40px;
	font-weight: bold;
	color: rgb(51, 51, 51);
}

.betterW>span {
	border-bottom: 2px solid #ffa800
}



.hexagenBgW {
	height: 300px;
	margin: 0px auto 0;
	padding: 0;
	display: table;
}

.hexagenBgW>div {
	display: inline;
	vertical-align: middle;
	padding: 0;
	list-style: none;
}

.hexagenBgW>div .heading {
	display: block;
	margin: 25px 0 20px 0;
	color: #444;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

.hexagenBgW>div .text {
	display: block;
	margin: 0 0 20px 0;
	padding: 0 30px 0 0;
	color: #444;
	font-size: 17px;
}

.hexagenBgW>div .button {
	display: block;
	margin: 0 0 20px 0;
	color: #444;
	font-size: 17px;
}

.hexagenBgW>div .button a {
	border: 1px solid #536943;
	padding: 4px 20px;
	color: #444;
	font-size: 15px;
}

.hexagenBgW:hover>div .button a {
	text-decoration: none
}

.borderBottom {
	border-bottom: 2px solid #ECE8E7;
	margin: 60px 0
}

.col-md-8.navbar-user.col-md-offset-2>p {
	color: rgb(68, 68, 68);
}

/*Why Its Better Page*/

/*Custom Navigation*/
.customNav .dropdown.open a.dropdown-toggle {
	background-color: transparent;
	color: #ffa800;
}

.customNav .dropdown.open a.dropdown-toggle:hover {
	background-color: transparent;
	color: #ffa800;
}

.customNav .dropdown-menu {
	background: #000;
	border-top: 4px solid #FFA801;
	opacity: 0.8;
	border-radius: 0;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 20px;
	width: 280px;
	padding: 0;
}

.dropdown-menu>li {
	border-bottom: 1px solid;
}

.dropdown-menu>li:last-child {
	border-bottom: medium none;
}

.dropdown-menu>li:last-child a {
	padding-bottom: 5px;
}

.dropdown-menu>li:first-child a {
	padding-top: 8px;
}

.dropdown-menu>li>a {
	color: #fff;
	font-size: 18px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background-color: #32659A;
	color: #fff;
	text-decoration: none;
}

/*Custom Navigation*/

/*The Process page css start */
.whatDiv {
	margin: 140px 0 0 0;
	max-width: 501px
}

.whatUl {
	list-style: none;
	margin: 0 0 24px 0;
	padding: 0;
}

.whatUl>li {
	text-transform: uppercase
}

.whatUl>li:first-child {
	font-family: 'RobotoMedium';
	font-size: 20px;
	font-weight: bold;
}

.whatUl>li:last-child {
	font-family: 'RobotoBoldCondensed';
	font-size: 40px;
	border-bottom: 1px dashed #8c8c8c;
	font-weight: bold;
}

.whatUl>li:last-child span {
	border-bottom: 2px solid #ffa800;
	padding-bottom: 2px
}

.rmBtn {
	border: 1px solid #ffa800;
	border-radius: 3px;
	font-size: 18px;
	text-transform: uppercase;
	padding: 9px 25px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	margin-top: 20px;
	background: #ffa800;
}

.rmBtn:hover {
	background: #ffa800;
	color: #fff;
	text-decoration: none
}


.pIconsUl,
.pIconsUlU {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pIconsUl>li,
.pIconsUlU>li {
	display: inline-block;
	margin: 0 5px
}

.pIconsUl>li>a,
.pIconsUlU>li>a {
	text-decoration: none
}

.pIconsUl li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	background: url(images-total-child/pIconBg.png) no-repeat;
	width: 166px;
	height: 184px
}

.pIconsUlU li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	background: url(images-total-child/pIconBgB.png) no-repeat;
	width: 250px;
	height: 184px
}

.pIconsUl li ul:hover,
.pIconsUlU li ul:hover {
	background-position: 0 -184px
}

.pIconsUl li ul li,
.pIconsUlU li ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.pIconsUl_new {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pIconsUl_new>li {
	display: inline-block;
	margin: 0 5px
}

.pIconsUl_new>li>a {
	text-decoration: none
}

.pIconsUl_new li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	background: url(images-total-child/pIconBg.png) no-repeat;
	width: 166px;
	height: 184px
}

.pIconsUl_new li ul:hover {
	background-position: 0 -184px
}

.pIconsUl_new li ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}


.cdIcon {
	background: rgba(0, 0, 0, 0) url(images-total-child/cdIcon12.png) no-repeat;
	width: 69px;
	height: 74px;
	display: block;
	margin: 0 auto
}

.ccIcon {
	background: url(images-total-child/ccIcon.png) no-repeat;
	width: 69px;
	height: 74px;
	display: block;
	margin: 0 auto
}

.cvIcon {
	background: url(images-total-child/cvIcon.png) no-repeat;
	width: 84px;
	height: 68px;
	display: block;
	margin: 0 auto
}

.cpIcon {
	background: url(images-total-child/cpIcon.png) no-repeat;
	width: 95px;
	height: 58px;
	display: block;
	margin: 0 auto
}

.maIcon {
	background: url(images-total-child/maIcon.png) no-repeat;
	width: 66px;
	height: 61px;
	display: block;
	margin: 0 auto
}

.upIcon {
	background: url(images-total-child/upIcon.png) no-repeat;
	width: 72px;
	height: 67px;
	display: block;
	margin: 0 auto
}

.csIcon {
	background: url(images-total-child/csIcon.png) no-repeat;
	width: 69px;
	height: 72px;
	display: block;
	margin: 0 auto
}

.ssIcon {
	background: url(images-total-child/ssIcon.png) no-repeat;
	width: 78px;
	height: 60px;
	display: block;
	margin: 0 auto
}

.iconCaption {
	color: #000;
	font-size: 22px;
	font-family: 'RobotoBoldCondensed';
	line-height: 22px;
	margin-top: 12px
}

.pIconsUl li ul:hover .iconCaption {
	color: #fff
}

.pIconsUl li ul:hover .cdIcon {
	background-position: 0 -58px
}

.pIconsUl li ul:hover .ccIcon {
	background-position: 0 -74px
}

.pIconsUl li ul:hover .cvIcon {
	background-position: 0 -68px
}

.pIconsUl li ul:hover .cpIcon {
	background-position: 0 -58px
}

.pIconsUl li ul:hover .maIcon {
	background-position: 0 -61px
}

.pIconsUl li ul:hover .upIcon {
	background-position: 0 -67px
}

.pIconsUl li ul:hover .csIcon {
	background-position: 0 -72px
}

.pIconsUl li ul:hover .ssIcon {
	background-position: 0 -60px
}


.pIconsUl_new li ul:hover .iconCaption {
	color: #fff
}

.pIconsUl_new li ul:hover .cdIcon {
	background-position: 0 -58px
}

.pIconsUl_new li ul:hover .ccIcon {
	background-position: 0 -74px
}

.pIconsUl_new li ul:hover .cvIcon {
	background-position: 0 -68px
}

.pIconsUl_new li ul:hover .cpIcon {
	background-position: 0 -58px
}

.pIconsUl_new li ul:hover .maIcon {
	background-position: 0 -61px
}

.pIconsUl_new li ul:hover .upIcon {
	background-position: 0 -67px
}

.pIconsUl_new li ul:hover .csIcon {
	background-position: 0 -72px
}

.pIconsUl_new li ul:hover .ssIcon {
	background-position: 0 -60px
}

.mt90 {
	margin-top: 90px
}

.mt-37 {
	margin-top: -37px
}

.ml88 {
	margin-left: 88px
}

.greenBg {
	background: #546a44;
	margin-top: 60px;
	margin-bottom: 60px
}

.howDiv {
	margin: 40px 0 0 55px;
	color: #444;
	max-width: 610px
}

.howDiv .rmBtn {
	border-color: #ffa800;
	color: #fff
}

.howDiv .rmBtn:hover {
	background: #ffa800
}

/*The Process page css end */

/*Marital Agreements Page*/
.button {
	display: block;
	margin: 0 0 20px 0;
	color: #444;
	font-size: 17px;
}

.button a {
	border: 1px solid #536943;
	padding: 4px 20px;
	color: #444;
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.button a:hover {
	text-decoration: none;
}

.maBottomSection {
	background: #fff;
	width: 100%;
	height: auto;
}

.maBottomSection .searchHeader {
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
}

.maBottomSection .searchHeader>input[type="text"] {
	background: #f9f9f9;
	border: none;
	border-radius: 0;
	box-shadow: none
}


/*Marital Agreements Page*/

.margintop0 {
	margin-top: 0px;
}

.marginbottom0 {
	margin-bottom: 0px;
}

.colorgrey {
	color: rgb(68, 68, 68);
}

.colordarkgrey {
	color: rgb(51, 51, 51);
}

/***** custom *******/
.locateTitle {
	font-size: 40px;
	font-weight: bold;
	color: rgb(51, 51, 51);
}

.rmBtnSmall {
	border: 1px solid #546a44;
	border-radius: 3px;
	color: #444;
	display: inline-block;
	font-size: 15px;
	margin-top: 10px;
	padding: 4px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.rmBtnSmall:hover {
	background: #546a44;
	color: #fff;
	text-decoration: none
}


/************** add class active to li of psicon ****/


.pIconsUl li.active ul {
	background-position: 0 -184px
}

.pIconsUl li.active ul li .iconCaption {
	color: #fff !important
}

.pIconsUl li.active ul li .cdIcon {
	background-position: 0 -58px
}

.pIconsUl li.active ul li .ccIcon {
	background-position: 0 -74px
}

.pIconsUl li.active ul li .cvIcon {
	background-position: 0 -68px
}

.pIconsUl li.active ul li .cpIcon {
	background-position: 0 -58px
}

.pIconsUl li.active ul li .maIcon {
	background-position: 0 -61px
}

.pIconsUl li.active ul li .upIcon {
	background-position: 0 -67px
}

.pIconsUl li.active ul li .csIcon {
	background-position: 0 -72px
}

.pIconsUl li.active ul li .ssIcon {
	background-position: 0 -60px
}


.pIconsUl_new li.active ul {
	background-position: 0 -184px
}

.pIconsUl_new li.active ul li .iconCaption {
	color: #fff !important
}

.pIconsUl_new li.active ul li .cdIcon {
	background-position: 0 -58px
}

.pIconsUl_new li.active ul li .ccIcon {
	background-position: 0 -74px
}

.pIconsUl_new li.active ul li .cvIcon {
	background-position: 0 -68px
}

.pIconsUl_new li.active ul li .cpIcon {
	background-position: 0 -58px
}

.pIconsUl_new li.active ul li .maIcon {
	background-position: 0 -61px
}

.pIconsUl_new li.active ul li .upIcon {
	background-position: 0 -67px
}

.pIconsUl_new li.active ul li .csIcon {
	background-position: 0 -72px
}

.pIconsUl_new li.active ul li .ssIcon {
	background-position: 0 -60px
}

.ml40 {
	margin-left: 40%;
}

.wpcf7-form input,
button,
select,
textarea {

	width: 100%;
}


/********** new hexagun *************/
.hexagenBg {
	width: 270px;
	height: 300px;
	background: url(images-total-child/hexagonBg.png) no-repeat 0 -300px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.hexagenBg:hover {
	background: url(images-total-child/hexagonBg.png) no-repeat
}

.hexagenBg ul>li {
	color: #fff
}

.hexagenBg:hover ul>li {
	color: 444;
}

.hexagenBg>ul {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	list-style: none;
	text-align: center
}

.hexagenBg>ul>li {
	display: block;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 22px
}

.hexagenBg>ul>li .whatIcon {
	background: url(images-total-child/whatIcon.png) no-repeat;
	background-position: 0 -70px;
	width: 80px;
	height: 70px;
	display: block;
	margin: 0 auto
}

.hexagenBg:hover>ul>li .whatIcon {
	background: url(images-total-child/whatIcon.png) no-repeat;
}

.hexagenBg>ul>li .helloIcon {
	background: url(images-total-child/whyIcon.png) no-repeat;
	background-position: 0 -56px;
	width: 101px;
	height: 56px;
	display: block;
	margin: 0 auto
}

.hexagenBg:hover>ul>li .helloIcon {
	background: url(images-total-child/whyIcon.png) no-repeat;
}

.hexagenBg>ul>li .faqIcon {
	background: url(images-total-child/faqIcon.png) no-repeat;
	background-position: 0 -65px;
	width: 68px;
	height: 65px;
	display: block;
	margin: 0 auto
}

.hexagenBg:hover>ul>li .faqIcon {
	background: url(images-total-child/faqIcon.png) no-repeat;
}

.hexagenBg>ul>li .findaIcon {
	background: url(images-total-child/ccpBIcon.png) no-repeat;
	background-position: 0 -74px;
	width: 69px;
	height: 85px;
	display: block;
	margin: 0 auto
}

.hexagenBg:hover>ul>li .findaIcon {
	background: url(images-total-child/ccpBIcon.png) no-repeat;
}

.hexagenBg>ul>li a {
	border: 1px solid #fff;
	padding: 4px 20px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}

.hexagenBg:hover>ul>li a {
	border-color: #536943;
	color: #444;
	text-decoration: none
}

.hexagenBg>ul>li a :hover {
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	padding: 4px 20px;
}

.hexagenBg:hover ul>li {
	color: 444;
}

.home .hexagenBg>ul>li .helloIcon {
	height: 72px !important;
}

.home .hexagenBg>ul>li .faqIcon {
	height: 71px !important;
}

.home .hexagenBg>ul>li .findaIcon {
	height: 76px !important;
}

/*For Professional page*/
.page-id-396 .hexagenBg>ul>li .whatIcon {
	background: url(/wp-content/uploads/2020/01/preview-gallery-edndopefeokdjjhb2.png) no-repeat;
	width: 115px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .hexagenBg:hover>ul>li .whatIcon {
	background: url(/wp-content/uploads/2020/01/preview-gallery-edndopefeokdjjhb.png) no-repeat;
	width: 115px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .hexagenBg>ul>li .helloIcon {
	background: url(images-total-child/whyIcon.png) no-repeat;
	width: 88px;
	height: 50px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .hexagenBg:hover>ul>li .helloIcon {
	background-position: 0 -49px
}

.page-id-396 .hexagenBg>ul>li .faqIcon {
	background: url(images-total-child/faqIcon.png) no-repeat;
	width: 53px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .hexagenBg:hover>ul>li .faqIcon {
	background-position: 0 -49px
}

.page-id-396 .hexagenBg>ul>li .findaIcon {
	background: url(/wp-content/uploads/2020/01/preview-gallery-npbccpkfgokiaoej.png) no-repeat;
	width: 72px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .hexagenBg:hover>ul>li .findaIcon {
	background: url(/wp-content/uploads/2020/01/preview-gallery-npbccpkfgokiaoej2.png) no-repeat;
	width: 72px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .hexagenBg {
	width: 156px;
	height: 172px !important;
	background: url(images-total-child/hexagonBgGreenSmallerrr.png) no-repeat;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.page-id-396 .vc_col-sm-3:nth-child(1) .whatIcon {
	background: url(/wp-content/uploads/2020/01/aboutcap.png) no-repeat;
	width: 83px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .vc_col-sm-3:nth-child(1) .hexagenBg:hover .whatIcon {
	background: url(/wp-content/uploads/2020/01/aboutcap2.png) no-repeat;
	width: 83px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .vc_col-sm-3:nth-child(3) .faqIcon {
	background: url(/wp-content/uploads/2020/01/update2.png) no-repeat;
	width: 72px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .vc_col-sm-3:nth-child(3) .hexagenBg:hover .faqIcon {
	background: url(/wp-content/uploads/2020/01/updatewhite.png) no-repeat;
	width: 72px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .wpex-vc-row-stretch_row:nth-child(3) .lightblue .vc_col-sm-3:nth-child(3) .whatIcon {
	background: url(/wp-content/uploads/2020/01/faqsgreen.png) no-repeat;
	width: 80px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .wpex-vc-row-stretch_row:nth-child(3) .lightblue .vc_col-sm-3:nth-child(3) .hexagenBg:hover .whatIcon {
	background: url(/wp-content/uploads/2020/01/faqswhite.png) no-repeat;
	width: 80px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .wpex-vc-row-stretch_row:nth-child(3) .lightblue .vc_col-sm-3:nth-child(2) .whatIcon {
	background: url(/wp-content/uploads/2020/01/resourcesGreen.png) no-repeat;
	width: 75px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .wpex-vc-row-stretch_row:nth-child(3) .lightblue .vc_col-sm-3:nth-child(2) .hexagenBg:hover .whatIcon {
	background: url(/wp-content/uploads/2020/01/resourceswhite.png) no-repeat;
	width: 75px;
	height: 56px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
	position: relative;
	top: 16px;
}

.page-id-396 .hexagenBg:hover {
	background: url(images-total-child/hexagonBgGreenSmallerrr.png) no-repeat 0 -172px;
}

.page-id-396 .hexagenBg>ul>li:nth-child(2n) {
	height: auto;
}

.page-id-396 .hexagenBg>ul>li {
	display: block;
	margin: 0 0 27px 0;
	color: #444;
	font-size: 19px;
}

.page-id-396 .hexagenBg>ul>li a {
	border: 1px solid #536943;
	padding: 1px 5px;
	color: #444;
	font-size: 15px;
	cursor: pointer;
}

.page-id-396 .hexagenBg:hover>ul>li {
	color: #fff;
}

.page-id-396 .hexagenBg:hover>ul>li a {
	border: 1px solid #fff;
	color: #fff;
}

table.membertable {
	width: 100%;
}

table.membertable td {
	border: 1px solid #32659a;
	padding: 7px;
}

table.membertable th {
	background: #32659a none repeat scroll 0 0;
	border: 1px solid;
	color: #fff;
	padding: 7px;
	text-align: left;
	font-weight: 500;
	font-size: 16px;
}

table.membertable td a {
	color: #32659a;
}

table.membertable tr:nth-child(2n+1) {
	background: #fff none repeat scroll 0 0;
}

table.membertable tr:nth-child(2n) {
	background: #eee none repeat scroll 0 0;
}

li.simptitle a,
li.icc a {
	border: none !important;
	font-size: 22px !important;
}

.professionalpage .vc_tta-panel-heading h4 {
	background: #32659a !important;
}

.professionalpage i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
	display: none;
}

.professionalpage .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
	padding-left: 16px !important;
}

.professionalpage .vc_tta-panel-heading h4 a {
	color: white !important;
}

.home .hexagenBg>ul>li.icc a {
	padding: 0 !important;
}

.home .hexagenBg>ul>li a :hover {
	border: none !important;
}

.home .hexagenBg>ul>li.icc a .whatIcon,
.home .hexagenBg>ul>li.icc a .helloIcon,
.home .hexagenBg>ul>li.icc a .faqIcon,
.home .hexagenBg>ul>li.icc a .findaIcon {
	border: 0 none !important;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	table.membertable {
		height: 400px;
		overflow: scroll;
	}

	.member-top-section {
		margin-left: calc(-50vw + 50% - 0px);
	}

	.Member-profile-info-section {
		margin-left: calc(-50vw + 50% - 0px);
	}

	.profile-pic-area img {
		width: 50%;
	}

	.member-title,
	.member-des {
		text-align: center;
	}

	table.membertable th {
		font-size: 12px;
	}

	table.membertable td {
		font-size: 12px;
		padding: 2px;
		text-align: center;
	}

	/**** css for buttons for mobile ****/
	.pmpro_btn,
	.pmpro_btn:link,
	.pmpro_content_message a,
	.pmpro_content_message a:link {
		font-size: 3vw !important;
		width: 100%;
	}

	.pmprorh_checkbox_label {
		width: 100% !important;
	}

	.pmpro_checkout-field {
		overflow-x: auto;
	}
}

.pmpro_content_message {
	padding: 50px 20px !important;
	text-align: center;
}

.edu_div1 tr td {
	padding-top: 15px !important;
}

.edu_div_2 tr td {
	padding-top: 10px !important;
}

.edu_div2 tr td {
	padding-top: 10px !important;
}

.edu_div_2 tr td {
	padding-top: 10px !important;
}

.edu_div_7 tr td {
	padding-top: 10px !important;
}

.facilitative tr td {
	padding-top: 10px !important;
}

.edu_div_4 tr td {
	padding-top: 10px !important;
}

.edu_div_5 tr td {
	padding-top: 10px !important;
}

.edu_div_12 tr td {
	padding-top: 10px;
}

.edu_div_facilitative tr td {
	padding-top: 10px;
}

.edu_div_7 tr td {
	padding-top: 10px;
}

.edu_div1 tr td {
	padding-top: 15px !important;
	padding-bottom: 10px !important;
}

form.pmpro_form div#licens11_div label.pmprorh_checkbox_label {
	font-weight: bold !important;
}

#facilitative1_div {
	padding-left: 100px !important;
}

/* custom css */

.navbar .navbar-collapse {
	margin: 0 auto;
	text-align: center;
}

.navbar .navbar-collapse .navbar-nav {
	margin: 7.5px auto !important;
	display: inline-block;
	float: none;
}

.footer-widget .qlUl>li .qlUl li {
	width: 100%;
}

/*  google map tab  */

.markerSection {
	-webkit-padding-start: 0;
	background: #ffa800;
	padding: 15px 9px 0;
	border-radius: 5px;
	border: 4px double #fff;
}

.markerlist li {
	list-style: none;
	padding: 12px 0;
	border-bottom: 1px dashed #fff;
	font-size: 15px;
}

.markerlist li:first-child {
	border-top: 1px dashed #fff;
}

.markerlist li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}

.markerlist a,
.markerlist a:hover,
#all-groups a,
#all-groups a:hover {
	color: #fff;
	text-decoration: none;
}

#all-groups a {
	font-size: 15px;
}

.markerlist {
	padding-left: 0px;
}


/*.pIconsUl li.sidebar{
	width:100%;
}
.pIconsUl li.sidebar ul{
	margin:0 auto;
}*/
.no-margin .contact-icon {
	margin: 0 auto !important;
	width: 140px;
	list-style: none;
	display: block;
	padding: 0;
}

.contact-icon li.sidebar a:hover,
.contact-icon li.sidebar a:active,
.contact-icon li.sidebar a:focus {
	text-decoration: none;
}

.contact-icon li.sidebar ul {
	width: 136px;
	height: 150px !important;
	background: url(images-total-child/hexagonBgGreenSmaller.png) no-repeat;
	margin: 0 auto;
	padding: 0;
	display: table;
	list-style: none;
}

.contact-icon li.sidebar ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.contact-icon li.sidebar ul .ccpIcon {
	background: url(images-total-child/cocpIcon.png) no-repeat;
	width: 49px;
	height: 53px;
	display: block;
	margin: 0 auto;
	background-size: 100%;
}

.contact-icon li.sidebar ul:hover .ccpIcon,
.contact-icon li.sidebar a:active ul .ccpIcon,
.contact-icon li.sidebar a:focus ul .ccpIcon {
	background-position: 0 -52px;
}

.contact-icon li.sidebar ul:hover,
.contact-icon li.sidebar a:active ul,
.contact-icon li.sidebar a:focus ul {
	background-position: 0 -150px;
}

.contact-icon li.sidebar .iconCaption {
	font-size: 12px;
	line-height: 15px;
	font-family: 'RobotoRegular';
	text-align: center;
}

.contact-icon li.sidebar ul:hover .iconCaption,
.contact-icon li.sidebar a:active ul .iconCaption,
.contact-icon li.sidebar a:focus ul .iconCaption {
	color: #fff;
}

#infobulle .contact-list li a {
	word-break: break-word;
}

.single-tribe_events .tribe-events-single-event-title,
.tribe-events-meta-group .tribe-events-single-section-title,
#tribe-events .tribe-events-button,
.tribe-events-button,
.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar thead th,
h2.tribe-events-page-title,
#tribe-bar-form label,
#tribe-events-content .tribe-events-tooltip h4,
.row.memberprof h5,
strong,
.vcex-heading-inner {
	font-family: RobotoBoldCondensed;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover {
	color: #fff !important;
}

.small-title {
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'RobotoBoldCondensed';
}

.small-title span {
	border-bottom: 2px solid #ffa800;
}

.Ulstart-Padding ul {
	-webkit-padding-start: 17px;
}

@media screen and (min-width: 768px) {
	.customNav .navbar-nav>li>a {
		padding: 0 19px !important;
	}

	.sixty-Rpadding {
		padding-right: 60px;
	}
}

@media screen and (min-width: 421px) {

	.markerSection .sidebar .markerlist,
	.markerSection .sidebar #all-groups {
		padding: 10px 9px 0;
		margin-bottom: 0px;
		display: inline;
	}

	.markerSection .sidebar .markerlist li,
	.markerSection .sidebar #all-groups {
		padding: 0 5px;
		font-size: 12px;
		display: inline-block;
		border-right: 1px dashed #fff;
		border-bottom: none;
		margin-bottom: 10px;
	}

	.markerSection .sidebar .markerlist li:last-child {
		border-right: none;
	}

	.markerSection .sidebar .markerlist {
		padding-left: 0px;
	}

	.markerSection .sidebar #all-groups a {
		font-size: 12px;
	}

	.markerSection .sidebar .markerlist li:first-child {
		border-top: none;
	}
}

.profile-details-section .slidingDiv2 tr td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.page-id-396 .hexagenBg>ul>li {
	font-size: 15px;
	line-height: 20px;
}


/* Blog list styles ---------------------------------------------------------------------------------------------------------- */
.blog-list {
	padding: 40px 20px !important;
}

.blog-list li a {
	font-size: 2rem;
	line-height: 1.8rem;
}