/*
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.6.1

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: 0.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: -0.25em;
}
sup {
	top: -0.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: 0.35em 0.75em 0.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;
}
h2.gform_title {
    display: none;
}
/* Defaults
---------------------------------------------------------------------------- */

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

body {
	background-color: #fff;
	color: #000;
	font-family: Muli, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.875;
	margin: 0;
	overflow-x: hidden;
}

body {
	animation: fadein 1s;
}
.font-25 {
	font-size: 27px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 40px;
}

.benefits-row{
	max-width:1100px !important;
}
@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;
}
.upper-case-text{
	text-transform: capitalize;
}
/* 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: #000;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #fff;
	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: #fff;
	z-index: 99;
}

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

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

.site-inner,
.wrap {
	margin: 0 auto;
}

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

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

.site-inner .breadcrumb,
.site-inner .entry-header {
	display: none;
}

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

/* Content */

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

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

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

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

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

.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: 133px;
}

.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,
/*
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.6.1

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: 0.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: -0.25em;
}
sup {
	top: -0.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: 0.35em 0.75em 0.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: Muli, sans-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: #fff;
	z-index: 99;
}

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

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

.site-inner,
.wrap {
	margin: 0 auto;
}

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

.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 .content {
	float: left;
}

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

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

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

.site-header {
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 50px !important;
	width: 100%;
}

.site-header .wrap {
	display: flex;
	align-items: center;
	/* 	background: radial-gradient(
	97.57% 210.75% at 0.9% 2.98%,
	rgba(255, 255, 255, 0.4) 0%,
	rgb(255 255 255 / 9%) 100%
	); */
	background: #fff;
	margin: 0 auto;
	border-radius: 1000px;
	padding: 10px 10px;
	max-width: 1280px;
	backdrop-filter: blur(21px);
}

.site-header .wrap ul {
	padding: 0 10px !important;
}

.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: 80px;
	width: 25%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.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;
	width: 65%;
}
.custom-logo-link{
	outline:none;

}
.site-header .custom-logo-link .custom-logo:focus, .site-header .custom-logo-link .custom-logo:focus-visible {
	outline:none;
}

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

.genesis-nav-menu .menu-item.menu-item-has-children {
	position: relative !important;
}

.genesis-nav-menu .menu-item.menu-item-has-children:after {
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.3s ease-in-out;
	content: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/arrow-right-1.png);
	transform: translateY(-50%);
}

.genesis-nav-menu .menu-item.menu-item-has-children:hover:after {
	transform: translateY(-65%) rotate(180deg);
}

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

.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
	font-family: "Bebas Neue";
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	color: #120f0f;
	opacity: 0.7;
}

.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: #120f0f;
	opacity: 1;
}

.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: 16px !important;
	line-height: 18px;
	padding: 12px 15px;
	position: relative;
	width: 160px;
	letter-spacing: 0.5px !important;
	word-spacing:1px !important;
}

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

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

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

.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: "Bebas Neue";
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #120f0f;
	opacity: 0.7;
}

.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: #000 !important;
	line-height: 1.5;
	padding-bottom: 40px;
	padding-top: 45px;
	text-align: left;
	padding-left: 5px;
    padding-right: 5px;
}

.before-footer-cta .wrap {
	max-width: 1350px;
	border-top: 0px !important;
	padding: 25px 0 40px;
}
/* .before-footer-cta .wrap .socials-col {	
border-bottom: 1px solid #fff;
} */

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

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

.before-footer-cta #gform_submit_button_5 {
    background: #120f0f !important;
    border-radius: 100px !important;
    padding: 13px 75px !important;
    font-family: "Bebas Neue" !important;
    font-size: 19px !important;
    line-height: 40px;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    border: 2px solid #ed1c24 !important;
    margin: 0 !important;
    letter-spacing: 0.4px;
    width: auto;
}
.before-footer-cta #input_5_1 {
    border-radius: 100px !important;
    padding-left: 30px !important;
    width: 100%;
    padding: 15px 30px !important;
}
.before-footer-cta #gform_submit_button_5:hover {
	background-color: #ed1c24 !important;
}

@media only screen and (max-width: 575px) {
	.before-footer-cta #input_5_1 {
    	padding: 10px 30px !important;
	}
	.before-footer-cta #gform_submit_button_5 {
		padding: 5px 15px !important;
		width: 100%;
	}
	.site-header .custom-logo-link .custom-logo {
		height: auto;
		width: 140px;
		margin-top: 14px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 576px) {
	.before-footer-cta .gform_footer.top_label {
    	justify-content: center;
	}
}

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

.site-footer, .before-footer-cta  {
	background-color: #120f0f;
/* 	text-align: center; */
	width: 100%;
}

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

.before-footer-cta a,  .site-footer .wrap a {
	padding-bottom: 2px;
}

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

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

.site-footer .wrap {
	max-width: 1350px;
	border-top: 1px solid #ffffff !important;
	padding: 25px 0 40px;
}
.textwidget.custom-html-widget {
	margin-bottom: -40px !important;
	padding-bottom: 0px !important;
/* 	text-align: center; */
}

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

/* New Page */
.new-banner {
	padding: 200px 0 0px !important;
}

.new-banner h1,
.new-banner p {
	width: 100% !important;
}

.new-banner h1 {
	margin-bottom: 0px !important;
}

.new-banner p{
	margin-bottom: 20px !important;
}

.new-banner .banner-video video {
	margin-top: 0 !important;
	height: 350px !important;
	border-radius: 18px;
}

.new-banner .play-button{
	height: 80px;
	width: 80px;
	margin: 0px auto 0;
	position: absolute;
	top: 67%;
	left: 21%;
}

.new-banner .play-button.hide{
	display: none;
}

.mt-neg-30 {
	margin-top: -30px !important;
}

.btn-theme-sec {
	width: fit-content;
	float: right;
	border: 1px dashed #ffffff;
	padding: 3px;
	border-radius: 100px;
	display: inline-flex !important;
	transition: all 0.3s ease-in-out;
	margin-top: 20px !important;
}

.gift-claim .btn-theme-sec {
	width: 85%;
	margin: 20px 30px 0 !important;
}

.gift-claim .btn-theme-sec a {
	width: 100% !important;
}

.gift-claim .btn-theme-sec:hover a {
    background-color: green !important;
}

.btn-theme-sec a {
	background: #f32128 !important;
	border-radius: 100px !important;
	padding: 15px 48px !important;
	font-family: "Bebas Neue" !important;
	font-size: 25px !important;
	line-height: 30px;
	text-transform: uppercase !important;
	color: #fff !important;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
}

.btn-theme-sec:hover a{
	color: #fff !important;
	background: #120F0F !important;
}

.gift-claim h2 {
	color: #ec2128;
}
.gift-claim p {
	color: #fff;
}

.gift-claim h2 {
	margin-bottom: 0 !important;
}

.gift-claim .col-right {
	padding-left: 80px;
}

.latest-blogs-sec .row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.latest-blogs-sec .col-12{
	width: 100%;
	flex: 0 0 100%;
	padding: 0 15px;
	margin-left: -15px;
	margin-right: -15px;
}
.full-width-content .entry-content > .alignwide.amazon-row {
    margin-bottom: 50px;
}

.latest-blogs-sec .col-6 {
	width: 50%;
	flex: 0 0 50%;
	padding: 0 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.recent-blogs .type-post {
	border: 1px solid #120F0F;
	filter: drop-shadow(14px 14px 120px rgba(0, 0, 0, 0.05));
	border-radius: 25px;
	background: transparent;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.recent-blogs .type-post .item {
	transition: all 0.3s ease-in-out;
}

.recent-blogs .type-post .item:hover {
	transform: translateY(-2px);
	box-shadow: 0 25px 18px -20px #00000070;
}

.recent-blogs .type-post .post-thumb {
	display: inline-flex;
	height: 380px;
	overflow: hidden;
	border-radius: 25px 25px 0 0;
	width: 100%;
}

.recent-blogs .type-post .post-thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.recent-blogs .type-post .item:hover .post-thumb img {
	transform: scale(1.02);
}

.recent-blogs .type-post .item .post-desc {
	padding: 30px 40px;
}

.recent-blogs .type-post .item .post-desc .post-meta {display: flex;align-items: center;margin-bottom: 20px;}

.recent-blogs .type-post .item .post-desc .post-meta .date {
	margin-right: 30px;
	font-family: "Satoshi-Regular" !important;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.01em;
	color: #595959;
}

.recent-blogs .type-post .item .post-desc .post-meta .cat-title {
	border-left: 2px dashed #8d8d8d;
	padding-left: 30px;
}

.recent-blogs .type-post .item .post-desc .post-meta .cat-title ul.post-categories {
	padding: 0;
	margin: 0;
	list-style: none;
}

.recent-blogs .type-post .item .post-desc .post-meta .cat-title ul.post-categories li {
	list-style-type: none;
}

.recent-blogs .type-post .item .post-desc .post-meta .cat-title ul.post-categories li a {
	font-family: "Satoshi-Regular" !important;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.01em;
	color: #595959;
	transition: all 0.4s ease-in-out;
}

.recent-blogs .type-post .item .post-desc .post-title {
	margin-bottom: 50px;
	height: 100px;
}

.recent-blogs .type-post .item .post-desc .post-title a {
	font-family: "Bebas Neue";
	font-size: 35px !important;
	line-height: 35px;
	letter-spacing: -0em;
	color: #120f0f;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}

.recent-blogs .type-post .item:hover .post-desc .post-title a {
	color: #ed1c24;
}

.recent-blogs .type-post .item .post-desc .read-more a {
	font-family: "Satoshi-Bold";
	font-size: 20px;
	line-height: 19px;
	color: #120f0f;
	text-transform: capitalize;
	position: relative;
}

.recent-blogs .type-post .item .post-desc .read-more a:after {
	content: "";
	position: absolute;
	background: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/Group-4-2.png);
	right: -40px;
	top: -5px;
	height: 28px;
	width: 28px;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s ease-in-out;
}

.recent-blogs .type-post .item .post-desc .read-more a:hover:after {
	transform: rotate(45deg);
}


.category .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100% !important;
}

.category .type-post {
    width: 49%;
    margin: 0 0 50px;
    padding: 20px;
}

.category .archive-description {
    width: 100%;
}

.category .pagination {
    width: 100%;
}

.category .type-post h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 30px;
}


.category .type-post .entry-content {
    position: relative;
    padding-bottom: 50px;
}
.category .type-post .entry-content a.entry-image-link:before {
    content: 'Read More';
    position: absolute;
    bottom: 0;
    font-family: "Satoshi-Bold";
    color: #120f0f;
}

/* .category .type-post .entry-header {
    display: block;
}

.category .type-post .entry-header .entry-meta {
    display: none;
}

.category .type-post .entry-header::after {
    display: none;
}
 */
.category .type-post .entry-content a.entry-image-link:after {
    content: "";
    position: absolute;
    background: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/Group-4-2.png);
    left: 100px;
    bottom: 5px;
    height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in-out;
}

.category .type-post .entry-content a.entry-image-link:hover:after {
    transform: rotate(45deg);
}


.mental-products-sec .product-box {
	padding: 15px 15px 25px 15px;
	width: 100%;
	border: 1px solid #120F0F;
	border-radius: 25px;
	transition: all 0.3s ease-in-out;
}

.mental-products-sec .product-box:hover {
	background: #fff;
	box-shadow: 14px 14px 120px rgba(0, 0, 0, 0.05);
}


.mental-products-sec .product-box figure {
	height: 365px;
	width: 100%;
	overflow: hidden;
	border-radius: 25px;
	transition: all 0.3s ease-in-out;
	background: #fff;
	padding: 20px 15px;
	transition: all 0.3s ease-in-out;
}

.mental-products-sec .product-box:hover figure {
	background: #F7F7F7;
}

.mental-products-sec .product-box figure img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	transition: all 0.3s ease-in-out;
}

.mental-products-sec .product-box h4 {
	font-size: 38px;
	margin-bottom: 25px !important;
	transition: all 0.3s ease-in-out;
	text-align:center;
	
}

.mental-products-sec .product-box p{
	min-height: 150px;
	transition: all 0.3s ease-in-out;
	text-align: center;
}

.mental-products-sec .product-box.product-box-horizontal {
	padding: 15px;
}

.mental-products-sec .product-box.product-box-horizontal figure {
	height: 265px;
}

.mental-products-sec .product-box.product-box-horizontal h4 {
	margin-bottom: 10px !important;
}

.mental-products-sec .product-box.product-box-horizontal p {
	min-height: 100px;
}

/* Testimonial page */
.testi-entry-sec p{
	margin-bottom: 50px !important;
}

.testi-entry-sec iframe {
	height: 550px !important;
	border-radius: 18px;
	width: 100% !important;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
	padding-top: 40% !important;
}

.px-5 {
	padding-left: 50px;
	padding-right: 50px;
}

.yt-row {
	margin: 50px 0 0 0;
}

.yt-row iframe {
	height: 430px;
	width: 100%;
	border-radius: 18px;
}


.amazon-row {
	margin-top: 70px;
}

.amazon-row .left-col {
	display: flex;
	flex-direction: column;
	align-items: self-start;
	justify-content: space-between;
}

.amazon-row .left-col h2 {
	width: 250px;
	margin-bottom: 20px !important;
}

.amazon-row .right-col {
	margin-left: -70px;
	text-align: center;
}
.vertical_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right_aligned{
	display: flex;
    justify-content: end !important;
    margin: 0 0 0 auto !important;
}
.right_aligned figure{
	float: none !important;
	margin: 0 !important;
}
h2.wp-block-heading.blog_heading {
    margin-left: 15px;
}
p.contact_text {
    padding: 0px 0 60px;
}

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

@media only screen and (max-width: 1280px) {
	.before-footer-cta .wrap,
	.site-inner {
		max-width: 960px;
	}

	.content {
		width: 600px;
	}

	.sidebar {
		width: 300px;
	}
	.archive.full-width-content .content {
		width: 90%;
	}
}

@media only screen and (max-width: 1023px) {
	.menu-toggle.activated {

	}
	.site-header .wrap {
		border-radius: 25px !important;
	}

	.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: #120f0f;
	}

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

	.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%;
	}
	.archive.full-width-content .content {
		width: 90%;
	}	
}

@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;
	}
	.home-banner p span{
		font-size:25px !important;
	}
	.wp-block-column .product_h3, .wp-block-column .product_text {
		width: 90%;
		margin: auto;
	}
	.footer-cta-button {
		display: block;
	}
	.archive.full-width-content .content {
		width: 90%;
	}	
	
	
	.category .archive-description {
    	margin: 0 0 20px;
	}

	.category .type-post {
	    width: 100%;
	}	
	
	
}

.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: #ED1C24;
	opacity: 1;
}

.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: 160px;
}

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

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

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

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

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

.nav-primary .genesis-nav-menu .sub-menu {
	z-index: 9999;
	width: 200px;
	background: black !important;
	padding: 0px !important;
	border-radius: 0px !important;
}

.nav-primary .genesis-nav-menu .sub-menu li {
	padding: 10px 15px !important;
}

.nav-primary .genesis-nav-menu .sub-menu li a {
	color: #fff;
	padding: 0 !important;
}

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

/* 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: "Bebas Neue";
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #120f0f;
	opacity: 0.7;
}

.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.Hover {
	position: relative;
}

.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;
	font-weight:400;
}

.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: transparent;
    border-radius: 100px;
    color: #000;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 10px 25px;
    text-transform: uppercase;
    border: 2px solid #ed1c24;
}
.pagination ul {
    text-align: center;
}

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

.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: #120f0f;
}

.before-footer-cta .wrap {
	max-width: 1350px;	
	padding-bottom: 0px;
	padding-top: 0px;
}

.before-footer-cta,
.before-footer-cta a,
.before-footer-cta p,
.before-footer-cta .widget-title {
	color: #fff;
}
.before-footer-cta ul {
	box-sizing: border-box;
	list-style: none;
	text-align: left;
}
.before-footer-cta .socials-col ul{		
	padding-bottom: 50px;	
	padding-top: 50px;
}

.before-footer-cta ul li{
	padding: 0 120px;
	/* 	display: inline-block !important; */
}
/* .before-footer-cta .f-menu{
padding-top:25px !important;
} */

.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;
	text-align: center;
	width: 100%;
}

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

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

.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;
}
.error404 .site-inner {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    height: 97vh;
}


.error404 .sec-padding .gb-container-inside{
	
	width: 100% !important;
}
.boxes_sec {
    padding: 60px 20px !important;
}
.about-img{
	
	margin-bottom: 50px;
}
p.deep-relax {
    text-transform: capitalize;
}
.related-posts .btn-box{
	
	float: right !important;
    margin-right: 0 !important;

}
.faq-sec-2, .new_padd{
	
	padding: 120px 20px 40px !important;
}
.col-3.text-left {
    text-align: initial;
}
.benefits {
    margin-bottom: 20px !important;
}

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

@media only screen and (max-width: 1280px) {
/* 	.before-footer-cta .wrap,
	.site-inner {
		max-width: 1120px;
	} */

	.content {
		width: 600px;
	}

	.sidebar {
		width: 300px;
	}
	.entry-content h2, .entry-content h3, .entry-content h4{
		margin-top: 20px !important;
	}
}

@media only screen and (max-width: 1023px) {
	.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: transparent;
		color: #000 !important;
	}

	#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;
		padding: 30px 30px;
	}

	.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: #120f0f;
	}

	.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: #fff !important;
	}

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

@font-face {
	font-family: "Bebas Neue";
	src: url("fonts/BebasNeue-Regular.woff2") format("woff2"),
		url("fonts/BebasNeue-Regular.woff") format("woff"),
		url("fonts/BebasNeue-Regular.ttf") format("ttf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Satoshi-Regular";
	src: url("fonts/Satoshi-Regular.woff2") format("woff2"),
		url("fonts/Satoshi-Regular.woff") format("woff"),
		url("fonts/Satoshi-Regular.ttf") format("ttf");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Satoshi-Medium";
	src: url("fonts/Satoshi-Medium.woff2") format("woff2"),
		url("fonts/Satoshi-Medium.woff") format("woff"),
		url("fonts/Satoshi-Medium.ttf") format("ttf");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Satoshi-Bold";
	src: url("fonts/Satoshi-Bold.woff2") format("woff2"),
		url("fonts/Satoshi-Bold.woff") format("woff"),
		url("fonts/Satoshi-Bold.ttf") format("ttf");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.load-more_btn {
	font-family: "Bebas Neue" !important;
	font-size: 25px !important;
	line-height: 30px !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	background: #ed1c24 !important;
	transition: all 0.3s ease-in-out;
	padding: 18px 60px !important;
	border-radius: 100px !important;
}

.load-more_btn:hover {
	background: #353535 !important;
}

.btn-theme a,
.btn-theme-primary {
	font-family: "Bebas Neue" !important;
	font-size: 25px !important;
	line-height: 30px !important;
	text-transform: uppercase !important;
	color: #ffffff !important;
	background: #ed1c24 !important;
	transition: all 0.3s ease-in-out;
	padding: 20px 75px !important;
	border-radius: 100px !important;
}
.btn-theme a,
.btn-theme-primary,
.deep-relaxation a{
	padding: 15px 40px !important;
}

.btn-theme a:hover,
.btn-theme-primary:hover {
	background: #353535 !important;
}
p {
	font-family: "Satoshi-Regular" !important;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #353535;
	margin-bottom: 15px !important;
    font-weight: 400;
}

ul.unstyled {
	padding: 0 !important;
	margin: 0 !important;
}

ul.unstyled li {
	font-family: "Satoshi-Regular" !important;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #353535;
	margin: 10px 0 !important;
}

h1 {
	font-family: "Bebas Neue" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 92px;	
	line-height: 100px;	
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #fff;
}

h2 {
	font-family: "Bebas Neue" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 80px;
	line-height: 84px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #120f0f;
}

h3 {
	font-family: "Bebas Neue" !important;
	font-size: 35px !important;
	line-height: 42px;
	letter-spacing: -0.01em;
	color: #120f0f;
	margin: 0;
}

h4 {
	font-family: "Bebas Neue" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #120f0f;
	margin: 0 !important;
}

h5 {
	font-family: "Satoshi-Bold" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	letter-spacing: -0.01em;
	color: #120f0f;
	margin: 0;
}

.sec-padding {
	padding: 80px 0 40px;
}

.border-black {
	border: 1px solid;
	padding: 30px 30px;
	border-radius: 30px;
}
/*******Performance Edge Banner********/
/* .Performance.Edge-banner.gb-block-container {
padding: 150px 0 80px;	  
} */

.home-banner {
	padding: 250px 0 80px;
	position: relative;
	background-position: center;
}
.home-banner img {
	background-position: center;
}

.home-banner h1 {
	width: 70%;
	margin:auto;
}
.page-id-1791 .home-banner {
    padding: 180px 0 20px;
}
.page-id-1791 .home-banner h1 {
	width: 100%;
	margin:auto;
}
.page-id-1791 .home-banner .banner-video video {
    height: 350px;
/*     max-width: 70%; */
}

.page-id-1791 iframe {
    margin: 0 auto;
    display: flex;
    border-radius: 18px;
}

.home-banner .performance-edge-title{
	margin: -90px auto auto;
	max-width:95%;
}

.home-banner p {
	width: 57%;
	margin: auto;
	text-transform: capitalize;
}

.home-banner p span {
	font-family: "Satoshi-Medium" !important;
	font-size:30px;
	font-weight:500;
}
.Performance-Edge-banner .banner-video video {	
	object-fit:fill;
}

.home-banner .banner-video video {
		border-radius: 18px;
	margin-top: 10px;
	height: 550px; 
	max-width:70%;		
}

.home-banner .play-icon {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	cursor: pointer;
}

.home-banner .banner-video {
	position: relative;
	margin:auto;
}

.home-banner .video-box-container {
	position: relative;
	margin:auto;
}


.home-banner .video-box-container .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.home-banner .video-box-container .play-button.hide {
	display: none;
}

.product-box-large {
	background: #ffffff;
	border: 1px solid #120f0f;
	border-radius: 30px;
	padding: 20px 50px;
	position: relative;
	margin-top: 50px;
}

.product-box-large h4 {
	margin-top: 0 !important;
	margin-bottom: 60px !important;
	padding-bottom: 30px;
	padding-left: 70px;
	font-family: "Satoshi-Bold" !important;
	border-bottom: 1px solid #120f0f;
	text-transform:capitalize;
}
.modules-img{
	padding-top: 25px;
}

.product-box-large .box-label {
	width: 139px;
	height: 139px;
	background: #120f0f;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: -40px;
	top: -40px;
	font-family: "Satoshi-Medium";
	font-size: 20px;
	font-weight:500;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	color: #ffffff;
	margin: 0;
}
.deep-relaxation-book{
    height: 100%;
    display: flex;
    align-items: center;
}
.order .wp-block-column figure {
    margin: 0 auto !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px){
	.product-box-large .box-label{
		width: 100px !important;
		height: 100px !important;
	}
}
h2.deeprelax-form{
	
	line-height: 75px;
	font-size: 70px !important;
}
.product-box-large .box-label span {
	font-size: 70px;
	margin-bottom: 15px;
}

ul.product-desc {
	background: #eaeaea;
	border-radius: 20px;
	/* 	padding: 50px 35px !important; */
	padding: 5px 35px 45px 35px !important;
}

ul.product-desc li {
	list-style-type: none;
	font-family: "Satoshi-Medium" !important;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	color: #120f0f;
	width: 200px;
	padding-left: 85px;
	/* 	margin: 30px 0 !important; */
	margin:50px 0px 15px 0px !important;
	position: relative;
}

ul.product-desc li:last-child {
	width: 300px;
}

ul.product-desc li:before {
	position: absolute;
	left: 0;
	top: -7px;
	height: 66px;
	width: 66px;
	content: "";
}

ul.product-desc li:nth-child(1):before {
	background-image: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/item-1-1.png);
}

ul.product-desc li:nth-child(2):before {
	background-image: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/item-2-1.png);
}

ul.product-desc li:nth-child(3):before {
	background-image: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/item-3-1.png);
}

.cart-row {
	border-top: 1px solid #000000;
	padding-top: 35px;
}

.cart-row-bottom {
	border-bottom: 1px solid #000000 !important;
	padding-bottom: 35px;
}

.testimonial-card {
	background: #ffffff;
	border: 1px solid #120f0f;
	box-shadow: 14px 14px 120px rgba(0, 0, 0, 0.05);
	border-radius: 25px;
	position: relative;
	min-height: 610px;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.testimonial-card:hover {
	box-shadow: 0 20px 30px 10px rgb(0 0 0 / 8%);
	transform: translatey(-2px);
	border: 1px solid #ed1c24;
	border-radius: 25px;
}

.testimonial-card figure {
	height: 300px;
	width: 100%;
	border-radius: 25px 25px 0 0;
	overflow: hidden;
}

.testimonial-card figure:hover{
	border-radius: 25px 25px 0 0;
}

.testimonial-card figure.quote {
	background: #000;
	height: 68px;
	width: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	position: absolute;
	right: 25px;
	bottom: -50px;
	transition: all 0.3s ease-in-out;
}

.testimonial-card:hover figure.quote {
	background: #ed1c24;
}

.testimonial-card figure.quote img {
	height: 70%;
	width: auto;
}

.testimonial-card figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.testimonial-card:hover figure img {
	transform: scale(1.02);
}

.testimonial-card h5,
.testimonial-card p,
.testimonial-card h3 {
	padding: 0 35px !important;
}

.testimonial-card p {
	margin: 0 !important;
	min-height: 150px;
	text-transform: capitalize;
}

.testimonial-card h3 {
	margin-bottom: 15px !important;
	margin-top: 0 !important;
}

.testimonial-card h5,
.testimonial-card h4 {
	margin-bottom: 25px;
	font-size:25px !important;
	line-height:35px;
	min-height: 70px;
}
.testimonial-title{
	margin-top: 0px !important;
	margin-bottom: 56px !important;
}
.meet p{
	letter-spacing: -0.02em;
	color: #353535;
	width:90%;
	text-transform:capitalize;
}
.meet p:nth-of-type(1) {
	letter-spacing: -0.02em;
	color: #353535;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	text-transform: capitalize;
}


.meet p span {
	font-family: "Satoshi-Medium";
	font-size: 25px;
	line-height: 30px;
}

.faq-sec h2 {
	margin-top: 0 !important;
	margin-bottom: 80px !important;
}

.faq-sec .gb-block-accordion {
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 20px;
	padding: 30px 0;
}
.faq-sec-2 .gb-block-accordion {
	background: #000;
	border: 2px solid #000 !important;
}

.faq-sec .gb-block-accordion .gb-accordion-title {
	font-family: "Bebas Neue";
	font-size: 40px;
	line-height: 50px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #120f0f;
	/* 	border-bottom: 1px solid #120f0f; */
	background: transparent !important;
	padding: 0 30px !important;
	cursor: pointer;
	position: relative;
}

.faq-sec-2 .gb-block-accordion .gb-accordion-title {
	color: #ffffff;
}

.gb-accordion-title.open{
	border-bottom: 1px solid #120f0f !important;
}

.faq-sec-2 .gb-accordion-title.open{
	border-bottom: 1px solid #9E9E9E !important;
}

.faq-sec .gb-block-accordion .gb-accordion-title:after {
	position: absolute;
	right: 15px;
	top: -10px;
	background-image: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/arrow-down.png);
	content: "";
	height: 67px;
	width: 67px;
	background-repeat: no-repeat;
}

.faq-sec-2 .gb-block-accordion .gb-accordion-title:after{	
	background-image: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/06/arrow-down-grey.png);
}

.faq-sec .gb-block-accordion .gb-accordion-title::marker {
	font-size: 0;
}

.faq-sec .gb-block-accordion .gb-accordion-title:focus {
	outline: none !important;
}

.faq-sec .gb-block-accordion .gb-accordion-title.open:after {
	transform: rotate(180deg);
}

.faq-sec .gb-block-accordion .gb-accordion-text {
	padding: 15px 30px !important;
}

.faq-sec .gb-block-accordion .gb-accordion-text ul {
	padding: 0 20px !important;
	margin: 0 !important;
}

.faq-sec .gb-block-accordion .gb-accordion-text ul li {
	color: #120f0f;
	font-family: 'Satoshi-Regular';
	font-weight:400;
}
.faq-sec-2 .gb-block-accordion .gb-accordion-text ul li {
	color: #ffffff;
	font-family: 'Satoshi-Regular';
	font-weight:400;
}

.order ul.product-desc li {
	width: auto !important;
}

.order ul.product-desc li:nth-child(2):before {
	background-image: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/item-1-1.png) !important;
}

.order ul.product-desc li:nth-child(3):before {
	background-image: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/item-2-1.png) !important;
	top: -9px;
}

.order ul.product-desc li:nth-child(4):before {
	background-image: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/item-3-1.png) !important;
	top: -5px;
}

.order .cart-row {
	border-bottom: 1px solid #000000;
	border-top: 0 !important;
	padding-bottom: 35px;
	padding-top: 20px !important;
	align-items:center!important;
}

.order h3 {
	font-size: 50px !important;
	line-height: 50px !important;
	margin-top:0!important;
}

/* .order .product-box-large h4 {
padding-left: 0 !important;
padding-bottom: 0 !important;
width: fit-content;
float: right;
padding-right: 110px;
} */

.order .product-box-large h4 {
	padding-left: 0 !important;
	padding-bottom: 15px !important;
	padding-top: 10px;
	width: 50%;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 30px !important;
}

.order .product-box-large {
	padding: 20px 25px;
}

/* .order .product-box-large .box-label {
left: auto;
right: -50px;
/* 	top: -55px; 
top:-30px;
} */

.order .product-box-large .box-label {
	left: -19px;
	right: auto;
	/* 	top: -55px; */
	top:-70px;
}

.inner-banner {
	height: 430px;
    display: flex;
    align-items: end;
    padding-bottom: 90px;
}

.inner-banner h1 span {
	color: #ed1c24;
}

.rounded-image {
	border: 1px solid #000;
	padding: 20px;
	border-radius: 25px;
	text-align: center;
	/* 	margin: auto; */
	width: max-content;
}
/* .mindset {
height:100%;
} */
.mindset h2 {
	width: 70%;
	margin: 0 auto 70px;
}

.mindset .box h5 {
	font-size: 30px !important;
	line-height: 40px !important;
	letter-spacing: -0.02em !important;
	margin-bottom: 25px !important;
	text-transform: capitalize;
}

.mindset .box {
	border: 1px solid #120f0f;
	box-shadow: 14px 14px 120px rgba(0, 0, 0, 0.05);
	border-radius: 25px;
	padding: 40px 50px;
	/* 	max-height: 1025px; */
}

.mindset .box.box-1 {
	margin-bottom: 65px;
}

.mindset .box.box-small {
	margin-bottom: 20px;
}

.mindset .box.big-box-2 {
	height: 100%;
}

.mindset .box.big-box p {
	padding-right: 50px;
}

.mindset .box p span {
	color: #ed1c24;
}
.mindset p{
	text-transform:capitalize;
}
.success h2 {
	width: 70%;
	margin: 0 auto 70px !important;
}

.success .image-container {
	padding: 20px 50px;
	background: #fff;
	border: 1px solid #120f0f;
	border-radius: 30px;
}

.success .image-container .image-col {
	border: 1px solid;
	padding: 40px 75px;
	border-radius: 30px;
}

.success .image-container .image-col .wp-block-image {
	margin: 0;
}

.success .image-container .image-col .wp-block-image figure {
	margin: 0;
	width: 100%;
}

.success .image-container .image-col .wp-block-image figure img {
	height: 100%;
	width: 100%;
}

.success h3 {
	font-size: 50px !important;
	line-height: 50px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.success .cart-row {
	border-bottom: 1px solid #000000;
	border-top: 0 !important;
	padding: 30px 70px;
	display:flex;
	align-items: center!important;
}

.title-row {
	align-items: center !important;
}

.title-row h2 {
	    margin-top: 0 !important;
}

.title-row h5 {
	font-family: "Bebas Neue" !important;
	font-size: 25px !important;
	margin-right: 40px;
	position: relative;
	cursor: pointer;
}

.title-row h5:after {
	position: absolute;
	content: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/arrow-right.png);
	right: -22px;
	top: 0;
}

.title-row .wp-block-categories-list {
    width: 250px;
    float: unset;
    margin-top: 65px;
    background: #000;
    padding: 30px 0px;
    border-radius: 25px;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
    top: 0;
    z-index: 999;
}

.title-row .wp-block-categories-list.active {
	height: fit-content;
	opacity: 1;
	visibility: visible;
}

.title-row .wp-block-categories-list li {
	margin: 5px 20px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.title-row .wp-block-categories-list li:last-child,
.title-row .wp-block-categories-list li:first-child {
	margin: 0 20px;
}

.title-row .wp-block-categories-list li:last-child {
	border-bottom: 0;
}

.title-row .wp-block-categories-list li a {
	color: #fff;
	font-size: 20px;
	font-family: "Bebas Neue";
	transition: all 0.3s ease-in-out;
}

.title-row .wp-block-categories-list li a:hover {
	color: #ed1c24;
}

.all-blogs .row,
.related-posts .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.all-blogs .row .col-6 {
	width: 50%;
	flex: 0 0 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	display: none;
}

.related-posts .row .col-6 {
	width: 50%;
	flex: 0 0 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.all-blogs .row .col-6:first-child {
	width: 100%;
	flex: 0 0 100%;
}

.all-blogs .row .col-6 .item,
.related-posts .row .col-6 .item {
	border: 1px solid #120f0f;
	filter: drop-shadow(14px 14px 120px rgba(0, 0, 0, 0.05));
	border-radius: 25px;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.all-blogs .row .col-6:first-child .item {
	display: flex;
	align-items: center;
}

.all-blogs .row .col-6 .item:hover,
.related-posts .row .col-6 .item:hover {
	transform: translateY(-2px);
	box-shadow: 0 25px 18px -20px #00000070;
}

.all-blogs .row .col-6 .item .post-thumb,
.related-posts .row .col-6 .item .post-thumb {
	border-radius: 25px 25px 0 0;
	overflow: hidden;
	height: 380px;
	display: inline-flex;
	width: 100%;
}

.all-blogs .row .col-6:first-child .item .post-thumb,
.all-blogs .row .col-6:first-child .item .post-desc {
	width: 50%;
}

.all-blogs .row .col-6:first-child .item .post-thumb {
	border-radius: 25px 0 0 25px;
}

.all-blogs .row .col-6 .item .post-thumb img,
.related-posts .row .col-6 .item .post-thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.all-blogs .row .col-6 .item:hover .post-thumb img,
.related-posts .row .col-6 .item:hover .post-thumb img {
	transform: scale(1.02);
}

.all-blogs .row .col-6 .item .post-desc,
.related-posts .row .col-6 .item .post-desc {
	padding: 30px 40px;
}

.all-blogs .row .col-6 .item .post-desc .post-meta,
.related-posts .row .col-6 .item .post-desc .post-meta {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.all-blogs .row .col-6 .item .post-desc .post-meta .date,
.related-posts .row .col-6 .item .post-desc .post-meta .date {
	margin-right: 30px;
	font-family: "Satoshi-Regular" !important;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.01em;
	color: #595959;
}

.all-blogs .row .col-6 .item .post-desc .post-meta .cat-title,
.related-posts .row .col-6 .item .post-desc .post-meta .cat-title {
	border-left: 2px dashed #8d8d8d;
	padding-left: 30px;
}

.all-blogs
.row
.col-6
.item
.post-desc
.post-meta
.cat-title
ul.post-categories,
.related-posts
.row
.col-6
.item
.post-desc
.post-meta
.cat-title
ul.post-categories {
	padding: 0;
	margin: 0;
	list-style: none;
}

.all-blogs
.row
.col-6
.item
.post-desc
.post-meta
.cat-title
ul.post-categories
li,
.related-posts
.row
.col-6
.item
.post-desc
.post-meta
.cat-title
ul.post-categories
li {
	list-style-type: none;
}

.all-blogs
.row
.col-6
.item
.post-desc
.post-meta
.cat-title
ul.post-categories
li
a,
.related-posts
.row
.col-6
.item
.post-desc
.post-meta
.cat-title
ul.post-categories
li
a {
	font-family: "Satoshi-Regular" !important;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.01em;
	color: #595959;
	transition: all 0.4s ease-in-out;
}

.all-blogs .row .col-6 .item .post-desc .post-title,
.related-posts .row .col-6 .item .post-desc .post-title {
	margin-bottom: 50px;
	height: 100px;
}

.all-blogs .row .col-6 .item .post-desc .post-title a,
.related-posts .row .col-6 .item .post-desc .post-title a {
	font-family: "Bebas Neue";
	font-size: 50px;
	line-height: 45px;
	letter-spacing: 2px;
	color: #120f0f;
	font-weight: 700;
	transition: all 0.3s ease-in-out;
}
div.read-more, .related-posts .row .col-6 .item .post-desc .read-more {
	margin-top:100px;
}
.all-blogs .row .col-6 .item:hover .post-desc .post-title a,
.related-posts .row .col-6 .item:hover .post-desc .post-title a {
	color: #ed1c24;
}

.all-blogs .row .col-6 .item .post-desc .read-more a,
.related-posts .row .col-6 .item .post-desc .read-more a {
	font-family: "Satoshi-Bold";
	font-size: 20px;
	line-height: 19px;
	color: #120f0f;
	text-transform: capitalize;
	position: relative;
}

.all-blogs .row .col-6 .item .post-desc .read-more a:after,
.related-posts .row .col-6 .item .post-desc .read-more a:after {
	content: "";
	position: absolute;
	background: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/Group-4-2.png);
	right: -40px;
	top: -5px;
	height: 28px;
	width: 28px;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s ease-in-out;
}

.all-blogs .row .col-6 .item .post-desc .read-more a:hover:after,
.related-posts .row .col-6 .item .post-desc .read-more a:hover:after {
	transform: rotate(45deg);
}

.all-blogs .load,
.related-posts .load {
	text-align: center;
	margin-top: 50px;
}

.title-block {
	padding-bottom: 70px !important;
}
.title-block h2 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* About , Contact , Deep Relaxation , mantal products */

.about-img {
	max-width: 493px;
}

.title {
	line-height: 84px;
}

.title span {
	color: #ed1c24 !important;
}

/***form *******/
.gform_required_legend {
	display: none;
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form {
	-moz-appearance: none; 
    -webkit-appearance: none; 
	border-radius: 50px;
	border: 1px solid #000;
	padding: 50px;
	background-color: #fff;
	font-size: 20px!important;
	font-weight:700;
	line-height: 40px!important;
}

.contact-form {	border-radius: 30px;}

.gform_wrapper.gravity-theme .gfield textarea{
	padding:20px 25px 30px 35px !important;
	resize:none;
}

.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme select{
	padding: 8px 0px 8px 25px !important;
}

/* .gform_wrapper.gravity-theme select{
	padding: 15px 0px 15px 25px !important;
} */



/* .gform_wrapper.gravity-theme select, 
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme input,{
color:#353535 !important;
font-weight:700 !important;
font-size:20px !important;
} */


input[type="submit"],
.button {
	width: 100%;
	padding-top: 10px;
    padding-bottom: 14px;
	font-size: 25px!important;
	background-color: #ed1c24 !important;
	border: 0px;
	color: #fff !important;
}

.contact-form input:hover[type="submit"] {
	background-color: #000 !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 16px 16px 16px 20px !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
   
    padding: 12px 20px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2{
	font-size:18px !important;
	line-height: 30px !important;
	word-spacing: 3px !important;
	letter-spacing: 0.5px !important;
	margin-top:0!important;
}
h2.deeprelax-form, p.deeprelax-form {
	width: 80% !important;
	margin: auto;
}
h2.deeprelax-form span{
	color:#ed1c24;	
}

p.deeprelax-form {
	font-weight: 400 !important;
	padding-bottom:20px;
	text-transform:capitalize;
}

.deeprelax-form.gform_wrapper.gravity-theme input[type=text], .deeprelax-form .gform_wrapper.gravity-theme input[type=text]{
	padding: 10px 0px 10px 25px !important;
}

/******Socials***********/
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram,
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
	background-color: #f0f0f0 !important;
	color: #120f0f !important;
	border: 1px solid !important;
}

/******img with form on side**********/
.book-img {
	margin-top: 50px;
}

.seperator-width {
	height: 2px;
}

/*********to remove extra margin******/
.entry {
	margin-bottom: 0px;
}

.border-black {
	background-color: #fff;
}

.col-width-50 {
	margin-left: 25% !important;
	margin-right: 25% !important;
}
.deep-relax p {
	width: 80%;
	margin: 0 auto;
}

.performance-edge p {
	width: 50%;
	margin: 0 auto;
	font-weight:400;
	text-transform: capitalize;
}
.perf-box p{
	font-weight:400;
	text-transform: capitalize;
}
.performance-edge figure {
	margin-top: 50px !important;
}

.mt-70 {
	margin-top: 70px;
}

/* About , Contact , Deep Relaxation , mantal products */

/* Single Blog page */
.single.single-post .site-inner {
	max-width: 100%;
}

.single.single-post .site-inner .container {
	max-width: 1350px;
	margin: 100px auto 100px;
}

.single.single-post .site-inner .container-fluid {
	max-width: 1480px;
	margin: 0 auto;
}

.blog-section-inner {
	margin-top: 150px;
	border-bottom: 1px solid #120f0f;
	padding-bottom: 50px;
	margin-bottom: 100px;
}

.single.single-post figure,
.single.single-post figure img {
	width: 100%;
}

.relpost-thumb-wrapper {
	display: none;
}

.blog-section-inner .breadcrum {
	margin-bottom: 30px;
}

.blog-section-inner .breadcrum,
.blog-section-inner .breadcrum a,
.blog-section-inner .breadcrum span {
	font-family: "Bebas Neue";
	font-size: 16px;
	line-height: 32px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #120f0f;
}

.blog-section-inner .breadcrum a {
	text-decoration-line: underline;
}

.blog-section-inner .top h3 {
	width: 48%;
	margin-bottom: 30px;
}

.blog-section-inner .top .post-meta {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.blog-section-inner .top .post-meta .date {
	margin-right: 30px;
	font-family: "Satoshi-Regular" !important;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -0.01em;
	color: #595959;
}

.blog-section-inner .top .post-meta .cat-title {
	border-left: 2px dashed #8d8d8d;
	padding-left: 30px;
}

.blog-section-inner .top .post-meta .cat-title ul li a {
	color: #120f0f !important;
	text-decoration: none !important;
	font-family: "Satoshi-Regular" !important;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;	
}

.blog-section-inner .post-image {
	filter: drop-shadow(14px 14px 120px rgba(0, 0, 0, 0.05));
	border-radius: 24px;
	overflow: hidden;
	height: 500px;
	width: 100%;
	margin-bottom: 50px;
}

.blog-section-inner .post-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.related-posts {
	padding-bottom: 100px;
}

.btn-box {
	width: fit-content;
	/* 	float: right; */
/* 	margin:auto  30px!important; */
	border: 2px solid #ed1c24;
	padding: 3px;
	border-radius: 100px;
	display: inline-flex;
}

.btn-box a {
	background: #120f0f !important;
	border-radius: 100px !important;
	padding: 15px 75px !important;
	font-family: "Bebas Neue" !important;
	font-size: 25px !important;
	line-height: 40px;
	text-transform: uppercase !important;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
}

.btn-box a:hover {
	background: #ed1c24 !important;
}

.related-posts .row {
	align-items: center;
	margin-bottom: 50px;
}

.related-posts .row h2 {
	margin: 0 !important;
}

.single-line-banner {
	background-image: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/04/Group-1000004980-3.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
	text-align: center;
}

.single-line-banner h2 {
	margin: 0 !important;
}

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

.before-footer-cta .row {
	display: flex;
	flex-wrap: wrap;
}
.before-footer-cta .col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}
.before-footer-cta .col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.before-footer-cta .col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.before-footer-cta .footer-logo img{
	width: 260px;
}

.before-footer-cta .footer-logo {
	margin-bottom: 100px;
	display: inline-flex;
	outline: none;
}

.before-footer-cta h4 {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -0.015em;
	margin-bottom: 30px !important;
	padding-right: 0;
    text-align: left;
}
.before-footer-cta ul li {
	margin: 25px 0px auto ;
	padding: 0 ;
}
.before-footer-cta ul li a {
	font-family: "Satoshi-Regular" !important;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	color: #ffffff;
}

.before-footer-cta ul li a:hover{
	color:#ed1c24;
}

.before-footer-cta ul.socials li {
	display: flex;
	align-items: center;
}

.before-footer-cta ul.socials li img {
	margin-right: 20px;
}

.before-footer-cta .btn-box {
	display: inline-flex;
}

.single.single-post .site-header {
	background: #1e1e1e;
	padding: 20px 0;
	position: relative;
	top: 0 !important;
}

.entry-content ul.unstyled {
	padding-left: 20px !important;
}

.entry-content h4 {
	margin-bottom: 0px;
	margin-top: 0px;
}

ul.unstyled li {
	font-size: 16px;
}

/************Course curriculum home page*************/


.product-box-large .box-label span {
	font-size: 50px;
	margin-bottom: 5px;
}

ul.product-desc li:last-child {
	margin-top: 50px !important;
}

/*******/
.meet p span {
	font-family: "Satoshi-Medium";
	font-size: 20px;
	line-height: 28px;
}

/******goal-achievement***********/
.mindset h2 {
	width: 81%;
}


.archive .full-width-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.entry-content ol, .entry-content ul{
	font-family: 'Satoshi-Regular';
}
.margin-top-zero h2{
	margin-top: 0px !important;
}

.sec-border .gb-container-image {
	object-fit: cover;
	object-position: bottom;
	height: 100%;
	width: 100%;
}
.page-id-3312 .wp-block-genesis-blocks-gb-container {
	height: calc(100% - 700px);
}
.type-post {
	width: 80%;
	background-color: lightgray;
	padding: 35px;
	min-height: auto;
	margin: 30px auto;
}
a.entry-image-link {
	width: 100%;
	display: inline-block;
}

.entry-image-link .post-image.entry-image {
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.space_head {
    padding-top: 5px !important;
}
.blog_cat .wp-block-columns {
    align-items: center !important;
}
h4.wp-block-heading.benefits_2 {
    margin: 20px 0 15px !important;
}
.contact_sec form select {
    background-image: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/07/chevron-down-solid.svg);
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 98%;
}



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

/*****Mobile Device********/
@media only screen and (min-width: 300px) and (max-width: 781px) {
	.category .type-post {
		margin: 80px 0 0;
	}
	.product_h3{
		
		font-size: 32px !important;
	}
	.product_text{
		
		margin-top: 10px;
		margin-bottom: 0 !important;
	}
	
	.about_title {
		text-align: center;
		padding-bottom: 20px !important;
	}
	
	.product-deep-relaxation{
		
		padding-bottom:25px!important;
	}
	
	.about-img {margin:auto;}
	
	.related-posts .btn-box {
		float: none !important;
	}
	
	p.proven_para {
		margin-top: 20px;
	}
	p.contact_text {
		padding: 0px 0 10px;
	}
	
	.title-row .wp-block-categories-list {
		left: 0;
		margin: 30px auto !important;
	}
	.last_blog {
		margin-top: -30px !important;
	}
	
	.boxes_sec {    padding: 50px 20px !important;}
	
	.all-blogs .row .col-6 .item .post-desc .post-title a, .related-posts .row .col-6 .item .post-desc .post-title a {
		font-family: "Bebas Neue";
		font-size: 32px;
		line-height: 40px;
		letter-spacing: 2px;
		color: #120f0f;
		font-weight: 700;
		transition: all 0.3s ease-in-out;
	}
	.all-blogs .row .col-6 .item .post-desc .post-meta .cat-title ul.post-categories li, .related-posts .row .col-6 .item .post-desc .post-meta .cat-title ul.post-categories li {
		list-style-type: none;
		line-height: 18px;
	}
	
	.wp-block-column.cat_col.is-layout-flow {
		width: 100%;
		text-align: center !important;
		position: relative;
	}
	.cat_col h5 {
		text-align: center;
		width: fit-content;
		margin: 0 auto !important;
	}
	
	h2.wp-block-heading.blog_heading {
		
		margin-left: 0px;
	}
	.blog_cat .wp-block-columns {
		
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: center !important;
	}
	
	.gform_wrapper.gravity-theme .gfield textarea {
		padding: 8px 15px 8px 25px !important;
	    height: 150px !important;
	}
	.left_text{
		
		text-align: left !important;
	}
	
	.pro_cons {
		margin-top: -10px !important;
	}
	
	h2.deeprelax-form {
		font-size: 35px !important;
	    width: 100% !important;
	}
	
	p.deeprelax-form {
	    width: 90% !important;
	    padding: 10px 0;
		font-size: 16px !important;
	}
	
	.sm_img img {
		width: 70% !important;
		margin: 0 auto;
		display: flex;
	}
	
	.rounded-image {
		width: 100%;
	}
	
	.right_aligned {
		
		display: block;
		margin: 0 auto !important;
	}
	.ginput_complex span {
		margin-top: 28px;
    	margin-bottom: 0 !important;
	}
	.gfield {
		margin-top: 10px;
	}
	.q_title {
		padding-bottom: 10px !important;
	}
	.testi-entry-sec iframe,
	.yt-row iframe {
		height: 250px !important;
	}

	.px-5 {
		padding-left: 0;
		padding-right: 0;
	}

	.amazon-row .left-col figure {
		margin-bottom: 0 !important;
	}


	/* 	Header */
	.site-header{
		top: 30px !important;
		padding-left: 10px;
		padding-right: 10px;
	}

	.wp-custom-logo .title-area {
		width: 65%;
	}

	.site-header .wrap {
		justify-content: space-between;
		display: flex;
		background: #fff;
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.site-header .wrap ul{
		padding: 20px 20px !important;
		background: #fff;
		border-radius: 15px;
		margin-top: 10px;
	}

	.genesis-nav-menu .menu-item, 
	.genesis-nav-menu .toggle-header-search {
		padding: 10px 0px;
	}

	.genesis-nav-menu .sub-menu a {
		font-size: 15px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		padding: 15px 0 !important;
		border-radius: 15px !important;
		margin-top: 10px;
	}

	.genesis-nav-menu .menu-item.menu-item-has-children:after {
		display: none;
	}

	/* 	Home Banner */

	.banner-height{
		min-height: 400px !important;
	}

	.home-banner {
		padding: 170px 0 0px;
	}

	.home-banner h1,
	.home-banner p {
		width: 100%;
	}
	.home-banner p {
		font-size: 20px!important;
		line-height: 30px;
		max-width: 100% !important;
	}

	.home-banner .performance-edge-title{
		margin: -10px auto auto ;
		max-width:95%;
	}

/* 	.home-banner .video-box-container {
		padding: 0 15px;
	} */

	.home-banner .video-box-container .play-button img {
		height: 50px;
		width: auto;
	}

	.home-banner .banner-video video {
		height: 350px;
	}

	.site-container .wp-block-columns {
		margin-bottom: 0 !important;
	}

	h1 {
		font-size: 45px !important;
		line-height: 50px;
	}

	h2 {
		font-size: 35px !important;
		line-height: 42px!important;
	}

	h3 {
		font-size: 25px !important;
	}

	h4 {
		font-size: 24px !important;
	}

	p {
		font-size: 16px;
		line-height: 24px;


	}

	.sec-padding {
		padding: 50px 15px 50px 15px;
	}

	.entry-content ul.unstyled {
		padding-left: 20px !important;
		margin-bottom: 30px !important;
	}

	.entry-content h2,
	.entry-content h3,
	.entry-content h4 {
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}
	.btn-theme {
		margin: auto;
	}
	.title{
		line-height: 40px;
	}
	.text-center-sm{
		text-align:center !important;
	}
	.img-height-sm img{
		display: block;
		width: 100% !important;
		align-items: center;
		margin: auto;
	}
	.entry-content .testimonial-title{
		margin-bottom:30px!important;
	}
	.benefits{
		max-width: 100%!important;
		margin: auto !IMPORTANT;
		padding: 20px 0px;
	}
	
	.space_head {
    padding-top: 20px !important;
}


	/************Course curriculum home page media queries*************/
	.product-box-large .box-label {
		width: 80px;
		height: 80px;
		font-size: 14px;
		line-height: 30px;
		margin: 0;
		left: -15px;
		top: -8px;
	}

	.product-box-large .box-label span {
		font-size: 30px;
		margin-bottom: 0px;
	}

	.product-box-large h4 {
		margin-bottom: 15px !important;
		padding-bottom: 15px;
		padding-left: 45px;
		font-weight: 400;
		font-size: 16px!important;
		line-height: 30px;
		text-align: center;
	}

	.product-box-large {
		padding: 20px 20px;
		margin: 0 15px;
		width: fit-content;
	}
	.order .cart-row{
		margin-top:0px !important;
		padding-top:0px !important;
	}

	.cart-row {
		margin-top: 50px;
	}

	ul.product-desc.unstyled {
		padding: 20px 10px !important;
		padding-left: 10px !important;
		margin-bottom: 0px !important;
	}

	ul.product-desc li {
		font-size: 16px;
		padding-left: 78px;
	}

	ul.product-desc li:last-child {
		width: 100% !important;
		margin-top: 46px !important;
		display: flex;
		margin-bottom: 40px !important;
	}

	.order .product-box-large h4 {
		width: 100%;
		float: left;
		padding-right: 0;
	}

	.order .product-box-large .box-label {
		right: -10px;
		top: -30px;
	}

	.order .product-box-large{
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.cart-row-bottom {
		margin-top: 30px;
	}
	/********testimonials********/

	.testimonial-card,
	.testimonial-card p {
		min-height: auto;
	}

	.testimonial-card h5, 
	.testimonial-card h4,
	.testimonial-card p, 
	.testimonial-card h3 {
		padding: 0 15px !important;
	}

	.testimonial-card h3 {
		text-align: left !important;
		padding-bottom: 20px !important;
	}

	.testimonial-card h5,
	.testimonial-card h4 {
		margin-bottom: 15px;
		min-height: unset;
	}

	.testimonial-card figure.quote {
		height: 38px;
		width: 38px;
		display: flex;
		bottom: -36px;
	}

	/*****/
	.meet p span {
		font-size: 18px;
		line-height: 24px;
	}

	/*******FAQ Section********/

	.faq-sec h2 {
		margin-bottom: 30px !important;
	}

	.faq-sec .gb-block-accordion {
		border-radius: 15px;
		padding: 15px 0;
	}

	.faq-sec .gb-block-accordion .gb-accordion-title:after {
		top: -8px;
		height: 40px;
		width: 40px;
		background-size: contain;
	}

	.faq-sec .gb-block-accordion .gb-accordion-text {
		padding: 15px 15px !important;
	}

	.faq-sec .gb-block-accordion .gb-accordion-text ul li {
		font-size: 16px;
	}

	.faq-sec .gb-block-accordion .gb-accordion-title {
		font-size: 20px;
		line-height: 30px;
		padding: 0 15px !important;
	}

	/******Footer********/

	.btn-theme a,
	.btn-theme-primary {
		font-size: 16px !important;
		padding: 10px 30px !important;
	}

	.before-footer-cta {
		padding-top: 10px;
	}

	.before-footer-cta h4 {
		font-size: 20px;
		margin-bottom: 10px !important;
		text-align: center;
	}
	.before-footer-cta ul li{
		margin:25px 10px auto !important;
	}

	.before-footer-cta ul li a {
		font-size: 16px;
	}
	.before-footer-cta .socials-col ul{
		padding-top: 0px;
	}
	.before-footer-cta .row {
		justify-content: space-between;
	}
	.before-footer-cta .col-3 {
		width: 100%;
		margin-bottom: 50px;
	}

	.before-footer-cta .col-2 {
		width: 50%;
	}

	.before-footer-cta .col-5 {
		width: 100%;
		margin-top: 50px;
	    text-align: center;
	}

	.before-footer-cta .footer-logo {
		margin-bottom: 25px;
		width: 100%;
	}

	.contact-form input, 
	.contact-form select, 
	.contact-form textarea, 
	.contact-form {
		padding: 30px 25px;
		border-radius: 30px
	}

	input[type="submit"], 
	.button {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
		font-size: 25px !important;
		border-radius: 100px !important;
	}
	#gform_submit_button_2{
		font-size: 25px !important;
	}

	.performance-edge p,
	.deep-relax p {
		width: 100%;
		margin-top: 10px;
	}

	.rounded-image {
		margin: 20px auto;
		padding: 10px;
		border-radius: 15px;
	}

	.mt-70 {
		margin-top: 30px;
	}

	.inner-banner {
		height: 500px !important;
		justify-content: center;
		padding-left: 20px;
    	padding-right: 20px;
	}
	.Performance-Edge-banner {
		padding: 180px 10px 20px !important;
	}

	.mindset h2,
	.success  h2 {
		margin-bottom: 30px !important;
		width: 100%;
	}

	.mindset .box.box-1 {
		margin-bottom: 30px;
	}

	.mindset .box {
		padding: 20px 25px;
		max-height:inherit;
	}

	.mindset .box h5 {
		font-size: 22px !important;
		line-height: 30px !important;
		margin-bottom: 15px !important;
	}

	.mindset .box.big-box p {
		padding-right: 0;
	}

	.success .image-container {
		padding: 20px 20px;
	}

	.success .image-container .image-col {
		padding: 10px 10px;
		border-radius: 15px;
	}

	.success .cart-row {
		padding: 0 0px 30px;
	}

	.mindset .box.box-small{
		margin-bottom: 40px;
	}

	.mt-box {
		margin-top: 40px;
	}

	.all-blogs .row .col-6 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		flex: 0 0 100%;
	}

	.all-blogs .row .col-6:first-child .item {
		flex-direction: column;	
	}

	.all-blogs .row .col-6 .item .post-thumb, 
	.related-posts .row .col-6 .item .post-thumb {
		height: 250px;
	}

	.all-blogs .row .col-6 .item .post-desc, 
	.related-posts .row .col-6 .item .post-desc {
		padding: 30px 15px;
	}

	.all-blogs .row .col-6:first-child .item .post-thumb, 
	.all-blogs .row .col-6:first-child .item .post-desc {
		width: 100%;
	}

	.all-blogs .row .col-6:first-child .item .post-thumb {
		border-radius: 25px 25px 0px 0px;
	}

	.single.single-post .site-inner .container {
		margin: 50px 15px;
	}

	.blog-section-inner .breadcrum {
		margin-bottom: 15px;
	}

	.blog-section-inner .top h3 {
		width: 100%;
		margin-bottom: 15px;
		line-height:30px;
	}

	.blog-section-inner .top .post-meta {
		margin-bottom: 30px;
	}

	.blog-section-inner .post-image {
		height: 400px;
		margin-bottom: 30px;
	}

	.related-posts .row .col-6 {
		width: 100%;
		flex: 0 0 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.related-posts {
		padding-bottom: 0;
		margin-left: 15px;
		margin-right: 15px;
	}

	.single.single-post .site-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.related-posts .row:first-child {
		text-align: center;
	}

	.related-posts .row:first-child .col-6 {
		margin-top: 0;
		margin-bottom: 0;
	}

	.related-posts .row h2 {
		margin-bottom: 15px !important;
	}

	.btn-box {
		float: inherit;
	}

	.related-posts .row {
		margin-bottom: 15px;
	}
	.meet p {
		width: 100%;
	}
	.title br{
		display:none;
	}
	.title-banner{
		min-height:450px!important;
	}
	.contact-form input,
	.contact-form select,
	.contact-form textarea,
	.contact-form {
		font-size: 20px!important;
		line-height: 30px!important;
	}
	.order h3 {
		font-size: 30px !important;
		line-height: 36px !important;
		padding:20px 0;
	}

	/* 	New Home Page */
	.gift-claim .col-right {
		padding-left: 0;
	}

	.latest-blogs-sec .row {
		flex-direction: column;
	}

	.latest-blogs-sec .col-6 {
		width: 100%;
		flex: 0 0 100%;
		padding: 0;
	}

	.mental-products-sec h2{
		margin-bottom: 30px !important;
	}

	.new-banner {
		padding: 170px 10px 0px !important;
	}

	.new-banner .play-button {
		height: 60px;
		width: 60px;
		top: 65%;
		left: 50%;
		transform: translateX(-50%);
	}

	.new-banner .banner-video video {
		height: 200px !important;
		max-width: 100%;
	}

	.mental-products-sec .product-box figure {
		height: 265px;
		padding: 15px 15px;
	}

	.mental-products-sec .product-box figure img {
		object-fit: contain;
	}

	.mental-products-sec .product-box h4,
	.mental-products-sec .product-box.product-box-horizontal h4 {
		margin-bottom: 5px !important;
	}

	.mental-products-sec .product-box p,
	.mental-products-sec .product-box.product-box-horizontal p {
		min-height: auto !important;
	}

	.mental-products-sec .top-row {
		margin-bottom: 35px !important;
	}

	.btn-box a {
		padding: 10px 20px !important;
		font-size: 20px !important;
	}

	.latest-blogs-sec h2{
		margin-bottom: 20px !important;
	}

	.recent-blogs .type-post .post-thumb {
		height: 250px;
	}

	.recent-blogs .type-post .item .post-desc {
		padding: 30px 15px;
	}

	.recent-blogs .type-post .item .post-desc .post-meta .date {
		margin-right: 15px;
	}

	.recent-blogs .type-post .item .post-desc .post-meta .cat-title {
		padding-left: 15px;
	}
	.performance-edge figure {
		margin-top: 30px !important;
	}
	.cart-row figure {
		text-align: center;
		margin-bottom: 0;
	}
	.cart-row .wp-block-column .wp-block-buttons {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	.all-blogs .row .col-6 .item .post-desc .post-title,
	.related-posts .row .col-6 .item .post-desc .post-title {
		margin-bottom: 0px;
		height: unset;
		min-height: unset;
	}
	div.read-more, .related-posts .row .col-6 .item .post-desc .read-more {
		margin-top: 30px;
	}
	div.read-more {
		margin-top: 10px !important;
	}
	.recent-blogs .type-post .item .post-desc .post-title {
		margin-bottom: 0px;
		height: auto;
	}
	.amazon-row {
		margin-top: 60px;
		padding-bottom: 50px !important;
	}
	.gform_footer input[type="submit"], .button {
		width: 100%;
	}
	.btn-theme-sec a {
		padding: 15px 20px !important;
	}
	.page-id-1791 .home-banner .banner-video video {
		height: 200px;
		max-width: 100%;
	}
	
	.page-id-1791 iframe {
    width:100%;
}
	
	.before-footer-cta ul li {
		margin: 25px 0px auto !important;
	}
	.success h3{
		font-size: 25px !important;
		line-height: 35px !important;
		text-align: center;
	}
	.menu-toggle {
		
		padding: 20px 0px;
    	margin: 0 5px 0 auto;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a{
		padding: 15px 0px;
	}
	
	
}


/*****Mobile Landscape Device********/
@media only screen and (min-width: 576px) and (max-width: 781px) {
	
	.product-deep-relaxation{
		
		padding-bottom:0px!important;
	}
	.img-height-sm img{
		display: block;
		width: 70% !important;
		align-items: center;
		margin: auto;
	}
	
	.amazon-row .right-col {
		margin-left: -20px !important;
	}
	.menu-toggle {
		padding: 30px 10px;
	}
	
	.page-id-1791 .home-banner .banner-video video {
		height: auto;
		max-width: 100%;
	}
	.home-banner p {
		max-width: 90% !important;
	}
	.before-footer-cta {
		padding-top: 80px;
	}
	.before-footer-cta ul li {
		margin: 25px 0px auto !important;
	}
	.all-blogs .row .col-6 .item .post-desc .post-title,
	.related-posts .row .col-6 .item .post-desc .post-title {
		min-height: unset;
	}
	.rounded-image {
		width: 70%;
	}
	.right_aligned {
		width: max-content !important;
	}
	.site-header .custom-logo-link .custom-logo{
		width:210px !important;
	}

	.wp-custom-logo .title-area {
		width: 75%;
	}

	h1{
		font-size: 60px;
		line-height: 70px;
	}

	h2 {
		font-size: 50px;
		line-height: 60px;
	}

	.product-box-large .box-label {
		left: -10px;
		top: -10px;
	}

	.btn-theme a, .btn-theme-primary {
		font-size: 20px !important;
		padding: 15px 50px !important;
	}

	.testimonial-card figure.quote {
		height: 50px;
		width: 50px;
		bottom: -45px;
	}

	.testimonial-card figure {
		height: auto;
	}

	.testimonial-card p {
		min-height: 100px;
	}

	.wp-block-image img {
		width: 100%;

	}

	.cart-row img {
		width: auto;
	}

	.faq-sec .gb-block-accordion .gb-accordion-title {
		font-size: 30px;
	}

	.order h3 {
		font-size: 35px !important;
	}

	.before-footer-cta .footer-logo {
		margin-bottom: 75px;
	}

	.before-footer-cta .col-3 {
		width: 50%;
		margin-bottom: 0;
	}

	.before-footer-cta .col-2 {
		width: 25%;
	}

	input[type="submit"], 
	.button {
		width: fit-content;
		margin: auto;
		padding-left: 50px;
		padding-right: 50px;
	}

	.all-blogs .row .col-6 {
		padding-left: 15px;
		padding-right: 15px;
		width: 50%;
		flex: 0 0 50%;
	}

	.all-blogs .row .col-6 .item .post-desc .post-meta, 
	.related-posts .row .col-6 .item .post-desc .post-meta {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.all-blogs .row .col-6 .item .post-desc .post-meta .cat-title, 
	.related-posts .row .col-6 .item .post-desc .post-meta .cat-title {
		border-left: 0px dashed #8d8d8d;
		padding-left: 0;
	}
	.testimonial-card, .testimonial-card p {
		min-height: auto;
		width: 80%;
		margin: 0 auto;
	}

	.new-banner .banner-video video {
		height: 300px !important;
	}

	.new-banner .play-button {
		top: 60% !important;
	}
	h2.deeprelax-form {
		
		width: 100% !important;
		margin: auto;
		font-size: 50px !important;
		line-height: 54px !important;
    	margin-bottom: 20px !important;
	}
	.mental-products-sec .top-row {
		display: block !important;
	}
	.mental-products-sec .product-box {
		width: 75% !important;
		margin: 0 auto 60px !important;
	}
	.sec-padding {
		padding: 50px 20px 50px 20px;
	}
	.site-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	.latest-blogs-sec {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
}

/******Tablet Device**********/
@media only screen and (min-width: 782px) and (max-width: 1023px) {
	
	.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
		margin: 20px 0 0 !important;
	}
	
	.Performance-Edge-banner {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 230px !important;
	}
	.Performance-Edge-banner h1{
		
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 10px !important;
	}
	
	.amazon-row .right-col {
		margin-left: -30px !important;
	}
	.art_para {
		text-align: center !important;
	}
	.boxes_contain {
		margin-top: 20px;
	}
	.gform_footer{
		padding: 0px !important;
	}
	.gform_footer input[type="submit"], .button {
		width: 100%;
	}
	.all-blogs .row .col-6 .item .post-desc .post-title, .related-posts .row .col-6 .item .post-desc .post-title {
		margin-bottom: 0px;
		height: unset;
/* 		min-height: 290px; */
	}
	
	.all-blogs .row .col-6 .item .post-desc .post-title a, .related-posts .row .col-6 .item .post-desc .post-title a {
    font-size: 40px;
    line-height: 40px;
}
	
	
	div.read-more, .related-posts .row .col-6 .item .post-desc .read-more {
		margin-top: 30px;
	}
	.performance-edge p,
	.deep-relax p {
		margin-top: 10px;
	}
	
	.amazon-row .right-col {
		margin-left: 0px;
	}
	
	.mental-products-sec .product-box p {
		
		min-height: 163px;
	}
	
	h2.deeprelax-form {
		
		width: 100% !important;
		margin: auto;
		font-size: 50px !important;
		line-height: 54px !important;
    	padding-bottom: 15px !important;
	}
	
	.q_title {
		padding-bottom: 10px !important;
	}

	.site-header .custom-logo-link .custom-logo{
		width:210px !important;
	}

	h1 {
		font-size: 80px;
	}

	h2 {
		font-size: 48px;
		line-height: 56px!important;
	}

	.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    line-height: 30px !important;
}

.gform_wrapper.gravity-theme .gfield_description {
    line-height: 25px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 15px !important;
}
	
	h3 {
		font-size: 30px;
	}

	.entry-content h2, 
	.entry-content h3, 
	.entry-content h4 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}

	.sec-padding {
		padding: 50px 15px 50px 15px;
	}

	.wp-custom-logo .title-area {
		width: 65%;
	}

	.home-banner {
		padding: 200px 0 1px;
	}

	.home-banner p {
		width: 90%;
	}

	.home-banner h1 {
		width: 100%;
	}

	.home-banner .performance-edge-title{
		margin: -55px auto auto;
		max-width:95%;
	}

	.home-banner .banner-video {
		padding: 0 15px;
	}

	.performance-edge p {
		width: 80%;
	}

	.column-center-md {
		text-align: center;
	}

	.wide-img-margin {
		margin: 0px 20px;
	}

	.about-img {
		margin-right: auto;
		margin-left: auto;
	}

	.wp-block-image img {
		width: 100%;
	}

	.cart-row img {
		width: auto;
	}

	.faq-sec .gb-block-accordion {
		border-radius: 15px;
		padding: 15px 0;
	}

	.faq-sec .gb-block-accordion .gb-accordion-title {
		font-size: 35px;
		line-height: 45px;
		padding: 0 15px !important;
	}

	.faq-sec .gb-block-accordion .gb-accordion-title:after {
		height: 60px;
		width: 60px;
		background-size: contain;
		top: -8px;
	}

	.faq-sec h2 {
		margin-bottom: 30px !important;
	}

	.order h2{
		font-size: 48px;
		line-height: 58px;
	}
	.order .product-box-large h4 {
		width: 100%;
		float: left;
		padding-right: 0;
		text-align: left;
		margin-bottom: 15px !important;
	}

	ul.product-desc {
		padding: 10px 10px !important;
	}

	.entry-content ul.unstyled {
		/* 		padding-left: 0px !important; */
	}

	ul.product-desc li {
		margin: 30px  0 !important;
		/* 		margin: 55px 0px 15px 0px; */
		width: 100%;
		padding-left: 50px;
	}

	ul.product-desc li:last-child {
		margin-top: 0px !important;
		width: 100%;
	}

	ul.product-desc li:before {
		top: 0px !important;	
		height: 50px;
		width: 50px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.order .product-box-large .box-label {
		right: -5px;
		top: -60px;
		left: -4px;
	}

	.product-box-large .box-label {
		/* 		left: -8px;
		top: -30px; */
		left: -13px;
		top:-70px;
		height: 105px;
		width: 105px;
	}

	.product-box-large figure {
		margin-top: 40px;
	}

	.before-footer-cta {
		padding-top: 100px;
	}

	.before-footer-cta .footer-logo {
		margin-bottom: 80px;
	}

	.before-footer-cta h4 {
		margin-bottom: 15px !important;
	}

	.before-footer-cta .col-3 {
		width: 50%;
	}

	.before-footer-cta .col-2 {
		width: 25%;
	}

	.before-footer-cta .col-5 {
		width: 100%;
		margin-top: 60px;
		text-align: center;
	}
	.before-footer-cta .col-5 h4{
		text-align: center;
	}

	.testimonial-card {
		min-height: 560px;
	}

	.testimonial-card figure {
		height: 200px;
	}

	.testimonial-card h5,
	.testimonial-card h4,
	.testimonial-card p, 
	.testimonial-card h3 {
		padding: 0 10px !important;
	}

	.testimonial-card h5,
	.testimonial-card h4 {
		font-size: 18px !important;
	}

	.testimonial-card p {
		font-size: 16px !important;
		margin-bottom: 15px !important;
	}

	.testimonial-card h3 {
		font-size: 24px !important;
	}

	.title {
		text-align: left;
		font-size: 50px;
		line-height: 55px;
	}

	.contact-form input, 
	.contact-form select, 
	.contact-form textarea, 
	.contact-form {
		padding: 30px 15px;
		border-radius: 30px;
	}

	input[type="submit"], 
	.button {
		padding-top: 15px;
		padding-right: 50px;
		padding-bottom: 15px;
		padding-left: 50px;
		width: fit-content;
		margin: auto;
	}

	.rounded-image {
		margin: 0 auto 20px;
		width: unset;
	}
	.benefits {
		padding: 10px 0 10px;
	}

	.mindset .box {
		border-radius: 15px;
		padding: 20px 15px;
	}

	.mindset .box h5 {
		font-size: 22px !important;
		line-height: 30px !important;
		margin-bottom: 15px !important;
	}

	.mindset .box p {
		font-size: 16px;
		line-height: 24px;
	}

	.mindset .box.big-box p {
		padding-right: 0px;
	}

	.success .image-container {
		padding: 20px 30px;
		border-radius: 20px;
	}

	.success .image-container .image-col {
		padding: 20px 25px;
		border-radius: 15px;
	}

	.success .cart-row {
		padding: 30px 0;
	}

	.success h2,
	.mindset h2 {
		width: 80%;
		margin: 0 auto 50px !important;
	}

	.all-blogs .row .col-6 .item .post-thumb, 
	.related-posts .row .col-6 .item .post-thumb {
		height: 300px;
	}

	.all-blogs .row .col-6 .item .post-desc, 
	.related-posts .row .col-6 .item .post-desc {
		padding: 15px 20px;
	}

	.all-blogs .row .col-6 .item .post-desc .post-title, 
	.related-posts .row .col-6 .item .post-desc .post-title {
		margin-bottom: 30px;
	}

	.blog-section-inner .top h3 {
		width: 85%;
	}

	.single.single-post .site-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.single.single-post .site-inner .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.single.single-post .site-header {
		padding: 20px 15px;
	}

	.site-header .wrap {
		justify-content: space-between;
		display: block;
		background: #fff;
		margin-top: 20px !important;
	}

	.site-header .wrap ul{
		padding: 20px 20px !important;
		background: #fff;
		border-radius: 15px;
		margin-top: 10px;
	}

	.genesis-nav-menu .menu-item, 
	.genesis-nav-menu .toggle-header-search {
		padding: 10px 0px;
	}

	.genesis-nav-menu .sub-menu a {
		font-size: 15px !important;
		letter-spacing:0.5px;
		word-spacing:1px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		padding: 15px 0 !important;
		border-radius: 15px !important;
		margin-top: 10px;
	}

	.genesis-nav-menu .menu-item.menu-item-has-children:after {
		display: none;
	}
	.entry-content .testimonial-title{
		margin-bottom:30px!important;
	}
	.meet p {
		width: 100%;
	}
	.blog-section-inner .top h3 {
		width: 100%;
		margin-bottom: 15px;
		line-height:30px;
	}
	.title br{
		display:none;
	}

	.new-banner {
		padding: 200px 20px 0px !important;
	}

	.new-banner h1 {
		margin-bottom: 10px !important;
		font-size: 60px !important;
		line-height: 70px !important;
	}

	.new-banner .banner-video {
		padding: 0;
	}

	.gift-claim .col-right {
		padding-left: 0px;
	}

	.mental-products-sec .product-box figure {
		height: 200px !important;
		padding: 15px 15px;
		border-radius: 10px;
	}

	.mental-products-sec .product-box figure img {
		object-fit: contain;
	}

	.mental-products-sec .product-box h4 {
		font-size: 20px;
		margin-bottom: 25px !important;
		line-height: 23px;
	}

	.mental-products-sec .product-box p {
		font-size: 16px;
		line-height: 27px;
	}

	.btn-box a {
		padding: 10px 30px !important;
		font-size: 17px !important;
	}

	.mental-products-sec .product-box.product-box-horizontal {
		flex-direction: column !important;
	}

	.recent-blogs .type-post .post-thumb {
		height: 200px;
	}

	.recent-blogs .type-post .item .post-desc {
		padding: 15px;
	}

	.recent-blogs .type-post .item .post-desc .post-meta .date {
		margin-right: 15px;
	}

	.recent-blogs .type-post .item .post-desc .post-meta .cat-title {
		padding-left: 15px;
	}

	.new-banner .play-button {
		top: 62%;
		left: 20%;
	}

	.gift-claim p,
	.meet p {
		font-size: 16px;
	}
	.sec-padding {
		padding: 50px 20px 50px 20px;
	}
	.site-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	.latest-blogs-sec {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	
	.rounded-image {
		
		width: 100%;
	}
	p.proven_para {
		margin-top: 10px;
	}
	.rounded-image figure{
		
		width: 100%;
	}
	.wp-block-image img {
		width: 100%;
	}
	
	.latest-blogs-sec {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.all-blogs .row .col-6 .item .post-desc .post-title,
	.related-posts .row .col-6 .item .post-desc .post-title {
		margin-bottom: 0px;
		height: unset;
		min-height: 240px;
	}
	div.read-more, .related-posts .row .col-6 .item .post-desc .read-more {
		margin-top: 30px;
	}
	.amazon-row .right-col {
		margin-left: 10px;
	}
	.order .product-box-large .box-label {
		right: -10px;
		top: -30px;
		left: -5px;
	}
	.mental-products-sec .product-box h4 {
		min-height: 80px;
	}
	.btn-box a {
		padding: 10px 30px !important;
	}
	.mindset .box.box-1 {
		margin-bottom: 97px;
	}
	h2 {
		font-size: 50px;
		line-height: 56px;
	}	
	.genesis-nav-menu .menu-item.menu-item-has-children:after {
		right: -8px;
	}
	.entry-content h2, .entry-content h3, .entry-content h4 {
		margin-bottom: 0px;
		margin-top: 0px;
	}

	.btn-theme a, 
	.btn-theme-primary {
		padding: 20px 50px !important;
	}

	.site-header {
		top: 35px !important;
		width: 98%;
		margin: auto;
	}

	.site-header .wrap ul {
		padding: 0 0px !important;
	}

	.genesis-nav-menu .menu-item, .genesis-nav-menu .toggle-header-search {
		padding: 10px 17px;
	}

	.home-banner {
		padding: 200px 0 1px;
	}

	.home-banner h1 {
		width: 90%;
	}

	.home-banner .performance-edge-title{	
		margin: -40px auto auto;
		max-width:95%;
	}
	.home-banner p {
		width: 90%;
	}

	.home-banner .banner-video {
		padding-left: 15px;
		padding-right: 15px;
	}
	.testimonial-title{
		margin-bottom:0px !important;
	}

	.product-box-large .box-label {
		top: -30px;
		left: -6px;
		width: 90px !important;
    	height: 90px !important;
		font-size: 18px;
	}
	.product-box-large .box-label span {
		font-size: 42px;
	}

	ul.product-desc li:last-child {
		width: auto;
	}

	.testimonial-card {
		margin-top: 50px;
		min-height: auto;
		height: auto;
	}

	.testimonial-card figure {
		height: 200px;
	}

	.testimonial-card h5,
	.testimonial-card h4,
	.testimonial-card p, 
	.testimonial-card h3 {
		padding: 0 15px !important;
	}

	.testimonial-card h5, 
	.testimonial-card h4 {
		min-height: 105px;
	}

	.testimonial-card h3{
		font-size: 30px !important;
		padding-bottom: 10px !important;
	}

	.testimonial-card p {
		font-size: 18px;
		min-height: 120px;
		margin-bottom: 15px !important;
	}

	.testimonial-card figure.quote {
		height: 50px;
		width: 50px;	
	}

	.order .product-box-large .box-label {
		right: -10px;
		top: -45px;
	}

	.before-footer-cta {
		padding-top: 100px;
	}

	.before-footer-cta .col-3,
	.before-footer-cta .col-2,
	.before-footer-cta .col-5 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.before-footer-cta h4 {
		font-size: 20px;
		margin-bottom: 20px !important;
		/* 		padding-right:75px; */
		text-align: start;
	}

	.before-footer-cta ul li {
		margin: 15px 0;
	}

	.before-footer-cta ul li a,
	.before-footer-cta p {
		font-size: 17px;
	}

	.success h2,
	.mindset h2 {
		width: 80%;
		margin: 0 auto 70px !important;
	}

	.success .image-container .image-col {
		padding: 40px 50px;
	}

	.single.single-post .site-header {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.genesis-nav-menu a, .genesis-nav-menu .toggle-header-search {
		font-size: 22px;
		line-height: 30px;
	}

	.single.single-post .site-inner .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.meet p {
		width: 100%;
	}

	.blog-section-inner .top h3 {
		width: 100%;
		margin-bottom: 15px;
	}

	.title br{
		display:none;
	}

	.title {
		line-height: 56px;
	}

	.perf-box .rounded-image {
		height: 440px;
	}

	.new-banner {
		padding: 200px 15px 0px !important;
	}

	.new-banner .banner-video {
		padding: 0;
	}

	.new-banner .play-button {
		top: 70%;
	}

	.mental-products-sec .product-box figure {
		padding: 20px 10px;
	}

	.mental-products-sec .product-box p {
		font-size: 18px;
	}

	.btn-box a {
		padding: 10px 25px !important;
		font-size: 20px !important;
	}

	.mental-products-sec .product-box.product-box-horizontal figure {
		height: 320px;
	}

	.mental-products-sec .product-box.product-box-horizontal figure img {
		object-fit: contain;
	}
	.sec-padding {
		padding: 50px 20px 50px 20px;
	}
	.site-header {
		padding-left: 10px;
		padding-right: 10px;
	}
} 


@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	
	
	h2.title {
		line-height: 70px;
	}
	
	.amazon-row .right-col {
		margin-left: 0px;
	}
	
	.benefits{
		
		margin-top: 20px !important;
	}
	
	.genesis-nav-menu .menu-item.menu-item-has-children:after {
		right: -5px;
	}
	
	.mental-products-sec .product-box h4 {
		min-height: 80px;
	}
	
	.site-header {
		width: 90%;
		margin:0 auto;
	}
	h2 {
		font-size: 70px;
		line-height: 80px;
	}	
	.genesis-nav-menu .menu-item, 
	.genesis-nav-menu 
	.toggle-header-search {
		padding: 10px 18px;
	}

	.site-header .wrap ul {
		padding: 0 0px !important;
	}

	.home-banner {
		padding: 200px 0 1px;
	}

	.home-banner h1 {
		width: 80%;
	}

	.home-banner .performance-edge-title{
		margin: -45px auto auto ;
		max-width:95%;
	}

	.home-banner p {
		width: 90%;
	}

	.home-banner .banner-video {
		padding: 0 15px;
	}

	.sec-padding {
		padding: 100px 15px 50px;
	}

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

	.product-box-large .box-label {
		left: -10px;
		top: -10px;
		width: 110px;
		height: 110px;
	}
	.testimonial-title{
		margin-bottom:0px !important;
	}
	.testimonial-card {
		min-height: auto;
		margin-top: 50px;
		height: 660px;
	}

	.testimonial-card h5, 
	.testimonial-card h4 {
		min-height: 70px;
	}

	.order .product-box-large h4 {
		width: fit-content;
		float: left;
		padding-right: 0;
		text-align: center;
	}

	.order .product-box-large .box-label {
		left: -10px;
		width: 100px !important;
    	height: 100px !important;
	}

	.before-footer-cta {
		padding-top: 150px;
	}

	.before-footer-cta .footer-logo {
		margin-bottom: 80px;
	}

	.before-footer-cta .col-3,
	.before-footer-cta .col-2,
	.before-footer-cta .col-5 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.success .image-container .image-col {
		padding: 40px 50px;
	}

	.success h2,
	.mindset h2 {
		width: 80%;
		margin: 0 auto 70px !important;
	}

	.single.single-post .site-header {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.single.single-post .site-inner .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog-section-inner .top h3 {
		width: 100%;
		margin-bottom: 15px;
	}	
	.perf-box .rounded-image {
		height: 540px;
	}

	.new-banner {
		padding: 200px 15px 0px !important;
	}

	.new-banner .banner-video {
		padding: 0;
	}

	.new-banner .play-button {
		top: 70%;
	}

	.mental-products-sec .product-box figure {
		padding: 20px 10px;
	}

	.mental-products-sec .product-box p {
		font-size: 18px;
	}

	.btn-box a {
		padding: 10px 35px !important;
		font-size: 20px !important;
	}

	.mental-products-sec .product-box.product-box-horizontal figure {
		height: 320px;
	}

	.mental-products-sec .product-box figure img {
		object-fit: contain;
	}
	.sec-padding {
		padding: 50px 20px 50px 20px;
	}
	
	.boxes_sec {
		padding: 50px 20px 50px 20px !important;
	}
	
	.mental-products-sec .product-box.product-box-horizontal {
	    margin: 0;
	}

	.product-deep-relaxation {
    	padding: 0 !important;
	}
	
	.site-header {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
	.testimonial-card h5, .testimonial-card h4 {
		min-height: 70px;
	}
	.product-box-large .box-label {
		left: -35px;
	}
	.order .product-box-large .box-label {
		left: -10px;
    	top: -80px;
	}
}

.title-404{
	letter-spacing: 5px;
}
/***Deep Relaxation Popup CSS****/
.popup{
	padding-top:100px !important;
}
.popup h1{
	color:#000 !important;
}
.popup .deep-relax{
	max-width:80% !important;
	margin:auto !important;
}
img.deep-relaxation-img{
	padding-top: 6% !important;
}
.pum-theme-1686 .pum-container, .pum-theme-default-theme .pum-container{
	background-image: url(https://dev.webnhubs.com/art-mental/wp-content/uploads/2023/05/bg-img.png) !important;
}
.pum-theme-1686 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
	border-radius: 5px !important;
}

/* Modal CSS */
.bg-modal {
    display: none;
}
.bg-modal.active{
    min-height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.88);
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    display: flex;
/*     display: none; */
    justify-content: center;
    align-items: center;
    overflow: auto;
    animation-name: modalPopup;
    animation-duration: 1s;
}
.bg-modal.d-none {
    display: none;
}
@keyframes modalPopup{
    from{
        opacity: 0;
    }to{
        opacity: 1;
    }
}
.modal-body2 {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: ;
}
.modal-body2 img {
    display: block;
    margin: 5px auto 5px;
}
.modal-header {
    background-image: url("../images/exit-header.jpg");
    background-repeat: no-repeat;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    max-width: 733px;
    width: 100%;
    text-align:center;
}
.modal-title {
    text-align: center;
    color: #cc0000;
    font-size: 33px;
    line-height: 34px;
    font-family: Georgia, "Times New Roman", times, serif;
    text-align: center;
    margin: auto;
    font-weight: bold;
}
.bg-modal .col-md-6 {
    text-align: center;
    vertical-align: middle;
    color: #cc0000;
    font-size: 25px;
    line-height: 26px;
    font-family: Georgia, "Times New Roman", times, serif;
    text-align: center;
    margin: auto;
    font-weight: bold;
}
.modal-title img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    max-width: 733px;
    width: 100%;
    margin: 0;
}

#closeModalBtn{
    background-color: rgba(40, 40, 40, 1);
    font-size: 30px;
    height: 32px;
    width: 32px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    right: -20px;
    float: right;
    color: #fff;
    border-radius: 50%;
    border: solid;
    z-index: 0;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5), 0 7px 20px 0 rgba(0,0,0,0.4);
}

#closeModalBtn p {
    position: relative;
    font-size: 24px;
    margin: 0;
    padding: 0;
/*    position: relative;*/
    top: 47%;
    transform: translateY(-50%);
	color:#fff;
}
#closeModalBtn:hover{
    background: #fff;
    border: #fff;
}
#closeModalBtn:hover p, #closeModalBtn:hover, #closeModalBtn:focus{
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
.bg-modal.filled {
    display: none !important;
}

/* Success Message Modal */

#aweberSuccess {
	display: none;
}

#aweberSuccess.active {
	display: block;
    z-index: 99999;
    animation: aweberSuccess 8s normal forwards ease-in-out;
    bottom: 0;
    margin: auto;
	height: fit-content;
	position: fixed;
    top: 0;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .bg-modal div p {
    font-size: 33px;
    line-height: 34px;
    
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media only screen and (max-width: 766px) {
  .bg-modal div p {
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 0;
  }
    .bg-modal h4 p {
       margin-bottom: 5px; 
    }
    .body-img{
        max-width: 200px;
}
    .bg-modal{
         
    }
    .modal-content{
        margin: 20px
        max-width: 90%;
/*        max-height: 100vh;*/
        overflow-y: auto;
    }
    form{
        padding-top: 0;
    }
    #aweberSuccess span {
          width: 70%;
          height: 70%;
          font-size: 22px;
          line-height: 23px;
        }
    
}
@media only screen and (max-width: 400px) {
  .bg-modal div p {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 0;
  }
    .bg-modal h4 p {
       margin-bottom: 5px; 
    }
    .bg-modal .body-img{
        max-width: 200px;
    }
    .bg-modal .arrow{
        max-width: 150px;
    }
    .bg-modal .bg-modal{
         
    }
    .modal-content{
        transform: scale(0.8);
        overflow-y: auto;
    }
    form{
        padding-top: 0;
    }
    
}
.modal-content{
    overflow: visible ;
    z-index: 2;
    max-width: 733px;
    margin: 20px;
    position: relative;
    text-align: center;
    border-style: solid;
    border-color: red;
    border-width: 3px;
    border-radius: 15px;
/*    width: 733px;*/
    width: auto;
/*    min-height: 600px;*/
    height: auto;
    background: rgba(255,255,255, 1);
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
}

.bg-modal button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.bg-modal button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.bg-modal button, .bg-modal input {
    overflow: visible;
}

.bg-modal button, .bg-modal select {
    text-transform: none;
}
.bg-modal input, .bg-modal button, .bg-modal select, .bg-modal optgroup, .bg-modal textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-modal .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

}
.modal-footer{
   justify-content: center;
}
/*Form Control styling*/
.bg-modal form{
    width: 100%;
}
.bg-modal .email-and-button{
    padding: 0 30px 10px;
}

.bg-modal .form-control:focus {
  border-color: darkseagreen;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 255, 171, 0.6);
}

.bg-modal .button {
    width: 100%;
    min-height: 1.5em;
    background: linear-gradient(to bottom,#ec341c 0,#cc0000 100%);
    border-radius: 10px;
    border: 1px solid #c94f00;
    text-shadow: 0 1px #bf1802;
    color: #fff;
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
#aweberSuccess{
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
	transition:.4s;
    width: 55%;
/*     animation: aweberSuccess 14s normal forwards ease-in; */
}

@keyframes aweberSuccess{
    0%{
        transform: scaleY(0);
    }15%{
        transform: scaleY(1);
    }85%{
        transform: scaleY(1);
    }100%{
        transform: scaleY(0);
    }
}

@media screen and (max-width: 479px){
        #aweberSuccess span {
          width: 40%;
          height: 40%;
          font-size: 18px;
          line-height: 19px;
        }
      }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 15px;
  color: #fff;
  font-size: 30px;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
} 