/*
Theme Name: SHJ
Theme URI: https://shjintl.com/

Author: SHJ
Author URI: https://shjintl.com/

Version: 6.31

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: SHJ International
*/

/* 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%;
	scroll-behavior: smooth;
}
body {
	margin: 0
}
main {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b,
strong {
	font-weight: bolder
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button,
input {
	overflow: visible
}
button,
select {
	text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
[hidden],
template {
	display: none
}
/* stylelint-enable */

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

html,
input[type="search"] {
	box-sizing: border-box;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
/* Float Clearing
--------------------------------------------- */

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

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

body {
	color: #1B1B1B;
	font-family: "neue-haas-grotesk-text", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	overflow-x: hidden;
	letter-spacing: 0.6px;
	background-color:#ffffff;
}
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:#0066c0;
	text-decoration: underline;
}
a:hover,
a:focus {
	color:#fa1e44;
	text-decoration: underline;
}
p {
	/* 	margin: 0 0 30px; */
	padding: 0;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 0 0 30px 0;
}
b,
strong {
	font-weight: 700;
}
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 {
	color: #000000;
	font-weight: 400;
	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: 30px;
	margin-top: 0px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
	border: 0;
}
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 #C0C0C0;
	border-radius: 0px;
	color:#4e4e4e;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.625;
	padding: 15px;
	/* 	width: 100%!important; */
}
input[type="submit"] {
	font-weight: 500 !important;
	font-size: 16px !important;
	padding: 15px 35px !important;
	background:#2F2F2F !important;
	border: 2px solid #2F2F2F;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	line-height: 26px !important;
	text-transform: uppercase;
	letter-spacing: 1.18px;
}
input[type="search"] {
	background-color: #2F2F2F;
	border: 2px solid #2F2F2F;
	border-radius: 0px;
	color:#055346;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	padding: 15px;
	width: 100%!important;
}

input[type="search"] {
	-webkit-appearance: none;
}
input:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #C0C0C0;
	outline: none;
}
input[type="search"]:focus
{
	border: 2px solid#055346;
	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;	
}
input[type="search"]::placeholder {
	color:#055346!important;
	text-transform: uppercase!important;
	font-weight: 500;
	font-size: 16px;

}
input[type="search"]::placeholder:before{
	content: ''
}
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"] {
	cursor: pointer;
}
.button {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}
.button.large {
	font-size: 14px;
}
.button.secondary {
	background-color: #eee;
	color: #000;
}
.landing-page .button {
	margin-top: 0px;
}
.more-link {
	display: inline-block;
}
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:#055346; */
	/* 	border-width: 0; */
	/* 	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2); */
	/* 	color: #1B1B1B; */
}
.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;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}
/* tbody {
border-bottom: 1px solid #eee;
} */
td,
th {
	text-align: left;
}
td {
	border-top: 1px solid #eee;
	padding: 6px;
}
th {
	font-weight: 400;
	padding: 0 6px;
}
td:first-child,
th:first-child {
	padding-left: 0;
}
/* 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;
	max-width: 1200px;
	position: relative;
	word-wrap: break-word;
	z-index: 999;
}
.full-width-content.featured-image .site-inner {
	margin-top: -220px;
}
.landing-page .site-inner {
	max-width: 100%;
	margin-top: 0px !important;
}
.landing-page .shadow .site-inner {
	margin-top: 0px !important;
}
.page-template-blocks .site-inner {
	margin-bottom: 0;
	margin-top: 80px;
}
/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	position: relative;
	/* 	width: 720px; */
	width: 100%;
}
.content-sidebar .content {
	float: left;
}
.full-width-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}
/* Sidebar */

.sidebar {
	float: right;
	width: 400px;
	background-color: #fff;
	padding: 60px;
}
.sidebar-content .sidebar {
	float: left;
}
.sidebar-content {
	padding: 60px;
}
.sidebar-content ul li{
	margin-bottom: 30px;
	text-align: center;
}
.sidebar-content .widgettitle{
	text-align: center;
}
.sidebar-content .cat-item a{
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	text-transform: capitalize;
}
/* 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 {
	float: none!important;
}
.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 .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;
}
.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;
}
.single-post .after-entry {
	box-shadow: none;
	padding: 0px;
	margin: 0;
}
.archive-description p:last-of-type,
.author-box p:last-of-type {
	margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
}
.entry-content .search-form {
	margin-bottom: 60px;
	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: 0px;
	margin-top:50px
}
.author-box-title {
	margin-bottom: 10px;
}
.entry-title {
	font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.6px;
    font-family:"neue-haas-grotesk-text", sans-serif;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
}
.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: #1B1B1B;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
	color:#fa1e44 !important;
}
.widget-title {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sidebar .widget-title {
	margin-bottom: 40px;
}
.sidebar .widget-wrap ul li {
	text-align: center!important;
}
.sidebar .widget-wrap ul li a{
	text-decoration: none!important;
	text-align: center;
	font-size: 20px;
	text-transform: capitalize;
}

/* 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;
}
.image-card .alignnone, .news-box .alignnone {
	margin-bottom: 0px!important;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}
.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: 15px;
	padding-bottom: 0px;
}
.widget ul > li:last-of-type {
	padding-bottom: 0;
}
.single-post .sidebar .widget ul > li {
	margin-bottom: 15px;
	padding-bottom: 0px;
}
.single-post .sidebar .widget ul > li:last-of-type {
	margin-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: 1px solid transparent !important;
}
/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	min-height: 0px;
	padding: 0px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #e6e6e6;
	box-shadow: 0px 3px 6px #00000029;
}
.shadow .site-header .wrap {
	background: none;
	box-shadow: none;
	border-radius: 0;
}
.admin-bar .site-header {
	top: 170px;
}
.site-header {
	top:140px;
}
.admin-bar .shadow .site-header {
	top: 170px;
}
.shadow .site-header {
	top: 140px;
}
.shadow .site-header {
/* 	background: #ffffff; */
	/* 	box-shadow: 0px 3px 6px #00000029; */
	opacity: 100%;
}
.site-header > .wrap > * {
	transition: all 0.4s ease-in-out;
}
.site-header.search-visible > .wrap >:not(.header-search-wrap) {
	opacity: 0;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
}
.wp-custom-logo .title-area {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	display:none;
}
.site-header .custom-logo-link {
	display: flex;
	flex-wrap: wrap;
}
.site-header .custom-logo-link .custom-logo {
	height: auto;
	/* 	margin: 15px 0; */
}
.site-title {
	padding: 5px 0;
	margin: 0 !important;
}
.site-title,
.site-title a {
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 2.5;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #20292f;
}
.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 Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu a span {
	width: 100%;
	color: #000;
/* 	letter-spacing: 0.5px; */
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
}
.genesis-nav-menu a span img {
    width: 16px;
}
/* .genesis-nav-menu .sub-menu:before {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #cfd8dc!important;
top: -6px;
content: " ";
height: 0;
left: 15px;
position: absolute;
width: 0;
} */
.genesis-nav-menu .sub-menu .current-menu-item a {
	color:#fa1e44 !important;
}
.genesis-nav-menu a span:hover,
.genesis-nav-menu a span:focus,
/* .genesis-nav-menu .current-menu-item>a span, */

.genesis-nav-menu li.current-menu-item a:hover span,
.genesis-nav-menu li.current-menu-item a:focus span,
.genesis-nav-menu li a:hover span,
.genesis-nav-menu li a:focus span {
	color: #fa1e44 !important;
	transition: none;
	text-decoration: none;
}
/* .genesis-nav-menu > li:nth-last-child(2) a span {
	border-bottom: 0px solid transparent;
	padding-bottom: 0px;
} */
/* .genesis-nav-menu > li:nth-last-child(2) a span:hover,
.genesis-nav-menu > li:nth-last-child(2) a span:focus {
color:#055346 !important;
} */
.genesis-nav-menu .menu-item .sub-menu li a span {
	font-size: 15px !important;
	color: #000 !important;
	border: none;
	text-transform: capitalize;
}
.genesis-nav-menu .menu-item .sub-menu .current-menu-item a span {
	color: #fa1e44 !important;
}
.genesis-nav-menu {
	clear: both;
	line-height: 0;
	width: 100%;
}
.genesis-nav-menu i.fas.fa-phone.fa-flip-horizontal {
	margin-top: 5px;
	padding-left: 15px;
}
.genesis-nav-menu li {
	float: none;
	list-style-type: none;
	margin: 0;
}
.genesis-nav-menu ul.sub-menu li {
	margin-left: 0;
/* 	border-bottom: 1px solid #dfdfdf;	 */
/*     box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08); */
}
.genesis-nav-menu .menu-item,
.genesis-nav-menu .toggle-header-search {
	display: inline-block;
	text-align: left;
}
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}
.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
	font-weight: 400;
	font-style: normal;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 20px 20px;
	text-decoration: none;
}
.genesis-nav-menu li:first-child a {
	/* padding-left: 0; */
}
.genesis-nav-menu > .menu-item:last-child {
	display: none;
}
.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 {
	text-decoration: none;
	/* 	background:#055346 !important; */
	color: #fa1e44;
}
.genesis-nav-menu a span:hover,
.genesis-nav-menu a span:focus,
.genesis-nav-menu .current-menu-item>a span {
/* 	border-bottom: 2px solid #fa1e44;	
	padding-bottom: 5px; */
	color: #fa1e44 !important;
}
.genesis-nav-menu > li:nth-last-child(2) a span:hover{
/* 	border-bottom: none; */
}
.nav-primary .genesis-nav-menu .sub-menu a span:hover,
.nav-primary .genesis-nav-menu .sub-menu a span:focus {
	border: none;
}
.genesis-nav-menu li:hover > a {
	text-decoration: none;
	/* 	background:#055346 !important; */
	color: #fff;
}
.genesis-nav-menu .sub-menu {
	background:#000;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	width: 250px;
	z-index: 99;
	-webkit-box-shadow: 0 5px 5px -5px #193829;
	-moz-box-shadow: 0 5px 5px -5px #193829;
	box-shadow: 0 5px 5px -5px #193829;
	width: 0;
}
ul.sub-menu {
	border-top: none;
	border-radius: 0px;
}
/* .genesis-nav-menu .sub-menu li:first-child::before {
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid #000 !important;
top: 0px;
content: " ";
height: 0;
left: 15px;
position: absolute;
} */
/* .genesis-nav-menu ul.sub-menu li:first-child {
border-top: 8px solid transparent;
}
.genesis-nav-menu .sub-menu li:first-child:hover::before,
.genesis-nav-menu .sub-menu li:first-child:focus::before{
border-bottom: 8px solid #055346 !important;
}
.genesis-nav-menu .sub-menu li.current-menu-item:first-child::before {
border-bottom: 0px solid #055346 !important;
} */
.genesis-nav-menu .sub-menu .sub-menu:before {
	display: none;
}
.genesis-nav-menu > .menu-item > .sub-menu {
	margin-top: 0px;
	line-height: 0;
	padding: 0px;
}
.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.genesis-nav-menu .sub-menu a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 25px 13px;
    position: relative;
    width: 290px;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 0 0 160px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu i.fas.fa-phone.fa-flip-horizontal:hover {
	color: #fff!important;
}
.genesis-nav-menu a span:hover {
	transition: none;
	text-decoration: none;
}
/* .genesis-nav-menu > li:nth-last-child(2) a span:hover {
color:#055346 !important;
} */
.genesis-nav-menu li:nth-last-child(3) {
/* 	margin-right: 10px; */
}
/* Header Menu
--------------------------------------------- */

.nav-primary {
	float: right;
	text-align: center;
}
/* .menu-item.sfHover {
background:#055346;
}
.menu-item.sfHover a span{
color: #fff;
} */
.nav-primary .genesis-nav-menu .sub-menu a {
/* 	padding: 9px !important; */
}
.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;
}
.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-weight: 400;
	font-style: normal;
	margin-top: 20px;
}
.nav-secondary .genesis-nav-menu li {
	padding-left: 2px;
}
.nav-secondary .genesis-nav-menu a {
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	letter-spacing: 1px;
	margin-left: 15px;
	padding: 0;
	text-transform: uppercase;
}
.nav-secondary .genesis-nav-menu li:first-child a {
	margin-left: 0;
}
.nav-secondary .genesis-nav-menu li:first-child::before {
	content: "";
}
.nav-secondary .genesis-nav-menu li::before {
	color: #666;
	content: "—";
	float: left;
	font-size: 10px;
}
/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus,
.menu .menu-item.sfHover {
	position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu .menu-item.sfHover > .sub-menu > .menu-item.sfHover > .sub-menu {
	left: 160px;
	margin-left: 0;
}
.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}
/* Content Area
---------------------------------------------------------------------------- */

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

.entry-background {
	background-position: center;
	background-size: cover;
	display: block;
	height: 460px;
	margin-top: 80px;
	position: relative;
	width: 100%;
}
.entry {
	margin-bottom: 100px;
}
.landing-page .entry {
	margin-bottom: 0;
}
.entry-content ol,
.entry-content ul {
	margin-left: 30px;
}
.entry-content ol > li {
	list-style-type: decimal;
	color: #1B1B1B;
	margin-bottom: 15px;
}
.entry-content ul > li {
	list-style-type: disc;
    color:#383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
	margin-bottom: 8px;
	position:relative;
}
.entry-content ul li:last-child {
	margin-bottom: 0px!important;
}
.entry-content ol li:last-child {
	margin-bottom: 10px!important;
}
.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: disc;
}
.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-content ul > li:before {
	content: '';
    position: absolute;
    left: -30px;
    top: 2px;
    background: url(/wp-content/uploads/2024/07/circle-check-regular-1.svg) center center no-repeat;
    width: 18px;
    height: 24px;
}
.single-post .entry-content ul > li:before {
    content: '';
    position: absolute;
    left: -22px;
    top: 6px;
    background: url(/wp-content/uploads/2024/07/circle-check-regular-1.svg) center center no-repeat;
    width: 15px;
    height: 15px;
}
/* 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:hover,
.entry-meta a:focus {
	color: #241773;
	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: 60px;
	margin-bottom: 60px; */
}
.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";
}
/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
}
.archive-pagination a {
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	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;
	display: none;
}
.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 input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-bottom: 5px;
}
.comment-header p {
	margin-bottom: 0;
}
.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}
.comment-form-cookies-consent {
	padding-top: 10px;
}
.entry-pings .reply {
	display: none;
}
.required {
	color: #FF0000;
}
/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	line-height: 1.75;
 	display: none; 
}
.sidebar,
.sidebar p {
	font-size: 16px;
}
.sidebar .widget {
	margin-bottom: 60px;
}
.single-post .sidebar .widget-wrap .textwidget p {
	text-align: center;
}
/* Before Footer CTA
---------------------------------------------------------------------------- */
.before-footer-cta {
	background: #06c;
	background: linear-gradient(45deg, #06c, #02cbfb);
	line-height: 1.5;
	padding-bottom: 40px;
	padding-top: 45px;
	text-align: center;
}
.before-footer-cta .wrap {
	max-width: 1200px;
}
.before-footer-cta p:last-of-type,
.before-footer-cta .widget:last-of-type {
	margin-bottom: 0;
}
.before-footer-cta,
.before-footer-cta a,
.before-footer-cta p,
.before-footer-cta .widget-title {
	color: #fff;
}
.before-footer-cta a {
	border-bottom: 1px solid currentColor;
}
.before-footer-cta a:focus,
.before-footer-cta a:hover {
	border-bottom: 1px solid transparent;
}
.before-footer-cta p {
	font-size: 20px;
}
.before-footer-cta button,
.before-footer-cta input[type="button"],
.before-footer-cta input[type="reset"],
.before-footer-cta input[type="submit"],
.before-footer-cta a.button,
.before-footer-cta a.more-link {
	background-color: #fff;
	border-width: 0;
	color: #000;
	margin: 5px 10px;
	padding: 15px 20px;
	vertical-align: middle;
}
.before-footer-cta button:focus,
.before-footer-cta button:hover,
.before-footer-cta input[type="button"]:focus,
.before-footer-cta input[type="button"]:hover,
.before-footer-cta input[type="reset"]:focus,
.before-footer-cta input[type="reset"]:hover,
.before-footer-cta input[type="submit"]:focus,
.before-footer-cta input[type="submit"]:hover,
.before-footer-cta .button:hover,
.before-footer-cta .button:focus {
	background-color: #000;
	color: #fff;
}
/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #000;
	bottom: 0;
	font-size: 13px;
	line-height: 1;
	padding-bottom: 40px;
	padding-top: 40px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: -99;
}
.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;
}
.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;
}
.footer-logo-text {
	letter-spacing: 7px;
}

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

@media only screen and (max-width: 1280px) {
	.before-footer-cta .wrap,
	.site-inner {
		max-width: 960px;
	}
	.content {
/* 		width: 600px; */
	}
	.sidebar {
		width: 300px;
	}
}
@media only screen and (max-width: 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;
	}
	.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-weight: 400;
		font-style: normal;
		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 .genesis-nav-menu .current-menu-item > a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .current-menu-item > a {
		background: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .toggle-header-search {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}
	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
		color: #000;
	}
	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
		padding-top: 0;
	}
	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
		padding-bottom: 5px;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu::after,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu::before,
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .toggle-header-search {
		display: none;
	}
	.content-sidebar .content,
	.sidebar-content .content {
		margin-bottom: 0px;
	}
	.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%;
	}
	.shadow .site-inner{
		margin-top:120px;
	}
	.admin-bar .site-header {
		top: 46px;
	}
	.landing-page .content {
		margin-bottom: 0;
	}
	.entry-title {
		font-size: 24px;
	}
	.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;
	}
}
@media only screen and (max-width: 600px) {
	.admin-bar .site-inner {
		margin-top: 98px;
	}
	.admin-bar.page-template-blocks .site-inner {
		margin-top: 0;
	}
	.admin-bar .site-header {
		position: absolute;
		top: 0;
	}
	.admin-bar .entry-background {
		margin-top: 0;
	}
	.footer-cta-button {
		display: block;
	}
}
/* ==========================================================================
Author: Nikhil Awasarikar
Type: Global CSS - Start
Date: 08/23/21
========================================================================== */

/* Common CSS - Start
========================================================================== */

p ,
.single .content .entry-content > p:first-of-type{
	font-style: normal!important;
	font-weight: 400;
	font-size: 16px!important;
	line-height: 26px!important;
	color: #1B1B1B;
	margin: -6px 0 20px;
}
p:last-child {
	margin-bottom: 0;
}
.widget {
	margin-bottom: 0px;
}
.entry-header {
	display: none;
}
.featuredpost article .entry-header {
	display: block;
}
.entry {
	margin-bottom: 0px;
}
/* Common CSS - End
========================================================================== */

/* Generic CSS - Start
========================================================================== */
.w-25 {
	width: 25% !important;
}
.w-50 {
	width: 50% !important;
}
.w-75 {
	width: 75% !important;
}
.w-100 {
	width: 100% !important;
}
.h-25 {
    height: 25%!important;
}
.h-50 {
    height: 50%!important;
}
.h-75 {
    height: 75%!important;
}
.h-100 {
    height: 100%!important;
}
.w-auto {
	width: auto !important;
}
.mw-100 {
	max-width: 100% !important;
}
.d-grid{
	display:grid;
}
.d-flex {
	display: flex!important;
}
.d-table {
	display: table!important;
}
.d-block {
	display: block;
}
.d-inline-block {
	display: inline-block!important;
}
.d-inline-flex {
	display: inline-flex!important;
}
.d-none {
	display: none;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-around {
	justify-content: space-around;
}
.justify-content-start {
	justify-content: start;
}
.justify-content-end {
	justify-content: end;
}
.align-center {
	align-items: center;
}
.align-baseline {
	align-items: baseline;
}
.align-flex-end {
	align-items: flex-end;
}
.vertical-align-middle {
	vertical-align: middle;
}
.visible {
	visibility:visible
}
.invisible {
	visibility: hidden;
}
@media only screen and (min-width: 1601px) {
	.d-xl-block {
		display: block;
	}
	.d-xl-inline-block {
		display: inline-block;
	}
	.d-xl-flex {
		display: flex;
	}
	.d-xl-table {
		display: table!important;
	}
	.d-xl-none {
		display: none!important;
	}
	.justify-content-xl-start {
		justify-content: start;
	}
	.justify-content-xl-end {
		justify-content: end;
	}
	.justify-content-xl-center {
		justify-content: center;
	}
	.justify-content-xl-between {
		justify-content: space-between;
	}
	.justify-content-xl-around {
		justify-content: space-between;
	}
}
.flex-row {
	flex-direction: row!important;
}
.flex-row-reverse {
	flex-direction: row-reverse!important;
}
.flex-column {
    flex-direction: column!important;
}
.flex-column-reverse {
    flex-direction: column-reverse!important;	
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-grow-1 {
	flex-grow: 1!important;
}
.order-1 {
	-ms-flex-order: 1;
	order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important;
}
.flex-nowrap {
	flex-wrap: nowrap!important;
}
.align-content-start {
	align-content: flex-start!important;
}
.align-content-end {
	align-content: flex-end!important;
}
.align-content-center {
	 align-content: center!important;
}
.align-content-around {
	 align-content: space-around!important;
}
.align-content-stretch {
	align-content: stretch!important;
}
.align-items-start {
	align-items: flex-start!important;
}
.align-items-end {
    align-items: flex-end!important;
}
.align-items-center {
	align-items: center!important;
}
.align-items-baseline {
	    align-items: baseline!important;
}
.align-items-stretch {
	align-items: stretch!important;
}
.align-self-end {
	align-self: flex-end!important;
}
@media only screen and (max-width: 1024px) {
	.w-md-25 {
		width: 25% !important;
	}
	.w-md-50 {
		width: 50% !important;
	}
	.w-md-75 {
		width: 75% !important;
	}
	.w-md-100 {
		width: 100% !important;
	}
	.flex-md-row {
	flex-direction: row!important;
}
.flex-row-md-reverse {
	flex-direction: row-reverse!important;
}
.flex-md-column {
    flex-direction: column!important;
}
.flex-column-md-reverse {
    flex-direction: column-reverse!important;	
}
.flex-md-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-grow-md-1 {
	flex-grow: 1!important;
}
.order-md-1 {
	-ms-flex-order: 1;
	order: 1;
}
.order-md-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-md-3 {
    -ms-flex-order: 3;
    order: 3;
}
.flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-wrap-md-reverse {
	flex-wrap: wrap-reverse!important;
}
.flex-md-nowrap {
	flex-wrap: nowrap!important;
}
.align-content-md-start {
	align-content: flex-start!important;
}
.align-content-md-end {
	align-content: flex-end!important;
}
.align-content-md-center {
	 align-content: center!important;
}
.align-content-md-around {
	 align-content: space-around!important;
}
.align-content-md-stretch {
	align-content: stretch!important;
}
.align-items-md-start {
	align-items: flex-start!important;
}
.align-items-md-end {
    align-items: flex-end!important;
}
.align-items-md-center {
	align-items: center!important;
}
.align-items-md-baseline {
	    align-items: baseline!important;
}
.align-items-md-stretch {
	align-items: stretch!important;
}
.align-self-md-end {
	align-self: flex-end!important;
}
}
@media only screen and (max-width: 768px) {
	.w-sm-25 {
		width: 25% !important;
	}
	.w-sm-50 {
		width: 50% !important;
	}
	.w-sm-75 {
		width: 75% !important;
	}
	.w-sm-100 {
		width: 100% !important;
	}
	.flex-sm-row {
	flex-direction: row!important;
}
.flex-row-sm-reverse {
	flex-direction: row-reverse!important;
}
.flex-sm-column {
    flex-direction: column!important;
}
.flex-column-sm-reverse {
    flex-direction: column-reverse!important;	
}
.flex-sm-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}
.flex-grow-sm-1 {
	flex-grow: 1!important;
}
.order-sm-1 {
	-ms-flex-order: 1;
	order: 1;
}
.order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-wrap-sm-reverse {
	flex-wrap: wrap-reverse!important;
}
.flex-sm-nowrap {
	flex-wrap: nowrap!important;
}
.align-content-sm-start {
	align-content: flex-start!important;
}
.align-content-sm-end {
	align-content: flex-end!important;
}
.align-content-sm-center {
	 align-content: center!important;
}
.align-content-sm-around {
	 align-content: space-around!important;
}
.align-content-sm-stretch {
	align-content: stretch!important;
}
.align-items-sm-start {
	align-items: flex-start!important;
}
.align-items-sm-end {
    align-items: flex-end!important;
}
.align-items-sm-center {
	align-items: center!important;
}
.align-items-sm-baseline {
	    align-items: baseline!important;
}
.align-items-sm-stretch {
	align-items: stretch!important;
}
.align-self-sm-end {
	align-self: flex-end!important;
}
}
@media only screen and (max-width: 1024px) {
	.d-md-block {
		display: block !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	.d-md-flex {
		display: flex;
	}
	.d-md-table {
		display: table!important;
	}
	.d-md-none {
		display: none!important;
	}
	.justify-content-md-start {
		justify-content: start;
	}
	.justify-content-md-end {
		justify-content: end;
	}
	.justify-content-md-center {
		justify-content: center;
	}
	.justify-content-md-between {
		justify-content: space-between;
	}
	.justify-content-md-around {
		justify-content: space-between;
	}
}
@media only screen and (max-width: 767px) { 
	.d-sm-block {
		display: block !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-flex {
		display: flex;
	}
	.d-sm-table {
		display: table!important;
	}
	.d-sm-none {
		display: none!important;
	}
	.justify-content-sm-start {
		justify-content: start;
	}
	.justify-content-sm-end {
		justify-content: end;
	}
	.justify-content-sm-center {
		justify-content: center;
	}
	.justify-content-sm-between {
		justify-content: space-between;
	}
	.justify-content-sm-around {
		justify-content: space-between;
	}
}

/* Position CSS Start 
========================================================================== */
.position-static{
	position:static;
}
.position-relative{
	position:relative;
}
.position-absolute{
	position:absolute;
}
.position-fixed{
	position:fixed;
}
.position-sticky{
	position:sticky;
}
/* Position CSS End 
========================================================================== */

/* Border CSS - Start
========================================================================== */
.bordered-image img { 
	border-radius: 10px;
}
.img-thumbnail {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 5px;
	max-width: 100%;
	height: auto;
}
img.circle-image {
    border-radius: 50%;
}
.rounded {
	border-radius: 5px!important;
}
.rounded-20{
	border-radius:20px;
}
.rounded-30{
	border-radius:30px;
}
.rounded-top {
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
}
.rounded-bottom {
	border-bottom-right-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
}
.rounded-start {
	border-bottom-left-radius: 5px!important;
	border-top-left-radius: 5px!important;
}
.rounded-end {
	border-top-right-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
}
.rounded-top-20 {
	border-top-left-radius: 20px!important;
	border-top-right-radius: 20px!important;
}
.rounded-bottom-20 {
	border-bottom-right-radius: 20px!important;
	border-bottom-left-radius: 20px!important;
}
.rounded-start-20 {
	border-bottom-left-radius: 20px!important;
	border-top-left-radius: 20px!important;
}
.rounded-end-20 {
	border-top-right-radius: 20px!important;
	border-bottom-right-radius: 20px!important;
}
.rounded-circle {
	border-radius: 50%!important;
}
.border {
	border: 1px solid #dee2e6!important;
}
.border-0 {
	border: 0!important;
}
.border-top-0 {
	border-top: 0!important;
}
.border-bottom-0 {
	border-bottom: 0!important;
}
.border-right-0 {
	border-right: 0!important;
}
.border-left-0 {
	border-left: 0!important;
}
.border-top {
	border-top: 1px solid #dee2e6!important;
}
.border-bottom {
	border-bottom: 1px solid #dee2e6!important;
}
.border-start {
	border-left: 1px solid #dee2e6!important;
}
.border-end {
	border-right: 1px solid #474747!important;
}
@media (min-width:768px) and (max-width:1024px) {
		.border-md-end-0 {
		border-right: 0px solid #474747!important;
	}
}
@media (max-width:767px) {
		.border-sm-end-0 {
		border-right: 0px solid #474747!important;
	}
}
/* Border CSS - End
========================================================================== */
.box-shadow {
	box-shadow: 0px 3px 50px #0000001A;
}
.shadow-none {
	box-shadow: none;
}
.shadow-sm {
    box-shadow: 2px 1px 0 rgba(58,59,69,.2)!important;
}
.shadow {
    box-shadow: 0 2px 1px 0 rgba(58,59,69,.15)!important;
}
.shadow-lg {
    box-shadow: 0 2px 1px rgba(0,0,0,.175)!important;
}
.bg-white {
	background-color: #fff;
}
.bg-red {
	background-color:#fa1e44;
}
.bg-black {
	background-color:#000000 !important;
}
.bg-transparent {
	background-color: transparent;
}
.bg-purple {
	background-color: #9320aa;
}
.bg-overlay-white {
    background: #ffffffb3;
    display: inline-block;
    padding: 5px;
}
.text-decoration-none {
	text-decoration: none!important;
}
.align-middle {
	vertical-align: middle;
}
.float-left {
	float: left!important;
}
.float-right {
	float: right!important;
}
.float-none {
	float: none;
}
.full-width-image img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.small-image {
	max-width: 200px;
}
.medium-image {
	max-width: 400px;
}
.large-image {
	max-width: 600px;
}
.ex-large-image {
	max-width: 800px;
}
.small-content {
	width: 100%;
	max-width: 840px !important;
	margin: 0 auto !important;
}
.short-content {
	width: 100%;
	max-width: 400px;
	margin: 0 auto !important;
}
.full-width-row .fl-row-content,
.full-width-row {
	width: 100%;
	padding: 0 !important;
	max-width: 100% !important;
}
.text-collapse {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.non-decorated-link a,
.non-decorated-link {
	color: inherit;
	text-decoration: none;
}
.non-decorated-link a:hover,
.non-decorated-link a:focus,
.non-decorated-link:hover,
.non-decorated-link:focus {
	color: #fa1e44;
	text-decoration: none;
}
@media only screen and (min-width: 1601px) {
	.float-xl-left {
	float: left!important;
	}
	.float-xl-right {
		float: right!important;
	}
	.float-xl-none {
		float: none;
	}
}
@media only screen and (max-width: 1024px) {
	.float-md-left {
	float: left!important;
	}
	.float-md-right {
		float: right!important;
	}
	.float-md-none {
        float: none;
	}
}
@media only screen and (max-width: 767px) {
	.float-sm-left {
	    float: left!important;
	}
	.float-sm-right {
		float: right!important;
	}
	.float-sm-none {
		float: none;
	}
}
/* Generic CSS - End
========================================================================== */

/* Sections - Start
========================================================================== */

.site-inner {
	margin-top: 200px !important;
}
.shadow .site-inner {
	margin-top: 200px !important;
}
.home.banner .fl-row-content-wrap {
	padding: 400px 0 300px;
}
.shadowed-image img,
.single-post .entry-content img {
	box-shadow: 0px -5px 15px 2px rgba(0, 0, 0, 0.1);
	width: 100%;
}
.shadowed-row {
	box-shadow: 0 0 14px 6px rgba(0, 0, 0, 0.1);
}
.left-content-bg-image .fl-row-content-wrap {
	background-position: 0% !important;
}
.right-content-bg-image .fl-row-content-wrap {
	background-position: 100% !important;
}
.equal-height-cols.fl-col .fl-col-content,
.equal-height-cols.fl-col .fl-module,
.equal-height-cols.fl-col .fl-module-content,
.equal-height-cols.fl-col .fl-rich-text,
.equal-height-cols.fl-col .fl-html,
.equal-height-cols.fl-col .fl-photo,
.equal-height-cols.fl-col .fl-photo-content,
.equal-height-cols.fl-col .fl-photo-img{
	height: 100%;
}
.equal-height-cols.fl-col .fl-photo-img{
	object-fit: cover;
}
.small-mob-image {
	max-width: 450px;
	margin: 0 auto;
}
.hover-overlay-image .fl-photo-content {
	background: #000;
}
.hover-overlay-image img {
	opacity: 75%;
}
.hover-overlay-image img:hover {
	opacity: 100%;
}
.fl-photo-content,
.fl-photo-content img {
	width: 100%;
}
.fl-rich-text i span.icon-text {
	display: none;
}

/* Sections - End
========================================================================== */

/* sticky Sections - Start 
==========================================================================*/
.single-product.woocommerce div.product div.images.woocommerce-product-gallery,
.sticky-section {
	position: -webkit-sticky !important;
	position: sticky !important;
	top: 250px;
}
@media only screen and (max-width: 1024px) {
	.single-product.woocommerce div.product div.images.woocommerce-product-gallery,
	.sticky-section {
		position: relative !important;
		top: 0px;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.single-product.woocommerce div.product div.images.woocommerce-product-gallery {
		position: relative !important;
		top: 0px;
	}
}
/* sticky Sections - End 
==========================================================================*/

/* Spacing Section - Start
========================================================================== */

.four-side-padding-section {
	padding: 60px 200px;
}
.section .fl-row-content-wrap {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.small-section .fl-row-content-wrap {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.mini-section .fl-row-content-wrap {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.top-multi-padding-section .fl-row-content-wrap {
	padding-top: 100px !important;
	padding-bottom: 60px !important;
}
.middle-multi-padding-section .fl-row-content-wrap {
	padding-top: 0px !important;
	padding-bottom: 60px !important;
}
.last-multi-padding-section .fl-row-content-wrap {
	padding-top: 0px !important;
	padding-bottom: 100px !important;
}
.top-padding-100-section .fl-row-content-wrap {
	padding-top: 100px !important;
	padding-bottom: 0px !important;
}
.bottom-padding-100-section .fl-row-content-wrap {
	padding-top: 0px !important;
	padding-bottom: 100px !important;
}
.top-padding-60-section .fl-row-content-wrap {
	padding-top: 60px !important;
	padding-bottom: 0px !important;
}
.bottom-padding-60-section .fl-row-content-wrap {
	padding-top: 0px !important;
	padding-bottom: 60px !important;
}
.no-padding-section .fl-row-content-wrap {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
@media (min-width: 1601px) {
	.four-side-padding-section {
		padding: 80px 220px;
	}
	.section .fl-row-content-wrap {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}
	.small-section .fl-row-content-wrap {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.mini-section .fl-row-content-wrap {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.top-multi-padding-section .fl-row-content-wrap {
		padding-top: 120px !important;
		padding-bottom: 80px !important;
	}
	.middle-multi-padding-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 80px !important;
	}
	.last-multi-padding-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 120px !important;
	}
	.top-padding-100-section .fl-row-content-wrap {
		padding-top: 120px !important;
		padding-bottom: 0px !important;
	}
	.bottom-padding-100-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 120px !important;
	}
	.top-padding-60-section .fl-row-content-wrap {
		padding-top: 80px !important;
		padding-bottom: 0px !important;
	}
	.bottom-padding-60-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 80px !important;
	}
	.no-padding-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}
@media (max-width: 767px) {
	.section .fl-row-content-wrap {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.mini-section .fl-row-content-wrap {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.top-multi-padding-section .fl-row-content-wrap {
		padding-top: 60px !important;
		padding-bottom: 40px !important;
	}
	.middle-multi-padding-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 40px !important;
	}
	.last-multi-padding-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 60px !important;
	}
	.top-padding-100-section .fl-row-content-wrap {
		padding-top: 60px !important;
		padding-bottom: 0px !important;
	}
	.bottom-padding-100-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 60px !important;
	}
	.top-padding-60-section .fl-row-content-wrap {
		padding-top: 40px !important;
		padding-bottom: 0px !important;
	}
	.bottom-padding-60-section .fl-row-content-wrap {
		padding-top: 0px !important;
		padding-bottom: 40px !important;
	}
	.small-section .fl-row-content-wrap {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
}
/* Spacing Section - End
========================================================================== */

/* Column CSS- Start
========================================================================== */
.two-col-layout .fl-col-has-cols .fl-col,
.two-col-layout .fl-col {
	width: 48% !important;
	margin-right: 4%;
}
.two-col-layout.sidebar-left .fl-col:nth-child(2) {
	width: 56% !important;
	margin-right: 0%;
}
.two-col-layout.sidebar-left .fl-col:nth-child(1) {
	width: 40% !important;
	margin-right: 4%;
}
.two-col-layout.sidebar-right .fl-col:nth-child(1) {
	width: 64.25% !important;
    margin-right: 3%;
}
.two-col-layout.sidebar-right .fl-col:nth-child(2) {
	width: 32.25% !important;
    margin-right: 0%;
}
.three-col-layout .fl-col{
	width: 31.73%!important;
	margin-right: 2.4%;
}
.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col{
	width: 31.33% !important;
	margin-right: 3%;
}
.four-col-layout .fl-col {
	width: 23.5% !important;
	margin-right: 2%;
}
.five-col-layout .fl-col {
	width: 18.4% !important;
	margin-right: 2%;
}
.six-col-layout .fl-col {
	width: 15% !important;
	margin-right: 2%;
}
.two-col-layout .fl-col:nth-child(2),
.three-col-layout .fl-col:nth-child(3),
.four-col-layout .fl-col:nth-child(4),
.five-col-layout .fl-col:nth-child(5),
.six-col-layout .fl-col:nth-child(6),
.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col:nth-child(3){
	margin-right: 0;
}
.six-col-layout .fl-col,
.five-col-layout.last-row .fl-col,
.four-col-layout.last-row .fl-col,
.two-col-layout.last-row .fl-col,
.three-col-layout.last-row .fl-col {
	margin-bottom: 0px;
}
.column-2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.column-3 {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}
.column-4 {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
}
.column-gap {
	column-gap: 50px;
}
@media only screen and (max-width: 1024px) {
	.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%;
	}
	.two-col-layout .fl-col,
	.two-col-layout.sidebar-left .fl-col:nth-child(1),
	.two-col-layout.sidebar-left .fl-col:nth-child(2),
	.two-col-layout.sidebar-right .fl-col:nth-child(1),
	.two-col-layout.sidebar-right .fl-col:nth-child(2),
	.three-col-layout .fl-col,
	.four-col-layout .fl-col,
	.five-col-layout .fl-col,
	.six-col-layout .fl-col,
	.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col{
		width: 100% !important;
		margin-right: 0 !important;
	}
	.two-col-layout .fl-col,
	.three-col-layout .fl-col,
	.four-col-layout .fl-col,
	.five-col-layout .fl-col,
	.six-col-layout .fl-col,
	.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col{
		margin: 0 0 50px 0;
	}
	.two-col-layout .fl-col:nth-child(2),
	.three-col-layout .fl-col:nth-child(3),
	.four-col-layout .fl-col:nth-child(4),
	.five-col-layout .fl-col:nth-child(5),
	.six-col-layout .fl-col:nth-child(6),
	.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col:nth-child(3){
		margin-bottom: 0;
	}
	.fl-col.empty-col,
	.fl-col.before-empty-col,
	.fl-col.last-col,
	.fl-col-has-cols .fl-col-group-nested .fl-col.before-empty-col,
	.fl-col-has-cols .fl-col-group-nested .fl-col.empty-col {
		margin-bottom: 0 !important;
	}
	.two-col-layout.mobile-no-padding-bottom .fl-col:first-child {
		margin-bottom: 0;
	}
	.col-reverse .fl-col-group {
		display: flex !important;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.col-reverse .fl-col {
		width: 100%;
	}
	.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(1) {
		margin: 0 0 0px 0 !important;
	}
	.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(2) {
		margin: 0 0 60px 0;
	}
	.two-col-layout.sidebar-right .fl-col-small.small-sidebar,
	.two-col-layout.sidebar-left .fl-col-small.small-sidebar {
		max-width: 425px !important;
		margin: 0 auto !important;
	}
	.tablet-full-width .fl-col {
		width: 100% !important;
	}

}
@media (min-width: 768px) and (max-width: 1024px) {
	.fl-col-small,
	.fl-col {
		max-width: 100% !important;
	}
	.four-col-layout .fl-col {
		width: 48% !important;
		margin-right: 4% !important;
	}
	.six-col-layout .fl-col {
		width: 31.33% !important;
		margin-right: 3% !important;
	}
	.four-col-layout .fl-col:nth-child(2),
	.four-col-layout .fl-col:nth-child(4),
	.six-col-layout .fl-col:nth-child(3),
	.six-col-layout .fl-col:nth-child(6) {
		margin-right: 0 !important;
	}
	.four-col-layout .fl-col:nth-child(1),
	.four-col-layout .fl-col:nth-child(2),
	.six-col-layout .fl-col:nth-child(1),
	.six-col-layout .fl-col:nth-child(2),
	.six-col-layout .fl-col:nth-child(3) {
		margin-bottom: 30px !important;
	}
	.four-col-layout .fl-col:nth-child(3),
	.four-col-layout .fl-col:nth-child(4),
	.six-col-layout .fl-col:nth-child(4),
	.six-col-layout .fl-col:nth-child(5),
	.six-col-layout .fl-col:nth-child(6) {
		margin-bottom: 0px !important;
	}
	.four-col-layout .fl-col.last-col {
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	.full-width-col {
		width: 100% !important;
	}
	.column-2,
	.column-3,
	.column-4 {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
}
@media (max-width: 767px) {
	.fl-col-small,
	.fl-col {
		max-width: 100% !important;
	}    
	.two-col-layout .fl-col-has-cols .fl-col{
		width: 100% !important;
	}
	.two-col-layout .fl-col,
	.three-col-layout .fl-col,
	.four-col-layout .fl-col,
	.five-col-layout .fl-col,
	.six-col-layout .fl-col,
	.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col{
		margin: 0 0 30px 0 !important;
	}
	.two-col-layout .fl-col:nth-child(2),
	.three-col-layout .fl-col:nth-child(3),
	.four-col-layout .fl-col:nth-child(4),
	.five-col-layout .fl-col:nth-child(5),
	.six-col-layout .fl-col:nth-child(6),
	.fl-col.last-col,
	.three-col-layout.fl-col-has-cols .fl-col-group-nested .fl-col:nth-child(3){
		margin-bottom: 0 !important;
	}
	.six-col-layout .fl-col {
		width: 48% !important;
		margin-right: 4% !important;
		float: left;
		clear: none;
	}
	.six-col-layout .fl-col:nth-child(2),
	.six-col-layout .fl-col:nth-child(4),
	.six-col-layout .fl-col:nth-child(6) {
		margin-right: 0 !important;
	}
	.six-col-layout .fl-col:nth-child(1),
	.six-col-layout .fl-col:nth-child(2),
	.six-col-layout .fl-col:nth-child(3),
	.six-col-layout .fl-col:nth-child(4) {
		margin-bottom: 30px !important;
	}
	.six-col-layout .fl-col:nth-child(5),
	.six-col-layout .fl-col:nth-child(6) {
		margin-bottom: 0px !important;
	}
	.col-reverse.two-col-layout .fl-col-group .fl-col:nth-child(2) {
		margin: 0 0 40px 0 !important;
	}
	.fl-col.empty-col,
	.fl-col.before-empty-col,
	.fl-col.last-col,
	.last-col-group .fl-col:last-child,
	.fl-col-has-cols .fl-col-group-nested .fl-col.before-empty-col,
	.fl-col-has-cols .fl-col-group-nested .fl-col.empty-col{
		margin-bottom: 0 !important;
	}
	.column-2,
	.column-3,
	.column-4 {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}
/* Column CSS- End
========================================================================== */

/* Two Column Sidebar CSS- Start
========================================================================== */
@media (max-width: 1024px){
	.col-reverse.two-col-layout.sidebar-right .fl-col-group .fl-col:nth-child(2) {
		margin: 0 0 0px 0!important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.two-col-layout.sidebar-right .fl-col:nth-child(1),
	.two-col-layout.sidebar-left .fl-col:nth-child(2)  {
		width: 100% !important;
		margin-right: 0%;
		margin: 0 0 50px 0!important;
	}
	.two-col-layout.sidebar-left .fl-col {
		margin: 0 0 50px 0!important;
	}
}
@media (max-width: 767px) {
	.two-col-layout.sidebar-left .fl-col:nth-child(1) {
		width: 100% !important;
		margin: 0px 0 40px 0 !important;
	}
	.two-col-layout.sidebar-right .fl-col:nth-child(1),
	.two-col-layout.sidebar-left .fl-col:nth-child(2) {
		width: 100% !important;
		margin-right: 0%;
	}
}

/* Two Column Sidebar CSS- End
========================================================================== */

/* Social Icons CSS - Start
========================================================================== */
.social-icons {
	text-align: center;
	padding: 0px 30px 0px 0px;
	display: inline-block;
	cursor: pointer;
	vertical-align: text-top;
}
.social-icons:last-child {
	padding-right: 0;
}
.social-icons i {
	font-size: 26px;
}
.social-icons i.fab.fa-instagram-square {
	color: transparent;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
}
.social-icons i.fab.fa-facebook-square,
.social-icons i.fab.fa-twitter-square,
.social-icons i.fab.fa-linkedin,
.social-icons i.fab.fa-youtube-square{
	color: #fff;
}
.social-icons-row {
	display: inline-block;
}
@media (min-width: 1025px) and (max-width: 1400px) {
	.social-icons {
		padding: 0px 20px 0px 0px;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.social-icons i {
		font-size: 20px;
	}
}
@media (max-width: 351px) {
	.social-icons i {
		font-size: 22px;
	}
}
/* Social Icons CSS - End
========================================================================== */

/* Utility Bar - Start
========================================================================== */
.header-logo-text {
	letter-spacing: 7px;
}
.admin-bar .utility-bar {
	top: 32px;
}
.utility-bar {
/* 	background-color:#fa1e44; */
	z-index: 9999;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	display: block;
/* 	padding: 0px 40px; */
}
.uti-mobile-contact-info {
/* 	display: none; */
}
.utility-bar-mobile {
	width: 100%;
}
@media (min-width: 1281px) and (max-width: 1400px) {
	.uti-desktop-contact-info div {
		font-size: 16px;
		line-height: 26px;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
/* 	.utility-bar {
		padding: 0 40px;
	} */
	.utility-bar-mobile .textwidget > div > div {
/* 		font-size: 11px; */
	}
/* 	.utility-bar-mobile .textwidget > div > div img {
		width: 9px;
	} */
}
@media only screen and (max-width: 1024px) {
	.utility-bar {
		background-color:#fa1e44;
		position: absolute;
	}
	.admin-bar .utility-bar {
    top: 32px;
	}
	.utility-bar,
	.uti-mobile-contact-info {
		display: block;
	}
	.uti-desktop-contact-info {
/* 		display: none; */
	}
}
@media (min-width: 768px) and (max-width: 1024px) {

}
@media only screen and (max-width: 767px) {
	.uti-desktop-contact-info {
/* 		display: none; */
	}
}

/* Utility Bar - End
========================================================================== */

/* Text CSS - Start
========================================================================== */

.text-center {
	text-align: center!important;
}
.text-right {
	text-align: right!important;
}
.text-left {
	text-align: left!important;
}
.text-white {
	color: white !important;
}
.text-black {
	color: #000 !important;
}
.text-purple{
    color:#9320AA !important;
}
.text-mustard {
	color: #F3C395 !important;
}
.text-red{
    color:#fa1e44 !important;
}
.text-grey {
	color: #707070 !important;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.font-weight-bold {
	font-weight: 700 !important;
}
.font-weight-bolder {
	font-weight: 800 !important;
}
.font-weight-normal {
	font-weight: 400 !important;
}
.font-weight-semibold {
	font-weight: 600 !important;
}
.font-weight-light {
	font-weight: 300 !important;
}
.font-weight-medium {
	font-weight: 500 !important;
}
.font-weight-thin {
	font-weight: 200 !important;
}
.text-shadow {
	text-shadow: 2px 2px 5px rgb(0 0 0 / 70%);
}
.text-underline {
	text-decoration: underline !important;
}
.text-no-decoration {
	text-decoration: none !important;
}
.text-italic {
	font-style: italic !important;
}
.text-break {
    word-break: break-word!important;
    word-wrap: break-word!important;
}
.text-justify {
    text-align: justify!important;
}
.font-ivy {
	font-family:"neue-haas-grotesk-text", sans-serif;
	letter-spacing: 1.8px;
}
.letter-spacing{
letter-spacing:1px;
}
@media (max-width: 1024px) {
	.text-md-center {
		text-align: center!important;
	}
}
@media (max-width: 767px) {
	.text-sm-center {
		text-align: center!important;
	}
}

/* Text CSS - End
========================================================================== */

/* Line Clamp CSS - Start
========================================================================== */

.one-line-clamp {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.two-line-clamp {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Line Clamp CSS - End
========================================================================== */

/* Icons CSS - Start
========================================================================== */
.icon-white {
	filter: invert(99%) sepia(93%) saturate(4%) hue-rotate(253deg) brightness(105%) contrast(100%);
}
.icon-red {
	filter: brightness(0) saturate(100%) invert(18%) sepia(77%) saturate(3956%) hue-rotate(340deg) brightness(104%) contrast(96%);
}
.icon-blue{
	filter: brightness(0) saturate(100%) invert(29%) sepia(29%) saturate(4422%) hue-rotate(190deg) brightness(96%) contrast(102%);
}
.icon-orange {
    filter: brightness(0) saturate(100%) invert(44%) sepia(95%) saturate(940%) hue-rotate(353deg) brightness(96%) contrast(89%);
}
.beaver-button-link:hover{
	filter: brightness(0) saturate(100%) invert(18%) sepia(77%) saturate(3956%) hue-rotate(340deg) brightness(104%) contrast(96%);
}
/* Icons CSS - End
========================================================================== */

/* Heading CSS - Start
========================================================================== */
.heading-1 {
	font-size: 60px;
	line-height: 70px;
}
.heading-2 {
	font-size: 40px;
	line-height: 50px;
}
.heading-3 {
	font-size: 36px;
	line-height: 46px;
}
.heading-4 {
	font-size: 22px;
	line-height: 32px;
}
.heading-5 {
	font-size: 20px;
	line-height: 30px;
}
.heading-6 {
	font-size: 18px;
	line-height: 28px;
}
.heading-7 {
	font-size: 16px;
	line-height: 26px;
}
.heading-8 {
	font-size: 14px;
	line-height: 24px;
}
.heading-9 {
	font-size: 13px;
	line-height: 23px;
}
@media (min-width: 1601px) {
	.heading-1,
	.single-post h1.entry-title {
		font-size:65px;
		line-height: 75px;
	}
	.heading-2 {
		font-size: 45px;
		line-height: 55px;
	}
	.heading-3 {
		font-size: 35px;
		line-height: 45px;
	}
	.heading-4 {
		font-size: 30px;
		line-height: 40px;
	}
	.heading-5 {
		font-size: 24px;
		line-height: 34px;
	}
	.heading-6 {
		font-size: 20px;
		line-height: 30px;
	}
	.heading-7 {
		font-size: 18px;
		line-height: 28px;
	}
	.heading-8 {
		font-size: 16px;
		line-height: 26px;
	}
	.heading-9 {
		font-size: 13px;
		line-height: 23px;
	}
}
@media (max-width: 767px) {
	.heading-1,
	.single-post h1.entry-title {
		font-size: 40px;
		line-height: 50px;
	}
	.heading-2 {
		font-size: 30px;
		line-height: 40px;
	}
	.heading-3 {
		font-size: 24px;
		line-height: 34px;
	}
	.heading-4 {
		font-size: 20px;
		line-height: 30px;
	}
	.heading-5 {
		font-size: 18px;
		line-height: 28px;
	}
	.heading-6 {
		font-size: 16px;
		line-height: 26px;
	}
	.heading-7, .heading-8 {
		font-size: 14px;
		line-height: 24px;
	}
	.heading-9 {
		font-size: 12px;
		line-height: 22px;
	}
}

/* Heading CSS - End
========================================================================== */



/* Margins - Start
========================================================================== */
.m-auto {
	margin: auto!important;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.ml-auto {
	margin-left: auto;
}
.mr-auto {
	margin-right: auto;
}
.m-0 {
	margin: 0px!important;
}
.m-10 {
	margin: 10px !important;
}
.m-20 {
	margin: 20px !important;
}
.m-30 {
	margin: 30px !important;
}
.m-40 {
	margin: 40px !important;
}
.m-50 {
	margin: 50px !important;
}
.m-60 {
	margin: 60px !important;
}
.m-80 {
	margin: 80px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-25 {
	margin-top: 25px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-35 {
	margin-top: 35px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-20 {
	margin-left: 20px !important;
}
.ml-25 {
	margin-left: 25px !important;
}
.ml-30 {
	margin-left: 30px !important;
}
.ml-40 {
	margin-left: 40px !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}
.mr-25 {
	margin-right: 25px !important;
}
.mr-30 {
	margin-right: 30px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}
.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}
.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}
.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}
.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}
.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}
.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}
.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}
.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}
.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}
.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

@media (min-width: 1601px) {
	.m-xl-10 {
		margin: 10px !important;
	}
	.m-xl-20 {
		margin: 20px !important;
	}
	.m-xl-30 {
		margin: 30px !important;
	}
	.m-xl-40 {
		margin: 40px !important;
	}
	.m-xl-50 {
		margin: 50px !important;
	}
	.m-xl-60 {
		margin: 60px !important;
	}
	.m-xl-80 {
		margin: 80px !important;
	}
    .mt-xl-0 {
		margin-top: 0px !important;
	}
	.mt-xl-10 {
		margin-top: 10px !important;
	}
	.mt-xl-15 {
		margin-top: 15px !important;
	}
	.mt-xl-20 {
		margin-top: 20px !important;
	}
	.mt-xl-30 {
		margin-top: 30px !important;
	}
	.mt-xl-40 {
		margin-top: 40px !important;
	}
	.mt-xl-50 {
		margin-top: 50px !important;
	}
	.mt-xl-60 {
		margin-top: 60px !important;
	}
	.mt-xl-80 {
		margin-top: 80px !important;
	}
	.mb-xl-0 {
		margin-bottom: 0px !important;
	}
	.mb-xl-10 {
		margin-bottom: 10px !important;
	}
	.mb-xl-15 {
		margin-bottom: 15px !important;
	}
	.mb-xl-20 {
		margin-bottom: 20px !important;
	}
	.mb-xl-30 {
		margin-bottom: 30px !important;
	}
	.mb-xl-40 {
		margin-bottom: 40px !important;
	}
	.mb-xl-50 {
		margin-bottom: 50px !important;
	}
	.mb-xl-60 {
		margin-bottom: 60px !important;
	}
	.mb-xl-80 {
		margin-bottom: 80px !important;
	}
	.ml-xl-0 {
		margin-left: 0px !important;
	}
	.ml-xl-5 {
		margin-left: 5px !important;
	}
	.ml-xl-10 {
		margin-left: 10px !important;
	}
	.ml-xl-15 {
		margin-left: 15px !important;
	}
	.ml-xl-20 {
		margin-left: 20px !important;
	}
	.ml-xl-25 {
		margin-left: 25px !important;
	}
	.ml-xl-30 {
		margin-left: 30px !important;
	}
	.mr-xl-0 {
		margin-right: 0px !important;
	}
	.mr-xl-5 {
		margin-right: 5px !important;
	}
	.mr-xl-10 {
		margin-right: 10px !important;
	}
	.mr-xl-15 {
		margin-right: 15px !important;
	}
	.mr-xl-20 {
		margin-right: 20px !important;
	}
	.mr-xl-25 {
		margin-right: 25px !important;
	}
	.mr-xl-30 {
		margin-right: 30px !important;
	}
	.my-xl-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.my-xl-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	.my-xl-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.my-xl-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	.my-xl-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.my-xl-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	.my-xl-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.my-xl-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}
	.my-xl-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	.my-xl-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.my-xl-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	.my-xl-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}	
	.mx-xl-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.mx-xl-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.mx-xl-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.mx-xl-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.mx-xl-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.mx-xl-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}
	.mx-xl-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	.mx-xl-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}
	.mx-xl-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}
	.mx-xl-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
	.mx-xl-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}
	.mx-xl-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
}
@media (min-width: 1025px) and (max-width: 1600px) {
	.m-lg-0 {
		margin: 0px !important;
	}
	.m-lg-10 {
		margin: 10px !important;
	}
	.m-lg-20 {
		margin: 20px !important;
	}
	.m-lg-30 {
		margin: 30px !important;
	}
	.m-lg-40 {
		margin: 40px !important;
	}
	.m-lg-50 {
		margin: 50px !important;
	}
	.m-lg-60 {
		margin: 60px !important;
	}
	.m-lg-80 {
		margin: 80px !important;
	}
	.mt-lg-0 {
		margin-top: 0px !important;
	}
	.mt-lg-10 {
		margin-top: 10px !important;
	}

	.mt-lg-15 {
		margin-top: 15px !important;
	}
	.mt-lg-20 {
		margin-top: 20px !important;
	}
	.mt-lg-30 {
		margin-top: 30px !important;
	}
	.mt-lg-40 {
		margin-top: 40px !important;
	}
	.mt-lg-50 {
		margin-top: 50px !important;
	}
	.mt-lg-60 {
		margin-top: 60px !important;
	}
	.mt-lg-80 {
		margin-top: 80px !important;
	}
	.mb-lg-0 {
		margin-bottom: 0px !important;
	}
	.mb-lg-10 {
		margin-bottom: 10px !important;
	}
	.mb-lg-15 {
		margin-bottom: 15px !important;
	}
	.mb-lg-20 {
		margin-bottom: 20px !important;
	}
	.mb-lg-30 {
		margin-bottom: 30px !important;
	}
	.mb-lg-40 {
		margin-bottom: 40px !important;
	}
	.mb-lg-50 {
		margin-bottom: 50px !important;
	}
	.mb-lg-60 {
		margin-bottom: 60px !important;
	}
	.mb-lg-80 {
		margin-bottom: 80px !important;
	}
	.ml-lg-0 {
		margin-left: 0px !important;
	}
	.ml-lg-5 {
		margin-left: 5px !important;
	}
	.ml-lg-10 {
		margin-left: 10px !important;
	}
	.ml-lg-15 {
		margin-left: 15px !important;
	}
	.ml-lg-20 {
		margin-left: 20px !important;
	}
	.ml-lg-25 {
		margin-left: 25px !important;
	}
	.ml-lg-30 {
		margin-left: 30px !important;
	}
	.mr-lg-0 {
		margin-right: 0px !important;
	}
	.mr-lg-5 {
		margin-right: 5px !important;
	}
	.mr-lg-10 {
		margin-right: 10px !important;
	}
	.mr-lg-15 {
		margin-right: 15px !important;
	}
	.mr-lg-20 {
		margin-right: 20px !important;
	}
	.mr-lg-25 {
		margin-right: 25px !important;
	}
	.mr-lg-30 {
		margin-right: 30px !important;
	}
	.m-lg-0 {
		margin: 0px !important;
	}
	.m-lg-10 {
		margin: 10px !important;
	}
	.m-lg-20 {
		margin: 20px !important;
	}
	.m-lg-30 {
		margin: 30px !important;
	}
	.m-lg-40 {
		margin: 40px !important;
	}
	.m-lg-50 {
		margin: 50px !important;
	}
	.m-lg-60 {
		margin: 60px !important;
	}
	.m-lg-80 {
		margin: 80px !important;
	}
	.my-lg-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.my-lg-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	.my-lg-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.my-lg-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	.my-lg-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.my-lg-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	.my-lg-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.my-lg-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}
	.my-lg-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	.my-lg-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.my-lg-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	.my-lg-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.mx-lg-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.mx-lg-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.mx-lg-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.mx-lg-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.mx-lg-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.mx-lg-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}
	.mx-lg-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	.mx-lg-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}
	.mx-lg-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}
	.mx-lg-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
	.mx-lg-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}
	.mx-lg-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.m-md-0 {
		margin: 0px !important;
	}
	.m-md-10 {
		margin: 10px !important;
	}
	.m-md-20 {
		margin: 20px !important;
	}
	.m-md-30 {
		margin: 30px !important;
	}
	.m-md-40 {
		margin: 40px !important;
	}
	.m-md-50 {
		margin: 50px !important;
	}
	.m-md-60 {
		margin: 60px !important;
	}
	.m-md-80 {
		margin: 80px !important;
	}
	.mt-md-0 {
		margin-top: 0px !important;
	}
	.mt-md-10 {
		margin-top: 10px !important;
	}
	.mt-md-15 {
		margin-top: 15px !important;
	}
	.mt-md-20 {
		margin-top: 20px !important;
	}
	.mt-md-30 {
		margin-top: 30px !important;
	}
	.mt-md-40 {
		margin-top: 40px !important;
	}
	.mt-md-50 {
		margin-top: 50px !important;
	}
	.mt-md-60 {
		margin-top: 60px !important;
	}
	.mt-md-80 {
		margin-top: 80px !important;
	}
	.mb-md-0 {
		margin-bottom: 0px !important;
	}
	.mb-md-10 {
		margin-bottom: 10px !important;
	}
	.mb-md-15 {
		margin-bottom: 15px !important;
	}
	.mb-md-20 {
		margin-bottom: 20px !important;
	}
	.mb-md-30 {
		margin-bottom: 30px !important;
	}
	.mb-md-40 {
		margin-bottom: 40px !important;
	}
	.mb-md-50 {
		margin-bottom: 50px !important;
	}
	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mb-md-80 {
		margin-bottom: 80px !important;
	}
	.ml-md-0 {
		margin-left: 0px !important;
	}
	.ml-md-5 {
		margin-left: 5px !important;
	}
	.ml-md-10 {
		margin-left: 10px !important;
	}
	.ml-md-15 {
		margin-left: 15px !important;
	}
	.ml-md-20 {
		margin-left: 20px !important;
	}
	.ml-md-25 {
		margin-left: 25px !important;
	}
	.ml-md-30 {
		margin-left: 30px !important;
	}
	.mr-md-0 {
		margin-right: 0px !important;
	}
	.mr-md-5 {
		margin-right: 5px !important;
	}
	.mr-md-10 {
		margin-right: 10px !important;
	}
	.mr-md-15 {
		margin-right: 15px !important;
	}
	.mr-md-20 {
		margin-right: 20px !important;
	}
	.mr-md-25 {
		margin-right: 25px !important;
	}
	.mr-md-30 {
		margin-right: 30px !important;
	}
	.my-md-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.my-md-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	.my-md-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.my-md-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	.my-md-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.my-md-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	.my-md-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.my-md-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}
	.my-md-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	.my-md-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.my-md-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	.my-md-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.mx-md-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.mx-md-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.mx-md-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.mx-md-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.mx-md-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.mx-md-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}
	.mx-md-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	.mx-md-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}
	.mx-md-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}
	.mx-md-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
	.mx-md-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}
	.mx-md-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
}
@media (max-width: 767px) {
	.m-sm-0 {
		margin: 0px !important;
	}
	.m-sm-10 {
		margin: 10px !important;
	}
	.m-sm-20 {
		margin: 20px !important;
	}
	.m-sm-30 {
		margin: 30px !important;
	}
	.m-sm-40 {
		margin: 40px !important;
	}
	.m-sm-50 {
		margin: 50px !important;
	}
	.m-sm-60 {
		margin: 60px !important;
	}
	.m-sm-80 {
		margin: 80px !important;
	}
	.mt-sm-0 {
		margin-top: 0px !important;
	}
	.mt-sm-5 {
		margin-top: 5px !important;
	}
	.mt-sm-10 {
		margin-top: 10px !important;
	}
	.mt-sm-15 {
		margin-top: 15px !important;
	}
	.mt-sm-20 {
		margin-top: 20px !important;
	}
	.mt-sm-30 {
		margin-top: 30px !important;
	}
	.mt-sm-40 {
		margin-top: 40px !important;
	}
	.mt-sm-50 {
		margin-top: 50px !important;
	}
	.mt-sm-60 {
		margin-top: 60px !important;
	}
	.mt-sm-80 {
		margin-top: 80px !important;
	}
	.mb-sm-0 {
		margin-bottom: 0px !important;
	}
	.mb-sm-5 {
		margin-bottom: 5px !important;
	}
	.mb-sm-10 {
		margin-bottom: 10px !important;
	}
	.mb-sm-15 {
		margin-bottom: 15px !important;
	}
	.mb-sm-20 {
		margin-bottom: 20px !important;
	}
	.mb-sm-30 {
		margin-bottom: 30px !important;
	}
	.mb-sm-40 {
		margin-bottom: 40px !important;
	}
	.mb-sm-50 {
		margin-bottom: 50px !important;
	}
	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	.mb-sm-80 {
		margin-bottom: 80px !important;
	}
	.ml-sm-0 {
		margin-left: 0px !important;
	}
	.ml-sm-5 {
		margin-left: 5px !important;
	}
	.ml-sm-10 {
		margin-left: 10px !important;
	}
	.ml-sm-15 {
		margin-left: 15px !important;
	}
	.ml-sm-20 {
		margin-left: 20px !important;
	}
	.ml-sm-25 {
		margin-left: 25px !important;
	}
	.ml-sm-30 {
		margin-left: 30px !important;
	}
	.mr-sm-0 {
		margin-right: 0px !important;
	}
	.mr-sm-5 {
		margin-right: 5px !important;
	}
	.mr-sm-10 {
		margin-right: 10px !important;
	}
	.mr-sm-15 {
		margin-right: 15px !important;
	}
	.mr-sm-20 {
		margin-right: 20px !important;
	}
	.mr-sm-25 {
		margin-right: 25px !important;
	}
	.mr-sm-30 {
		margin-right: 30px !important;
	}
	.my-sm-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.my-sm-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	.my-sm-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.my-sm-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	.my-sm-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
	.my-sm-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}
	.my-sm-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.my-sm-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}
	.my-sm-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	.my-sm-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.my-sm-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}
	.my-sm-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	.mx-sm-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.mx-sm-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.mx-sm-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.mx-sm-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}
	.mx-sm-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.mx-sm-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}
	.mx-sm-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
	.mx-sm-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}
	.mx-sm-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}
	.mx-sm-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}
	.mx-sm-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}
	.mx-sm-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}
}
/* Margins - End
========================================================================== */

/* Paddings - Start
========================================================================== */
.pt-0 {
	padding-top: 0px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-25 {
	padding-top: 25px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-35 {
	padding-top: 35px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.pt-80 {
	padding-top: 80px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pb-5 {
	padding-bottom: 5px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-15 {
	padding-bottom: 15px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-25 {
	padding-bottom: 25px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-35 {
	padding-bottom: 35px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pb-80 {
	padding-bottom: 80px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.pl-25 {
	padding-left: 25px!important;
}
.pl-30 {
	padding-left: 30px !important;
}
.pl-40 {
	padding-left: 40px !important;
}
.pl-50 {
	padding-left: 50px !important;
}
.pr-0 {
	padding-right: 0px !important;
}
.pr-5 {
	padding-right: 5px !important;
}
.pr-10 {
	padding-right: 10px !important;
}
.pr-15 {
	padding-right: 15px !important;
}
.pr-20 {
	padding-right: 20px !important;
}
.pr-25 {
	padding-right: 25px!important;
}
.pr-30 {
	padding-right: 30px!important;
}
.pr-40 {
	padding-right: 40px !important;
}
.pr-50 {
	padding-right: 50px !important;
}
.p-0 {
	padding: 0px !important;
}
.p-10 {
	padding: 10px !important;
}
.p-20 {
	padding: 20px !important;
}
.p-30 {
	padding: 30px !important;
}
.p-40 {
	padding: 40px !important;
}
.p-50 {
	padding: 50px !important;
}
.p-60 {
	padding: 60px !important;
}
.p-80 {
	padding: 80px !important;
}
.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}
.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}
.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}
.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}
.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}
/* Paddings - End
========================================================================== */

/* Responsive Padding and Margin Start
========================================================================= */

@media (min-width: 1601px) {
	.p-xl-10 {
		padding: 10px !important;
	}
	.p-xl-20 {
		padding: 20px !important;
	}
	.p-xl-30 {
		padding: 30px !important;
	}
	.p-xl-40 {
		padding: 40px !important;
	}
	.p-xl-50 {
		padding: 50px !important;
	}
	.p-xl-60 {
		padding: 60px !important;
	}
	.p-xl-80 {
		padding: 80px !important;
	}
	.pt-xl-0 {
		padding-top: 0px !important;
	}
	.pt-xl-10 {
		padding-top: 10px !important;
	}
	.pt-xl-20 {
		padding-top: 20px !important;
	}
	.pt-xl-30 {
		padding-top: 30px !important;
	}
	.pt-xl-40 {
		padding-top: 40px !important;
	}
	.pt-xl-50 {
		padding-top: 50px !important;
	}
	.pt-xl-60 {
		padding-top: 50px !important;
	}
	.pt-xl-80 {
		padding-top: 80px !important;
	}
	.pb-xl-0 {
		padding-bottom: 0px !important;
	}
	.pb-xl-10 {
		padding-bottom: 10px !important;
	}
	.pb-xl-20 {
		padding-bottom: 20px !important;
	}
	.pb-xl-30 {
		padding-bottom: 30px !important;
	}
	.pb-xl-40 {
		padding-bottom: 40px !important;
	}
	.pb-xl-50 {
		padding-bottom: 50px !important;
	}
	.pb-xl-60 {
		padding-bottom: 60px !important;
	}
	.pb-xl-80 {
		padding-bottom: 80px !important;
	}
	.pl-xl-0 {
		padding-left: 0px !important;
	}
	.pl-xl-5 {
		padding-left: 5px !important;
	}
	.pl-xl-10 {
		padding-left: 10px !important;
	}
	.pl-xl-15 {
		padding-left: 15px !important;
	}
	.pl-xl-20 {
		padding-left: 20px !important;
	}
	.pl-xl-40 {
		padding-left: 40px !important;
	}
	.pl-xl-50 {
		padding-left: 50px !important;
	}
	.pl-xl-60 {
		padding-right: 60px !important;
	}
	.pl-xl-80 {
		padding-right: 80px !important;
	}
	.pr-xl-0 {
		padding-right: 0px !important;
	}
	.pr-xl-5 {
		padding-right: 5px !important;
	}
	.pr-xl-10 {
		padding-right: 10px !important;
	}
	.pr-xl-15 {
		padding-right: 15px !important;
	}
	.pr-xl-20 {
		padding-right: 20px !important;
	}
	.pr-xl-40 {
		padding-right: 40px !important;
	}
	.pr-xl-50 {
		padding-right: 50px !important;
	}
	.pr-xl-60 {
		padding-right: 60px !important;
	}
	.pr-xl-80 {
		padding-right: 80px !important;
	}
	.px-xl-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.px-xl-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.px-xl-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.px-xl-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.px-xl-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.px-xl-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.px-xl-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.px-xl-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	.px-xl-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.px-xl-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.px-xl-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.px-xl-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.py-xl-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.py-xl-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.py-xl-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.py-xl-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.py-xl-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.py-xl-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.py-xl-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.py-xl-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	.py-xl-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.py-xl-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.py-xl-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.py-xl-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1600px) {
	.p-lg-0 {
		padding: 0px !important;
	}
	.p-lg-10 {
		padding: 10px !important;
	}
	.p-lg-20 {
		padding: 20px !important;
	}
	.p-lg-30 {
		padding: 30px !important;
	}
	.p-lg-40 {
		padding: 40px !important;
	}
	.p-lg-50 {
		padding: 50px !important;
	}
	.p-lg-60 {
		padding: 60px !important;
	}
	.p-lg-80 {
		padding: 80px !important;
	}
	
	.pt-lg-0 {
		padding-top: 0px !important;
	}
	.pt-lg-10 {
		padding-top: 10px !important;
	}
	.pt-lg-20 {
		padding-top: 20px !important;
	}
	.pt-lg-30 {
		padding-top: 30px !important;
	}
	.pt-lg-40 {
		padding-top: 40px !important;
	}
	.pt-lg-50 {
		padding-top: 50px !important;
	}
	.pt-lg-60 {
		padding-top: 50px !important;
	}
	.pt-lg-80 {
    padding-top: 80px !important;
	}
	.pb-lg-0 {
		padding-bottom: 0px !important;
	}
	.pb-lg-10 {
		padding-bottom: 10px !important;
	}
	.pb-lg-20 {
		padding-bottom: 20px !important;
	}
	.pb-lg-30 {
		padding-bottom: 30px !important;
	}
	.pb-lg-40 {
		padding-bottom: 40px !important;
	}
	.pb-lg-50 {
		padding-bottom: 50px !important;
	}
	.pb-lg-60 {
		padding-bottom: 60px !important;
	}
		.pb-lg-80 {
		padding-bottom: 80px !important;
	}

	.pl-lg-0 {
		padding-left: 0px !important;
	}
	.pl-lg-5 {
		padding-left: 5px !important;
	}
	.pl-lg-10 {
		padding-left: 10px !important;
	}
	.pl-lg-15 {
		padding-left: 15px !important;
	}
	.pl-lg-20 {
		padding-left: 20px !important;
	}
	.pl-lg-40 {
		padding-left: 40px !important;
	}
	.pl-lg-50 {
		padding-left: 50px !important;
	}
	.pl-lg-60 {
		padding-right: 60px !important;
	}
	.pl-lg-80 {
		padding-right: 80px !important;
	}
	.pr-lg-0 {
		padding-right: 0px !important;
	}
	.pr-lg-5 {
		padding-right: 5px !important;
	}
	.pr-lg-10 {
		padding-right: 10px !important;
	}
	.pr-lg-15 {
		padding-right: 15px !important;
	}
	.pr-lg-20 {
		padding-right: 20px !important;
	}
	.pr-lg-40 {
		padding-right: 40px !important;
	}
	.pr-lg-50 {
		padding-right: 50px !important;
	}
	.pr-lg-60 {
		padding-right: 60px !important;
	}
	.pr-lg-80 {
		padding-right: 80px !important;
	}
	.px-lg-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.px-lg-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.px-lg-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.px-lg-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.px-lg-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.px-lg-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.px-lg-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.px-lg-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	.px-lg-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.px-lg-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.px-lg-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.px-lg-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	.py-lg-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.py-lg-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.py-lg-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.py-lg-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.py-lg-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.py-lg-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.py-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.py-lg-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	.py-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.py-lg-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.py-lg-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.py-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.p-md-0 {
		padding: 0px !important;
	}
	.p-md-10 {
		padding: 10px !important;
	}
	.p-md-20 {
		padding: 20px !important;
	}
	.p-md-30 {
		padding: 30px !important;
	}
	.p-md-40 {
		padding: 40px !important;
	}
	.p-md-50 {
		padding: 50px !important;
	}
	.p-md-60 {
		padding: 60px !important;
	}
	.p-md-80 {
		padding: 80px !important;
	}
	.pb-md-0 {
		padding-bottom: 0px !important;
	}
	.pt-md-0 {
		padding-top: 0px !important;
	}
	.pt-md-10 {
		padding-top: 10px !important;
	}
	.pt-md-20 {
		padding-top: 20px !important;
	}
	.pt-md-30 {
		padding-top: 30px !important;
	}
	.pt-md-40 {
		padding-top: 40px !important;
	}
	.pt-md-50 {
		padding-top: 50px !important;
	}
	.pt-md-60 {
		padding-top: 60px !important;
	}
	.pt-md-80 {
		padding-top: 80px !important;
	}
	.pb-md-0 {
		padding-bottom: 0px !important;
	}
	.pb-md-10 {
		padding-bottom: 10px !important;
	}
	.pb-md-20 {
		padding-bottom: 20px !important;
	}
	.pb-md-30 {
		padding-bottom: 30px !important;
	}
	.pb-md-40 {
		padding-bottom: 40px !important;
	}
	.pb-md-50 {
		padding-bottom: 50px !important;
	}
	.pb-md-60 {
		padding-bottom: 60px !important;
	}
	.pb-md-80 {
		padding-bottom: 80px !important;
	}
	.pl-md-0 {
		padding-left: 0px !important;
	}
	.pl-md-5 {
		padding-left: 5px !important;
	}
	.pl-md-10 {
		padding-left: 10px !important;
	}
	.pl-md-15 {
		padding-left: 15px !important;
	}
	.pl-md-20 {
		padding-left: 20px !important;
	}
	.pl-md-40 {
		padding-left: 40px !important;
	}
	.pl-md-50 {
		padding-left: 50px !important;
	}
	.pr-md-0 {
		padding-right: 0px !important;
	}
	.pr-md-5 {
		padding-right: 5px !important;
	}
	.pr-md-10 {
		padding-right: 10px !important;
	}
	.pr-md-15 {
		padding-right: 15px !important;
	}
	.pr-md-20 {
		padding-right: 20px !important;
	}
	.pr-md-40 {
		padding-right: 40px !important;
	}
	.pr-md-50 {
		padding-right: 50px !important;
	}
	.px-md-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.px-md-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.px-md-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.px-md-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.px-md-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.px-md-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.px-md-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.px-md-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	.px-md-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
	.px-md-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.px-md-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}
	.px-md-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	.py-md-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.py-md-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.py-md-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.py-md-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.py-md-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.py-md-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.py-md-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.py-md-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}
	.py-md-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.py-md-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.py-md-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.py-md-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	
}
@media (max-width: 767px) {
	.p-sm-0 {
		padding: 0px !important;
	}
	.p-sm-10 {
		padding: 10px !important;
	}
	.p-sm-20 {
		padding: 20px !important;
	}
	.p-sm-30 {
		padding: 30px !important;
	}
	.p-sm-40 {
		padding: 40px !important;
	}
	.p-sm-50 {
		padding: 50px !important;
	}
	.p-sm-60 {
		padding: 60px !important;
	}
	.p-sm-80 {
		padding: 80px !important;
	}
	.pt-sm-0 {
		padding-top: 0px !important;
	}
	.pt-sm-10 {
		padding-top: 10px !important;
	}
	.pt-sm-20 {
		padding-top: 20px !important;
	}
	.pt-sm-30 {
		padding-top: 30px !important;
	}
	.pt-sm-40 {
		padding-top: 40px !important;
	}
	.pt-sm-50 {
		padding-top: 50px !important;
	}
	.pt-sm-60 {
		padding-top: 60px !important;
	}
	.pt-sm-80 {
		padding-top: 80px !important;
	}
	.pb-sm-0 {
		padding-bottom: 0px !important;
	}
	.pb-sm-10 {
		padding-bottom: 10px !important;
	}
	.pb-sm-20 {
		padding-bottom: 20px !important;
	}
	.pb-sm-30 {
		padding-bottom: 30px !important;
	}
	.pb-sm-40 {
		padding-bottom: 40px !important;
	}
	.pb-sm-50 {
		padding-bottom: 50px !important;
	}
	.pb-sm-50 {
		padding-bottom: 50px !important;
	}
	.pb-sm-60 {
		padding-bottom: 60px !important;
	}
	.pb-sm-80 {
		padding-bottom: 80px !important;
	}
	.pl-sm-0 {
		padding-left: 0px !important;
	}
	.pl-sm-5 {
		padding-left: 5px !important;
	}
	.pl-sm-10 {
		padding-left: 10px !important;
	}
	.pl-sm-15 {
		padding-left: 15px !important;
	}
	.pl-sm-20 {
		padding-left: 20px !important;
	}
	.pl-sm-40 {
		padding-left: 40px !important;
	}
	.pl-sm-50 {
		padding-left: 50px !important;
	}
	.pr-sm-0 {
		padding-right: 0px !important;
	}
	.pr-sm-5 {
		padding-right: 5px !important;
	}
	.pr-sm-10 {
		padding-right: 10px !important;
	}
	.pr-sm-15 {
		padding-right: 15px !important;
	}
	.pr-sm-20 {
		padding-right: 20px !important;
	}
	.pr-sm-40 {
		padding-right: 40px !important;
	}
	.pr-sm-50 {
		padding-right: 50px !important;
	}
	.px-sm-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.px-sm-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.px-sm-10 {
		padding: 10px !important;
	}
	.px-sm-20 {
		padding: 20px !important;
	}
	.px-sm-30 {
		padding: 30px !important;
	}
	.px-sm-40 {
		padding: 40px !important;
	}
	.px-sm-50 {
		padding: 50px !important;
	}
	.px-sm-60 {
		padding: 60px !important;
	}
	.px-sm-80 {
		padding: 80px !important;
	}
	.py-sm-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.py-sm-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	.py-sm-10 {
		padding: 10px !important;
	}
	.py-sm-20 {
		padding: 20px !important;
	}
	.py-sm-30 {
		padding: 30px !important;
	}
	.py-sm-40 {
		padding: 40px !important;
	}
	.py-sm-50 {
		padding: 50px !important;
	}
	.py-sm-60 {
		padding: 60px !important;
	}
	.py-sm-80 {
		padding: 80px !important;
	}
}

/* Responsive Padding and Margin End
========================================================================== *

/* Navigation CSS - Start
========================================================================== */
.nav-primary .wrap {
	width: 100% !important;
/* 	text-align: right; */
	margin: 0;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	background:#e6e6e6;
	z-index: 1;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus {
	color: #fa1e44 !important;
/* 	background:#fa1e44 !important; */
}
.nav-primary .genesis-nav-menu .sub-menu a span:hover,
.nav-primary .genesis-nav-menu .sub-menu a span:focus {
	color: #fa1e44 !important;
}
.nav-primary {
	width: 100%;
}
#menu-top-menu li a {
	color: #1B1B1B;
	padding: 0 15px;
}
.genesis-nav-menu li:nth-child(1) {
	margin-left: 0;
}
.genesis-nav-menu li:nth-last-child(2) {
	margin-bottom: 0px;
	margin-right: 0;
}
.genesis-nav-menu > li:nth-last-child(2) a {
/*     background: #F3C395;
    border-radius: 35px;
    padding: 12px 25px; */
}
.genesis-nav-menu > li:nth-last-child(2) a span,
.genesis-nav-menu > li:nth-last-child(2) a span:hover,
.genesis-nav-menu > li:nth-last-child(2) a span:focus{
/* 	color: #fa1e44 !important;
	font-weight: 600 !important; */
}
/* .genesis-nav-menu .sub-menu li.current-menu-item:nth-last-child(2) a span {
	color: #191919 !important;
} */
.genesis-nav-menu li i.fas.fa-chevron-down {
	font-size: 13px;
	padding-left: 8px;
	padding-top: 6px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.site-header .custom-logo-link {
		margin-bottom: -30px;
	}
	.genesis-nav-menu a,
	.genesis-nav-menu .toggle-header-search {
		padding: 20px 15px;
	}
	.genesis-nav-menu a span,
	.genesis-nav-menu .menu-item .sub-menu li a span {
		font-size: 13px!important;
		line-height: 23px!important;
	}
	.genesis-nav-menu li:nth-last-child(3) {
/* 		margin-right: 10px; */
	}
	.genesis-nav-menu a span img {
		width: 13px;
	}
	.genesis-nav-menu i.fas.fa-phone.fa-flip-horizontal {
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1024px) {
	.menu-toggle {
		display: none !important;
	}
	.genesis-nav-menu li {
		float: none;
		margin: 0;
	}
	.genesis-nav-menu > li:nth-last-child(2) a {
/* 		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px; */
	}
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-responsive-menu {
		display: none;
		position: relative;
		margin-top: 30px;
	}
	.wp-custom-logo .title-area {
		width: 100%;
		text-align: center;
		padding-top: 0;
	}
	.wp-custom-logo .title-area img{
		width: 30%!important;
	}
	.site-header .custom-logo-link .custom-logo {
		max-height: 60px;
		margin: 0;
	}
	.site-header .custom-logo-link {
		justify-content: left;
	}
	.nav-primary {
		display: none;
	}
	.nav-primary .wrap {
		margin: 0px 0;
	}
	.site-header > .wrap > .genesis-responsive-menu {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu a span,
	.genesis-nav-menu a span:hover,
	.genesis-nav-menu .current-menu-item>a span {
		color:#fff !important;
		line-height: 28px;
	}
	.genesis-nav-menu a span:hover,
	.genesis-nav-menu a span:focus,
	.genesis-nav-menu .current-menu-item>a span {
		color: #fff !important;
		line-height: 28px;
	}
	.genesis-nav-menu li:nth-last-child(2) {
		float: left !important;
		margin-left: 12px;
		margin-top: 12px;
	}
	.genesis-nav-menu ul.sub-menu li:nth-last-child(2) {
		float: none !important;
		margin: 0;
	}
	.genesis-nav-menu i.fas.fa-phone.fa-flip-horizontal {
		margin-top: 3px !important;
	}
	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		color: #ffffff;
		display: block;
		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: #ffffff;
	}
	.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:#fa1e44;
		color: #000;
	}
	#genesis-mobile-nav-primary.activated {
		border-bottom-color: transparent;
	}
	#genesis-mobile-nav-primary:focus,
	#genesis-mobile-nav-primary:hover {
		color: #0066cc;
	}
	.menu-toggle {
		float: right;
		font-size: 15px;
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 28px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		z-index: 1000;
	}
	.menu-toggle::before {
		font-size: 20px;
		font-size: 2rem;
		margin-right: 5px;
		text-rendering: auto;
		vertical-align: bottom;
		margin-right: 0px;
		text-transform: uppercase;
	}
	.nav-primary i.fas.fa-sort-down {
		display: none;
	}
	.genesis-nav-menu ul.sub-menu li:first-child {
		border-top: none;
	}
	.sub-menu-toggle {
		background: transparent;
		float: right;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 100;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		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 span:focus,
	.genesis-responsive-menu .genesis-nav-menu a span:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a span:focus,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a span:hover,
	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item a span {
		color: #fff !important;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .toggle-header-search {
		border: none;
		margin-bottom: 0px;
		padding: 11px 20px !important;
		width: 100%;
	}
	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
		color: #fff;
		padding: 10px 20px !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: 0px;
	}
	.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;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .toggle-header-search {
		display: none;
	}
	.genesis-nav-menu li:nth-last-child(3) {
/* 		margin-right:0px; */
	}
	.genesis-nav-menu > .menu-item:nth-last-child(2) a {
		height: 50px;
	}
	.genesis-nav-menu > li:nth-last-child(2) a {
/* 		border-radius: 0px;
		background-color: #fff0;
		color: #fa1e44; */
	}
	.genesis-nav-menu li i.fas.fa-chevron-down {
		display: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		background:#fa1e44;
		-webkit-box-shadow:  0 0px 10px -5px #fa1e44;
		-moz-box-shadow:  0 0px 10px -5px #fa1e44;
		box-shadow: 0 5px 5px -5px #193829;
		box-shadow: 0 0px 10px -5px #fa1e44;
		border: 1px solid #fff;
	}
	.genesis-nav-menu li li {
		border-bottom: 0;
	}
	.menu-toggle {
		padding: 10px 0px !important;
		background: transparent !important;
		color: #fa1e44 !important;
		text-align: center;
		height: 152px;
		width: 25px;
		text-transform: uppercase;
		font-weight: bold;
		align-items: center;
		display: flex;
	}
	.ion-ios-menu:before {
		color:#fff !important;
		font-weight: 400 !important;
	}
	.sub-menu-toggle::before {
		color:#fff !important;
		font-size: 30px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover .sub-menu-toggle:hover:before,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus .sub-menu-toggle:focus:before,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus .sub-menu-toggle:before,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover .sub-menu-toggle:before,
	.genesis-responsive-menu .genesis-nav-menu .current-menu-item .sub-menu-toggle:before,
	.genesis-responsive-menu .genesis-nav-menu .current-menu-item:hover .sub-menu-toggle:hover:before,
	.genesis-responsive-menu .genesis-nav-menu .current-menu-item:focus .sub-menu-toggle:focus:before {
		color: #fff !important;
	}
	.genesis-responsive-menu .genesis-nav-menu a:hover,
	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu .current-menu-item>a {
		background:#fa1e44;
	}
	.genesis-responsive-menu .genesis-nav-menu a span:hover,
	.genesis-responsive-menu .genesis-nav-menu a span:focus,
	.genesis-responsive-menu .genesis-nav-menu .current-menu-item>a span,
	.genesis-responsive-menu .genesis-nav-menu li.current-menu-item a:hover span,
	.genesis-responsive-menu .genesis-nav-menu li.current-menu-item a:focus span,
	.genesis-responsive-menu .genesis-nav-menu li a:hover span,
	.genesis-responsive-menu .genesis-nav-menu li a:focus span {
		color: #fff;
	}
	.genesis-responsive-menu .genesis-nav-menu > li:nth-last-child(2) a span:hover,
	.genesis-responsive-menu .genesis-nav-menu > li:nth-last-child(2) a span:focus,
	.genesis-responsive-menu .genesis-nav-menu > li:nth-last-child(2) a:hover span i,
	.genesis-responsive-menu .genesis-nav-menu > li:nth-last-child(2) a:focus span i {
/* 		color: #ffffff !important; */
	}
	.genesis-responsive-menu .genesis-nav-menu > li:nth-last-child(2) a {
/* 		border-radius: 0; */
	}
	.genesis-nav-menu li:nth-last-child(3) {
		margin-right: 0;
	}
	.genesis-nav-menu a span:hover,
	.genesis-nav-menu a span:focus,
	.genesis-nav-menu .current-menu-item>a span {
		border-bottom: none;
	}
}
/* Navigation CSS - End
========================================================================== */

/* Responsive Menu CSS - Start
========================================================================== */
#rmp-container-797 {
	width: 100% !important;
    max-width: 375px !important;
	background-color: #fff !important;
}
#rmp_menu_trigger-797 {
    top: 4.5% !important;
    left: 20px;
}
#rmp_menu_trigger-797 .responsive-menu-pro-inner, 
#rmp_menu_trigger-797 .responsive-menu-pro-inner::before, 
#rmp_menu_trigger-797 .responsive-menu-pro-inner::after {
	background-color: #9320AA !important;
}
#rmp-menu-wrap-797 {
	padding: 150px 20px 20px !important;
}
@media (max-width: 767px) {
	#rmp_menu_trigger-797 {
		top: 50px !important;
		left: 10px;
	}
	#rmp-menu-wrap-797 {
    padding: 115px 12px 20px !important;
}
}
/* Responsive Menu CSS - End
========================================================================== */

/* Content Width - Start
========================================================================== */
.medium-content {
	max-width: 1180px !important;
	margin: 0 auto;
	width: 90%;
}
.full-width-content .content {
	width: 100%;
}
.site-header .custom-logo-link .custom-logo {
	max-height: 100%;
	width: auto;
}
.site-inner {
	max-width: 100%;
	
}
.site-container {
	margin-bottom: 0px !important;
}
.wrap {
	display: block;
	max-width: 1300px;
	align-items: center;
}
.fl-row-content.fl-row-fixed-width {
	max-width: 1180px;
}
@media only screen and (min-width: 1601px) { 
/* 	.wrap,
	.fl-row-content.fl-row-fixed-width{
		max-width: 1540px;
	} */
	.medium-content {
		max-width: 1180px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap {
		width: 100% !important;
		display: block !important;
	}
}
@media (min-width: 1025px) and (max-width: 1280px) {
	.medium-content{
		width: 100%;
		padding-left: 3% !important;
		padding-right: 3% !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.medium-content {
		width: 100%;
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
}
@media (max-width: 767px) {
	.medium-content{
		width: 100%;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
/* Content Width - End
========================================================================== */

/* Buttons - Start
========================================================================== */
.beaver-button a:hover,beaver-button-green a,
.fl-builder-content a.fl-button, 
.beaver-button-lite a:hover {
	-webkit-transition: all .75s cubic-bezier(0, 1, .5, 1);
	transition: all .75s cubic-bezier(0, 1, .5, 1);
	box-shadow: 1px 3px 20px -10px #999;
}
.beaver-button a,
.gform_wrapper .gform_footer .gform_button{
	font-weight: 400 !important;
	font-style: normal;
	font-size: 16px !important;
    line-height: 16px !important;
	padding: 16px 30px !important;
	background: #fa1e44 !important;
	border: 0px solid #fa1e44;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
}
.beaver-button-black a, .fl-builder-content a.fl-button, 
.fl-builder-content a.fl-button:visited {
	font-weight: 400 !important;
	font-style: normal;
	font-size: 16px !important;
    line-height: 16px !important;
	padding: 16px 30px !important;
	background: #000000 !important;
	border: 0px solid #000000;
	border-radius: 5px;
	color: #ffffff!important;
	display: inline-block;
	text-decoration: none;
	text-transform: capitalize;
}
.fl-builder-content a.fl-button *, .fl-builder-content a.fl-button:visited * {
    color: #fff !important;
}
.beaver-button-lite a {
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 16px 30px !important;
    background: transparent !important;
    border: 2px solid #fa1e44;
    border-radius: 5px;
    color: #fa1e44;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}
.gform_wrapper .gform_footer {
	width: 100% !important;
	float: left;
}
.fl-post-grid-more{
	text-decoration: none !important;
    background: none !important;
    color: #fa1e44 !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 18px !important;
}
.footer-newsletter-form .gform_wrapper .gform_footer .gform_button{
	 background-color: #2F2F2F!important;
	 padding: 12px 20px !important;
	 color: #ffffff!important;
	border: 1px solid #F2F2F2;
	line-height: normal !important;
    font-weight: 300 !important;
	text-transform:uppercase!important;
	border-radius:0px!important;
	font-size: 14px !important;
	line-height:14px !important;
}
.footer-newsletter-form .gform_wrapper .gform_footer {
    text-align: left !important;
}
.gform_wrapper .gform_footer .gform_button{
	background: #2F2F2F !important;
	color: #fff!important;
	text-transform: uppercase !important;
	border-radius: 0px!important;
	padding: 12px 20px !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 18px !important;
}
/* Buttons - End
========================================================================== */

/* Gravity Form - Start
========================================================================== */
.entry-content .gform_wrapper ul > li {
	margin-bottom: 0px!important;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}
.gform_wrapper .validation_message {
	background: none !important;
	padding: 8px 0 !important;
}
.gform_heading{
	display:none;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: 0 !important;
	background: none !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
	border: 2px solid #790000 !important;
}
.gform_wrapper select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #1B1B1B 50%), linear-gradient(135deg, #1B1B1B 50%, transparent 50%) !important;
	background-position: calc(100% - 15px) calc(1.1em + 0px), calc(100% - 10px) calc(1.1em + 0px), calc(100% - 2.5em) 0.5em !important;
	background-size: 5px 5px, 5px 5px, 1.5em 1.5em !important;
	background-repeat: no-repeat !important;
}
.gform_wrapper select::-ms-expand {
	display: none;
}
input,
input[type="search"],
select,
textarea {
	padding: 20px 20px !important;
	line-height: normal !important;
	font-weight: 300 !important;
	border-radius: 0px;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #fa2e2e !important;
}
.gform_wrapper .validation_message {
	color: #ff6666 !important;
	font-weight: 500 !important;
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_required {
	color: #000000 !important;
}

.gform_wrapper .validation_message {
	padding: 0px 0 !important;
}
#genesis-content .entry-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: calc(100%)!important;
}
.gform_wrapper div.validation_error,
.instruction.validation_message,
.gform_wrapper .gform_validation_errors {
	display: none !important;
}
.gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
	display: grid;
	margin-top: 15px !important;
}
.gform_wrapper ul.gform_fields li.gfield:first-child,
.gform_wrapper ul.gform_fields li.gfield:nth-child(2){
/* 	margin-top: 0px !important; */
}
.gform_wrapper {
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
	color: #4e4e4e;
    padding: 8px 20px 8px 20px !important;
    line-height: normal !important;
    font-weight: 300 !important;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
}
.gform_wrapper select {
	padding-right: 25px !important;
}
.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
	max-width: 100px;
}
.gform_wrapper .ginput_container input[type=checkbox]:checked + label,
.gform_wrapper .ginput_container input[type=checkbox]:not(:checked) + label {
	position: relative;
	padding-left: 30px !important;
	cursor: pointer !important;
	max-width: 100%;
	line-height: 30px;
}
.gform_wrapper .ginput_container input[type=checkbox]:checked + label:before,
.gform_wrapper .ginput_container input[type=checkbox]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 25px;
	height: 25px;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	background: #fff;
}
.gform_wrapper .ginput_container input[type=checkbox]:checked + label:after {
	height: 30px;
	width: 20px;
	position: absolute;
	content: '\f00c';
	display: inline-block;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	top: -4px;
	color: #075549;
	left: 3px;
	font-weight: 600;
	font-family: "Font Awesome 5 Pro" !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.ginput_container_consent input[type=checkbox] {
	vertical-align: bottom;
}
.gform_wrapper .ginput_container input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
	display: none !important;
}
.gform_wrapper .gfield_radio li input[type=radio]:checked + label,
.gform_wrapper .gfield_radio li input[type=radio]:not(:checked) + label {
	position: relative;
	padding-left: 28px !important;
	cursor: pointer !important;
	max-width: 100%;
}
.gform_wrapper .gfield_radio li input[type=radio]:checked + label:before,
.gform_wrapper .gfield_radio li input[type=radio]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	border: 1px solid #e1e1e1;
	border-radius: 100%;
	background: #fff;
}
.gform_wrapper .gfield_radio li input[type=radio]:checked + label:after,
.gform_wrapper .gfield_radio li input[type=radio]:not(:checked) + label:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #075549;
	position: absolute;
	top: 8px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.gform_wrapper .ginput_container input[type=checkbox]:not(:checked) + label:after,
.gform_wrapper .gfield_radio li input[type=radio]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.gform_wrapper .ginput_container input[type=checkbox]:checked + label:after,
.gform_wrapper .gfield_radio li input[type=radio]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.consent-block a,
.consent-block span {
	color: #075549;
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}
.gform_wrapper label.gfield_label {
	font-weight: 400 !important;
    font-style: normal;
    padding-bottom: 14px;
    font-size: 17px !important;
    line-height: 20px !important;
    letter-spacing: 0.4px;
    color: #303030;
}
.ginput_container_address span {
	width: 100% !important;
}
.ginput_container_address span,
.gform_wrapper .gform_footer {
	padding: 0 !important;
}
.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
	letter-spacing: 0.35px;
	color: #4e4e4e;
	text-transform: uppercase;
	font-size: 15px;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:focus {
	background:#2f2f2f!important;
}
.text-right.required {
	line-height: 1.2 !important;
	margin-bottom: -38px !important;
	color: #ff0000;
	font-size: 17px;
	padding-top: 10px;
	font-weight: 500;
}
.gform_wrapper .gform_footer {
	margin: 20px 0 0 !important;
	text-align: left;
}
.gform_wrapper textarea.medium {
	height: 120px !important;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label ,
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 10px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
	color:black !important;
}
.ginput_container_date div,
.gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}
.gf_right_half,
.gf_left_half,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
	width: 48% !important;
}
.gf_left_half,
.gform_wrapper .ginput_complex .ginput_left {
	margin-right: 4% !important;
}
.site-form .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
	padding-right: 0px !important;
}
.two-col-checkboxes ul {
	column-count: 2;
}
.two-col-checkboxes .ginput_container {
	margin-top: 0 !important;
}
.ginput_container.ginput_recaptcha div {
	max-width: 100% !important;
	width: 100% !important;
	text-align: center;
}
.login-form input {
	width: 100%;
}
.login-form .gform_wrapper .top_label li ul.gfield_checkbox, 
.login-form .gform_wrapper .top_label li ul.gfield_radio {
	width: calc(100% + 0px);
	text-align: center;
}
.gf_login_links a {
	font-size: 17px;
	font-weight: 600;
	line-height: 27px;
	display: inline-block;
	text-align: center;
	margin-top: 25px;
	width: 100%;
}
.gform_wrapper .ginput_complex .ginput_full, 
.gform_wrapper .ginput_complex .ginput_left, 
.gform_wrapper .ginput_complex .ginput_right {
	display: inline-block !important;
}
.has-complex-fields .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left,
.gform_wrapper .ginput_complex .ginput_left{
	padding-right: 0px!important;
}
.gform_wrapper .ginput_container_password .ginput_right{
	padding-left: 0px!important;
}
.ginput_complex.ginput_container span{
	margin-top: 20px !important;
}
.ginput_complex.ginput_container span:first-child,
.gform_wrapper .ginput_complex.ginput_container_password .ginput_right{
	margin-top: 0px !important;
}
.gform_wrapper .ginput_complex .ginput_left.address_zip {
	width: 100% !important;
}
.ginput_complex.ginput_container.ginput_container_password {
	display: flex;
	flex-wrap: wrap;
}
.dashicons, .dashicons-before:before {
	vertical-align: sub !important;
}
.ginput_container_password button {
	padding: 10px 0 !important;
	right: 0px !important;
}
@media only screen and (min-width: 641px) {
	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium {
		width: 80% !important;
	}
	.gform_wrapper textarea.medium,
	.gform_wrapper form.gf_simple_horizontal div.gform_body{
		width: 100% !important;
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body {
		max-width: 75%;
	}
}

@media only screen and (max-width: 641px) {
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
		width: 89%;
	}
	.gform-footer .gform_footer .top_label{
		justify-content:center;
	}
}
@media only screen and (max-width: 640px) {
	.gform_wrapper .gform_footer {
		width: 100% !important;
	}
	.gform_wrapper .gform_footer {
		margin: 30px 0 0 !important;
		text-align: center;
	}
	.gform_wrapper form.gf_simple_horizontal div.ginput_container, .gform_wrapper form.gf_simple_horizontal ul li.gfield {
		margin-top: 0!important;
	}

}
@media only screen and (min-width: 767px) {
	.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
/* 		position: absolute; */
	}	
}
@media only screen and (max-width: 767px) {
	.gf_right_half,
	.gf_left_half,
	.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
	.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half,
	.gform_wrapper .ginput_complex .ginput_left,
	.gform_wrapper .ginput_complex .ginput_right {
		max-width: 100% !important;
		width: 100% !important;
	}
	.gf_left_half,
	.gform_wrapper .ginput_complex .ginput_left {
		margin-right: 0;
	}
	.ginput_container.ginput_container_consent {
		display: flex;
	}
	.ginput_container.ginput_container_consent label,
	.ginput_container.ginput_container_consent .gfield_required {
		padding-top: 10px;
	}
	.gform_wrapper ul.gfield_checkbox li label,
	.gform_wrapper ul.gfield_radio li label {
		padding-top: 7px;
		padding-right: 15px;
	}
	.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
	.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
		float: left;
		display: flex;
	}
	.gform_wrapper {
		max-width: 480px;
		margin: 0 auto !important;
	}
	.gform_wrapper label.gfield_label {
		padding-bottom: 10px;
		font-size: 18px!important;
		line-height: 18px!important;
	}
	.gform_wrapper ul.gform_fields li.gfield,
	.gform_wrapper ul.gform_fields li.gfield:first-child,
	.gform_wrapper ul.gform_fields li.gfield:nth-child(2){
		margin-top: 20px !important;
	}
	.gform_wrapper .ginput_container input[type=checkbox]:not(:checked) + label:before,
	.gform_wrapper .gfield_radio li input[type=radio]:not(:checked) + label:before {
		top: 10px!important;
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
		display: block!important;
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield:nth-child(2) {
		padding-top: 20px;
	}
	.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
		padding-right: 0px!important;
	}
	.gform_wrapper ul.gform_fields li.gfield:first-child,
	.gform_wrapper .newsletter-block .gform_footer .gform_button {
		margin-top: 0px !important;
	}
	.ginput_complex.ginput_container.ginput_container_password span {
		margin-right: 0 !important;
	}
	.ginput_complex.ginput_container.ginput_container_password span:nth-child(2) {
		margin-top: 20px !important;
	}
}
.ginput_container input::placeholder {
	text-transform: capitalize;
	 color: #8F8F8F;
}
.ginput_container textarea::placeholder {
    color: #8F8F8F;
	text-transform: capitalize;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border: 0px solid #c02b0a !important;
}
.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 20px !important;
    grid-row-gap: 15px !important;
}
.gform_wrapper.gravity-theme .gfield_required, .gform_legacy_markup_wrapper .gfield_required{
	display: none !important;
}
/* Gravity Form - End
========================================================================== */

/* Bio Popup - Start
========================================================================== */
.paoc-popup-modal {
	max-width: 1280px !important;
	width: 90% !important;
	margin-top: 5% !important;
}
.paoc-popup-modal-cnt {
	display: inline-block;
	padding: 60px !important;
}
.bio-image {
	width: 40%;
	float: left;
}
.bio-content {
	width: 55%;
	float: left;
	margin-left: 5%;
}
.popup-links span {
	cursor: pointer;
}
.paoc-popup-modal img {
	width: 100%;
}
@media only screen and (max-width: 1024px) { 
	.bio-image,
	.bio-content {
		width: 100%;
	}
	.bio-content {
		margin-left: 0;
		margin-top: 25px;
	}
}
@media (max-width: 767px) { 
	.paoc-popup-modal-cnt {
		padding: 20px !important;
	}
}
/* Bio Popup - End
========================================================================== */

/* wpls logo - Start
========================================================================== */
.wpls-logo-showcase .slick-dots {
	display: none !important;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
	margin: 0 30px !important
}
/* wpls logo - End
========================================================================== */

/* List Type Section - Start
========================================================================== */
.checked-list {
	margin-left: 0 !important;
}
.checked-list li:before {
	content: "\f058";
	font-family: FontAwesome;
	font-size: 15px;
	margin-right: 15px;
}
ul.plus-list > li:before {
	content: "\002B";
}
.checked-list li {
	list-style: none !important;
	display: flex;
}

/* List Type Section - End
========================================================================== */

/* Scrollable Section - Start
========================================================================== */
.scrollable-section {
	height: 620px;
	overflow-y: scroll;
}
.scrollable-section::-webkit-scrollbar {
	width: 10px;
}
.scrollable-section::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
.scrollable-section::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
	.scrollable-section {
		height: auto;
		overflow-y: hidden;
	}
}
/* Scrollable Section - End
========================================================================== */

/* Blog Page - Start
========================================================================== */
.before-footer.blog-summary {
	background: #F5F5F5;
}
.single-post .content {
	width: auto;
}
.single-post .sidebar input,
.single-post .sidebar select,
.single-post .sidebar textarea,
.sidebar-content input,
.sidebar-content select,
.sidebar-content textarea {
	background-color: #fff;
	border: 1px solid #C0C0C0;
	border-radius: 0px;
	color:#fa1e44;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.625;
	padding: 15px;
	width: 100%!important;
}
.single-post .entry-comments input, select, textarea {
	width: 100%;
}
.single-post .sidebar input[type="search"],
.sidebar-content input[type="search"]{
	padding: 20px 20px 20px 50px !important;
	line-height: normal !important;
	font-weight: 500 !important;
	border-radius: 0px;
	border: 2px solid #fa1e44;
	background: #F4F4F3;
	letter-spacing: 2px;
}
.single-post .sidebar .search-form i.far.fa-search,
.sidebar-content .search-form i.far.fa-search{
	position: absolute;
	padding: 24px 20px;
	color:#fa1e44;
	font-size: 16px;
	line-height: 16px;
}
.single-post .comment-form input[type="submit"] {
	margin: auto;
	display: flex;
}
.sidebar-content .gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea,
.single-post .sidebar .gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {
	padding: 14px 15px 14px 15px !important
}
.sidebar-content .gform_wrapper .gform_footer .gform_button,
.single-post .sidebar .gform_wrapper .gform_footer .gform_button {
	padding: 13px 20px 13px 20px !important;
}
.before-footer.blog-summary .widget {
	max-width: 1280px;
	margin: 0 auto;
	width: 95%;
	padding-top: 60px;
}
.before-footer.blog-summary .widget:last-child {
    padding-bottom: 100px;
}
.before-footer.blog-summary .textwidget .heading-elements-section{
	display: flex;
	justify-content: center;
}
.archive .site-header, 
.search-results .site-header,
.search-no-results .site-header,
.archive-no-results .site-header{
	background:#fff;
}
.fl-blog-summary .fl-post-grid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.fl-builder-pagination, .fl-builder-pagination-load-more {
	padding: 0 !important;
}
.fl-builder-pagination li {
	display: inline-block !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.fl-builder-pagination li{
	display: none !important;
	margin-right: 30px !important;
}
.fl-builder-pagination li:last-child{
	margin-right: 0px !important;
}
.fl-builder-pagination li:nth-child(-n+2), 
.fl-builder-pagination li:last-child {
	display: inline-block !important;
}
.fl-builder-pagination li a.page-numbers, 
.fl-builder-pagination li span.page-numbers,
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li a.page-numbers:focus,
.fl-builder-pagination li span.page-numbers:hover,
.fl-builder-pagination li span.page-numbers:focus{
	border: 2px solid #fa1e44 !important;
	display: inline-block !important;
	padding: 20px 25px !important;
	margin: 0 !important;
	text-decoration: none !important;
	font-size: 16px !important;
	line-height: 16px !important;
	text-transform: uppercase !important;
}
.fl-builder-pagination li span.current{
	background: none !important;
	border: 2px solid #BFBFBF !important;
	color: #bfbfbf;
}
.fl-builder-pagination ul.page-numbers {
	display: none;
	margin: 0 auto !important;
	background: #F4F4F3;
	min-width: 380px;
}
.fl-builder-pagination:after {
	background-color:#fa1e44;
	content: "";
	height: 2px;
	display: block;
	position: relative;
	top: -31px;
	width: 100%;
	z-index: -9999;
}
.fl-blog-summary .fl-post-column .fl-post-grid-post {
	height: auto !important;
	background: none;
	border: none;
}
.fl-post-grid-post {
	border: none !important;
}
.fl-blog-summary .fl-post-grid-text {
	padding: 30px 50px;
}
.single-post-header-banner {
	margin-top: 136px;
    background-image: url("/wp-content/uploads/2024/08/Banner-4.png");
    background-repeat: no-repeat;
    background-position: 33% 50%;
    background-attachment: scroll;
    background-size: cover;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-blend-mode: overlay; */
/*      background-color: #0000004d; */
}
.single-post-header-banner {
	margin-top: 136px;
}
.blog-summary h2.fl-post-grid-title {
	margin-bottom: 30px;
}
.blog-summary .fl-post-grid-image {
	margin-bottom: 20px;
}
.blog-summary .fl-post-grid-meta {
	font-size: 18px;
	color: #707070;
	margin-bottom: 30px;
	line-height: 28px;
}
.blog-summary .fl-post-grid-content p {
	font-size: 18px;
	color: #1B1B1B;
	line-height: 28px;
}
.fl-post-grid-content p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-top: 10px;
}
}

.fl-post-grid-post .fl-post-grid-image img {
    height: 200px !important;
	max-height:200px !important;
    object-fit: cover;
}
.fl-post-grid-image {
    overflow: hidden; /* Prevents layout shift */
}
.fl-post-grid-image img {
    display: block; 
    width: 100% !important;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}
.fl-post-grid-image:hover img {
    opacity: 0.8;  
    transform: scale(1.1);  
}
.fl-post-grid-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); 
    transition: background 300ms ease-out;
    pointer-events: none; 
}
.fl-post-grid-image:hover::after {
    background: rgba(0, 0, 0, 0.5); 
}
.fl-post-grid-text {
    padding: 20px 0 0!important;
}
.fl-post-grid-text {
    display: flex;
    flex-direction: column;
}
.fl-post-grid-meta-terms {
    order: 1; 
}
.fl-post-grid-title {
    order: 2; 
}
.fl-post-grid-content {
	 order: 3;
}
.fl-post-grid-terms {
    margin-bottom: 10px;
}
.archive .entry:last-of-type {
	margin-bottom: 0 !important;
}
.fl-blog-summary .fl-post-column {
	clear: none !important;
}
.blog-summary article.type-post,
.fl-blog-summary .fl-post-column,
.search-results article.type-post,
.archive article.type-post {
	width: 30.3%;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
/*     background: #fff;
    padding: 20px 30px 30px 30px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px; */
}
.inner-blog.blog-summary article.type-post{
	width: 30.3%;
    float: left;
    overflow: hidden;
/*     border-radius: 20px;
    background: #FFF;
    padding: 20px 30px 30px 30px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08); */
}
.blog-summary article.type-post header.entry-header {
	display: block;
	padding: 40px 60px 0;
	padding: 0px 0px 18px;
	text-align: left;
}
.blog-summary article.type-post header.entry-header,
.search-results article.type-post header.entry-header,
.archive article.type-post header.entry-header {
	display: block;
}
.fl-blog-summary .fl-post-column:nth-child(3n+2),
.blog-summary article.type-post:nth-child(3n+2),
.search-results article.type-post:nth-child(3n+3),
.archive article.type-post:nth-child(3n+3)
/* .blog-summary article.type-post:nth-child(odd),
.fl-blog-summary .fl-post-column:nth-child(odd),
.search-results article.type-post:nth-child(even),
.archive article.type-post:nth-child(even) */{
	/* 	margin: 0 4% 40px 0; */
	margin: 0 3% 30px 3%;
}
.archive article.type-post header.entry-header {
    margin-bottom: 30px;
}
.inner-blog.blog-summary article.type-post:nth-child(odd){
	margin:auto;
}
.inner-blog.blog-summary article.type-post:nth-child(3n+2) {
	margin: 0 3% 0px 3%!important;
}
.blog-summary article.type-post:last-child,
.search-results article.type-post:last-child,
.archive article.type-post:last-child {
	margin-bottom: 0px !important;
}
.blog-summary article.type-post a,
.search-results article.type-post a {
	margin: 0px 0px 0px;
}
.archive article.type-post a {
    margin: 20px 0px 0px;
    font-weight: 600;
}
.blog-summary article.type-post a img,
.fl-blog-summary .fl-post-column article.type-post a img,
.search-results article.type-post a img,
.archive article.type-post a img {
	display: block;
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
/* 	box-shadow: 0px -5px 15px 2px rgba(0, 0, 0, 0.1); */
	height: 230px;
}
.blog-summary article.type-post a img:hover,
.fl-blog-summary .fl-post-column article.type-post a img:hover,
.search-results article.type-post a img:hover,
.archive article.type-post a img:hover{
    display: block;
    width: 100%;
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
/* 	filter:brighness(0.5) !important; */
}
.featuredpost article>a,
.featuredpost article img.attachment-post {
	width: 100%;
}
.archive .entry-content, .search-results article.type-post .entry-content {
/* 	display: none; */
}
.blog-summary article.type-post .entry-content,
.search-results article.type-post .entry-content,
.archive article.type-post .entry-content {
	padding: 20px 60px 60px;
    text-align: left;
    padding: 0 0px;

}
.fl-blog-summary .fl-post-grid-content{
	text-align: center;
}
.blog-summary article.type-post .entry-content p,
.fl-blog-summary .fl-post-grid-content p,
.search-results article.type-post .entry-content p {
	margin-bottom: 0px !important;
}
.archive article.type-post .entry-content p {
	margin-bottom: 10px !important;
}
.blog-summary article.type-post .entry-content .more-link-wrap{
	margin-top: 20px !important;
}
.fl-blog-summary .fl-post-grid-content .fl-post-grid-more{
	display: inline;
}
.single-post .entry-content ul {
	margin-bottom: 30px !important;
}
.single-post .entry-content ul > li {
	list-style-type: none;
}
.single-post .comment-form p.comment-form-author {
	margin-right: 4%!important;
}
.single-post .comment-form p.comment-form-author,
.single-post .comment-form p.comment-form-email {
	width: 48%;
	float: left;
}
.single-post .comment-form .comment-notes{
	margin-bottom: 40px!important;
}
.single-post .comment-respond h3::after, .entry-comments h3::after {
	display: none;
}
.single-post .comment-respond h3, .entry-comments h3 {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -0.5px;
	text-align: center;
	margin-bottom: 20px;
}
.single-post .comment-respond label {
	color: #808080;
}
.single-post .comment-form-cookies-consent {
	display: none;
}
.single-post p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}
article.type-post header.entry-header h4.entry-title,
.search-results .entry-header a.entry-image-link img,
.archive .entry-header a.entry-image-link img {
	margin-bottom: 0px;
}
article.type-post header.entry-header h4.entry-title:hover,
.search-results .entry-header a.entry-image-link:hover img,
.archive .entry-header a.entry-image-link:hover img {
    opacity: 0.8;
    transform: scale(1.1);
    transition: opacity 300ms ease-out, transform 300ms ease-out;
}
.search-results article.type-post header.entry-header .entry-title,
.archive article.type-post header.entry-header .entry-title {
	padding: 0px 0px 0px;
	line-height: 34px;
}
.archive article.type-post header.entry-header p.entry-meta,
.search-results article.type-post header.entry-header p.entry-meta{
	padding: 0px 15px 20px;
/* 	display: none !important; */
}
.blog-summary article.type-post header.entry-header h4.entry-title a,
.fl-blog-summary h2.fl-post-grid-title a{
    font-style: normal;
    letter-spacing: 0.48px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    padding-bottom: 0px !important;
    text-transform: inherit
}
.search-results article.type-post header.entry-header .entry-title a,
.archive article.type-post header.entry-header .entry-title a {
	font-style: normal;
	letter-spacing: 0.75px;
	color: #1B1B1B;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	padding-bottom: 0px !important;
}

.fl-blog-summary .fl-post-grid-title {
	margin-bottom: 30px;
}
article.type-post header.entry-header p.entry-meta,
article.type-post header.entry-header p.entry-meta a,
article .fl-post-grid-meta,
article .fl-post-grid-meta a,
.search-results article.type-post header.entry-header p.entry-meta,
.search-results article.type-post header.entry-header p.entry-meta a,
.archive article.type-post header.entry-header p.entry-meta,
.archive article.type-post header.entry-header p.entry-meta a,
.single-post article.type-post .post-date .entry-time {
	font-size: 16px;
    line-height: 26px;
    margin: 0 !important;
    font-weight: 600;
    margin-top: 10px !important;
    text-underline-offset: 3px;
}
article.type-post header.entry-header p.entry-meta a,
article.type-post header.entry-header p.entry-meta a:hover,
article.type-post header.entry-header p.entry-meta a:focus,
article .fl-post-grid-meta a,
article .fl-post-grid-meta a:hover,
article .fl-post-grid-meta a:focus{
	color: #9320aa;
/* 	text-decoration: none; */
}
article.type-post header.entry-header p.entry-meta,
article .fl-post-grid-meta,
.search-results article.type-post header.entry-header p.entry-meta,
.archive article.type-post header.entry-header p.entry-meta,
.single-post article.type-post .post-date .entry-time {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px !important;
	line-height: 26px;
	font-weight: 600 !important;
	text-transform: capitalize;
	letter-spacing: 1.6px;
	color: #9320aa!important;
}
article.type-post header.entry-header::after {
	content: none;
}
.entry-meta .fal.fa-clock {
	font-weight: 500;
}
.blog-summary article.type-post .entry-content p,
.fl-blog-summary .fl-post-grid-content p,
.search-results article.type-post .entry-content p,
.archive article.type-post .entry-content p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
	font-size: 20px;
}
.entry-categories::before,
.search-results .entry-categories::before,
.archive .entry-categories::before {
	content: none;
}
.search-results .content,
.archive .content {
	width: 100% !important;
	max-width: 1250px;
	display: table;
	margin: 100px auto 100px;
}
.search-no-results .content,
.archive-no-results .content {
	width: 100% !important;
	max-width: 1280px;
	display: table;
	margin: 100px auto;
}
.search-results .archive-description,
.archive .archive-description,
.search-no-results .archive-description,
.archive-no-results .archive-description {
	margin: 0 0 60px;
}
.search-results h1.archive-title,
.archive h1.archive-title,
.search-no-results h1.archive-title,
.archive-no-results h1.archive-title {
	font-size: 40px;
	line-height: 50px;
	color: #1B1B1B;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.search-no-results .content p,
.archive-no-results .content p {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0 !important;
	text-align: center;
}
span.single-post-footer-icons {
	margin: auto;
	justify-content: center;
	display: flex;
	padding-top: 25px;
}
span.single-post-footer-icons i {
	font-size: 24px;
	line-height: 34px;
	margin-right: 15px;
}
span.single-post-footer-icons a:last-child i{
	margin-right: 0px;
}
span.single-post-footer-icons i.fab.fa-facebook-square {
	color: #3B5998;
}
span.single-post-footer-icons i.fab.fa-instagram-square {
	color: transparent;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	background-clip: text;
	-webkit-background-clip: text;
}
span.single-post-footer-icons i.fab.fa-twitter-square {
	color: #1DA1F2;
}
span.single-post-footer-icons i.fas.fa-envelope-square {
	color: #F21D49;
}
span.single-post-footer-icons i.fab.fa-reddit-square {
	color: #FF5700;
}
span.single-post-footer-icons i.fab.fa-stumbleupon-circle {
	color: #F74425;
}
span.single-post-footer-icons i.fab.fa-tumblr-square {
	color: #34526f;
}
.single-post .entry-meta{
/* 	display: none; */
	text-align: left;
}
.single-post .entry-footer .entry-meta{
	padding: 0px!important;
}
/* .single-post main.content, */
.single-post .site-inner .entry-title,
.single-post .site-inner .entry-meta,
.single-post .site-inner .entry-content,
.single-post .site-inner .author-box,
.single-post .site-inner .comment-respond,
.single-post .entry-comments {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 40px 0px 0px;
}
.single-post .site-inner .entry-footer{
	padding: 0px 0px 0px;
}
.single-post .entry-content{
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}
.single-post .site-inner .entry-title {
	padding-top: 0px;
	padding-bottom: 20px;
}
.single-post main.content {
/* 	width: 100%;
	max-width: 840px;
	margin: 0 auto; */
}
.single-post .sidebar {
	float: right;
	background-color: #fff;
	padding: 60px;
	width: 31.25% !important;
	margin-right: 0%;
	display: none;
}
.single-post .site-inner .entry-footer {
	padding-bottom: 0px;
}
.single-post .site-inner .entry-footer .entry-meta{
	display: none;
	justify-content: space-between;
}
.single-post .entry-footer .blog-footer {
	display: flex;
	justify-content: space-between;
}
.single-post main.content {
	    width: 100%;
/*     margin-right: 3%; */
}
.single-post .sidebar {
	width: 0%;
}
.single-post .site-inner {
	padding: 100px 0px 0px;
	padding: 0px 0px 100px 0;
/*  	margin-top: 0px !important;  */
}
.single-post .site-inner,
.search-no-results .site-inner,
.search-results .site-inner {
/* 	width: 100%;
	max-width: 840px;
	margin: 0 auto; */
}
.search-no-results .site-inner,
.search-results .site-inner {
	margin-top: 224px !important;
	max-width: 1280px;
}
.archive .site-inner {
	margin-top: 137px !important;
	background-color: #ffffff;
}
.blog header.entry-header,
.single-post header.entry-header {
	display:none !important;
}
.single-post h1.entry-title {
	font-size: 40px;
	line-height: 50px;
	margin: 35px 0 20px;
	color: #343038;
	font-weight: 700;
	text-transform: uppercase;
}
.single-post .sidebar h3.widgettitle {
	font-size: 30px;
	line-height: 40px;
	color: #343038;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 2px;
	text-align: center;
}
.single-post article.type-post header.entry-header p.entry-meta {
	margin-bottom: 30px !important;
	margin-top: 0px!important;
}
.single-post .site-inner article.type-post header.entry-header p.entry-meta {
/* 	display: none; */
}
.single-post .entry-content .wp-post-image {
	width: 100% !important;
	height: 470px;
	object-fit: cover;
	margin-bottom: 30px;
	border-radius: 6px;
}
.single-post .entry-header img {
	box-shadow: 0px -5px 15px 2px rgba(0, 0, 0, 0.1);
	width: 100%;
	margin-top: -30px;
    display: none; 
}
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
	margin: 40px 0 !important;
	font-weight: 400;
}
.single .content .entry-content > p:first-of-type {
	font-size: 16px !important;
	line-height: 26px !important;
	font-style: normal !important;
	font-weight: 400 !important;
}
.single-post .entry-content iframe {
	width: 100%;
}
div#player {
	max-width: 100% !important;
}
.sidebar .featuredpost article {
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 30px !important;
	padding-bottom: 30px;
}
.sidebar .featuredpost article:last-child {
	border: none;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.sidebar .featuredpost a {
	margin: 0;
}
.sidebar .featuredpost .entry-title a {
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sidebar .featuredpost .entry-header {
	float: left;
	width: 65%;
	margin: 0 0 0 20px;
	max-width: 100%;
}
.single-post .featuredpost article.type-post header.entry-header p.entry-meta {
	margin: 0 0 0 0 !important;
	font-size: 16px !important;
	line-height: 20px !important;
}
.sidebar .featuredpost .entry-title {
	padding-bottom: 0 !important;
	margin: 0 0 15px 0;
}
.sidebar .featuredpost img {
	float: left;
	width: 27%;
	max-width: 100px;
	max-height: 100px;
	border-radius: 6px;
	object-fit: cover;
}
.navigation-link {
	margin-top: 50px;
}
.single-post-nav.previous-post-link,
.single-post-nav.next-post-link {
	width: 48%;
	margin-right: 2%;
}
.single-post-nav.previous-post-link {
	float: left;
}
.single-post-nav.next-post-link {
	float: right;
}
.single-post-nav.previous-post-link a,
.single-post-nav.next-post-link a {
	display: inline-block;
	box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	min-height: 115px;
	width: 100%;
}
.single-post-nav.previous-post-link img.pagination-previous,
.single-post-nav.next-post-link img.pagination-next {
	width: 30%;
	min-height: 115px;
	object-fit: cover;
	border-right: 5px solid #fa1e44;
}
.single-post-nav.previous-post-link img.pagination-previous {
	float: left;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.single-post-nav.next-post-link img.pagination-next {
	float: right;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.single-post-nav.previous-post-link p:nth-child(3),
.single-post-nav.next-post-link p:nth-child(3) {
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 !important;
}
.single-post-nav.previous-post-link p:nth-child(3) {
	float: left;
	width: 63%;
	margin: 0 2% 0 5% !important;
}
.single-post-nav.next-post-link p:nth-child(3) {
	float: right;
	width: 63%;
	margin: 0 5% 0 2% !important;
	text-align: right;
}
.single-post-nav.previous-post-link p:nth-child(2),
.single-post-nav.next-post-link p:nth-child(2) {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	color:#fa1e44;
}
.single-post-nav.previous-post-link p:nth-child(2) {
	float: left;
	width: 65%;
	margin: 4% 0 0 5% !important;
}
.single-post-nav.next-post-link p:nth-child(2) {
	float: right;
	width: 65%;
	text-align: right;
	margin: 4% 5% 0 0 !important;
}
.entry-background,
.entry-avatar {
	display: none;
}
.single-post .author-box {
	border-bottom: 2px solid #E6E6E6;
	margin-bottom: 30px;
	text-align: center;
	display: none;
}
.single-post .form-submit {
	margin-bottom: 0px!important;
	padding-top: 60px;
}
.single-post .comment-form-url {
	margin-bottom: 0px!important;
}
.single-post .after-entry article {
	width: 48.5%;
	float: left;
	overflow: hidden;
	background: #fff;
	margin-bottom: 40px;
}
.single-post .after-entry article.type-post:nth-child(odd) {
	margin: 0 3% 0 0;
}
.single-post .after-entry article a.alignleft,
.single-post .after-entry article img.alignleft,
.single-post .after-entry article .wp-caption.alignleft {
	margin: 0;
}
.single-post .after-entry .entry-content {
	display: none;
}
.single-post .after-entry article img {
	box-shadow: 0px -5px 15px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	display: block;
}
.single-post .after-entry article h4.entry-title {
	display: table;
	text-align: left;
	padding-bottom: 20px !important;
	margin-bottom: 0;
}
.single-post .after-entry article h4.entry-title a {
	font-size: 30px;
	line-height: 40px;
}
.single-post .after-entry article p.entry-meta {
	text-align: left;
}
.single-post .after-entry article time.entry-time {
	padding-left: 0;
}
.single-post .horizontal-blogs {
	margin-bottom: 80px !important;
}
.horizontal-blogs .featuredpost article>a {
	margin: 0;
	height: 100%;
	width: auto;
	margin-right: 40px;
	display: inline-block;
	position: absolute;
	max-width: 20%;
}
.horizontal-blogs .featuredpost article>a img {
	height: 15%;
	object-fit: cover;
}
.single-post .horizontal-blogs .featuredpost article>a {
	max-width: 27%;
}
.horizontal-blogs .featuredpost .entry-header,
.horizontal-blogs .featuredpost .entry-content {
	width: 57%;
	float: right;
}
.horizontal-blogs .featuredpost .entry-content {
	margin-top: 25px;
}
.horizontal-blogs .featuredpost .entry-header .entry-title,
.horizontal-blogs .featuredpost .entry-header .entry-meta {
	text-align: left;
}
.horizontal-blogs .featuredpost .entry-header .entry-title a {
	font-size: 30px;
	line-height: 40px;
	color: #1B1B1B;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.horizontal-blogs article {
	margin-bottom: 60px;
}
.horizontal-blogs article:last-child {
	margin-bottom: 0;
}
.horizontal-blogs .entry-content p:first-child {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.comment-author span.says,
.comment-author img.avatar {
	display: none;
}
.comment-author {
	margin-bottom: 8px !important;
}
.comment-author-name {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	text-transform: capitalize;
}
.comment-author-name a {
	color: #1B1B1B;
	text-decoration: none;
}
.comment-meta a.comment-time-link{
	color: #909090;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
}
a.comment-reply-link,
.comment-header .comment-edit-link{
	font-weight: 600;
	text-decoration: none;
	font-size: 24px;
	line-height: 34px;
}
.comment-content,
.comment-header{
	margin-bottom: 20px;
}
.comment-list li ul.children {
	margin: 40px 0 0 40px;
}
.comment-list li ul.children li{
	border-left: 2px solid #fa1e44;
	padding-top: 0;
}
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
.fl-post-grid-text {
	padding: 20px 30px 30px 30px ! important;
}
.fl-post-grid-title{
    font-size: 24px!important;
    line-height: 34px !important;
    font-weight: 700;
    font-family: "neue-haas-grotesk-text", sans-serif;
    letter-spacing: 0.48px;
}

.fl-post-grid-title a {
    color: #000 !important;
}
.fl-post-grid-title a:hover{
	color:#fa1e44 !important;
}

/* Blog Responsive CSS - Start
========================================================================== */

@media (min-width: 1025px) and (max-width: 1280px) {
	.single-post-header-banner {
		margin-top: 100px;
	}
	.single-post .site-inner {
		padding: 100px 3% !important;
	}
	.single-post .sidebar {
		padding: 60px 20px;
	}
	.blog-summary .fl-row-content,
	.search-results .content,
	.archive .content,
	.search-no-results .content {
		width: 100% !important;
		padding: 0 15px !important;
	}
}
@media only screen and (max-width: 1024px) {
	.single-post-header-banner {
		margin-top: 0px;
	}
	.single-post .site-inner {
		margin: 0px 0 !important;
		padding: 0px 0px 100px !important;
	}
	.archive .site-inner,
	.search-no-results .site-inner,
	.search-results .site-inner {
		margin-top: 130px !important;
		padding: 0 60px;
	}
	.search-results .content, 
	.archive .content,
	.search-no-results .content, 
	.archive-no-results .content{
		margin: 100px auto;
	}
	.single-post .site-inner {
		margin-top: 50px !important;
	}
	.single-post main.content,
	.single-post .sidebar {
		width: 100%!important;
/* 		padding: 0 60px 0px; */
	}
	.single-post .site-inner .entry-content{
		padding: 40px 60px 0px;
	}
	.single-post .entry-content .wp-post-image {
		height: 346px;
	}
	.search-no-results .content,
	.archive-no-results .content{
		padding: 0 80px !important;
	}
	.search-results .content, .archive .content {
/* 		max-width: 500px; */
		margin: 20px auto 0px;
		float:none !important;
	}
	.blog-summary article.type-post,
	.fl-blog-summary .fl-post-column,
	.search-results article.type-post,
	.archive article.type-post {
		width: 100%!important;
		height: auto;
		margin: 0 0 50px 0 !important;
	}
	.blog-summary article.type-post:last-child,
	.search-results article.type-post:last-child,
	.archive article.type-post:last-child {
		margin: 0 0 100px 0 !important;
	}
	.inner-blog.blog-summary article.type-post:nth-child(3n+2) {
		margin: 0 0 60px 0 !important;
	}
	.inner-blog.blog-summary article.type-post:last-child {
		margin: 0 0 0px 0!important;
	}
	.single-post.content-sidebar .content {
		margin-bottom: 0px;
	}	
	.horizontal-blogs article {
		width: 48%;
		float: left;
	}
	.horizontal-blogs article:first-child {
		margin-bottom: 0;
		margin-right: 4%;
	}
	.horizontal-blogs.blog-page article {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 60px;
	}
	.horizontal-blogs .featuredpost article>a {
		margin: 0;
		margin-right: 0;
		display: block;
		position: relative;
		max-width: 100% !important;
		margin-bottom: 20px;
	}
	.horizontal-blogs .featuredpost article>a img {
		width: 100%;
		display: block;
	}
	.horizontal-blogs .featuredpost .entry-header,
	.horizontal-blogs .featuredpost .entry-content {
		width: 100%;
		float: none;
	}
	.fl-builder-pagination, .fl-builder-pagination-load-more {
		padding: 0 !important;
		margin-bottom: 30px;
	}
	/* 	.archive .ion-ios-menu:before, .archive .menu-toggle,
	.search-results .ion-ios-menu:before, .search-results .menu-toggle,
	.search-no-results .ion-ios-menu:before, .search-no-results .menu-toggle,
	.archive-no-results .ion-ios-menu:before, .archive-no-results .menu-toggle,
	.archive .menu a span, .archive .genesis-nav-menu a span:hover, .archive .genesis-nav-menu .current-menu-item>a span,
	.search-results .menu a span, .search-results .genesis-nav-menu a span:hover, .search-results .genesis-nav-menu .current-menu-item>a span,
	.search-no-results .menu a span, .search-no-results .genesis-nav-menu a span:hover, .search-no-results .genesis-nav-menu .current-menu-item>a span,
	.archive-no-results .menu a span, .archive-no-results .genesis-nav-menu a span:hover, .archive-no-results .genesis-nav-menu .current-menu-item>a span{
	color: #000 !important;
} 
	.archive .genesis-nav-menu,
	.search-results .genesis-nav-menu,
	.search-no-results .genesis-nav-menu,
	.archive-no-results .genesis-nav-menu{
	border-bottom: 1px solid #000;
}*/
	.single-post .entry-footer .blog-footer>span {
		display: table;
	}
	.single-post .entry-footer .blog-footer {
		display: table;
		margin: auto;
	}
	.single-post .site-inner, .search-no-results .site-inner, .search-results .site-inner,
	.single-post main.content{
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.before-footer.blog-summary .widget {
       padding-top: 40px !important;
}
	.before-footer.blog-summary .widget:last-child {
       padding-bottom: 40px !important;
} 
	.search-no-results .content, .archive-no-results .content{
		padding: 0 15px !important;
	}
	.sidebar .widget {
		margin-bottom: 40px;
	}
	.single-post .site-inner {
		padding: 0px 0px 40px !important;
	}
	.single-post .entry-header img {
		margin-top: -20px;
	}
	.single-post .after-entry article.type-post:nth-child(odd) {
		margin: 0 0 40px 0;
	}
	.single-post .after-entry article {
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.single-post .after-entry article h4.entry-title a {
		font-size: 24px;
		line-height: 34px;
	}
	.single-post .after-entry article h4.entry-title {
		padding-bottom: 15px !important;
	}
	.single-post .after-entry article img {
		margin-bottom: 20px;
	}
	.single-post .form-submit {
		padding-top: 30px;
	}
	.single-post .comment-form input[type="submit"] {
		display: block;
		width: 100%;
	}
	.single-post .comment-respond h3, .entry-comments h3 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.single-post a.comment-reply-link, .comment-header .comment-edit-link,
	.single-post .author-box .author-box-title {
		font-size: 20px;
		line-height: 30px;
	}
	.single-post .sidebar h3.widgettitle {
		font-size: 25px;
		line-height: 35px;
	}
	.search-results .content,
	.archive .content {
		margin: 0px 0 0;
	}
	.single-post main.content {
		padding: 0 0px 0px;
	}
	.single-post .site-inner .entry-title,
	.single-post .site-inner .entry-meta,
	.single-post .site-inner .entry-content,
	.single-post .site-inner .author-box,
	.single-post .site-inner .comment-respond,
	.single-post .entry-comments {
		padding: 30px 15px 0px;
	}
	.single-post .site-inner .entry-title {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.single-post img {
		padding: 0px;
		margin: 0px;
/* 		width: 100%; */
	}
	.single-post .sidebar {
		padding: 40px 15px;
	}
	.single-post .comment-form .comment-notes{
		margin-bottom: 30px!important;
	}
	.single-post .comment-respond label {
		margin-bottom: 5px!important;
	}
	.single-post .comment-form p.comment-form-author {
		margin-right: 0%!important;
	}
	.single-post .comment-form p.comment-form-author,
	.single-post .comment-form p.comment-form-email {
		width: 100%!important;
		float: none;
	}
	.search-no-results .content,
	.archive-no-results .content {
		margin: 60px 0;
	}
	.archive .site-inner,
	.search-no-results .site-inner,
	.search-results .site-inner {
		margin-top: 120px !important;
		padding: 0 15px 60px;
	}
	.search-results h1.archive-title,
	.archive h1.archive-title,
	.search-no-results h1.archive-title,
	.archive-no-results h1.archive-title {
		font-size: 30px;
		line-height: 40px;
	}
	.search-results .archive-description,
	.archive .archive-description,
	.search-no-results .archive-description,
	.archive-no-results .archive-description {
		margin: 0 0 40px;
	}
	.blog-summary article.type-post header.entry-header h4.entry-title a,
	.fl-blog-summary h2.fl-post-grid-title a,
	.search-results article.type-post header.entry-header .entry-title a,
	.archive article.type-post header.entry-header .entry-title a {
		font-size: 24px;
		line-height: 34px;
	}
	.blog-summary article.type-post .entry-content p,
	.fl-blog-summary .fl-post-grid-content p,
	.search-results article.type-post .entry-content p,
	.archive article.type-post .entry-content p {
		font-size: 18px;
		line-height: 28px;
	}
	.blog-summary article.type-post header.entry-header {
		display: block;
		padding: 30px 20px 0;
		padding: 0px 0px 0px;
	}
	.search-results article.type-post header.entry-header .entry-title,
	.archive article.type-post header.entry-header .entry-title {
	    padding: 0px 0px 0;
        line-height: 34px;
	}
	.blog-summary article.type-post .entry-content, 
	.search-results article.type-post .entry-content {
		padding: 15px 0px 0px;
	}
	.archive article.type-post .entry-content {
		padding: 0px 0px 0px;
	}
	.archive article.type-post header.entry-header p.entry-meta, 
	.search-results article.type-post header.entry-header p.entry-meta {
		padding: 0px 15px 10px;
	}
	.blog-summary article.type-post .entry-content .more-link-wrap {
		margin-top: 20px !important;
	}
	article.type-post header.entry-header p.entry-meta,
	article.type-post header.entry-header p.entry-meta a,
	.search-results article.type-post header.entry-header p.entry-meta,
	.search-results article.type-post header.entry-header p.entry-meta a,
	.archive article.type-post header.entry-header p.entry-meta,
	.archive article.type-post header.entry-header p.entry-meta a {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	.single-post article.type-post header.entry-header p.entry-meta {
		margin-bottom: 20px !important;
		margin-top: 20px !important;
	}
	.blog-summary article.type-post,
	.fl-blog-summary .fl-post-column,
	.search-results article.type-post,
	.archive article.type-post,
	.inner-blog.blog-summary article.type-post:nth-child(3n+2){
		margin: 0 0 30px 0 !important;
	}
	.inner-blog.blog-summary article.type-post:last-child,
	.blog-summary article.type-post:last-child,
	.search-results article.type-post:last-child,
	.archive article.type-post:last-child {
		margin: 0 0 0px 0 !important
	}
	.fl-blog-summary .fl-post-grid {
		margin-bottom: 10px;
	}
	.fl-blog-summary .fl-post-grid-text {
		padding: 20px 15px;
	}
	.fl-blog-summary .fl-post-grid-title {
		margin-bottom: 20px;
	}
	.single-post.content-sidebar .content {
		margin-bottom: 0px;
	}
	.single-post h1.entry-title {
		margin: 20px 0;
		font-size: 30px;
		line-height: 40px;
	}
	.single-post h2.heading-2 {
		margin: 0px 0 !important;
	}
	.single-post-nav.previous-post-link,
	.single-post-nav.next-post-link {
		width: 100%;
		margin: 0;
		float: none;
	}
	.single-post-nav.next-post-link a {
		width: 100%;
	}
	.single-post-nav.previous-post-link {
		margin-bottom: 30px;
	}
	.single-post-nav.previous-post-link p:nth-child(3),
	.single-post-nav.next-post-link p:nth-child(3) {
		max-width: 250px;
	}
	span.single-post-footer-icons {
		padding-top: 15px;
	}
	.horizontal-blogs article {
		width: 100%;
		float: none;
	}
	.horizontal-blogs article {
		margin-bottom: 40px !important;
		margin-right: 0%;
	}
	.horizontal-blogs article:last-child {
		margin-bottom: 0px !important;
	}
	.more-link,
	.fl-post-grid-more {
	   /* width: 100%; */
        text-align: left;
		display: inline;
	}
	.comment-author-name {
		font-size: 20px;
		line-height: 30px;
	}
	.comment-list li ul.children {
		margin: 30px 0 0 30px;
	}
	.comment-list li {
		padding-left: 30px;
	}
	.fl-builder-pagination li {
		margin-right: 20px !important;
	}
	.fl-builder-pagination li a.page-numbers, 
	.fl-builder-pagination li span.page-numbers {
		padding: 10px 15px !important;
	}
	.fl-builder-pagination:after {
		top: -20px;
	}
	.fl-builder-pagination ul.page-numbers {
		min-width: 230px;
	}
	.fl-builder-pagination,
	.fl-builder-pagination-load-more {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 640px) {
	.single-post .sidebar .gf_simple_horizontal .gform_footer {
		float: none;
	}
}
@media only screen and (max-width: 479px) {
	.blog-summary article.type-post a img,
	.search-results article.type-post a img,
	.archive article.type-post a img {
		height: 222px;
	}
	.single-post .entry-content .wp-post-image {
		height: 200px !important;
	}
}
@media(min-width:1025px){
.inner-blog.blog-summary article.type-post{
    height: 230px;
}
}
.more-link-wrap a {
	 font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #0066c0; 
}

.more-link-wrap a:hover {
    color: red; 
}
.more-link-wrap a:hover .more-arrow-img {
    filter: invert(19%) sepia(74%) saturate(6973%) hue-rotate(0deg) brightness(104%) contrast(103%); /* Adjust filter for red arrow color */
}
.more-arrow-img {
    width: 14px !important;
    height: auto !important;
    filter: invert(30%) sepia(100%) saturate(500%) hue-rotate(190deg) brightness(95%) contrast(100%);
}
.fl-post-grid-post .fl-post-grid-image img {
    height: 200px !important;
    object-fit: cover;
}
/* Blog Responsive CSS - End
========================================================================== */

/* Blog Page - End
==========================================================================
==========================================================================
========================================================================== */


/* Modula - Start
========================================================================== */
.modula .modula-item img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.modula .modula-item:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
/* Modula - End
========================================================================== */



/* Global Responsive CSS - Start
========================================================================== */

/* Mobile & Tablet View  - Start
========================================================================== */

@media (max-width: 479px) {
	.site-header .custom-logo-link .custom-logo {
		max-height: 100%;
		max-width: 240px !important;
	}
	.wp-custom-logo .site-header .title-area {
		text-align: left;
	}
	.error-page span.fl-heading-text {
		font-size: 170px;
		display: block;
	}
	.error-page .fl-rich-text p {
		font-size: 20px;
	}
	.mobile-full-width {
		width: 100%;
	}

}
@media (min-width: 1601px) {
	body,
	p,
	.single .content .entry-content > p:first-of-type,
	.entry-content ul > li,
	.entry-content ol > li {
		font-size: 18px!important;
		line-height: 28px!important;
	}
	.single .content .entry-content > p:first-of-type,
	p {
		margin: -6px 0 30px;
	}
}

@media (min-width: 768px) {
	.site-header .custom-logo-link .custom-logo {
		max-height: 100%;
		height: auto;
	}
	.title-area {
		width: 62%;
		max-width: 250px;
	}
	.header-widget-area {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 1024px) {
	.shadow .site-inner{
	 	margin-top:120px !important;
	}
	.site-header {
		box-shadow: 0px 3px 6px #00000029;
		background: #000 !important;
	}
	.site-header .widget_text {
		display: none;
	}
	.header-widget-area {
		display: block;
	}
	.site-header {
		position: absolute;
		padding: 20px 30px !important;
	}
	.title-area {
		display: block !important;
		padding: 0;
		width: 225px;
		max-width: 100%;
	}
	.site-header {
		top: 44px !important;
	}
	.admin-bar .site-header {
		top:78px !important;
	}
	.site-header .wrap {
		background: none;
		box-shadow: none;
		border-radius: 0;
		display: flex;
		align-items: center;
		/* 		flex-wrap: wrap; */
		flex-direction: row;
	}
	.shadow .site-header,
	.site-header.search-visible {
		display: block;
	}
	.admin-bar .site-inner,
	.site-inner {
		margin-top: 120px !important;
	}
	.full-width-content .content {
		width: 100% !important;
	}
	.container-box-horizontal,
	.container-box-vertical {
		width: 100%;
		display: table;
		max-width: 80%;
		margin: 0 auto;
	}
	.container-box-vertical {
		padding-left: 0;
		padding-right: 0;
	}
	.site-title,
	.site-title a {
		font-size: 17px;
		line-height: 2.9;
	}
	.contact-form {
		margin: 0 auto;
	}
	.single-post .after-entry article:last-child {
		margin-bottom: 0px;
	}
	.footer-form-row .fl-row-content-wrap {
		background-image: none !important;
		padding: 60px 0;
	}
	.first.one-half .checked-list li:last-child {
		padding-bottom: 40px;
	}
	.gform_wrapper .news-letter-form .gform_footer .gform_button {
		background-color:#fa1e44!important;
		border-color:#fa1e44;
	}
	.logo-group-left {
		width: 50%;
		margin-right: 0!important;
		float: left;
	}
	.logo-group-right {
		width: 50%;
		margin-right: 0!important;
		float: left;
	}
	.before-footer.blog-summary .widget {
/* 		max-width: 500px; */
	}
}
@media (max-width: 782px){
	.admin-bar .site-header {
		top:89px !important;
	}
	.admin-bar .utility-bar {
        top: 45px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.fl-row-content,
	.single-post .horizontal-blogs,
	.before-footer.blog-summary .widget{
		width: 100%;
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.side-img-section img {
		max-height: 500px!important;
		object-position: 0% 32%;
	}
	.small-content.horizontal-blogs {
		max-width: 100% !important;
	}
	.home.banner .fl-row-content-wrap {
		padding: 200px 0;
	}
	.small-tab-image {
		max-width: 500px;
		margin: 0 auto;
	}
	.single-post .fl-row-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
}
}
@media (max-width: 767px) {
	.entry-footer {
/* 		margin-top: 40px; */
	}
	.site-header .custom-logo-link .custom-logo {
		max-width: 196px;
	}
	.wp-custom-logo .title-area img {
		width: 62%!important;
	}
	.fl-row-content,
	.single-post .horizontal-blogs,
	.before-footer.blog-summary .widget{
		width: 100%;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.single-post .horizontal-blogs {
		margin-bottom: 60px !important;
	}
	 .single-post .fl-row-content{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
	/* Sections - Start
	========================================================================== */
	.home-banner .fl-row-content-wrap {
		min-height: 350px !important;
	}
	.before-footer .fl-row-content-wrap {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
		background-image: none !important;
		background-position: right !important;
	}
	/* Sections - End
	========================================================================== */
	/* Heading CSS - Start
	========================================================================== */
	.single-post .entry-content h2,
	.single-post .entry-content h3,
	.single-post .entry-content h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	/* Heading CSS - End
	========================================================================== */
	body,
	p,
	.single .content .entry-content > p:first-of-type,
	.menu a span,
	.entry-content ul > li,
	.entry-content ol > li {
		font-size: 16px!important;
		line-height: 26px!important;
	}
	p,
	.single .content .entry-content > p:first-of-type{
		margin: -6px 0 20px;
	}
	p:last-of-type{
		margin-bottom: 0;
	}
	.site-header {
		position: absolute;
		padding: 20px 15px !important;
	}
	p.small-title {
		margin-bottom: 15px !important;
	}
	.footer-division-cols .one-third {
		width: 100%;
		margin: 0;
		float: left;
		padding-bottom: 36px;
	}
	.first.one-half .checked-list li:last-child {
		padding-bottom: 30px;
	}
	.contact-card.sidebar-contact .contact-card-email {
		word-break: break-word;
		text-align: center;
	}
	.contact-card.sidebar-contact.center .contact-card-address {
		max-width: 211px;
	}
	.entry-content ol,
	.entry-content ul {
		margin-bottom: 30px;
	}
	.order-list span {
		font-size: 30px!important;
		width: 50px!important;
		line-height: 50px!important;
		margin: 0px 15px 0px 0px!important;
	}

}
@media (min-width: 768px) and (max-width: 1280px) {
	.banner-box-container img {
		height: 132px !important;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.site-header {
		padding: 0px 3%; 
	}
	.site-inner {
		margin-top: 133px !important;
	}
	.title-area {
		max-width: 220px;
	} 
	.site-inner,
	.archive .site-inner,
	.search-no-results .site-inner,
	.search-results .site-inner {
		margin-top: 125px !important;
	}
	.fl-row-content{
		width: 100%;
	    padding-left: 3% !important;
        padding-right: 3% !important;
	}
}
@media (min-width: 1281px) and (max-width: 1600px) {
	.site-inner {
		margin-top: 200px !important;
	}
	.genesis-nav-menu a span {
		font-size: 14px;
		line-height: 24px;
	}
	.genesis-nav-menu a, .genesis-nav-menu .toggle-header-search {
		padding: 20px 20px;
	}
}
@media screen and (max-width: 1024px) {
	#rmp_menu_trigger-12386{
		border :2px solid #fa1e44;
	}
    .rmp-menu-trigger-boring.is-active {
        position: fixed !important;
		left: 50%;
        margin-left: -24px;
		border:none !important;
    }
    .rmp-menu-item {
        border-color: #fa1e44;
        margin-bottom: 17px !important;
        padding-bottom: 17px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
        transition: opacity 300ms, transform 300ms;
        -moz-transition: opacity 300ms, -moz-transform 300ms;
        -o-transition: opacity 300ms, -o-transform 300ms;
        -webkit-transition: opacity 300ms, -webkit-transform 300ms;
    }
	.rmp-menu-wrap{
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
		height:100vh;
    }
	#rmp_menu_trigger-12386.is-active .responsive-menu-pro-inner, 
	#rmp_menu_trigger-12386.is-active .responsive-menu-pro-inner::before, 
	#rmp_menu_trigger-12386.is-active .responsive-menu-pro-inner::after {
    background-color: #fff !important;
		width: 25px !important;
        height: 3px !important;
	}
	.rmp-menu-top-level-item .rmp-menu-item-link {
    	text-transform: uppercase;
	}
	.rmp-menu-item-link {
		padding-right:0px !important;
	}
 	#rmp-menu-wrap-12386 .rmp-submenu .rmp-menu-item-link {
        height: 30px !important;
        line-height: 24px !important;
        font-size: 14px !important;
        text-transform: capitalize;
    }
	ul.rmp-menu {
		max-height: 70vh !important;
		overflow: scroll !important;
	}	
}
@media screen and (max-width: 767px) {
	.rmp-menu-item {
			margin-bottom: 10px !important;
			padding-bottom: 10px !important;
	}
	.rmp-menu-top-level-item .rmp-menu-item-link {
        line-height: 28px !important;
        font-size: 18px !important;
		height: 28px !important;
	}
	.rmp-menu-wrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
	}
}
ul.rmp-submenu.rmp-submenu-depth-1.rmp-submenu-open{
	margin-top: 50px !important;
}
.rmp-menu-sub-level-item {
    margin-bottom: 0px !important;
    padding-bottom: 0px!important;
    border: none!important;
}
.rmp-menu-item:first-child {
    margin-top: 40px !important;
}
/* Global Responsive CSS - End
========================================================================== */

/* ==========================================================================
Author: Nikhil Awasarikar
Type: Global CSS - End
Date: 08/23/21
========================================================================== */

/* ==========================================================================
Author: Sonam Chavan
Type: Global CSS - Start
Date: 08/23/21

========================================================================== */



/* Footer CSS - Start
========================================================================== */

.footer-copyright .fl-module-content {
	margin: 20px 0;
}
.before-footer .footer-icons a {
	padding-right: 15px;
	text-decoration: none;
}
.before-footer .footer-menu ul {
/* 	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2; */
}
.before-footer .contact-info, 
.before-footer .footer-menu ul {
    margin: auto 0;
    text-align: left;
}
.before-footer .footer-menu ul li {
	list-style-position: inside;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	border: none !important;
}
.before-footer .footer-menu ul li {
	list-style: none;
	padding-bottom: 15px;
}
.entry-content .before-footer ul > li:before {
	display: none;
}
.before-footer .footer-menu a {
	font-weight: 400;
	font-style: normal;
}
.before-footer .fl-row-content-wrap {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	box-shadow: inset 0 0 15px -10px #00000052;
	-moz-box-shadow: inset 0 0 15px -10px #00000052;
	-webkit-box-shadow: inset 0 0 15px -10px #00000052;
}
.before-footer .fl-col:last-child .fl-col-content {
	padding-right: 0;
}
.before-footer .fl-col:first-child .fl-col-content {
	padding-left: 0;
}
.before-footer .fl-col .fl-col-content {
	padding-right: 25px;
}
@media (min-width:1025px) and (max-width:1280px){
	.before-footer .fl-col .fl-col-content {
		padding-left: 15px;
	}
	.before-footer .fl-col .fl-col-content {
	padding-right: 15px;
	}	
}
@media(min-width:1281px){
	.before-footer .fl-col .fl-col-content {
		padding-left: 25px;
	}
}
.before-footer address.contact-card i {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	width: 20px;
	height: 20px;
	text-align: center;
	/* margin-top: 5px; */
}
.before-footer .contact-card a {
	color: #fff;
	margin-left: 20px;
	display: inline-block;
}
.before-footer .contact-card-phone a {
	margin-left: 8px;
}
.before-footer .contact-card div {
	margin-bottom: 30px;
}
.before-footer .contact-card div:last-child {
	margin-bottom: 0px;
}
.before-footer .contact-card a:hover,
.before-footer .contact-card a:focus,
.before-footer .footer-menu li a:hover,
.before-footer .footer-menu li a:focus {
	color: #fa1e44;
}
.before-footer .contact-card a,
.before-footer .contact-card p,
.before-footer .contact-card div,
.before-footer .footer-contact-card p,
.before-footer .footer-contact-card a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	font-style: normal;
	display: flex;
	text-decoration: none;
}
.before-footer .footer-site-info p {
	max-width: 348px;
}
.before-footer .footer-menu li a {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	line-height: 13px;
	display: block;
	text-decoration: none;
}
@media (min-width: 1025px) and (max-width: 1300px) {
	.before-footer .footer-menu li a{
		font-size: 12px;
		line-height: 12px;
	}
	.before-footer .fl-module .heading-7 {
		font-size: 12px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 1024px) {
	.before-footer .fl-html, .before-footer .footer-logo {
		max-width: 400px;
	}
	.before-footer .fl-col .fl-col-content {
		padding-right: 0;
	}
	.before-footer .footer-menu ul li a {
		padding-left: 0 !important;
	}
	.before-footer .footer-menu .fl-module-content {
		margin-left: 0 !important;
	}
	.before-footer .footer-map iframe {
		min-height: 300px;
	}
	.before-footer .contact-card-email {
		max-width: 279px;
		margin: 0 auto 20px;
		justify-content: center;
	}
	.before-footer .contact-card-phone {
		max-width: 234px;
		margin: 0 auto 20px;
		justify-content: center;
	}
	.before-footer .contact-card-address {
		max-width: 372px;
		margin: 0 auto 20px;
		justify-content: center;
	}
	.before-footer .footer-menu li a {
    font-size: 14px!important;
    line-height: 14px !important;
}
    .before-footer .fl-module .heading-7 {
		font-size: 14px !important;
		line-height: 24px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.before-footer .fl-col-group {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.before-footer .fl-col {
		width: 50%;
		margin-bottom: 50px;
		padding: 0 60px;
	}
	.before-footer .fl-col:nth-child(3),
	.before-footer .fl-col:last-child {
		margin-bottom: 0;
	}
	.before-footer .footer-logo .fl-photo {
		text-align: center !important;
	}
	.before-footer .footer-copyright .fl-col {
		width: 100% !important;
		float: left;
		clear: none;
	}
	.footer-copyright .fl-row-content-wrap {
		padding: 20px 0 !important;
	}
	.footer-copyright .fl-module-content {
		margin: 0;
	}
	.before-footer .footer-menu ul {
/* 		columns: 2; */
	}
	.before-footer .contact-info, 
	.before-footer .footer-menu ul {
		margin: auto 0
	}
}
@media (min-width: 768px) and (max-width: 820px) {
	.before-footer .fl-col {
		padding: 0 30px;
	}
}
@media (max-width: 767px) {
	.footer-copyright .fl-row-content-wrap {
		padding: 20px 0 !important;
	}
	.footer-copyright .fl-module-content {
		margin: 0px 0;
	}
	.before-footer .fl-col-group {
		max-width: 340px;
		margin: 0 auto;
		text-align: left; 
	}
	.before-footer .contact-info, 
	.before-footer .footer-menu ul {
/* 		max-width: 305px; */
		margin: auto;
	}
	.before-footer .footer-logo .fl-photo {
		text-align: center !important;
	}
	.before-footer .fl-col {
		width: 100%;
		padding-bottom: 30px;
	}
	.before-footer .fl-col:last-child {
		padding-bottom: 0;
	}
	.before-footer address.contact-card,
	.before-footer .contact-card.sidebar-contact.center {
		max-width: 305px;
		text-align: left;
		margin: 0 auto;
	}
	.before-footer .contact-card a {
		margin-left: 10px;
	}
	.before-footer .contact-card-email {
		max-width: 250px;
	}
	.before-footer .contact-card a,
	.before-footer .contact-card p,
	.before-footer .contact-card div,
	.before-footer .footer-contact-card p,
	.before-footer .footer-contact-card a{
		font-size: 18px;
		line-height: 28px;
	}
	.before-footer address.contact-card i {
		font-size: 18px;
		line-height: 28px;
	}
	.before-footer .footer-menu ul {
/* 		columns: 2; */
	}
}
@media (max-width: 351px) {
	.before-footer .contact-card a, 
	.before-footer .contact-card p, 
	.before-footer .contact-card div, 
	.before-footer .footer-contact-card p,
	.before-footer .footer-contact-card a,
	.before-footer .address.contact-card i {
		font-size: 15px!important;
		line-height: 25px!important;
	}
}
img.footer-icon{
    width: 16px;
    height: 18px;
}
@media(min-width:1601px){
.before-footer .footer-menu li a {
    font-size: 13x !important;
    line-height: 23px !important;
}
}
/* Footer CSS - End
========================================================================== */

/* ==========================================================================
Author: Sonam Chavan
Type: Global CSS - End
Date: 08/23/21
========================================================================== */


/*@RY - 02/06/23 - Thank you page - Start */
.thank-you-error-text{
	font-size:120px ;
	line-height:130px;
}
@media(max-width: 767px) {
	.thank-you-error-text{
		font-size:90px;
		line-height:100px;
	}
}
/*@RY - 02/06/23 - Thank you page - End */

/*@RY - 02/06/23 - CSS for stick the element - Start */
.sticky-container .sticky-element{
	position:sticky;
	top:180px;
}
@media(max-width:1024px){
	.sticky-container .sticky-element{
		position:unset;
	}	
}
/*@RY - 02/06/23 - CSS for stick the element - End */

/*@VG - 05/15/24 - Maintenance Mode CSS - Start */

.page-id-12831 .landing-page .fl-builder-content.fl-builder-content-12 {
    display: none;
}
.page-id-12831 .landing-page .fl-row .fl-row-content-wrap {
    height: 100vh;
}
.page-id-12831 .landing-page {
    overflow: hidden;
}
.page-id-12831  .utility-bar {
    display: none !important;
}
.page-id-12831  .before-footer {
    display: none !important;
}
.page-id-12831  .footer-copyright {
    display: none !important;
}
/*@VG - 05/15/24 - Maintenance Mode CSS - End */

/* ==========================================================================
Author: Vani Gupta || Type: FAQs - CSS - Start || Date: 07/29/24
========================================================================== */
.fl-accordion-small .fl-accordion-button {
    padding: 20px 30px!important;
}
.fl-accordion-small .fl-accordion-content {
    padding: 0px 60px 20px 30px!important;
}
.fl-accordion-item .fl-accordion-button a {
    color: #fff !important;
	  font-family: ivypresto-display, serif;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.48px;
    font-size: 24px;
	  text-decoration: none;
}
.fl-accordion-content p {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.fl-accordion-button-icon-left, .fl-accordion-button-icon-right {
     opacity: 1 !important; 
}
.custom-grey-accordion .fl-accordion-item .fl-accordion-button a {
    color: #000 !important;
}
.custom-grey-accordion .fl-accordion-content p {
    color: #000 !important;
}
/* ==========================================================================
Author: Vani Gupta || Type: FAQs - CSS - END || Date: 07/29/24
========================================================================== */

/* ==========================================================================
Author: Vani Gupta || Type: CUSTOM - CSS - Start || Date: 07/29/24
========================================================================== */
.grid-layout {
    display: grid;
    grid-template-columns: repeat(2, 1FR);
    grid-gap: 45px 30px;
}
@media(max-width:767px){
	.grid-layout {
    grid-template-columns: repeat(1, 1FR) !important;
}
}
img.cart-icon {
    height: 18px;
    width: 21px;
}
.img-wrapper{
	height: 35px;
    width: 35px;
    text-align: center;
    flex: 1 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-right: 20px;
    margin-top: 5px;
}
.fl-mosaicflow img.fl-photo-img {
    height: 321px;
    object-fit: cover;
}
@media(max-width:767px){
  .fl-mosaicflow img.fl-photo-img {
		height: 190px;
	}
}
.pp-hover-card-container.pp-clearfix.hover-card-0.powerpack-style {
	width:100%;
}
/* ==========================================================================
Author: Vani Gupta || Type: CUSTOM - CSS - End || Date: 07/29/24
========================================================================== */

/* ==========================================================================
Author: Vani Gupta || Type: two col row - CSS - START  || Date: 07/29/24
========================================================================== */
@media(min-width:1025px){
	.nested-two-col-layout .fl-col-group {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.nested-two-col-layout .fl-col-group .fl-col:first-child {
		margin: 0 4% 0 0 !important;
		width: 48% !important;
	}
	.nested-two-col-layout .fl-col-group .fl-col:last-child {
		margin: 0 !important;
		width: 48% !important;
	}
}
@media(max-width:1024px){
	.nested-two-col-layout .fl-col-group .fl-col:last-child {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
/* ==========================================================================
Author: Vani Gupta || Type: two col row - CSS - end || Date: 07/29/24
========================================================================== */

/* ==========================================================================
Author: Vani Gupta || Type: Custom Sidebar - CSS - Start || Date: 02/10/25
========================================================================== */
.custom-sidebar .fl-menu ul > li {
    list-style-type: none;
}
.custom-sidebar ul#menu-featured-services li a , .custom-sidebar ul#menu-about li a , .custom-sidebar li.cat-item a {
    color: #000000 !important;
    font-size: 15px;
	line-height:18px;
}
.custom-sidebar ul#menu-featured-services li a:hover , .custom-sidebar ul#menu-about li a:hover , .custom-sidebar li.cat-item a:hover {
    color:#fa1e44 !important;
}
.custom-sidebar .widget_categories ul {
    margin-left: 0px;
	margin-bottom: 0px;
}
.custom-sidebar ul li.cat-item {
    list-style: none;
}
.custom-sidebar li.cat-item a {
    text-decoration: none;
}
.custom-sidebar .widgettitle {
    display: none;
}
/* ==========================================================================
Author: Vani Gupta || Type: Custom Sidebar - CSS - end || Date: 02/10/25
========================================================================== */
/* ==========================================================================
Author: Vani Gupta || Type: Add Featured Image as Banner in blogs- Start|| Date: 02/14/25
========================================================================== */
.single-post .single-post-banner {
    position: relative;
    width: 100%;
   max-height: 400px; 
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}
.single-post .single-post-banner img {
    width: 100%;
    height: 400px; 
    object-fit: cover;
    filter: brightness(0.4); 
}
.single-post .single-post-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: left;
	width: 100%;
    max-width: 840px;
}
@media(min-width:768px) and (max-width:1024px){
.single-post .single-post-banner-content {
    padding: 0 60px !important;
}
}
@media(max-width:767px){
.single-post .single-post-banner-content {
    padding: 0 15px !important;
}
.single-post .single-post-title {
    font-size: 30px !important;
}
}
.single-post .single-post-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
	 color: #fff;
}
.single-post .single-post-meta {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.9;
	color: #fff;
}
.single-post .single-post-meta .post-author:hover{
	color:#fa1e44;
}
.single-post .single-post-meta a {
    margin-right: 5px;
    color: #fff;
    text-decoration: none;
}
.single-post .single-post-meta a:hover{
	color:#fa1e44;
}
/* ==========================================================================
Author: Vani Gupta || Type: Add Featured Image as Banner in blogs - End|| Date: 02/14/25
========================================================================== */
/* ==========================================================================
Author: Hamda Ahmad || Type: CUSTOM - CSS - Start || Date: 02/21/25
========================================================================== */
.img-wrap {
    height: 100px;
    width: 100px;
    text-align: center;
    flex: 1 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-right: 20px;
    margin-top: 5px;
}
@media screen and (max-width: 1024px) {
    .img-wrap {
        height: 80px;
        width: 80px;
        margin-right: 15px;
        margin-top: 5px;
    }
}

/* Small Devices (Mobile) */
@media screen and (max-width: 768px) {
    .img-wrap {
        height: 60px;
        width: 60px;
        margin-right: 10px;
        margin-top: 5px;
    }
}

/* Extra Small Devices (Phones) */
@media screen and (max-width: 480px) {
    .img-wrap {
        height: 50px;
        width: 50px;
        margin-right: 8px;
        margin-top: 5px;
    }
}
/* ==========================================================================
Author: Hamda Ahmad || Type: CUSTOM - CSS - End || Date: 02/21/25
========================================================================== */
/*@HA - 13/3/2025 - Photo Gallery - Start */
.tablenav-pages_0 {
    margin-top: 40px !important;
}
.bwg-thumbnails.bwg-container {
    width: 100% !important;
}
@media (min-width:1280px) and (max-width:1600px){
	.bwg-standard-thumbnails .bwg-item {
		max-width: 230px !important;
	}
}
@media (min-width:1025px) and (max-width:1280px){
	.bwg-standard-thumbnails .bwg-item {
		max-width: 200px !important;
	}
}
@media (max-width: 1024px) {
	.bwg-standard-thumbnails .bwg-item {
		max-width: 165px !important;
	}
}
@media (max-width: 767px) {
	.bwg-standard-thumbnails .bwg-item {
		max-width: 150px !important;
	}
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-item a {
    margin-right: 15px !important;
    margin-bottom: 20px !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-masonry-thumbnails .bwg-item, #bwg_container1_0 #bwg_container2_0 .bwg-container-temp0.bwg-masonry-thumbnails .bwg-item{
    padding: calc(15px / 2) !important;
}

a.bwg-a.bwg_load_btn_0.bwg_load_btn {
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 16px 30px !important;
    background: #fa1e44 !important;
    border: 0px solid #fa1e44 !important;
    border-radius: 5px !important;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
}
/*@HA - 13/3/2025 - Photo Gallery - End */
.pp-photo-gallery-content img {
    height: 300px;
    object-fit: cover;
}
.fl-post-grid #infscr-loading{
	display:none !important;
}
.bwg_container .bwg_load_more_ajax_loading, .bwg_container .bwg_loading_div_2, 
.bwg_container .bwg_loading_div_3, .bwg_container .bwg_loading_div_4 , 
.bwg_container .bwg_loading_div_5 ,  .bwg_container .bwg_spider_ajax_loading {
	display:none !important;
}

