/*
	Theme Name: Atmosphere Pro
	Theme URI: http://my.studiopress.com/themes/atmosphere/
	Description: Put your words and images at the forefront in an uncluttered design that shows them at their finest.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.1.3

	Tags: one-column, custom-colors, custom-header, custom-menu, e-commerce, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php

	Text Domain: atmosphere-pro
*/

/* Table of Contents
	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Column Classes
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Container
		- Site Inner
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Simple Share
		- Jetpack
	- Skip Links
	- Site Header
		- Site Title and Description
	- Site Navigation
		- Accessible Menu
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Intro Text
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1024px
		- Max-width: 800px
	- Suite Certified Custom Styles
*/


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#fff;color:#34313b}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.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
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.5rem;
}

body {
	background-color: #fff;
	color: #34313b;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	font-display: swap;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
	outline-style: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

::-moz-selection {
	background-color: #34313b;
	color: #fff;
}

::selection {
	background-color: #34313b;
	color: #fff;
}

a {
	color: #34313b;
	text-decoration: none;
	outline-style: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a.description-link:hover,
a.description-link:active {
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	outline-style: none;
}

span.entry-categories a, 
span.entry-tags a {
color: #34313b;
outline-style: none;
}

span.entry-categories a:link,
span.entry-tags a:link {
color: #34313b;
outline-style: none;
}

span.entry-categories a:focus,
span.entry-tags a:focus,
span.entry-categories a:hover,
span.entry-tags a:hover,
span.entry-categories a:active,
span.entry-tags a:active {
color: #47B5E0;
outline-style: none;
}

/*
span.entry-categories a:hover, 
span.entry-tags a:hover,
span.entry-categories a:active, 
span.entry-tags a:active {
color: #47B5E0;
outline-style: none;
}
*/

a:focus,
a:hover {
	color: #47B5E0;
	outline-style: none;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #fff;
	color: #34313b;
}

blockquote {
	margin: 40px;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #34313b;
	clear: left;
	margin: 0 0 30px;
	padding-top: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
	font-display: swap;
}

h1 {
	font-size: 22px;
	font-size: 2.2rem;
}

h2 {
	font-size: 17px;
	font-size: 1.7rem;
}

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

h4 {
	font-size: 12px;
	font-size: 1.2rem;
}

/*
.entry-content h4 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
	margin-top: 30px;
	text-transform: uppercase;
}
*/

h5 {
	font-size: 12px;
	font-size: 1.2rem;
}

h6 {
	font-size: 12px;
	font-size: 1.2rem;
}

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

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

img {
	height: auto;
}

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	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 #34313b;
	height: auto;
	padding: 4px;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #34313b;
	color: #34313b;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
	padding: 16px;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #34313b;
	padding: 7px;
}

.footer-widgets input,
.footer-widgets input:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #34313b;
	outline-style: none;
}

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

::-moz-placeholder {
	color: #34313b;
	font-weight: 300;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #34313b;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.content .widget .textwidget a.button,
.entry-content a.button,
.entry-content a.more-link {
	background-color: transparent;
	border: 1px solid #34313b;
	color: #34313b;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 10px 15px;
	text-transform: none;
	white-space: normal;
	width: auto;
	outline-style: none;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small,
.content .widget .textwidget .button.small,
.entry-content .button.small {
	padding: 8px 16px;
}


/*
Moved to style-front.css.
#front-page-5 .textwidget p {
	padding-left: 80px;
	padding-right: 80px;
}
*/

h3.widgettitle{
	padding-left: 60px;
	padding-right: 60px;
}

a.more-link {
	display: inline-block;
	outline-style: none;
}

/*
.archive .content a.more-link,
.page.page-template-page_blog .content a.more-link {
	 margin-bottom: 30px;
	 outline-style: none;
}
*/

button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.button:focus,
.button:hover,
.content .widget .textwidget a.button:focus,
.content .widget .textwidget a.button:hover,
.entry-content a.button:focus,
.entry-content a.button:hover,
.entry-content a.more-link:focus,
.entry-content a.more-link:hover {
	background-color: #34313b;
	border: 1px solid #34313b;
	color: #fff;
	text-decoration: none;
	outline-style: none;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button,
.footer-widgets .entry-content a.more-link {
	border: 1px solid #fff;
	color: #fff;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input:focus[type="button"],
.footer-widgets input:hover[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:focus,
.footer-widgets .button:hover,
.footer-widgets .entry-content a.more-link:focus,
.footer-widgets .entry-content a.more-link:hover {
	background-color: #fff;
	color: #34313b;
	text-decoration: none;
	outline-style: none;
}

.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: #fff;
	/*border-width: 0;*/
	color: #34313b;
	cursor: not-allowed;
}

.button {
	display: inline-block;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #34313b;
	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  {
	border: 1px solid #34313b;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

.site-container {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}

.site-container {
	-webkit-animation: fadein 1s;
	-moz-animation:    fadein 1s;
	-ms-animation:     fadein 1s;
	-o-animation:      fadein 1s;
	animation:         fadein 1s;
}

.atmosphere-landing .site-container {
	max-width: 960px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

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

.site-inner {
	clear: both;
	/* margin-top: 95px; */
	/* padding: 10% 20% 30px 20%; */
	padding: 0% 20% 0px 20%;
}

.atmosphere-landing .site-inner {
	margin-top: 0;
}


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

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

.avatar {
	float: left;
}

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

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

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

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

.archive-description,
.author-box
/*, .breadcrumb */{
	border-bottom: none;
	margin-bottom: 60px;
}

.archive-description,
.author-box {
	padding-bottom: 30px;
}

.breadcrumb {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: none;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #fff;
	padding-top: 30px;
}

.archive-description a,
.author-box a {
	border-bottom: 1px solid #34313b;
	outline-style: none;
}

.archive-description a:focus,
.archive-description a:hover,
.author-box a:focus,
.author-box a:hover {
	border-bottom: 1px solid #34313b;
	color: #34313b;
	outline-style: none;
}

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

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

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

.search-form input {
	-webkit-appearance: none;
}

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

.widget_search .search-form input[type="submit"]:focus {
	padding: 18px 20px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 30px;
}

.error404 .content .search-form input[type="submit"] {
	border: 1px solid #34313b;
	height: auto;
	margin: 0;
	padding: 16px 24px;
	position: static;
	width: auto;
}

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

/*.archive-title {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}*/

#genesis-content .archive-description .archive-title {
display: none;
}

.author-box-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

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

.entry-title .atmosphere-large-text {
	display: block;
	margin-bottom: 15px;
}

.entry-title a {
	color: #47B5E0;
	outline-style: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #34313b;
	outline-style: none;
}

.widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 15px;
}

/* 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: 50%;
}

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

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

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

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

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

.widget {
	word-wrap: normal;
}

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

#front-page-1 .widget-area .widget-wrap {
margin-top: 5px;
}

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

.featured-content .entry {
	padding-bottom: 60px;
}

.featured-content .entry-content p {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0px 0 30px;
}

.featuredpost .entry-title {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}


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

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

.enews-widget input {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 30px;
	width: 100%;
}

.enews-widget p {
	margin-bottom: 15px;
}

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

/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:focus,
.content a.count:hover,
.content a.share,
.content a.share:focus,
.content a.share:hover {
	border: none;
	font-weight: 400;
	outline-style: none;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #34313b;
	border: 1px solid #34313b;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #34313b !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

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

#wpstats {
	display: none;
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

/* Display outline on focus */
:focus {
	color: #34313b;
	outline: #34313b solid 1px;
}


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

.site-header {
	background-color: #fff;
	border-bottom: 1px solid #fff; 
	min-height: 77px;
	padding: 20px 30px 0px 36px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	margin-top: -7px;
}

.site-title {
	color: #47B5E0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
	position: absolute;
	left:-9999px;
}

.custom-logo-link{
	max-width:176px;
	display:block;
}
.custom-logo-link img{
	/*display:block;*/
}

.site-title a {
color: #47B5E0;
outline-style: none;
}

.site-title a:focus,
.site-title a:active,
.site-title a:hover {
color: #34313b;
outline-style: none;
}

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

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

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

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 300px;
}

.header-image .title-area {
	margin: 10px 0 0;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


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

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

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

.genesis-nav-menu a {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding: 10px;
	text-transform: uppercase;
}

.genesis-nav-menu .current-menu-item > a {
	color: #47B5E0;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 180px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #fff;
	border-top: 0;
	padding: 15px;
	position: relative;
}

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

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

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

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

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

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

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

.nav-primary {
	margin: 10px auto 10px;
	text-align: center;
}

.nav-primary .sub-menu {
	border-top: 1px solid #fff;
}

/* .nav-primary */li.highlight > a {
	background-color: #fff;
	border: 1px solid #34313b;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

/* .nav-primary */li.highlight > a:focus,
/* .nav-primary */li.highlight > a:hover {
	background-color: #34313b;
	border: 1px solid #34313b;
	color: #fff;
	outline-style: none;
}

.nav-primary .highlight > .sub-menu {
  margin-left: 15px;
}

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

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

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

.nav-secondary .genesis-nav-menu a {
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}


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

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

.entry,
.page.page-template-page_blog-php .entry {
	/* border-bottom: 1px solid #fff; */
	border-bottom: 1px solid transparent;
	margin-bottom: 30px;
}

.page .entry,
.single .entry {
	border-bottom: 0;
}

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

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

.entry-content a {
	border-bottom: none;
	outline-style: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.entry-content a:focus,
.entry-content a:hover {
	border-bottom: none;
	/* color: #34313b; */
	outline-style: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

.page.page-template-page_blog-php .content p:last-child,
.search-results .page .entry-content p:last-child {
	margin-bottom: 30px;
}

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

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

.entry-content ul > li {
	/*list-style-type: disc;*/
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
}

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

main#genesis-content {
margin-bottom: 30px;
}

.home main#genesis-content {
margin-bottom: 0px;
}

.sorry-no-posts {
	margin-bottom: -30px;
}

/* Intro Text
--------------------------------------------- */
body.home .entry-content p.intro,
body.home .entry-header span.intro {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.entry-content p.intro:after {
	border-bottom: 1px solid #34313b;
	content: "";
	display: none;
	margin-bottom: 30px;
	padding-bottom: 40px;
	width: 10%;
}

.entry-header span.intro:after {
	border-bottom: none;
	content: "";
	display: none;
	margin-bottom: 0px;
	padding-bottom: 00px;
	width: 0%;
}

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

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 0;
}

.entry-header .entry-meta,
.entry-header .entry-meta:last-child {
	margin-bottom: 24px;
	margin-top: -10px;
}

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

.entry-author,
.entry-comments-link,
.entry-footer .entry-meta,
.entry-time {
	font-weight: 400;
	letter-spacing: 0.8px;
	margin-bottom: 0;
	text-transform: none;
}

.entry-categories,
.entry-tags {
display: block;
color: #47B5E0;
font-weight: 600;
}

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

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

.after-entry {
	border-bottom: 1px solid #fff;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry a:focus,
.after-entry a:hover {
	text-decoration: underline;
	outline-style: none;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin-bottom: 0;
}

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

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

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

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

.pagination {
clear: both;
margin-top: 30px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}

.pagination a {
	border-bottom: 1px solid #34313b;
	outline-style: none;
}

.pagination a:focus,
.pagination a:hover {
	border-bottom: 1px solid #34313b;
	color: #34313b;
	outline-style: none;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #34313b;
	color: #34313b;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin-bottom: 4px;
	padding: 6px 12px;
	text-transform: uppercase;
	outline-style: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #34313b;
	color: #fff;
	outline-style: none;
}

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

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

.entry-pings,
.comment-respond {
	padding-top: 60px;
}

.entry-comments {
	padding-top: 20px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #34313b;
	outline-style: none;
}

.comment-respond a:focus,
.comment-respond a:hover,
.entry-comments a:focus,
.entry-comments a:hover {
	border-bottom: 1px solid #34313b;
	color: #34313b;
	outline-style: none;
}

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;
}

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

.entry-comments .comment {
	border-bottom: 1px solid #34313b;
}

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

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}


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

.footer-widgets {
	background-color: transparent;
	clear: both;
	padding: 0px 0px 0px;
	text-align: center;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets .wrap a,
.footer-widgets .wrap .entry-title a {
	color: #fff;
	outline-style: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	text-decoration: none;
	outline-style: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

.footer-widgets,
.footer-widgets p,
.footer-widgets .widget-title {
	color: #47b5e0;
}

.footer-widgets .widget-title {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
}


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

.site-footer {
	border-top: 1px solid #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0% 40px;
	text-align: center;
}

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


/* Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:1344px){
.genesis-responsive-menu {
   display: flex;
   margin-top:0;
}
 .nav-primary a{
   font-size:1.4rem !important;
 }
 .site-header {
 	border-bottom: 1px solid rgba(52,49,59, 0.25) !important;
 }
}
@media only screen and (max-width: 1250.9px) {

	.site-inner {
		margin-top: 0;
		padding-left: 10%;
		padding-right: 10%;
	}

	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.header-image .site-title > a,
	.site-header {
		width: 100%;
	}

	.site-header {
		position: inherit;
		text-align: center;
	}

	.header-image .nav-primary:not(button) {
		margin-top: 0;
		padding-bottom: 20px;
	}

	.nav-primary,
	.title-area {
		float: left;
	}
	.title-area{
		max-width:45%;
		min-height: 15.43px;
	}

	.nav-primary li.highlight > a,
	.nav-primary li.highlight > a:focus,
	.nav-primary li.highlight > a:hover,
	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
		outline-style: none;
	}

	.nav-primary li.highlight > a {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-primary li.highlight > a:focus,
	.nav-primary li.highlight > a:hover {
		color:  #47B5E0;
		outline-style: none;
	}

	.nav-primary .genesis-nav-menu li.highlight > a:focus,
	.nav-primary .genesis-nav-menu li.highlight > a:hover {
		background-color: #fff;
		outline-style: none;
	}

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

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

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

	.admin-bar .menu-toggle {
		top: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		border-width: 0;
		color:  #47B5E0;
	}

	.menu-toggle {
		margin-top: 10px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.menu-toggle:before {
		font-size: 1.5em;
		margin: -2px 10px 0 0;
		text-rendering: auto;
		vertical-align: middle;
	}

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

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

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border-width: 0;
		padding: 10px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border-width: 0;
	}

	.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;
		outline-style: none;
	}

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

	.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 .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.site-footer {
		padding: 20px;
	}
	
}

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

	.gallery-item {
		float: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}

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

} 

/* Suite Certified - All (Begin) */

body .site-container {
max-width: 100%;
overflow: hidden;
}

.site-inner{
	border-top: 1px solid rgba(52, 49, 59, 0.25);
	padding-top:0px !important;
}

.site-container{
	position:relative;
}

a:hover
{
text-decoration: none;
color: #47B5E0;
outline-style: none;
}

p a {
color: #47B5E0;
outline-style: none;
}

.text-body img + p {
display: none;
}

.site-header {
background-color: #fff;
border-bottom: 1px solid #fff; 
min-height: 77px;
padding: 20px 30px 0px 36px;
position: fixed;
width: 100%;
z-index: 999;
}

p.more-link-wrap
{
margin-bottom: 0px;
}

/* Suite Certified - All (End) */

/* Suite Certified - Media & Text Block (Begin) */

h2.media-and-text-title {
color: #ff4500;
font-size: 24px;
font-size: 2.4rem;
font-weight: 600;
line-height: 1.5em;
letter-spacing: 3px;
text-transform: none;
text-align: left;
text-shadow: none;
margin-bottom: 15px;
}

h3.media-and-text-title {
color: #ff4500;
font-size: 24px;
font-size: 2.4rem;
font-weight: 600;
line-height: 1.5em;
letter-spacing: 3px;
text-transform: none;
text-align: left;
text-shadow: none;
margin-bottom: 15px;
}

h4.media-and-text-title {
color: #ff4500;
font-size: 24px;
font-size: 2.4rem;
font-weight: 600;
line-height: 1.5em;
letter-spacing: 3px;
text-transform: none;
text-align: left;
text-shadow: none;
margin-bottom: 15px;
}

.media-and-text-title {
color: #ff4500;
font-size: 24px;
font-size: 2.4rem;
font-weight: 600;
line-height: 1.5em;
letter-spacing: 3px;
text-transform: none;
text-align: left;
text-shadow: none;
margin-bottom: 15px;
}

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

h2.media-and-text-title {
color: #ff4500;
font-size: 20px;
font-size: 2.0rem;
font-weight: 600;
line-height: 1.5em;
letter-spacing: 1px;
text-transform: none;
text-align: left;
text-shadow: none;
margin-bottom: 15px;
}

h3.media-and-text-title {
color: #ff4500;
font-size: 20px;
font-size: 2.0rem;
font-weight: 600;
line-height: 1.5em;
letter-spacing: 1px;
text-transform: none;
text-align: left;
text-shadow: none;
margin-bottom: 15px;
}

h4.media-and-text-title {
color: #ff4500;
font-size: 20px;
font-size: 2.0rem;
font-weight: 600;
line-height: 1.5em;
letter-spacing: 1px;
text-transform: none;
text-align: left;
text-shadow: none;
margin-bottom: 15px;
}

.media-and-text-title {
color: #ff4500;
font-size: 20px;
font-size: 2.0rem;
font-weight: 600;
line-height: 1.5em;
letter-spacing: 1px;
text-transform: none;
text-align: left;
text-shadow: none;
margin-bottom: 15px;
}

}

.media-and-text {
font-size: 20px;
font-size: 2.0rem;
line-height: 1.5em;
text-align: left;
text-shadow: none;
margin-bottom: 15px;
}

.media-and-text-button {
text-align: left;
}

.block-separation-1 {
margin-bottom: 0px;
line-height: 1.3em;
}

.block-separation-2 {
margin-bottom: 6px;
}

.block-separation-3 {
margin-bottom: -10px;
}

.wp-block-media-text>.wp-block-media-text__content {
padding-bottom: 30px !important;
}

@media only screen and (min-width: 600.1px) {
.wp-block-media-text>.wp-block-media-text__content {
padding-top: 30px !important;
}
}

/* Suite Certified - Media & Text Block (End) */

/* Suite Certified - Image Gallery Block (Begin) */

.aligncenter {
margin: 0px 0px 0px 0px !important;
}

.image-gallery-button {
text-align: left;
margin: 20px 0px 30px 28px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
background: linear-gradient(0deg, #fff, #fff);
color: #34313b;
font-size: 24px;
font-size: 2.4rem;
line-height: 1.5em;
letter-spacing: 3px;
text-align: left;
text-shadow: none;
margin: 0px 30px 0px 30px;
padding: 0px 0px 0px 0px;
overflow: clip;
white-space: nowrap;
will-change: auto;
}

@media only screen and (min-width: 950.1px) and (max-width: 1500px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
font-size: 20px;
font-size: 2.0rem;
letter-spacing: 2px;
}
}

@media only screen and (min-width: 650.1px) and (max-width: 950px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
font-size: 15px;
font-size: 1.5rem;
letter-spacing: normal;
}
}

@media only screen and (min-width: 550.1px) and (max-width: 650px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
font-size: 12px;
font-size: 1.2rem;
letter-spacing: normal;
}
}

@media only screen and (min-width: 400.1px) and (max-width: 550px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
font-size: 18px;
font-size: 1.8rem;
letter-spacing: 1px;
}
}

@media only screen and (max-width: 400px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
font-size: 13px;
font-size: 1.3rem;
letter-spacing: 1px;
}
}

@media only screen and (min-width: 600.1px) and (max-width: 1000px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
line-height: 2.5em !important;
}
}

@media only screen and (min-width: 550.1px) and (max-width: 600px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
line-height: 3.0em !important;
}
}

@media only screen and (max-width: 400px) {
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
line-height: 3.0em !important;
}
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
margin: 15px 30px 40px 30px;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
margin: 0px 0px 0px 0px !important;
}

@media only screen and (max-width: 550px) {
.is-layout-flex {
flex-direction: column;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
width: 100%;
}
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
backdrop-filter: blur(0px);
}

/* Suite Certified - Image Gallery Block (End) */

/* Suite Certified - Buttons (Begin) */

a.read_more_button:link
{
background-color: transparent;
border: 1px solid #34313b;
color: #34313b;
cursor: pointer;
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 1px;
padding: 10px 15px;
text-transform: none;
white-space: normal;
width: auto;
display: inline-block;
outline-style: none;
}

a.read_more_button:hover,
a.read_more_button:active,
a.read_more_button:focus
{
background-color: #34313b;
border: 1px solid #34313b;
color: #fff;
text-decoration: none;
outline-style: none;
}

.entry-content a.more-link:link
{
background-color: transparent;
border: 1px solid #34313b;
color: #34313b;
cursor: pointer;
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 1px;
padding: 10px 15px;
text-transform: none;
white-space: normal;
width: auto;
display: inline-block;
outline-style: none;
}

.entry-content a.more-link:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:active
{
background-color: #34313b;
border: 1px solid #34313b;
color: #fff;
text-decoration: none;
outline-style: none;
}

.entry-content p a.phone-button:link
{
background-color: transparent;
border: 1px solid #34313b;
color: #34313b;
cursor: pointer;
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 1px;
padding: 10px 15px;
text-transform: none;
white-space: normal;
width: auto;
display: inline-block;
outline-style: none;
}

.entry-content p a.phone-button:hover,
.entry-content p a.phone-button:active,
.entry-content p a.phone-button:focus
{
background-color: #34313b;
border: 1px solid #34313b;
color: #fff;
text-decoration: none;
outline-style: none;
}

.entry-content p a.email-button:link
{
background-color: transparent;
border: 1px solid #34313b;
color: #34313b;
cursor: pointer;
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 1px;
padding: 10px 15px;
text-transform: none;
white-space: normal;
width: auto;
display: inline-block;
outline-style: none;
}

.entry-content p a.email-button:hover,
.entry-content p a.email-button:active,
.entry-content p a.email-button:focus
{
background-color: #34313b;
border: 1px solid #34313b;
color: #fff;
text-decoration: none;
outline-style: none;
}

.archive-pagination li a:link
{
background-color: transparent;
border: 1px solid #34313b;
color: #34313b;
cursor: pointer;
font-size: 14px;
font-size: 1.4rem;
font-weight: 400;
letter-spacing: 1px;
padding: 10px 15px;
text-transform: uppercase;
white-space: normal;
width: auto;
display: inline-block;
outline-style: none;
}

.archive-pagination li a:hover,
.archive-pagination li a:active,
.archive-pagination li a:focus
{
background-color: #34313b;
border: 1px solid #34313b;
color: #fff;
text-decoration: none;
outline-style: none;
}

.archive-pagination .active a:link
{
background-color: #34313b;
border: 1px solid #34313b;
color: #fff;
text-decoration: none;
outline-style: none;
}

/*
.archive-pagination .active a:hover,
.archive-pagination .active a:active,
.archive-pagination .active a:focus
{
background-color: transparent;
border: 1px solid #34313b;
color: #34313b;
text-decoration: none;
outline-style: none;
}
*/

a.footer-button:link
{
background-color: transparent;
border: 1px solid #fff;
color: #fff;
cursor: pointer;
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 1px;
padding: 10px 15px;
text-transform: none;
white-space: normal;
width: auto;
display: inline-block;
outline-style: none;
}

a.footer-button:hover,
a.footer-button:active,
a.footer-button:focus
{
background-color: #fff;
border: 1px solid #fff;
color: #34313b;
text-decoration: none;
outline-style: none;
}

a.subscribe-button-plans
{
background-color: #d2b48c;
opacity: 0.6;
border: 2px solid #34313b;
border-radius: 15px;
color: #34313b;
box-shadow: 4px 4px 0px 3px #999;
transition-duration: 0.2s;
width: 134px;
height: 50px;
cursor: pointer;
font-family: verdana;
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 1px;
padding: 15px 15px 15px 15px;
margin: 0px 0px 0px 0px;
text-align: center;
line-height: 15px;
text-transform: none;
white-space: nowrap;
display: inline-block;
outline-style: none;
text-decoration: none;
}

a.subscribe-button-plans:link
{
background-color: #d2b48c;
opacity: 0.6;
border: 2px solid #34313b;
border-radius: 15px;
color: #34313b;
box-shadow: 4px 4px 0px 3px #999;
transition-duration: 0.2s;
width: 134px;
height: 50px;
cursor: pointer;
font-family: verdana;
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 1px;
padding: 15px 15px 15px 15px;
margin: 0px 0px 0px 0px;
text-align: center;
line-height: 15px;
text-transform: none;
white-space: nowrap;
display: inline-block;
outline-style: none;
text-decoration: none;
}

a.subscribe-button-plans:hover,
a.subscribe-button-plans:active,
a.subscribe-button-plans:focus
{
background-color: #d2b48c;
opacity: 1;
border: 2px solid #34313b;
color: #fff;
outline-style: none;
text-decoration: none;
}

a.subscribe-button-plans:active
{
background-color: #d2b48c;
opacity: 1;
border: 2px solid #34313b;
color: #fff;
outline-style: none;
text-decoration: none;
box-shadow: 4px 2px 0px 3px #666;
transform: translateY(4px);
}

a.subscribe-button
{
background-color: #d2b48c;
opacity: 0.6;
border: 2px solid #34313b;
border-radius: 15px;
color: #34313b;
box-shadow: 4px 4px 0px 3px #999;
transition-duration: 0.2s;
width: auto;
height: 50px;
cursor: pointer;
font-family: verdana;
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 1px;
padding: 15px 15px 15px 15px;
margin: 0px 0px 0px 0px;
text-align: center;
line-height: 15px;
text-transform: none;
white-space: nowrap;
display: inline-block;
outline-style: none;
text-decoration: none;
}

a.subscribe-button:link
{
background-color: #d2b48c;
opacity: 0.6;
border: 2px solid #34313b;
border-radius: 15px;
color: #34313b;
box-shadow: 4px 4px 0px 3px #999;
transition-duration: 0.2s;
width: auto;
height: 50px;
cursor: pointer;
font-family: verdana;
font-size: 14px;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 1px;
padding: 15px 15px 15px 15px;
margin: 0px 0px 0px 0px;
text-align: center;
line-height: 15px;
text-transform: none;
white-space: nowrap;
display: inline-block;
outline-style: none;
text-decoration: none;
}

a.subscribe-button:hover,
a.subscribe-button:active,
a.subscribe-button:focus
{
background-color: #d2b48c;
opacity: 1;
border: 2px solid #34313b;
color: #fff;
outline-style: none;
text-decoration: none;
}

a.subscribe-button:active
{
background-color: #d2b48c;
opacity: 1;
border: 2px solid #34313b;
color: #fff;
outline-style: none;
text-decoration: none;
box-shadow: 4px 2px 0px 3px #666;
transform: translateY(4px);
}

/* Suite Certified - Buttons (End) */

/* Suite Certified - Header Menu (Begin) */

nav.nav-primary a {
font-weight: 600;
outline-style: none;
}

.nav-primary a {
font-size: 1.4rem;
text-transform: none;
outline-style: none;
}

li.current-menu-item:nth-child(7) a span
{
color: #34313b;
}

/* Codeable - Multiple Languages (Begin) */
nav.nav-primary.genesis-responsive-menu .wrap{
	display:flex !important;
}
nav.nav-primary.genesis-responsive-menu .wrap .genesis-nav-menu{
	width:auto !important;
	/*margin-right:267px;*/
}
.weglot-translate-wrap {
	width: 228px;
	position:fixed;
	right:40px;
	top:22px;
	z-index: 10000;
}
.weglot-translate-wrap *:focus{
	outline:none;
}

aside.country-selector.weglot-dropdown.close_outside_click.weglot-shortcode.wg- {
	width: 100%;
}
.country-selector.weglot-dropdown span{
	height:30px;
	line-height: 30px;
}
.country-selector.weglot-dropdown .wgcurrent, .country-selector.weglot-dropdown ul{
	border-color:#9c9c9c;
}
.weglot-flags.flag-1>span:before{
	position: relative;
	top:-1.3px;
}
.country-selector.weglot-dropdown .wglanguage-name{
	color: #34313b;
	font-size: 14px;
	font-weight: 600;	
	letter-spacing: 1px;
}
.country-selector.weglot-dropdown .wgcurrent:after{
	top:14px;
}
.country-selector.weglot-dropdown ul{
	border-top:0;
}
.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span{
	padding-right:30px;
}

/* Languages with long words (Begin) */
@media only screen and (min-width:1251px){
	[lang="ru"] .weglot-translate-wrap {
		width:150px;
	}
	[lang="ru"] #menu-header-menu{
		margin-right:190px;
	} 
}
/* Languages with long words (End) */

/* Codeable - Multiple Languages (End) */

/* Suite Certified - Header Menu (End) */

/* Suite Certified - Search Form (Begin) */

/*

.search-wpb .fa-search {
color: #34313b;
font-weight: 900;
}

.search-wpb .fa-search:hover, 
.search-wpb .fa-search:focus {
color: #34313b;
text-decoration: none;
}

.wpbsearchform{
display: block;
width: 300px;
position: absolute;
right: 15%;
top: 100%;
margin-top: 15px;
z-index: 9999;
background-color: rgba(200,199,197,0.8);
padding: 0;
border-radius: 0;
border: 1px solid #34313b; 
}
*/

.wpbsearchform form input:focus {
color: #34313b;
}

.wpbsearchform input[type="search"] {
border-radius: 0;
padding: 5px;
border: 1px solid #34313b;
}

.wpbsearchform ::-moz-placeholder {
color: #34313b !important;
font-weight: 300;
opacity: 1;
}

.wpbsearchform ::-webkit-input-placeholder {
color: #34313b !important;
font-weight: 300;
}

.search-icon
{
border: 1px solid #34313b;
position: relative;
top: 8px;
background: #fff;
padding: 5px 5px 2px 5px !important;
}

li.search 
{
margin-left: 10px;
height: 35px; 
width: 35px;
background: url(http://dev.suitecertified.com/wp-content/uploads/2020/09/search_black.png) no-repeat 4px 4px;
background-size: 25px 25px;
border: 1px solid #34313b;
position: relative;
top: 12px;
cursor: pointer;
}

li.search:hover, li.search.active
{
background: url(http://dev.suitecertified.com/wp-content/uploads/2020/09/search_white.png) no-repeat 4px 4px;
background-color: #34313b;
position: relative !important;
top: 12px;
background-size: 25px 25px;
}

#searchform input
{
color: #34313b;
font-size: 14px;
font-weight: 400;
padding: 9px;
}

#searchform input:focus
{
outline: none;
}

/* Codeable - Search Form (Begin) */
.search-wrapper{
	position:absolute;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border:1px solid #9c9c9c;
	z-index:1;
	right:40px;
	top:83px;
	height:30px;
	padding:0 10px 0 15px;
	width:228px;
}
.search-wrapper input{
	border:0;
	font-size:16px;
	padding:0;
	color:#34313b;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}
.search-wrapper .search-form input[type="submit"]{
	clip: revert;
	height: 36px;
	width: 37px;
	background-image:url(/wp-content/themes/atmosphere-pro/images/magnifying-glass-solid.svg);
	background-size:20px;
	background-repeat: no-repeat;
	background-position: center;
	position: static;
	text-indent: -9999px;
}
.search-wrapper .search-form input[type="submit"]:hover, 
.search-wrapper .search-form input[type="submit"]:focus{
	background-color:transparent;
}
.search-form {
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.search-wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight:600;
  color:#989898;
}
.search-wrapper ::-moz-placeholder { /* Firefox 19+ */
  font-weight:600;
  color:#989898;
}
.search-wrapper :-ms-input-placeholder { /* IE 10+ */
  font-weight:600;
  color:#989898;
}
.search-wrapper :-moz-placeholder { /* Firefox 18- */
  font-weight:600;
  color:#989898;
}
body.error404 .search-wrapper .search-form{
	display:flex;
}
/* Codeable - Search Form (End) */

/* Suite Certified - Search Form (End) */

/* Suite Certified - Home Page, Section Front Page 1 (MetaSlider) (Begin) */

body.home .entry-header span.intro:after {
border-bottom: 0px;
content: "";
display: block;
margin-bottom: 29px;
padding-bottom: 0px;
width: auto;
}

.front-page-1 {
height: 400px !important;
}

#front-page-2 h2 {
font-size: 20px;
font-weight: 400;
}

.home .metaslider.ms-theme-outline ul.rslides_tabs li a
{
background-color: #fff !important;
border: 2px solid #34313b !important;
}

.home .metaslider.ms-theme-outline ul.rslides_tabs li.rslides_here a
{
background-color: #47b5e0 !important;
border: 2px solid #34313b !important;
}

/* Suite Certified - Home Page, Section Front Page 1 (MetaSlider) (End) */

/* Suite Certified - Home Page, Section Front Page 5 (Welcome) (Begin) */

#front-page-5 .wrap section {
padding-bottom: 0px;
}

/* Suite Certified - Home Page, Section Front Page 5 (Welcome) (End) */

/* Suite Certified - Home Page, Section Front Page 2 (Begin) */

.widget_text.widget-wrap .textwidget.custom-html-widget p.experience-items
{
color: #34313b;
font-family: 'Lato', sans-serif;
font-size: 18px;
font-size: 1.8rem;
margin: 0px 0px 8px 0px;
font-display: swap;
}

/* Suite Certified - Home Page, Section Front Page 2 (End) */

/* Suite Certified - Home Page, Section Front Page 3 (Begin) */

.front-page-3 .featured-content {
border-width: inherit;
border-top: 1px solid #fff !important;
}

.front-page-3 .featured-content a.alignleft {
padding-left: 0%;
}

.front-page-3 .featured-content a.alignright {
padding-right: 0%;
}

section#custom_html-3
{
border-top: 1px solid rgba(52,49,59, 0.25);
padding-top: 30px;
}

.front-page-3 .featuredpost .more-link-wrap
{
margin: 15px 0px 30px 0px !important;
}

/* Suite Certified - Home Page, Section Front Page 3 (End) */

/* Suite Certified - Home Page, Section Front Page 4 (Begin) */

#front-page-4 section#text-11.widget.widget_text {
width: 100%;
clear: both;
}

#front-page-4 .widget.widget_text {
/*width: 16.6%;
padding: 0px 0px;
line-height: 1.625;
clear: none;*/
font-size: 14px;
font-size: 1.4rem;
}

/*
#front-page-4 .widget.widget_text {
padding: 0px;
}
*/

#front-page-2 .wrap section {
padding-bottom: 30px;
}

.front-page .seventy-two {
font-size: 28px !important;
}

#front-page-2 section .widget_custom_html {
padding-left: 0px;
}

.front-page-4 .wrap
{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

/* Suite Certified - Home Page, Section Front Page 4 (End) */

/* Suite Certified - Breadcrumb (Begin) */

#breadcrumbs {
left: 40px;
position: relative;
top: 85px;
}

.breadcrumb {
border-bottom: 1px solid #9c9c9c;
margin-bottom: 85px;
position: relative;
top: 86px;
padding-top: 0px;
padding-bottom: 10px;
padding-left: 40px;
}

/*
.breadcrumb {
position: fixed !important;
z-index: 999 !important;
}
*/

/* Suite Certified - Breadcrumb (End) */

/* Suite Certified - 404 Page & Menu (Begin) */

body.error404 .search-form {
display: none;
}

body.error404 article.entry {
border: 0;
margin-bottom: 0;
}

body.error404 h3 {
font-size: 1em;
font-weight: 700;
padding-top: 7px;
}

/* .error404 .breadcrumb
{
border-bottom: 1px solid #9c9c9c;
margin-bottom: 85px;
position: relative;
top: 86px;
padding-top: 0px;
padding-bottom: 10px;
padding-left: 40px;
} */

/* .error404 .site-inner
{
margin-top: 15px;
} */

.error404 .menu-404-page-menu-container .search-wpb, .error404 .menu-404-page-menu-container .wpbsearchform
{
display: none !important;
}

.error404 .nav-primary .search-wpb
{
display: inline-block;
}

.error404 .nav-primary  .wpbsearchform
{
display: block;
}

/* .error404 .site-inner
{
margin-top: 30px;
} */

.error404 #searchform input
{
border-color: #34313b;
}

.error404-subtitle
{
font-family: 'Lato', sans-serif;
font-size: 17px;
font-size: 1.7rem;
font-weight: 600;
font-display: swap;
}

.error404-content
{
/*
margin-top: 10px;
margin-bottom: 10px;
*/
padding-top: 10px;
padding-bottom: 10px;
}

/* Suite Certified - 404 Page & Menu (End) */

/* Suite Certified - Archive Page (Begin) */

body.archive article header.entry-header .entry-meta {
display: none;
}

.archive header.entry-header {
padding-bottom: 10px;
}

body.archive .archive-description {
margin-bottom: 0;
padding-bottom: 0;
}

body.archive article header h2.entry-title {
font-size:  20px;
padding-top: 7px;
}

ion-icon.bullet-point
{
color: #47B5E0;
font-size: 12px;
font-size: 1.2rem;
margin: 0px 0px -1px 0px;
}

ion-icon.check-mark
{
color: #ff66cc;
font-size: 15px;
font-size: 1.5rem;
margin: 0px 0px -2px 0px;
}

ion-icon.check-box
{
color: #d2b48c;
font-size: 16px;
font-size: 1.6rem;
margin: 0px 0px -1.85px 0px;
}

.check-box-text
{
color: #d2b48c;
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
letter-spacing: 3px;
}

ion-icon.arrow-forward
{
color: #ff4500;
font-size: 20px;
font-size: 2.0rem;
margin: 0px 0px -4px 0px;
}

/* Suite Certified - Archive Page (End) */

/* Suite Certified - Archive (Search) Page (Begin) */

.search .content-sidebar-wrap
{
/* display: none; */
}

.search .site-inner
{
padding-top: 10px;
}

.search .read_more_button
{
margin-bottom: 15px;
}

.search .entry
{
margin-bottom: 45px;
}
.search header.entry-header{
	padding-bottom:10px;
	margin-bottom:40px;
}

/* Codeable - Archive (Search) Page (Begin) */
body.search .archive-description {
	margin-bottom: 0;
	padding-bottom: 0;
}

.search .site-inner {
	padding-top: 0px;
	padding-bottom: 10px;
}

.search .entry{
	margin-bottom:30px;
}

.search .read_more_button{
	margin-bottom:0;
}
/* Codeable - Archive (Search) Page (End) */

/* Suite Certified - Archive (Search) Page (End) */

/* Suite Certified - Contact Form and Register Form (Begin) */

.nf-input-limit {
display: none;
}

.nf-field-element input,
.nf-field-element select,
.nf-field-element textarea {
height: 100% !important;
}

.ninja-forms-field,
.ninja-forms-field:focus {
border: 1px solid #34313b;
background-color: #fff;
}

#nf-field-16-wrap .nf-field-element,
#nf-field-3-wrap .nf-field-element {
height: 150px;
}

.nf-form-content {
margin-top: 30px;
}

#nf-field-3-wrap .nf-field-label label {
margin: auto 0px;
}

option:checked,
option:hover,
option:focus,
option:active {
color: #fff;
font-weight: 600;
}

.nf-after-form-content {
margin: 30px 0px;
}

div#nf-field-23-container {
margin-bottom: 15px;
}

img.hidden {
display: none;
}

.intro-statement {
display: none;
}

.list-checkbox-wrap .nf-field-element ul {
-moz-column-count: 1;
-moz-column-gap: 0px;
-webkit-column-count: 1;
-webkit-column-gap: 0px;
column-count: 1;
column-gap: 0px;
}

#nf-field-24-container .list-checkbox-wrap .nf-field-element ul {
-moz-column-count: 1;
-moz-column-gap: 30px;
-webkit-column-count: 1;
-webkit-column-gap: 30px;
column-count: 1;
column-gap: 30px;
}

.list-checkbox-wrap .nf-field-element ul li {
font-size: 1em;
}

.list-checkbox-wrap .nf-field-element ul li label {
display: inline-block;
padding: 0px 0px 0px 0px;
width: 500px;
}

.list-checkbox-wrap .nf-field-element li {
	margin: 0px 0px 20px 0px !important;
}

.list-radio-wrap .nf-field-element li {
	margin: 0px 0px 20px 0px !important;
}

.list-checkbox-wrap .nf-field-element li input {
	width: auto !important;
	float: none !important;
	margin-top: 0em !important;
}

.list-radio-wrap .nf-field-element li input {
	width: auto !important;
	float: none !important;
	margin-top: 0em !important;
}

.list-checkbox-wrap .nf-field-element li label {
	margin-left: 0em !important;
}

.list-radio-wrap .nf-field-element li label {
	margin-left: 0em !important;
}

.list-checkbox-wrap .nf-field-element input {
height: 32px !important;
display: block;
float: left;
clear: none;
margin: 0px 0px 0px 0px !important;
}

#nf-field-23-container .nf-field .nf-field-element,
#nf-field-24-container .nf-field .nf-field-element {
left: 6%;
}

.label-left #nf-field-4-wrap .nf-field-element {
width: 100%;
}

div#nf-field-24-container {
margin-bottom: 15px;
}

#nf-form-1-cont .nf-form-title h3 {
display: none;
}

.nf-form-content .nf-field-container
{
margin-bottom: 15px;
}

div#nf-field-16-container {
margin-bottom: -98px;
}

.nf-form-cont input, .nf-form-cont select
{
padding: 9px;
font-size: 14px;
height: 36px !important;
font-weight: 400;
}

.nf-form-cont
{
/*border-top: 1px solid #34313b;*/
padding-top: 0px;
border-top: none;
}

.nf-field-label {
display: flex !important;
flex-direction: column !important;
}

#nf-field-18:link
{
background-color: transparent;
border: 1px solid #34313b;
color: #34313b;
cursor: pointer;
font-size: 14px;
font-size: 1.4rem;
font-weight: 400;
letter-spacing: 1px;
padding: 10px 15px;
text-transform: uppercase;
white-space: normal;
width: auto;
display: inline-block;
}

#nf-field-18:hover,
#nf-field-18:active,
#nf-field-18:focus
{
background-color: #34313b;
border: 1px solid #34313b;
color: #fff;
text-decoration: none;
outline-style: none;
}

.nf-response-msg p:focus, 
.nf-response-msg:focus {
	outline: none;
}

/* Suite Certified - Contact Form and Register Form (End) */

/* SELF Software - Ninja Forms (Begin) */

.ninja-forms-field.nf-element {
padding: 9px;
font-size: 14px;
font-weight: 600;
width: 450px;
}

@media only screen and (max-width: 600px) {
.ninja-forms-field.nf-element {
width: 100%;
}
}

#nf-field-81.ninja-forms-field.nf-element {
margin-bottom: 10px;
}

.label-right .nf-field-label {
padding: 5px 0px 0px 10px;
}

.field-wrap input[type=submit] {
letter-spacing: 1px;
padding: 12px 15px 30px 15px;
margin-top: 0px;
}

/* Codeable - Password Mask - (Begin) */

.password-container .nf-field-label{
	width:100%;
}
.password-container .password{
	padding-right:38px;
	-ms-appearance:none;
	appearance: none;
}
.password-container .password::-ms-reveal,
.password-container .password::-ms-clear {
	display: none;
  }
.password-container .nf-field-label + .nf-field-element{
	width:auto;
	float:left;
	position: relative;
}
@media only screen and (max-width: 600px) {
	.password-container .nf-field-label + .nf-field-element{
		width:100%;
		float:left;
		position: relative;
	}
}
.password-container .field-wrap{
	overflow:hidden;
}
.password-container .nf-field-label + .nf-field-element::after{
	content:"";
	display:block;
	width:0;
	height: 0;
	clear:both;
}
.password-container .field-wrap{
	display: block;
}
.password-container input{
	margin-bottom: 0 !important;
}
.password-container .nf-field-label + 
.password-container *:focus:not(input),
.password-toggle:hover{
	color:transparent;
	background-color:transparent;
	outline:0;
	border:0;
}
.password-toggle{
	width:36px;
	height:36px;
	right:0;
	appearance: none;
	border:0;
	background-image:url(./images/eye-off-outline.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:16px;	
	position:absolute;
	z-index: 1000;
	right:5px;
}
.password-toggle:focus, .password-toggle:hover{
	color:transparent;
	outline: 0 !important;
	background-color:transparent;
	border:0;
}
.showPassword .password-toggle{
	background-image:url(./images/eye-outline.svg);
	background-repeat: no-repeat;
	background-position: center center;	
}

/* Codeable - Password Mask - (End) */

/* SELF Software - Ninja Forms (End) */

/* Suite Certified - Archive (Page) Page (Begin) */

.page .site-inner
{
padding-top: 10px;
}

.page h1.entry-title:after
{
content: "";
/*border-bottom: 1px solid #34313b;*/
display: block;
margin-bottom: 8px;
padding-bottom: 15px;
width: 10%;
}

body.page article.page h3 {
font-size:  20px;
padding-top: 7px;
}

.page-template article.page.entry
{
margin-bottom: -15px;
}

.page-template .nf-form-content .submit-container
{
margin-bottom: 0px;
}

.page-template .site-inner
{
/* padding-bottom: 15px; */
/*border-bottom: 1px solid rgba(52,49,59, 0.25);*/
}

.phone-b
{
margin-bottom: 15px;
}

.page .atmosphere-large-text
{
display: none;
}

.wp-block-video :where(figcaption)
{
margin-bottom: 2em;
}

/* Suite Certified - Archive (Page) Page (End) */

/* Suite Certified - Archive (Attachment) Page (Begin) */

@media only screen and (max-width:1250.9px){
.attachment h1.entry-title
{
margin-top: 50px;
}
}

/* Suite Certified - Archive (Attachment) Page (End) */

/* Suite Certified - Archive (Category) Page (Begin) */

h1.archive-title {
	margin-top: 5px;
	color: #34313b;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 550;
}

h1.archive-title::after {
	background-color: #34313b;
	opacity: 0.7;
	content: "";
	width: 200%;
	height: 1px;
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: -50%;
}

.category .site-inner
{
padding-top: 0px;
padding-bottom: 10px;
}

/* .site-container .site-inner {
margin-top: 0px;
} */

.top-content
{
display: flex;
/* margin-bottom: 60px; */
}

.top-content
{
/* clear: both; */
padding: 0px 20% 30px 20%;
}

.top-content .cat-image
{  
flex: 1;
}

.cat-description {
/*
margin-bottom: -30px;
padding: 0px 20% 0px 20%;
*/
}

.cat-description p {
/*
margin-bottom: 0px !important;
margin-top: 0px;
*/
}

.cat-post-title
{
/* padding-bottom: 5%; */
padding: 7px 20% 8px 20%;
color: #34313b;
font-family: 'Lato', sans-serif;
font-size: 20px;
font-size: 2.0rem;
font-weight: 550;
letter-spacing: 1.0px;
text-transform: uppercase;
font-display: swap;
}

.child-cat-list {
font-size: 1.8rem;
font-weight: 400;
padding: 0px 20% 30px 20%;
margin-left: 20px;
}

.category-post-header 
{
/* background-color: #47B5E0 !important; */
/* background-color: #d3d3d3 !important;
clear: both;
margin-bottom: 0px;
padding-bottom: 0px;
*/
}

/*
.category-post-header {  
flex: 1;
background-color: #47B5E0 !important;
width: 100% !important; 
float: left;
position: relative;
margin: 0% -34% 0px -34% !important;
justify-content: center;
display: flex;
}
*/

/*
.cat-image img {
height: auto;
width: 60%;
}
*/

.hr-line-cat 
{
height: 0px !important;
padding-top: 0px;
margin: 0;
margin: 0rem 0rem 2rem 0rem;
}

.hr-line-cat
{
margin-left: -50%;
display: flex;
width: 200%;
border-color: #34313b;
opacity: 0.7;
}

.top-content .cat-description
{
flex: 2;
padding-left: 3%;
}

body.category article header h2.entry-title
{
font-size: 20px;
font-size: 2.0rem;
padding-top: 0px;
}

.related_topics_section 
{
margin-bottom: 30px;
}

/* Suite Certified - Archive (Category) Page (End) */

/* Suite Certified - Archive (Post) Page (Begin) */

.single .site-inner
{
padding-top: 10px;
}

.entry-title {
font-size: 20px;
font-size: 2.0rem;
}

.entry-content p.intro,
.entry-header span.intro,
.page h1.entry-title
{
color: #ff66cc;
font-weight: 600;
letter-spacing: 1px;
display: block;
font-size: 20px;
font-size: 2.0rem;
margin-bottom: 0px;
}

@media only screen and (max-width:1250.9px){
.entry-content p.intro,
.entry-header span.intro,
.page h1.entry-title
{
margin-top: 50px;
}
}

.entry-content p.intro.without-image:after,
.entry-header span.intro.without-image:after {
border-bottom: 1px solid #34313b;
content: "";
display: block;
margin-bottom: 40px;
padding-bottom: 40px;
width: 10%;
}

.single .entry-header p.entry-meta:after
{
content: "";
border-bottom: none;
display: block;
margin-bottom: 0px;
padding-bottom: 0px;
width: auto;
margin-top: 0px;
}

h1.entry-title {
color: #ff66cc;
font-weight: 600;
letter-spacing: 1px;
/*margin: 0px 0px 15px;*/
margin: 20px 0px 15px;
}

h2.sub-title {
font-size: 20px;
font-size: 2rem;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
}

h2.sub-title:after {
content: "";
border-bottom: 1px solid #34313b;
display: block;
margin-bottom: 40px;
padding-bottom: 20px;
width: 10%;
margin-top: 29px;
}

h2.sub-title.with-image:after {
content: "";
border-bottom: none;
margin: 0px;
padding: 0px;
}

.post-sub-title h3
{
font-size: 18px;
font-size: 1.8rem;
margin-top: 10px;
}

.post-sub-title h3:after
{
content: "";
/* border-bottom: 1px solid #34313b; */
display: block;
margin-bottom: 0px;
padding-bottom: 0px;
width: 10%;
}

.post-sub-title {
display: none;
}

.sc-post-topics
{
color: #d2b48c;
font-family: 'Lato', sans-serif;
font-size: 17px;
font-size: 1.7rem;
font-weight: 600;
letter-spacing: 1px;
font-display: swap;
}

.sc-post-sub-topics
{
color: #d2b48c;
font-family: 'Lato', sans-serif;
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
letter-spacing: 1px;
outline-style: none;
font-display: swap;
margin-top: 8px;
}

.sc-post-sub-topics-4
{
color: #47B5E0;
font-family: 'Lato', sans-serif;
font-size: 15px;
font-size: 1.5rem;
font-weight: 550;
outline-style: none;
font-display: swap;
padding-left: 45px;
}

.sc-post-sub-topics-content
{
padding-left: 45px;
}

.intro-highlight
{
color: #47b5e0;
}

.sc-certifications
{
color: #47B5E0;
font-family: 'Lato', sans-serif;
font-size: 15px;
font-size: 1.5rem;
font-weight: 550;
font-style: italic;
}

.col-pad {
	padding-left: 10px !important;	
	white-space: nowrap;
	overflow-x: clip;
}

.col-pad-auto {
	padding-left: 10px !important;	
	white-space: nowrap;
	overflow-x: auto;
}

.col-pad-wrap {
	padding-left: 10px !important;	
	white-space: normal;
	overflow-x: clip;
}

.keywords 
{
width: 100% !important;
}

.keywords .border
{
margin: -1px !important;
border: 1px solid #34313b !important;
}

.keywords .background-color-1 
{
background-color: #47B5E0;
padding-right: 10px;
}
.keywords .background-color-2 
{
background-color: #d3d3d3;
padding-right: 10px;
}
.keywords .background-color-3 
{
background-color: #47B5E0;
padding-right: 10px;
}

.keywords .font-color-1
{
color: #34313b;
}
.keywords .font-color-2
{
color: #34313b;
}
	
.keywords .font-size-1 
{
font-size: 14px;
}
.keywords .font-size-2 
{
font-size: 14px;
}
.keywords .font-size-3 
{
font-size: 14px;
line-height: 1.6;
margin: 0 0 0px;
}
.keywords .font-size-4 
{
font-size: 14px;
font-weight: 600;
text-align: center;
line-height: 1.6;
margin: 0 0 0px;
}

h3.font-size-1 {
line-height: 1.6;
margin: 0 0 0px;
}

h3.font-size-2 {
line-height: 1.6;
margin: 0 0 0px;
}

h4.font-size-1 {
line-height: 1.6;
margin: 0 0 0px;
}

h4.font-size-2 {
line-height: 1.6;
margin: 0 0 0px;
}

.keywords-1 
{
width: 98% !important;
margin: 0px 10px 0px 10px;
}
.keywords-1 .border
{
margin: -1px !important;
border: 1px solid #34313b !important;
}
.keywords-1 .border-1
{
margin: -1px !important;
border: 1px solid #47B5E0 !important;
}
.keywords-1 .background-color-1 
{
background-color: #47B5E0;
padding-right: 10px;
}
.keywords-1 .background-color-2 
{
background-color: #d3d3d3;
padding-right: 10px;
}
.keywords-1 .font-color-1
{
color: #34313b;
}
.keywords-1 .font-size-5 
{
font-size: 14px;
font-weight: 600;
text-align: center;
}
.keywords-1 .font-size-6 
{
font-size: 14px;
font-weight: 600;
}
.keywords-1 .font-size-7 
{
font-size: 14px;
}

a.description-link:link
{
color: #47B5E0;
text-decoration-line: none;
outline-style: none;
}

a.description-link:focus,
a.description-link:hover,
a.description-link:active
{
color: #47B5E0;
text-decoration-line: underline;
text-decoration-thickness: 1px;
outline-style: none;
}

a.phone-link:link
{
color: #47B5E0;
text-decoration-line: none;
outline-style: none;
}

a.phone-link:focus,
a.phone-link:hover,
a.phone-link:active
{
color: #47B5E0;
text-decoration-line: underline;
text-decoration-thickness: 1px;
outline-style: none;
}

.related_topics_section a{
	display:flex;
	flex-wrap: nowrap;
}
.related_topics_section a::before {
	background-color: #34313b;
	 /* border-radius: 1em; */
	content: " ";
	display: inline-block;
	height: 9px;
	width: 9px;
	outline-style: none;
	position:relative;
	top: 8px;
}
.related_topics_section a:hover::before,
.related_topics_section a:focus::before,
.related_topics_section a:active::before {
 
	background-color: #47B5E0;
	/* border-radius: 1em; */
	/* content: " ";
	display: inline-block;
	height: 0.65em;
	margin-right: 10px;
	width: 0.65em; */
	outline-style: none;
}
.related_topics_section a span {
	width: calc(100% - 10px);
	padding-left:10px;
}

.related-topics
{
color: #47B5E0;
font-family: 'Lato', sans-serif;
font-size: 17px;
font-size: 1.7rem;
font-weight: 600;
letter-spacing: 1.0px;
text-transform: none;
margin: 0px 0px 4px 0px;
font-display: swap;
}

.inPost td
{
height:30px;
padding:0px 0px 0px 10px;
vertical-align:center;
border-top:1px solid #34313b;
border-bottom:0px solid #34313b;
border-left:1px solid #34313b;
border-right:1px solid #34313b;  
}

.inPost tr:nth-child(even)
{
background-color:#47B5E0;  
}

.related_topics_section
{
/* border: 1px solid #34313b;
padding: 10px; */
margin-top: 15px;
}
.theiaStickySidebar{
	border: 1px solid #34313b;
	padding: 10px;
	padding-top: 5px !important;
	padding-bottom: 8px !important;
}

.single .entry-footer
{
margin-bottom: 0px;
}

.single .atmosphere-large-text
{
display: none;
}

.inPost td
{
width: 50%;
}

.inPost td div
{
height: 35px;
overflow: hidden;
}

.app-line
{
height: 0px !important;
width: 190px;
border-color: #34313b;
opacity: 0.7;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.closer
{
margin-top: -22px;
}

/* Suite Certified - Archive (Post) Page (End) */

/* Suite Certified - Footer (Begin) */

.site-footer {
display: none;
}

.footer-widgets-1.widget-area {
	background-color: #fff;
	padding:12px 40px 22px;
border-top: 1px solid rgba(52,49,59, 0.25);
}

.footer-widgets-1 span.widgettitle.widget-title {
position: relative;
font-weight: 400;
}

.footer-widgets-1 p {
margin: 0 0 15px 0px;
line-height: 15px;
}

.footer-widgets-1 .button
{
padding: 10px 15px;
}

.footer-widgets .widget
{
padding-top: 0px;
}

.footer-widgets .widget
{
padding-top: 0px;
}

.content .front-page-1 .widget a.button:hover,
.button:hover {
background-color: #fff !important;
border: 1px solid #fff !important;
color: #34313b !important;
outline-style: none;
}

.footer-parent
{
text-align: center;
}
.footer-child
{
display: inline-block;
padding: 9px 7px;
vertical-align: middle;
/* margin-left: 1rem;
margin-right: 1rem; */
}

/* Suite Certified - Footer (End) */

/* Suite Certified - Responsive (Begin) */

@media only screen and (max-width: 340px) {
.front-page .seventy-two {
	font-size: 5rem !important;
}
.featured-content .entry-content p
{
font-size: 15px;
}

}
@media only screen and (max-width:390px){
	.site-title {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
	.country-selector.weglot-dropdown .wglanguage-name,
	.search-wrapper input{
		font-size:12px;
	}
	.country-selector.weglot-dropdown .wgcurrent a, .country-selector.weglot-dropdown .wgcurrent span{
		padding-right:20px;
	}
	.country-selector.weglot-dropdown .wgcurrent::after{
		right:7px;
	}
	.country-selector.weglot-dropdown .wgcurrent{
		overflow:hidden;
	}
}

@media only screen and (max-width: 400px) {
.front-page-1 {
padding-top: 200px !important;
}
.site-title {
	letter-spacing: 1px !important;
}
.featured-content .entry-content p
{
font-size: 15px;
}

}

@media only screen and (max-width:450px) {
ul#menu-topmenubuttons {
width: 100%;
}

.genesis-nav-menu.button-menu {
padding-right: 0;
text-align: center
}

.site-title {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 2px;
}

.featured-content .entry-content p
{
font-size: 15px;
}

}

@media only screen and (max-width: 500px) {
.front-page-1 {
padding-top: 230px !important;
}

.bio-short img {
width: 30%;
}

.featured-content .entry-content p
{
font-size: 15px;
}

}

/*
@media only screen and (max-width: 900px) and (min-width: 400px) {

.label-left .nf-field-label label {
	width: 50% !important;
}

.nf-field-label .nf-label-span, .nf-field-label label {
	font-weight: 700;
	margin: 0px 0px 0px 95px !important;
	padding: 0;
}

.list-checkbox-wrap .nf-field-element ul li label {
display: inline-block;
padding: 0px 0px 0px 0px;
width: 190px;
}

}
*/

@media only screen and (max-width: 600px) {
.list-checkbox-wrap .nf-field-element ul {
-moz-column-count: 1;
-moz-column-gap: 0px;
-webkit-column-count: 1;
-webkit-column-gap: 0px;
column-count: 1;
column-gap: 0px;
}

#menu-topmenubuttons a {
font-size: .2em;
}

ul#menu-topmenubuttons {
width: 320px;
}

.widget-area.header-widget-area {
margin-top: -8px;
}

.widget-area.header-widget-area {
margin-top: 0;
}

.widget-area.header-widget-area li.highlight {
margin-top: 5px;
}

.widget-area.header-widget-area li.highlight > a {
margin-left: 0;
}

/*
Moved to style-front.css.
#front-page-5 .textwidget p {
padding-left: 20px;
padding-right: 20px;
}
*/

#front-page-2 h3.widgettitle{
padding-left: 20px;
padding-right: 20px;
}

#front-page-5 h3.widgettitle{
padding-left: 80px;
padding-right: 80px;
}

header .wrap {
padding-right: 18px;
}

.featured-content .entry-content p
{
font-size: 15px;
}

}

@media only screen and (max-width: 1024px) {
#wpadminbar,
.site-header {
position: fixed;
top: 0;
left: 0;
right: 0;
}

body #breadcrumbs {
position: static;
margin: 115px 15px 0;
top: 200px;
}

.cat-post-title
{
padding: 20px 0% 0px 10%;
}

.featured-content .entry-content p
{
font-size: 15px;
}

}

@media only screen and (min-width: 1251px) {
.nav-primary {
display: flex;
justify-content: flex-end;
margin-top: 0;
}

/* .archive */
.site-header {
border-bottom: 1px solid rgba(52,49,59, 0.25);
} 

}

@media (max-width: 1280px) {
.site-header {
max-width: 1280px;
}

}

@media (min-width: 1251px) and (max-width: 1280px) {
.nav-primary a
{
font-size: 1.4rem;
}

}

@media (max-width: 1199px) and (min-width: 1025px)  {
.front-page-3 .featured-content a.alignleft .entry-image, .front-page-3 .featured-content a.alignright .entry-image
{
padding-top: 10%
}

}

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

/*
.front-page-1 .widget
{
padding: 0px !important;
}
*/

.front-page-1 .widget_custom_html
{
padding: 30px 20px 0px 20px !important;
}

.rslides_tabs.rslides1_tabs
{
position: relative !important;
}

.front-page-3 .featured-content .entry
{
margin-bottom: 0px !important;
}

.widget.featured-content.featuredpost .widget-wrap article > a
{
width: 100% !important;
}

.front-page-3 .featured-content a.aligncenter, .front-page-3 .featured-content a.alignleft, .front-page-3 .featured-content a.alignnone, .front-page-3 .featured-content a.alignright
{
margin-bottom: 15px !important;
}

.front-page-3 .featured-content a.alignleft ~ .entry-content, .front-page-3 .featured-content a.alignright ~ .entry-content
{
padding-bottom: 0px;
}

.flexible-widgets.widget-fourths .widget,
.flexible-widgets.widget-halves .widget,
.flexible-widgets.widget-thirds .widget
{
float: left;
}

.front-page-3 .featured-content a.alignleft .entry-image, .front-page-3 .featured-content a.alignright .entry-image
{
padding-top: 22% !important;
}

/*
#front-page-4 .widget.widget_text
{
font-size: 15px;
line-height: 22px;
}
*/

.featured-content .entry-content p
{
font-size: 15px;
}

}

@media only screen and (min-width: 700px) and  (max-width: 799px ){

.widget.featured-content.featuredpost .widget-wrap article > a
{
width: 100% !important;
}

.front-page .seventy-two
{
font-size: 20px !important;
}

/*
#front-page-4 .widget.widget_text
{
font-size: 14px;
line-height: 20px;
}
*/

.rslides_tabs.rslides1_tabs
{
bottom: 10px !important;
}

.featured-content .entry-content p
{
font-size: 15px;
}

}

@media only screen and (min-width: 500px) and  (max-width: 699px ){

.widget.featured-content.featuredpost .widget-wrap article > a
{
width: 100% !important;
}

/*
.front-page-1 .widget
{
padding: 0px !important;
}
*/

.front-page-1 .widget_custom_html
{
padding: 30px 20px 0px 20px !important;
}

.rslides_tabs.rslides1_tabs
{
position: relative !important;
top: -15px;
}

/*
#front-page-4 .widget.widget_text
{
font-size: 11px;
line-height: 17px;
}
*/

.front-page .seventy-two
{
font-size: 20px !important;
}

.front-page-3 .featured-content a.aligncenter, .front-page-3 .featured-content a.alignleft, .front-page-3 .featured-content a.alignnone, .front-page-3 .featured-content a.alignright
{
margin-bottom: 15px !important;
}

.featured-content .entry-content p
{
font-size: 15px;
}

}

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

.front-page-1
{
padding: 0px !important;
}

/*
.front-page-1 .widget
{
padding: 0px !important;
}
*/

.rslides_tabs.rslides1_tabs
{
position: relative !important;
top: -15px;
}

.front-page-1 .widget_custom_html
{
padding: 30px 20px 30px 20px !important;
}

.front-page-1 p
{
font-size: 15px !important;
}

.front-page-2
{
padding: 30px 30px 15px 30px;
}

.featured-content .entry-content p
{
font-size: 15px;
}

.widget.featured-content.featuredpost .widget-wrap article > a
{
width: 100% !important;
}

.front-page-3 .featured-content a.aligncenter, .front-page-3 .featured-content a.alignleft, .front-page-3 .featured-content a.alignnone, .front-page-3 .featured-content a.alignright
{
margin-bottom: 15px !important;
}

/*
#front-page-4 .widget.widget_text
{
width: 50%;
margin-bottom: 30px;
}
*/

#front-page-4 #text-11
{
height: auto;
}

.front-page-1 .widget-area
{
display: block;
}

.featured-content .entry-content p
{
font-size: 15px;
}

}

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

.top-content
{
display: block;
}

.top-content .cat-image
{
/* margin-bottom: 15px; */
margin-bottom: 30px;
}

.keywords 
{
margin-left: -4px;
}

.featured-content .entry-content p
{
font-size: 15px;
}

}

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

.archive .breadcrumb
{
margin-bottom: 100px;
top: 60px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: none;
color: #fff;
}

.breadcrumb 
{
margin-bottom: 85px;
top: 60px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: none;
color: #fff;
}
/* .error404 .breadcrumb
{
margin-bottom: 100px;
top: 60px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: none;
color: #fff;
} */

.site-header
{
border-bottom: 1px solid rgba(52,49,59, 0.25);
}

.archive .site-header
{
border-bottom: 1px solid rgba(52,49,59, 0.25);
padding: 20px 30px 0px 36px;
}

.wpbsearchform
{
left: 55px;
top: 86%;
}

.featured-content .entry-content p
{
font-size: 15px;
}

}

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

.archive .site-header
{
border-bottom: 1px solid rgba(52,49,59, 0.25);
padding: 20px 30px 0px 36px;
}

.archive .breadcrumb
{
margin-bottom: 100px;
top: 60px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: none;
color: #fff;
}

.breadcrumb
{
margin-bottom: 85px;
top: 60px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: none;
color: #fff;
}

/* .error404 .breadcrumb
{
margin-bottom: 100px;
top: 60px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: none;
color: #fff;
} */

.featured-content .entry-content p
{
font-size: 15px;
}

}

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

/*
.nf-field-label {
font-size: 14px !important;
}

.nf-field-element {
width: 200px !important;
}

.nf-form-content {
min-width: 100vw !important;  
margin-right: -200px !important; 
margin-left: -92px !important;
}
*/

.site-header .wrap {
height: auto !important;	
}

.featured-content .entry-content p
{
font-size: 15px;
}

}

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

.archive .site-header
{
border-bottom: 1px solid rgba(52,49,59, 0.25);
padding: 20px 30px 0px 36px;
}

.archive .breadcrumb
{
margin-bottom: 100px;
top: 60px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: none;
color: #fff;
}

.breadcrumb
{
margin-bottom: 85px;
top: 60px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: none;
color: #fff;
}

/* .error404 .breadcrumb
{
margin-bottom: 100px;
top: 60px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: none;
color: #fff;
} */

.featured-content .entry-content p
{
font-size: 15px;
}

}

/* Codeable - Breadcrumb (Begin) */

@media only screen and (max-width:1250.9px){
	.site-container .breadcrumb{
		top:105px;
	}
}
@media only screen and (max-width:1250.9px){
	.site-container .breadcrumb{
		color: #34313b;
		top:115px;
		position:static;
		margin-top:115px;
		margin-bottom:10px;
		padding:0 40px;
		/* white-space: nowrap; */
		display: block;
		/* flex-wrap: nowrap;
		text-overflow: ellipsis;
		overflow: hidden; */
		width: 100%;
	}
	.breadcrumb span {
		display:inline !important;
	}
	.archive .breadcrumb{
		margin-bottom: 10px;
	}
}

/* Codeable - Breadcrumb (End) */
/* Codeable - Search Form (Begin) */

@media only screen and (max-width:1250.9px){
	.site-container .search-wrapper{
		top:102px;
	}
}

@media only screen and (max-width:1250.9px){
	.site-container .search-wrapper{
		top:108px;
		position:static;
		margin: 0 auto 20px;
		max-width: 450px;
	}
	.site-container .search-wrapper form{
		width:100%;
	}
}

/* Codeable - Search Form (End) */

/* Codeable - Header (Begin) */
/* For reducing header height */

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

	.site-header{
	   padding-top:0 !important; 
	}
	.title-area {
		margin-top: 13px;
	}
	.menu-toggle{
		margin-top:0;
		padding-top: 8px;
	}
	.breadcrumb{
		/*margin-top: 88px !important;*/
		margin-top: 42px !important;
	}
	.site-container .search-wrapper{
		margin-bottom:10px !important;
	}
	.site-title{
		text-align:left;
	}
	.menu-toggle{
		text-align:left;
		padding-left:0;
		/* margin-top:5px;
		margin-bottom:5px; */
	}
	.site-container .search-wrapper{
		position:fixed;
		right:0;
		top:41px !important;
		z-index:9999;
		height:30px;
		margin-right:40px;
	}
	.weglot-translate-wrap{
		top:4.5px;
	}
	.site-container .search-wrapper form{
		width:100%;
	}
}

@media only screen and (max-width:500px){
	.site-container .search-wrapper{
		width: calc(50% - 40px);
		max-width: 100%;
		margin:0 40px 20px;
	}
	.weglot-translate-wrap{
		width: calc(50% - 40px);
		max-width:100%;
	}
}
@media only screen and (min-width:1025px) and (max-width:1250.9px){
	.breadcrumb{
		margin-bottom:104px;
	}
}

/*
@media only screen and (max-width:351.9px){
	button#genesis-mobile-nav-primary {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
*/

/* Codeable - Header (End) */

/* Codeable - Sidebar (Begin) */

@media only screen and (min-width: 1251px) {
	.single-post main.content {
		display: flex;
		align-items: flex-start;
	}
	.single-post .site-inner {
		padding-left: 0;
		padding-right: 0;
		padding-top: 140px !important;
	}
	.site-inner {
		/*padding-top: 118px !important;*/
		padding-top: 75px !important;
	}

	.single-post article {
		width: 60%;
		order: 2;
		margin:0 auto;
	}

	.single-post .related_topics_section {
		background-color: white;
		width: calc(20% - 80px);
		margin: 0 40px;
		align-self: flex-start; /* Prevent stretching */
	}

	.single-post .helpful_topics {
		order: 3;
	}
	
	.single-post .related_topics {
		order: 1;
	}
	
	.single-post.missing_related_topics article {
		margin-left:20%;
	}
	.single-post.missing_helpful_topics article {
		margin-right:20%;
	}
	
	.single-post .site-inner{
		padding-bottom:30px;
	}

	.breadcrumb {
		position: fixed;
		width: 100%;
		background-color: white !important;
		z-index: 10;
		/*top: 76px;*/
		top: 33px;
		padding-top: 10px;
	}
	.search-wrapper{
		z-index:14;
		position: fixed;
	}
}

/* Codeable - Sidebar (End) */



/* Suite Certified - Responsive (End) */
