/*
Theme Name: Simple WP Events
Theme URI: http://wpminds.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: http://wpminds.com/

Version: 3.4.1

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

Template: genesis

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

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/
 
/* Table of Contents
- HTML5 Reset
- Baseline Normalize
- Box Sizing
- Float Clearing
- Defaults
- Typographical Elements
- Headings
- Objects
- Gallery
- Forms
- Tables
- Screen Reader Text
- Structure and Layout
- Site Container
- Site Inner
- Common Classes
- Avatar
- Genesis
- Search Form
- Titles
- WordPress
- Widgets
- Featured Content
- Plugins
- Genesis eNews Extended
- Genesis Simple FAQ
- WPForms
- Skip Links
- Site Header
- Title Area
- Site Navigation
- Responsive Menu
- Header Menu
- Footer Menu
- Content Area
- Entry Content
- Entry Meta
- Pagination
- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
- Min-width: 960px
- Site Header
- Genesis Menu
- Responsive Menu
- Header Menu
- Site Inner
- Content
- Sidebar
- Author Box
- After Entry
- Column Classes
- Entry Misc.
- Footer Widgets
- Print Styles
*/


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

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

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

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*::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
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #000;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	padding:14px;
}

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

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

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

li {
	list-style-type: none;
}

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

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

.home h2{
	text-transform: capitalize !important;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

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

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #1eb977 ;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	font-weight: 700;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}


input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.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,
.button:focus,
.button:hover {
	background-color: #1eb977 ;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.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;
	color: #777;
	cursor: not-allowed;
}

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

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

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

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

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

td {
	padding: 0.5em;
}

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

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

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

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

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

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

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

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


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

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

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

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

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

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

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

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

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

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

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

.archive-description .entry-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	color:#1eb977;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #1eb977;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

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

/* 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,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	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: 10px;
}

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

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

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


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

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

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

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

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

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

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

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

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.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 .skip-link-hidden {
	display: none;
	visibility: hidden;
}

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

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


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

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

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

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

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 20%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

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

.site-description,
.wp-custom-logo .site-title {
	border: 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 {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}
.genesis-nav-menu {
	text-align: right;
}
.genesis-nav-menu a {
	color: #000;
	display: block;
	font-size: 19px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #1eb977;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

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

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

/* Responsive Menu
--------------------------------------------- */

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

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

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

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

/* .menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
background-color: transparent;
border-width: 0;
color: #0073e5;
} */
.menu-toggle:hover{
	color:#1eb977;
	background:transparent;
}
.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

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

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

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

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

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

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

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

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

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


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

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

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

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

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

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

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

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

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

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

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

.pagination {
	clear: both;
	margin: 60px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

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

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

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

.sidebar p {
	margin-bottom: 20px;
}

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

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 30px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

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


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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

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

body .wp-block-button__link ,
body .gform_footer.top_label input[type=submit]{
	border-radius: 5px;
	font-size: 22px;
	padding: 10px 30px;
	font-weight: bold;
}
body .wp-block-button__link {
	width: auto;
}
body .gform_footer.top_label input[type=submit]{
	background-color: #1eb977 !important;
	color: #fff !important;
}
body .event-stack .Hero-outter{
	max-width:100%;
}
body .event-stack .Value-holder-text{
	color:#fff;
	border:unset !important;
}
body .all-intext p{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
}
.event-stack .theme-section-full {
	padding: 0;
}

.event-stack .theme-section-full h3 {
	padding: 25px 18px;
	font-size: 25px;
}

.event-stack .theme-section-full .wp-block-wpgb-captain-block-valuesingle:nth-child(2) {
	background: rgba(255,255,225,0.3);
}
body .premium-head , body .heading-paddtop{
	padding-top: 50px;
}

body .plans-phead{
	padding-top:70px;
}

body .panelContainer , body .integration-section .Transpante-themeBackground.theme-section-full {
	padding-top: 20px;
}

/* body .full-bg-color.all-intext .col-inner-2.img-1 img {
width: 250px;
display: block;
margin: 0 auto;
} */
body .attorney-section img {
	width: auto;
	height: 100px;
}
body .site-header .wrap {
	width: 100%;
	max-width: 1280px;
	margin:0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
body a.custom-logo-link{
	width:100px;
}
body .nav-primary {
	clear: none;
	float: right;
	width: 80%;
	text-align: right;
}

body .widget-area.footer-widgets-2{
	float:right;
	width: 75%;
}

body .footer-links{
	display: flex;
	justify-content: end;
	flex-wrap:wrap;
}
body .footer-section{
	text-align:right;
}
body .footer-copyrights{
	margin:0;
}
body ul.footer-links li > a{
	font-size: 18px;
	/* 	color:#989497; */
}
body ul.footer-links li > a:hover{
	color:#333;
}
body .footer-widgets .wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
body li#menu-item-206 {
	background: #1eb977;
	padding: 5px 10px;
	color: white !important;
}
body li#menu-item-206 > a {
	font-size:10px;
	color:#ffff;
	font-weight:bold;
}
body .header-button {
	background: #facc4d ;
	padding: 0;
	border-radius:5px;
}
body .header-button:hover {
	transition: All 0.5s;
	transform: translatey(-5px);
}
body .header-button a{
	color:#fff;
	font-size:22px;
	font-weight:700;
}
body .header-button a:hover{
	color:#fff
}
body .pricing-col-first{
	width: 100%;
	border-radius: 17px;
	padding: 50px;
	max-width: 400px;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08); 
}
body .pricing-col-second{
	width: 100%;
	position: relative;
	border-radius: 17px;
	padding: 85px 50px 50px;
	max-width: 400px;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}
body .pricing-col-second:hover {
	/* 	filter: drop-shadow(0 4.96386px 49.6386px rgba(0,0,0,.15)); */
	filter: drop-shadow(0 4.96386px 20px rgba(0, 0, 0, .15));
	transform: scale(1.1);
}
body .pricing-col-first,
body .pricing-col-second{
	transition: all .5s ease-out .07s;
}
body .pricing-col-first:hover {
	/* 	filter: drop-shadow(0 4.96386px 49.6386px rgba(0,0,0,.15)); */
	filter: drop-shadow(0 4.96386px 20px rgba(0, 0, 0, .15));
	transform: scale(1.1);

}
body .banner {
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(11,181,225);
	background: linear-gradient(90deg, rgba(11,181,225,1) 0%, rgba(40,240,157,0.9191877434567577) 100%);     right: 0;
	text-align: center;
	padding: 10px;
	color: #fff;
	border-radius: 18px 18px 0 0;
	font-weight: 700;
}
body .price-inner-col-image{
	margin: 0;
	width: 100%;
	max-width: 55px;
	padding: 0;
}
body .price-inner-col-text{
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #ddd;

	text-align: left;
}
body .pricing-text {
	font-size: 64px;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #173d69;
	font-weight: 700;
}
body .price-columns .price-inner-col{
	margin:0;
}
body .pricing-description {
	text-align: center;
	padding: 0;
	margin: -15px 0 0;
	padding-bottom: 10px;
	font-weight: 700;
	color: #9c9a9f;
	font-size: 14px;
}
body .features-section img {
	filter: brightness(0) saturate(100%) invert(69%) sepia(32%) saturate(1008%) hue-rotate(101deg) brightness(81%) contrast(87%);
}

body a.wp-block-button__link.has-white-color.has-text-color.has-background.has-text-align-center.wp-element-button {
	padding: 6px 16px;
	font-size: 20px;
	font-weight: 700;
}
body .features-section{
	padding-top: 10px;
	padding-bottom: 4px;
}
body .pricing-type {
	width: 217px;
	padding-top: 29px;
	border-bottom: 2px solid #ddd;
	padding-bottom: 15px;
}
body .pricing-link {
	padding-top: 29px;
	text-align: left;
}
body .pricing-link a:hover{
	text-decoration:underline !important;
	color:#1eb977 !important;
}
body .price-columns{
	width: 100%;
	align-items:center !important;
	max-width: 1280px !important;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}
body .features-section img {
	position: relative;
	top: -4px;
}
body ul.tabs {
	display: flex;
	margin: 0;
	padding: 0 0 0 17px;
}
.tabbedPanels {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.tabs li {
	list-style-type: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border-width: 1px 1px 0;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	color: #0f1031;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	grid-gap: 14px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px 27.3px;
	border-color: #e4e4e4;
	border-style: solid;
	margin-right: 8px;
}
body .tabs li .tab-heading {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	padding:0;
}
.tabs li.active {
	background: #1eb977;
	color: #fff;
}
.tabs li.active .tab-heading {
	color: #fff;
}

.pricing-header-first {
	width: 200px;
}
.pricing-header-pro {
	width: 200px;
	background-color: #0f1031;
}
.pricing-header {
	background-color: #F9F9F9;
	border-width: 1px 1px 0 0;
	color: #0f1031;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 0;
	padding:46px 34px 38px 35px;
	text-align: left;
	width: 375px;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	vertical-align: middle;
}
.pricing-header-first {
	background-color: #F9F9F9;
	border-left: 1px solid #e4e4e4;
	font-family: sans-serif;
	padding-top: 40px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	width: 22%;
	font-size: 18px;
}
.time {
	color: #000;
	font-size: 14px;
	line-height: 1.86;
	opacity: 0.6;
	margin: 0;
}
.price-columns {
	padding: 50px 0px 104px;
}
.amount {
	text-align: center;
	padding: 3px 10px 3px;
	margin: -6px;
	color: #000;
	font-size: 25px;
	font-weight: bold;
}
.purchase {
	margin: 10px 0;
	border: 1px solid #1eb977;
	border-radius: 28px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	line-height: 1.5;
	margin-left: auto;
	margin-right: 0;
	max-width: 130px;
	padding: 7px 0;
	width: 100%;
	background: transparent;
	color: #1eb977;
}
.pricing-header-pro {
	background: rgb(231, 248, 241);
	padding-top: 37px;
	padding-left: 0px;
	padding-right: 1px;
	text-align: center;
	width: 200px;
	font-family: sans-serif;
	color:#000;
}
body .tab-heading img {
	width: 26px;
	height: 27px;
}
.amount-pro {
	color: #000;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	padding: 7px;
	margin: 0;
}
.time-pro {
	color:#000;
	font-size: 14px;
	line-height: 1.86;
	opacity: 0.6;
	padding: 0;
	margin: 0;
}
.purchase-pro {
	margin: 10px 0;
	background: #1eb977;
	border: 1px solid #1eb977;
	border-radius: 28px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	line-height: 1.5;
	margin-left: auto;
	margin-right: 0;
	max-width: 130px;
	padding: 7px 0;
	width: 100%;
}
br {
	display: none;
}
a.purchasing {
	color: #fff !important;
}
a.purchasing-down {
	color: #1eb977;
}
.accordion {
	background-color: #fff;
	color: #444;
	cursor: pointer;
	padding: 18px 37px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-radius:0px;
}
.accordion-1 {
	background: #F9F9F9;
	color: #444;
	cursor: pointer;
	padding: 18px 37px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	border-radius: 0px;
	font-size: 15px;
}
button.accordion-1, button.accordion:hover {
	transition: none !important;
	transform: none !important;
}
.pricing-table tr:nth-child(even) {
	background-color:#F9F9F9;
}
.pricing-table tr:first-child,
.pricing-table tr:nth-child(2) {
	background: transparent;
}
.simple-bg-first {
	background-color:#F9F9F9;

}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}

#panel1 {
	display: block;
}
.chraterctics {
	width: 100%;
	margin: 0;
	padding-left: 43px;
	color: #0f1031;
	font-size: 20px;
	font-weight: bold;
	font-family: sans-serif;
	padding-top: 30px;
	background: #F9F9F9;
	padding-bottom: 15px;
	border-top: 2px solid #e4e4e4;
}
.Features-break {
	height: 3px;
	color: #e4e4e4;
	width: 397px;
	margin: 0 auto !important;
	padding:0
		background: #f9f9f9;
}
.bg-color img {
	padding: 15px;
}
td.bg-color {
	background-color:rgb(231, 248, 241);
	text-align: center;
}
table,
tr,
td {
	border-collapse: collapse;
	border-top:0px;
	padding: 0;
}
td.simple-bg {
	text-align: center;
	background: transparent;
}
td.simple-bg-first {
	text-align: center;
}

td.simple-bg-first,
td.simple-bg {
	border-left: 1px solid #e4e4e4;
}
table {
	border: 1px solid #e4e4e4;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 100%;
}
.simple-bg img {
	padding: 15px;
	filter: invert(53%) sepia(92%) saturate(377%) hue-rotate(102deg) brightness(93%) contrast(90%);
}
body .simple-bg-first img {
	padding: 15px;
	filter: invert(53%) sepia(92%) saturate(377%) hue-rotate(102deg) brightness(93%) contrast(90%);
}
body .prcing-tabbay-group{
	width:100%;
	max-width:1280px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom: 50px;
}
body .integration-block {
	text-align: center !important;
	position: relative;
	opacity:1;
	cursor:pointer;
}
.SimpleHeading1 .Hero-1section.Value-1section{
	flex-wrap:nowrap;
}
.ActiveContent1 .cstyle3 .Hero-1section.Value-1section .Value-holder-text {
	border: 2px solid #ddd;
	/* 	padding: 20px 20px; */
	font-size: 15px;
	border-radius: 8px;
	background: #fff;
	padding: 30px 20px !important;
}

body .integration-block p{
	font-size:18px;
}

.integration-section .ActiveContent1 .cstyle3 .Hero-1section.Value-1section .Value-holder-text:hover h3 {
	opacity: 0;
}
.integration-section .ActiveContent1 .cstyle3 .Hero-1section.Value-1section .Value-holder-text:hover img {
	opacity: 0;
}
.integration-section .ActiveContent1 .cstyle3 .Hero-1section.Value-1section .Value-holder-text:hover p {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/* 	background-color:#ddd; */
	background-color: #1eb977;
	display: flex;
	float: left;
	align-items: center;
	height: 100%;
	bottom: 0;
	transition: all .5s ease-out .07s;
	color:#fff;
	border-radius:8px;
}
.integration-section .ActiveContent1 .Hero-1section.Value-1section .Value-holder-text p {
	margin: 0;
	display:none;
	padding:0 20px;
}

body .woocommerce a.button, body .woocommerce a.button.alt, body .woocommerce button.button, body .woocommerce button.button.alt, body .woocommerce input.button, body .woocommerce input.button.alt, body .woocommerce input.button[type="submit"], body .woocommerce #respond input#submit, body .woocommerce #respond input#submit.alt, body .woocommerce a.button:hover, body .woocommerce a.button.alt:hover, body .woocommerce button.button:hover, body .woocommerce button.button.alt:hover, body .woocommerce input.button:hover, body .woocommerce input.button.alt:hover, body .woocommerce input.button[type="submit"]:hover, body .woocommerce #respond input#submit:hover, body .woocommerce #respond input#submit.alt:hover ,
.woocommerce a.button:focus, .woocommerce a.button:hover, .woocommerce a.button.alt:focus, .woocommerce a.button.alt:hover{
	background: #1eb977;
	background-color:#1eb977 !important;
	border-radius: 5px;
}
body .woocommerce-error, body .woocommerce-info, body .woocommerce-message{
	border-top-color: #1eb977;
	padding-left:70px;
}

body .woocommerce-MyAccount-navigation ul li.is-active > a ,
body .woocommerce-error::before, body .woocommerce-info::before, body .woocommerce-message::before{
	color: #1eb977;
}

body .wc-block-components-button, body .site-container .wp-block-button .wp-block-button__link {
	background: #1eb977;
	border-radius: 5px;
	color: white;
	font-weight: 700;
	font-size: 22px;
	padding: 10px 30px;
}

body .wc-block-components-button:hover {
	transition: All 0.5s;
	transform: translatey(-5px);
}
body .attorney-section .ActiveContent1 .cstyle2 .Hero-1section.Value-1section .Value-holder-text{
	padding:30px;
}
/* Navigation menu styling ------------------------------------------ */

body .signin-nav , body .buynow-btnnav ,
body.logged-in .genesis-nav-menu .logout-class , body.logged-in .genesis-nav-menu .myaccount-page{
	display: inline-block;
}
body.logged-in .signin-nav , body.logged-in .buynow-btnnav ,
body .genesis-nav-menu .logout-class , body .genesis-nav-menu .myaccount-page{
	display: none ;
}
body .genesis-nav-menu .myaccount-page a,{
	color:#333;
}
body .genesis-nav-menu .pricing-btn a{
	color:#333;
}

body .termsp-emaila a{
	padding:0;
	color:#1eb977;
}
body .termsp-emaila a:hover{
	color:#333;
}
body.conntactus-p .site-inner{
	padding:60px 20px;
}

body .conatctp-head1{
	padding-top:30px;
}

/* form styling ------------------------------------------ */

body .gform_wrapper.gravity-theme input[type=color], 
body .gform_wrapper.gravity-theme input[type=date], 
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email], 
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search], 
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time], 
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme input[type=file],
body .gform_wrapper.gravity-theme select, 
body .gform_wrapper.gravity-theme textarea {
	padding: 15px 20px;
	border-radius: 5px;
	border-color:#333;
}
body .gform_wrapper.gravity-theme .gfield_label{
	font-weight:500;
}

div#gform_preview_1_5{
	padding:0;
	border: 1px solid #333;
	border-radius: 5px;
}

div#gform_preview_1_5 .ginput_preview{
	margin:0;
}

body .contactp-desc #gfield_description_1_4{
	padding-top:0;	
}

body .dashicons-trash:before{
	color:#c02b0a;
}

/* Contact Page styling ------------------------------------------------ */

body .contactp-form_wrapper {
	max-width: 600px;
	width: 100%;
	margin: 30px auto 0;
}

body .footer-logo a{
	padding:0;
}

.widget-area.footer-widgets-1.footer-widget-area {
	width: 25%;
	padding-left: 0;
}
body.home .entry , body.conntactus-p .entry {
	margin-bottom: 0;
}

body.conntactus-p .gform_required_legend {
	display: none;
}

body.conntactus-p .content{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-radius: 8px;
	padding: 20px;
}

/* My Account Page styling ------------------------------------------------ */

body .woocommerce-MyAccount-navigation-link a:hover ,
body .woocommerce-MyAccount-content p:last-child a{
	color:#1eb977;
}

body .wc-block-components-notice-banner__content a ,
body .woocommerce-MyAccount-content p:last-child a{
	font-weight:700;
}

body .woocommerce-MyAccount-content p:last-child a:hover{
	color:#000;
}

body .woocommerce-MyAccount-content a{
	padding:0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul{
	padding-left:0;
}

/* My Account - Addresses page styling --------------------------------------------- */
body .woocommerce-Address br{
	display:block;
}

body .u-column2.col-2.woocommerce-Address{
	display:inline-block;
}
header.woocommerce-Address-title.title .edit{
	font-weight:700;
	color:#fff;
}

body .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 ,
body .u-column2.col-2.woocommerce-Address{
	border: 1px solid #f5f5f5;
	border-radius:10px;
}

header.woocommerce-Address-title.title{
	background-color:#1eb977;
	color:#fff;
	border-radius:10px 10px 0 0;
}
body .woocommerce-Address address , header.woocommerce-Address-title.title{
	padding:20px;
}
header.woocommerce-Address-title.title h3{
	margin-bottom:0;
}
body .wc-block-components-notice-banner.is-info{
	border-color:#1eb977;
	background-color:#f5f5f5;
}
body .wc-block-components-notice-banner.is-info>svg{
	background-color:#1eb977;
}
body .integration-section .integration-block img{
	max-height: unset;
	max-width: 130px;
	width: 100%;
	height: 200px;
	object-fit: contain;
}
body .list-sec li{
	margin-bottom: 10px;
}
body .list-sec ul{
	margin-top: 12px;
}

body .home-wpsec9{
	padding:0;
}
/* Login Page styling ------------------------------------------------------------------ */

body.woocommerce-account.woocommerce-page form.woocommerce-form.woocommerce-form-login.login {
	max-width: 700px;
	width: 100%;
}
body.woocommerce-account.woocommerce-page button.woocommerce-button.button.woocommerce-form-login__submit {
	font-size: 20px;
}
body.woocommerce-account.woocommerce-page p.woocommerce-LostPassword.lost_password a {
	color: #1eb977;
	padding: 0 0 5px;
	font-size:18px;
}
body.woocommerce-account.woocommerce-page p.woocommerce-LostPassword.lost_password a:hover{
	color:#000;
}
body.woocommerce-account.woocommerce-page label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme{
	padding-top:3px;
}
body.woocommerce-account.woocommerce-page .woocommerce form .form-row:nth-child(2){
	margin:0 0 15px;
}

.wc-block-checkout__terms a {
	color: #1eb977;
	font-weight: 700;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders {
	display: none !important;
}

.pricing-page h1.entry-title {
	text-align: center;
}

/* Checkout page styling ------------------------------------------------------ */
body.checkout-p .wc-block-components-sidebar-layout , body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large{
	max-width: 1140px ;
	width:100%;
	padding: 0px 0px 0;
}

body.checkout-p .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block a ,
body.woocommerce-cart .wc-block-components-totals-coupon a , 
body.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large{
	padding:0;
}

body.checkout-p .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button ,
body.woocommerce-cart a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
	border-radius: 5px;
	font-size: 22px;
	padding: 10px 30px;
	font-weight: bold;
	min-height: auto !important;
	width: auto;
}
body.woocommerce-cart .wc-block-cart__submit-container{
	text-align:center;
}

body.checkout-p .wc-block-checkout__actions_row a:hover{
	color: #1eb977;
}

body.checkout-p .wp-block-woocommerce-checkout-order-summary-block {
	padding-top: 20px;
}

body.checkout-p .wc-block-components-totals-coupon a ,
body.woocommerce-cart .wc-block-components-product-name{
	padding:0;
}

body.checkout-p span.wc-block-components-order-summary__button-text , 
body .wc-block-components-totals-coupon a{
	font-weight:700;
}

body.checkout-p .wc-block-components-panel__content {
	margin-top: 12px;
}

body.checkout-p .wp-block-woocommerce-checkout.alignwide.wc-block-checkout ,
body.woocommerce-cart .wp-block-woocommerce-cart.alignwide{
	margin-left:auto !important;
	margin-right:auto !important;
}

body .wc-block-card-elements{
	flex-wrap:wrap;
}

body.woocommerce-cart .wc-block-cart-item__product{
	margin-left:15px;
}

body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td:last-child {
	padding-right: 0px;
}

body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td{
	padding: 16px 5px 16px 16px;
}

body.woocommerce-cart .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
	margin-top: 30px;
}

body.search.search-results article {
	margin-bottom: 0;
}

body.search.search-results article:last-child{
	margin-bottom: 20px;
}

body.error404 .entry-content a{
	padding:0;
	color:#1eb977;
}

/* Blog Page Styling ------------------------------------- */

body.wp-blog .site-inner {
	padding-top: 60px;
	max-width: 1280px;
	padding-bottom: 60px;
}

body.wp-blog .site-inner .content ,
body.archive .content{
	width: 100%;
}

body .content-wpsd-container , body.blog .content-sidebar-wrap ,
body .postsOn-author .content-sidebar-wrap{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}

body .content-wpsd-block {
	width: 48%;
	margin-bottom: 50px;
	background-color: #F9F9F9;
	border-radius: 8px;
}

body.wp-blog h3.content-wpsd-title {
	margin: 0px 0 25px;
}

body.wp-blog h3.content-wpsd-title a:hover ,
body.wp-blog .content-wpsd-info a ,
body.wp-blog h3.content-wpsd-title a ,
body.wp-blog .wsp-posts-list.blog .wsp-post a:hover ,
body.single-post .banner-sec .rightCol #breadcrumbs span a ,
.single-post .banner-sec .wrap .post-meta a ,
body.archive.author .archive-title ,
body.archive .entry-categories a ,
body.archive.category .archive-title ,
body.archive.author .content-wpsd-title a ,
body .abh_box.abh_box_down.abh_box_business a{
	color: #1eb977;
}

body.wp-blog .content-wpsd-info a:hover ,
body.wp-blog h3.content-wpsd-title a:hover ,
body .wsp-posts-list.blog.parent strong:hover ,
body.single-post .banner-sec .rightCol #breadcrumbs span a:hover ,
.single-post .banner-sec .wrap .post-meta a:hover ,
body.archive.author .entry-categories a:hover ,
body.archive.author .content-wpsd-title a:hover ,
body .abh_box.abh_box_down.abh_box_business a:hover{
	color: #000;
}

body.wp-blog h3.content-wpsd-title a ,
body.wp-blog .contet-content-wpsd-image a ,
body.wp-blog .content-wpsd-info a ,
body.wp-blog .wsp-posts-list.blog a ,
.single-post .banner-sec a ,
.single-post .entry-footer a ,
body.archive .entry-categories a ,
body .postsOn-author a ,
body .abh_box.abh_box_down.abh_box_business a{
	padding: 0;
}

body.wp-blog .content-wpsd-info {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 5px 0 15px;
	padding: 5px 0;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 8px;
	background: #1eb977;
	width: 8px;
	height: 8px;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

body.wp-blog .wsp-posts-list.blog {
	margin: 15px 25px 20px;
}

body .wsp-posts-list.blog.parent strong {
	color: #1eb977;
}

body.wp-blog .wsp-posts-list.blog .wsp-post ,
body .entry-content ul.greenbullets-list > li {
	position: relative;
	padding-left: 20px;
}

body .entry-content ul.greenbullets-list > li{
	list-style-type: none !important;
}

body .entry-content ul.greenbullets-list > li a{
	padding:0;
}

body.wp-blog .wsp-posts-list.blog .wsp-post a:hover{
	color: #333;
}

body.wp-blog .wsp-posts-list.blog .wsp-post::before ,
body .entry-content ul.greenbullets-list > li:before{
	content: "";
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 11px;
	height: 8px;
	width: 8px;
	background-color: #1eb977;
}

body .content-wpsd-content ,
body.archive.author article.entry ,
body.archive.category article.entry{
	padding: 30px;
}

/* Single Post Page Styling ------------------------------- */

.single-post .banner-sec {
	background: rgb(231, 248, 241);
	margin-bottom: 60px;
	padding: 36px 0 45px;
}

.single-post .banner-sec .wrap {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
	padding: 0 20px;
	align-items: center;
	flex-direction: column;
}

.single-post .banner-sec .rightCol {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.single-post .site-inner , .single-post .banner-sec .rightCol {
	max-width: 900px;
	padding: 0 30px;
}

body.archive.category .site-inner{
	max-width: 900px;
}

.single-post .banner-sec #breadcrumbs {
	margin: 0 0 45px;
}

.single-post .banner-sec .rightCol #breadcrumbs span, 
.single-post .banner-sec .rightCol #breadcrumbs a:hover ,
.single-post .banner-sec .wrap .post-meta a,
.single-post .banner-sec .wrap .post-meta ,
.single-post .banner-sec .rightCol #breadcrumbs span a,
.single-post .banner-sec .rightCol #breadcrumbs > span > span{
	font-size: 14px;
}

body.archive .entry-categories a ,
.single-post .banner-sec .rightCol #breadcrumbs span, 
.single-post .banner-sec .rightCol #breadcrumbs a:hover ,
.single-post .banner-sec .wrap .post-meta a,
.single-post .banner-sec .wrap .post-meta ,
.single-post .banner-sec .rightCol #breadcrumbs span a,
.single-post .banner-sec .rightCol #breadcrumbs > span > span{
	font-weight:600;
}

.single-post .banner-sec .wrap .entry-title {
	margin: 20px 0 40px;
}

.single-post .banner-sec .featuredCol {
	width: 100%;
	max-width: 225px;
	padding-left: 20px;
}
.custom-widget-area.widget-area {
	width: 100%;
}
.single-post .site-inner {
	/* 	overflow: hidden; */
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	max-width: 1160px;
	width: 100%;
}
.single-post .site-inner a {
	padding: 0px;
}

.single-post .content-sidebar-wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 100%;
	margin: 0;
	flex-wrap: wrap;
}

.single-post .content {
	margin-bottom: 0;
}

.single-post .entry {
	padding: 0;
	margin-bottom: 30px;
}

.single-post footer.entry-footer{
	display: none;
}

.single-post .entry-content ul{
	padding-left: 30px;
}

body.archive.author article.entry , body.archive.category article.entry{
	background-color: #F9F9F9;
	border-radius: 8px;	
}

body.archive.author article.entry , body.archive.category article.entry {
	margin-bottom: 50px;	
}

body.archive.category .site-inner {
	padding-bottom: 20px;
}

body.archive.author .contet-content-wpsd p , body .author-titlebox h1{
	margin-bottom: 0;
}

body .headAut{
	margin-bottom: 30px;
}

body .abh_tab_content {
	padding: 20px 12px 20px 0 !important;
}

/* Author page --- author box styling ------------------------------ */

body .author-contentbox {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

body .author-imgbox{
	max-width: 110px;
	width: 100%;
}

body .author-imgbox img{
	border-radius: 100px;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
}
a {
	color: #1eb977;
}
figure.wp-block-image.size-large {
	margin-bottom: 20px;
}

/* FAQ Page Styling ---------------------------------------------------------- */
body.faq-page .content{
	width: 80%;
}

body .faqpage-faqblock .tab-content-outter.Hero-outter ,
body .faqpage-faqblock .theme-section-full{
	padding:0;
}

body .faqpage-faqblock .tab-title{
	font-size: 22px;
}

body .faqpage-faqblock .wp-block-wpgb-captain-block-tab.tab-panel-wrapper{
	border-radius: 8px;
	background: rgb(231, 248, 241);
	box-shadow: none;
	padding: 20px 20px 20px 20px;
}

body .faqpage-faqblock .tab-panel{
	padding: 00px 20px 20px 20px;
}

body .faqpage-faqblock .tab-title::before{
	border-top: 10px solid transparent;
}

body .wp-demoslidersec{
	padding: 70px 0 50px;
}

body .wp-demoslidersec .item img {
	border-radius: 8px;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
	min-height: 500px;
	margin: 0 auto;
}

body .wp-demoslidersec .item img , body .wp-demoslidersec .demo-desc{
	max-width: 700px;
	width: 100%;
}

body .wp-demoslidersec .owl-carousel.owl-theme.wpevents-demo{
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}

body .wp-demoslidersec .demo-desc{
	margin: 0 auto 50px;
}

body .wp-demoslidersec button.owl-prev, 
body .wp-demoslidersec button.owl-next {
	font-size: 0 !important;
	position: absolute;
	right: 0;
	top: 42%;
	outline: none;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	right: 80px;
	left: unset;
	background: url(http://simplewpevents.com/wp-content/uploads/2024/06/previous-arrow-icon-1.svg) no-repeat center, #333 !important;
	background-size: 10px !important;
}

body .wp-demoslidersec button.owl-prev{
	background: url(http://simplewpevents.com/wp-content/uploads/2024/06/next-arrow-icon-1.svg) no-repeat center, #333 !important;
	background-size: 10px !important;
	left: 80px;
}
body .downPdf-sec:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 100%;
	height: 200px;
	top: -1px;
	clip-path: polygon(100% 0%, 100% 60%, 0% 0%);
	z-index: -1;
}
body .downPdf-sec {
	padding: 125px 0 70px;
	position: relative;
	z-index: 1;
	margin: 80px calc(50% - 50vw) 0 !important;
	margin-top: 0;
}

body .downPdf-sec .wp-block-columns {
	margin: 0;
}

body .downPdf-sec .wp-block-column.imageCol {
	position: relative;
}



.downPdf-sec .freeImage {
	position: absolute;
	top: -138px;
	left: 0;
}
body .downPdf-sec .wp-block-columns .head, body .downPdf-sec .wp-block-columns .wp-block-buttons {
	max-width: 550px;
	width: 100%;
	margin: 0 0 0 auto;
}
.downPdf-sec .freeImage img {
	max-width: 456px;
	max-height: 450px;
	width: 100%;
}

body .downPdf-sec .wp-block-group__inner-container {
	padding: 0 20px;
}

body .downPdf-sec .wp-block-columns .head {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom:20px;
}

body .downPdf-sec .wp-block-button a {
	background: #fff !important;
	color: #012d44 !important;
}

.hideDisc .gfield_description {
	display: none;
}

.hideDisc .ginput_container.ginput_container_consent {
	display: flex;
	align-items: flex-start;
	gap: 3px;
}

.hideDisc .ginput_container.ginput_container_consent 
input {
	margin-top: 3px;
}

body .wp-block-group.blogpost_ctabox{
	background: rgb(231, 248, 241);
	padding: 30px 30px 40px 30px;
	margin: 20px 0px 28px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body .wp-block-group.blogpost_ctabox .cta_title {
	font-weight: 700;
	font-size: 25px;
}

body .wp-block-group.blogpost_ctabox .cta-imgbox img{
	max-width: 250px;
	width: 100%;
}

/* Single Blog Post Sidebar Styling --------------------------------------------------- */

body .sidebar.sidebar-primary .widget_text.widget.widget_custom_html ,
body .sidebar.sidebar-primary .widget.ez-toc{
	/* 	padding: 30px 15px; */
	margin-bottom: 50px;
	background-color: #F9F9F9;
	border-radius: 8px;
	border: 1px solid #EAE7E7;
}

body .sidebar.sidebar-primary .widget_text.widget.widget_custom_html .gform_footer{
	padding-bottom:0;
	justify-content: center;
}

body .sidebar.sidebar-primary .widget.ez-toc .ez-toc-title-container ,
body .newsletter-titleblock{
	font-size: 18px;
	margin-bottom: 20px;
	padding: 20px 10px;
	background: #1eb977;
	margin-bottom:0;
	text-align: center;
	border-radius: 8px 8px 0 0;
}

body .sidebar.sidebar-primary .widget.ez-toc .ez-toc-title ,
body .newsletter-titleblock{
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 22px !important;
}

body .sidebar.sidebar-primary .widget.ez-toc .ez-toc-list.ez-toc-list-level-1 li a {
	color: #333;
}

body .sidebar.sidebar-primary .widget.ez-toc .ez-toc-list.ez-toc-list-level-1 li{
	border-bottom: 1px solid #EAE7E7;
	padding: 7px 0;
}

body .sidebar.sidebar-primary .widget.ez-toc .ez-toc-list.ez-toc-list-level-1 li:last-child{
	border-bottom: none;
}

body .sidebar.sidebar-primary .widget.ez-toc .ez-toc-widget-container ul.ez-toc-list li.active{
	background-color: transparent !important;
}

body .sidebar.sidebar-primary .widget.ez-toc .ez-toc-widget-container ul.ez-toc-list li.active a ,
body .sidebar.sidebar-primary .widget.ez-toc .ez-toc-widget-container ul.ez-toc-list li a:hover{
	color: #1eb977;
}

body .newsletter-descblock {
	padding: 25px 15px;
}

body .sidebar.sidebar-primary .sidebar-newsletterform_wrapper ,
body .sidebar.sidebar-primary .widget.ez-toc nav{
	padding: 0px 15px 30px;
}

body .sidebar.sidebar-primary div.ez-toc-widget-container ul.ez-toc-list{
	padding:0;
}
body .downPdf-sec .wp-block-columns .head br {
	display: block;
}
div#gfield_consent_description_2_5 {
	display: none;
}
.pop-left-side .gfield--type-consent .ginput_container.ginput_container_consent {
	display: flex;
	gap: 5px;
	align-items: flex-start;
}
.pop-up-download-btn .pop-right-side img {
	object-fit: cover;
}

body .menu-item-24332 span{
	word-spacing: 4px;
}

body .wp-block-group.attorney-section {
	padding-bottom: 50px;
}

body.single-post{
	font-size: 18px;
}

body .pop-up-download-btn .gform_footer.top_label{
	padding-bottom: 0;
}

body .pop-up-download-btn .gform_footer.top_label input[type=submit]{
	margin-bottom:0;
}

body .pop-up-download-btn input[type=checkbox]{
	height:17px;
}

body .pop-up-download-btn input#input_2_5_1 {
	margin-top: 3px;
}

body .pum-theme-813 .pum-container, body .pum-theme-enterprise-blue .pum-container{
	background-color: rgb(231 248 241);
}

body .pop-up-download-btn .gform_wrapper .gform_ajax_spinner{
	display: none;
}

/* Features Tabs */
body .sub-tagline{
	color: #1eb977;
	margin-bottom: 0;
	color: #000;
	font-weight: 600;
}
body .plans-nav , body .features-freebox{
	list-style: none;
	overflow: auto;
	display: flex;
	justify-content : center;
	gap: 35px;
	flex-wrap: wrap;
	padding: 20px 0;
}
body .plans-nav{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
body .each-featurecol{
	width : 30%;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
	padding: 30px 25px;
	border-radius: 8px;
}
body .plans-nav li {
	padding: 20px 25px;
	cursor: pointer;
	background-color: #F9F9F9;
	border-radius: 8px;
	display: block;
	width: 46%;
	margin: 0;
}
body .plans-nav li:hover,
body .tabs .plans-nav li.active {
	background: linear-gradient(90deg, rgba(11,181,225,1) 0%, rgba(40,240,157,0.9191877434567577) 100%);
}

body .tabs .plans-nav li.active h2 a , body .tabs .plans-nav li:hover h2 a{
	color: #fff;
}
body .plans-nav li a {
	text-decoration: none;
	padding: 0;
}
.tab-content {
	padding: 10px;
}

body .feature-head{
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 22px;
}

body .each-featurecol i{
	color: #1eb977;
	font-size: 50px;
	margin-bottom: 15px;
}

body .features-herosec .wp-block-cover__inner-container.is-layout-constrained.wp-block-cover-is-layout-constrained {
	max-width: 1000px;
	width: 100%;
	margin: 30px auto;
}

body .mb-0 , body .each-featurecol p:last-child{
	margin-bottom:0;
}

body .features-tabgroup{
	padding: 80px 0 0;
}

body .wp-eventshead{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 40px;
}

body .features-tabgroup #tabs-content {
	max-width: 1350px;
	width: 100%;
	margin: 50px auto 0;
}
body .wp-block-image figure {
	margin-bottom: 20px;
}
body figure {
	margin-bottom: 20px;
}
#simple-social-icons-2 ul li a{
	padding: 6px !important;
	border: 2px #1eb977 solid !important;
}
body section.widget.simple-social-icons.simple-social-icons ul li:hover {
	opacity: .8;
}
.simple-social-icons ul.aligncenter {
	text-align: left !important;
}

body .list-sec {
	max-width: 1280px;
	/* width: 100%; */
	margin: 0 auto;
	padding: 50px 0px;
}
body .list-sec h2.cColor {
	margin-bottom: 40px !important;
}
body .step-text h3 {
	margin-bottom: 6px;
}
body .home-stepslist {
	padding: 0;
}
body .home-stepslist li {
	list-style-type: none;
	display: flex;
	position: relative;
}
body span.step-number::before {
	content: "";
	position: absolute;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #000;
}
body .home-stepslist li .step-number {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 50px;
	min-width: 50px;
	height: 50px;
	margin: -6px 24px 0 6px;
	background-color: #1eb977;
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	letter-spacing: -.01em;
	color: #fff;
}
body .home-stepslist li::before {
	content: "";
	position: absolute;
	top: 57px;
	bottom: -23px;
	left: 30px;
	width: 0;
	border: 1px dashed #000;
}
body .home-stepslist li:nth-child(1):before {
	bottom: 8px;
}
body .home-stepslist li:nth-child(2):before {
	bottom: 8px;
}
body .home-stepslist li:nth-child(3):before {
	border: none;
}
body .list-inner {
	padding: 0px 0px 1px 30px;
}
body .step-text-description {
	margin-bottom: 30px;
}

body .plugin-text {
	border-radius: 12px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px;
	padding: 19px 75px 1px;
	margin: 0px 0px 100px;
}
body .plugin-text p {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 19px;
}
body .row {
	display: flex;
}
body .plugin-text p a {
	padding: 0px;
}
body .plugin-text p a:hover {
	color: #333 !important;
}
.home a.wp-block-button__link.open-popup.pum-trigger {
	/* background: linear-gradient(90deg, rgba(11, 181, 225, 1) 0%, rgba(40, 240, 157, 0.9191877434567577) 100%) !important; */
	background-color: #facc4d !important;
	color: #000 !important;
}
.wp-block-group.alignwide.plugin-text.has-background {
	background: linear-gradient(90deg, rgba(11, 181, 225, 1) 0%, rgba(40, 240, 157, 0.9191877434567577) 100%) !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.wp-block-wpgb-captain-block-hero-block-list.theme-section-full.alignfull.Transpante-themeBackground.home-wpsec9.popup-onblock.Inefficiencies {
	padding-top: 50px;
	padding-bottom: 50px;
}
body #gform_9 .gfield.gfield--type-consent .gfield_description.gfield_consent_description {
	display: none;
}

/**** MAIN-PAGE2  ****/

body.main-page2 .col-2 {
	display: block;
}
body.main-page2 .col-2 .col-inner-2 {
	width: 100%;
}
body.main-page2 h1 {
	font-size: 48px;
	text-align: center;
	color: #000000;
	padding-top: 55px;
}
body.main-page2 p {
	text-align: center;
	margin: 0 0 28px;
	padding: 0;
	max-width: 777px;
	width: 100%;
	margin: 0 auto 28px;
}
body.main-page2 a.wp-block-button__link.open-popup.pum-trigger {
	display: flex;
	max-width: 246px;
	width: 100%;
	margin: 0 auto;
}
body.main-page2 a.wp-block-button__link.open-popup.pum-trigger {
	color: #ffffff !important;
	background: linear-gradient(90deg, #0BB5E1 1%, #A528F0 92%);
	box-shadow: 0px 4px 4px 0px #00000040;
}
body.main-page2 .col-inner-2.img-1 {
	display: none;
}
body.main-page2 .theme-section-full:first-child {
	background: #F4F6FF;
	height: 515px;
}
body.main-page2 h1::before {
	content: " ";
	background-image: url(https://simplewpevents.com/wp-content/uploads/2024/10/Ellipse-1.png);
	display: flex;
	background-repeat: no-repeat !important;
	width: 251px;
	height: 352px;
	background-size: cover;
	position: absolute;
	left: 0%;
}
body.main-page2 .col-2 .col-inner-2::after {
	content: " ";
	background-image: url(http://simplewpevents.com/wp-content/uploads/2024/10/Ellipse-3.png);
	background-repeat: no-repeat !important;
	width: 295px;
	height: 300px;
	background-size: cover;
	position: absolute;
	left: 79.4%;
	top: 34%;
}
body.main-page2 .theme-section-full {
	padding: 65px 0;
}

body .comment-list article {
	padding: 10px;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background: #fff;
}

body a.comment-time-link {
	color: #1eb977;
}

body a.comment-edit-link {
	color: #1eb977;
}

body .comment-reply a {
	color: #1eb977;

}

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

body header.comment-header {
	margin-bottom: 10px;
}
p.protip {
	background: linear-gradient(90deg, rgba(11, 181, 225, 1) 0%, rgba(40, 240, 157, 0.9191877434567577) 100%) !important;
	color: #fff;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 40px;
}
td {
	font-size: 16px;
	line-height: 22px;
}


/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and ( max-width: 1240px ){
	.event-stack .theme-section-full h3 ,
	.ActiveContent1 h3{
		font-size:22px;
	}
	.event-stack .theme-section-full h3 {
		padding: 20px 13px;
	}
	/* 	body .premium-head {
	padding-top: 0px;
} */
	body .integration-section .Hero-1section.Value-1section{
		justify-content:space-between;
	}
	body .integration-section .theme-section-full {
		padding: 20px 0 50px;
	}
	body .price-columns .wp-block-column h2.wp-block-heading {
		font-size: 32px !important;
	}
	body .pricing-text {
		font-size: 50px;
	}
	body .features-section{
		display: flex !important;
		align-items: flex-start !important;
	}
	.widget-area.footer-widgets-1.footer-widget-area{
		padding-left:30px;
		width: 18%;
	}
	body .home-wpsec9{
		padding-top:30px;
	}

	h2.popup-tittle {
		font-size: 25px;
		/* 		margin-bottom: 7px; */
	}
	p.popup-description {
		font-size: 14px;
		/* 		margin-bottom: 10px; */
	}
	.pop-left-side {
		padding: 15px;
	}
	input#input_2_1 {
		padding: 10px;
	}
	input#input_2_3 {
		padding: 10px;
	}
	.pop-left-side {
		padding: 24px !important;
	}
	label#label_2_4_1 {
		font-size: 12px;
	}
	.pum-container.pum-responsive img {
		height: 450px !important;
	}
	label#label_2_4_1 {
		font-size: 12px;
	}
	input#gform_submit_button_2 {
		padding: 10px;
		font-size: 14px;
	}
	label#label_2_4_1 {
		margin-left: 5px;
		padding-top: 8px;
	}
	.wp-custom-logo .title-area {
		/* 		max-width: 200px;
		width: 20%; */
		max-width: 100px;
		width: 5%;
	}
	body .nav-primary , body .widget-area.footer-widgets-2{
		/* 		width: 82%; */
		width: 95%;
	}
	body .footer-links a{
		padding: 10px;
	}
	.simple-social-icons ul.aligncenter {
		text-align: center !important;
	}
	body section.widget.simple-social-icons .simple-social-icons ul li {
		margin: 15px 6px -1px !important;
	}
}
@media only screen and ( max-width: 1550px ){
	body .pum-container.pum-responsive img {
		min-height: 555px;
	}
}

@media only screen and ( max-width: 1548px ) and (min-width: 860px){
	.pop-up-download-btn {
		height: 550px;
	}
	.pop-left-side {
		padding: 20px;
	}
	h2.popup-tittle {
		font-size: 20px;
	}
	p.popup-description {
		font-size: 14px;
	}
	input#input_2_1 {
		padding: 10px;
	}
	input#input_2_3 {
		padding: 10px;
	}
	input#gform_submit_button_2 {
		font-size: 18px;
	}
	.site-header{
		padding: 0 15px;
	}

}

@media only screen and ( max-width: 1023px ){
	.price-columns {
		padding: 50px 0px;
	}
	.pricing .wp-block-columns.price-columns {
		justify-content: center;
		flex-direction: column;
	}
	.pricing .wp-block-columns.price-columns .wp-block-column {
		flex-basis: 100% !important;
	}
	body .col-2 {
		display: block;
	}
	body .col-2 .col-inner-2 {
		width: 100%;
	}
	body .col-2 .col-inner-2.img-1 {
		text-align: center;
	}
	body .Hero-1section.Value-1section {
		display: block;
	}
	body .footer-widgets .wrap{
		display:block;
	}
	body .SimpleHeading1 .wp-block-wpgb-captain-block-valuesingle.Value-holder-text{
		padding-top:0;
	}
	body .event-stack .Hero-outter{
		padding:0;
	}
	body .event-stack .theme-section-full h3 {
		/* 		padding: 10px 20px; */
	}
	body .ActiveContent1 .cstyle3 .Hero-1section.Value-1section .Value-holder-text,
	.ActiveContent1 .cstyle2 .Hero-1section.Value-1section .Value-holder-text {
		width: 100%;
		margin-bottom: 20px;
	}
	body .premium-head {
		padding-top: 20px;
	}
	.footer-widget-area{
		float:unset !important;
		text-align:center;
	}
	body .footer-links{
		justify-content:center;
		margin-top:30px;
	}
	body .full-bg-color.all-intext .col-inner-2.img-1 img{
		display:none;
	}
	.ActiveContent1 .cstyle2 .Hero-1section.Value-1section .Value-holder-text{
		margin-bottom:40px;
	}
	.ActiveContent1 .cstyle2 .Hero-1section.Value-1section .Value-holder-text:last-child{
		margin-bottom:0;
	}
	.widget-area.footer-widgets-1.footer-widget-area , body .widget-area.footer-widgets-2{
		width:100%;
	}
	body .integration-section .integration-block img{
		height:auto;
	}
	body .wp-demoslidersec button.owl-prev{
		left:50px;
	}
	body .wp-demoslidersec button.owl-next{
		right: 50px;
	}
	.site-header{
		padding: 0 15px;
	}
	.nav-primary .genesis-nav-menu a {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}
	body .row {
		display: block;
	}
	body .column img {
		max-width: 533px;
		margin: 0 auto;
		width: 100%;
		display: block;
	}



}
@media only screen and ( max-width: 959px ){
	body .site-header .wrap {
		display: unset;
	}
	.menu-toggle {
		margin-top: 35px;
	}
	.genesis-nav-menu {
		text-align: center;
	}
	body .nav-primary {
		width: 100%;
		text-align: left;
	}
	.site-container .has-larger-font-size , body .all-intext p , .pricing-header , body {
		font-size: 19px;
	}
	body.logged-in .genesis-nav-menu .logout-class , body.logged-in .genesis-nav-menu .myaccount-page {
		display:block;
	}
	/* 	responsive menu styling ------------------------- */
	body .nav-primary.genesis-responsive-menu {
		background-color: #1EB977;
		padding-top:0;
		padding-bottom:0;
		border-radius: 3px;
	}
	body .nav-primary.genesis-responsive-menu a{
		padding-bottom:15px;
		padding-top:15px;
		border-bottom:1px solid #fff;
		color:#fff;
	}
	body .nav-primary.genesis-responsive-menu a:hover{
		background-color:#fff;
		border:1px solid #1eb977;
		color:#1EB977;
	}
	body .header-button a:hover , .genesis-nav-menu .current-menu-item > a{
		color:#000;
	}
	body .header-button a{
		font-size:19px;
	}
	button.menu-toggle{
		font-size:18px;
	}
	body .woocommerce-MyAccount-navigation{
		padding:0;
	}
	body.woocommerce-account .woocommerce-MyAccount-navigation ul li{
		padding: 13px 10px;
		display:block;
		border-bottom: 1px solid #f5f5f5;
		margin: 0;
	}
	body .prcing-tabbay-group .panel{
		padding:0;
	}
	body.woocommerce-cart a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
		font-size:18px;
		padding:10px 20px;
	}
	body h3{
		font-size: 22px;
	}

	body .contet-content-wpsd .button.primary-blue{
		font-size: 20px;
		padding: 10px 20px;
	}

	body.wp-blog .site-inner {
		padding-top: 70px;
		padding-bottom: 45px;
	}

	body.faq-page .content{
		width: 100%;
	}
	h2.popup-tittle {
		font-size: 22px;
	}
	body .wp-demoslidersec button.owl-prev {
		left: 20px;
	}
	body .wp-demoslidersec button.owl-next {
		right: 20px;
	}
	body.single-post .sidebar.sidebar-primary.widget-area{
		display:none;
	}
	body .pop-up-download-btn .gform_footer.top_label {
		padding-top: 0;
	}
	.site-header{
		padding: 0 30px;
	}

}

@media only screen  and ( max-width: 860px){
	body .downPdf-sec .wp-block-columns .head {
		text-align: center;
	}
	body .downPdf-sec:before{
		display:none;
	}
	body .downPdf-sec {
		padding: 50px 0px;
		margin: 0px calc(50% - 50vw) 60px;
	}
	body .downPdf-sec .wp-block-columns .wp-block-buttons {
		justify-content: center;
	}
	.downPdf-sec .freeImage {
		top: 0;
		position: relative;
		margin-bottom: 0 !important;
		text-align: center;
	}
	.downPdf-sec .freeImage img {
		max-height: 100%;
	}
	body .abh_tab_content .abh_text ul {
		margin: 5px 0 0 107px !important;
	}
	.pop-right-side {
		display: none;
	}
	.pop-left-side {
		width: 100% !important;
		border-radius: 10px;
		padding: 30px !important;
	}
	label#label_2_4_1 {
		padding-top: 0px;
	}
	body .wp-demoslidersec .item img{
		max-width:600px;
	}
	body .wp-block-group.blogpost_ctabox{
		padding: 30px 20px 40px 20px;
	}
	body .each-featurecol {
		width: 46%;
	}
	body .features-tabgroup {
		padding: 50px 0 0;
	}
	body .plans-nav{
		padding-bottom:0;
	}
	body.page-id-24458 .hide-spacer{
		display: none;
	}
}
@media only screen  and ( max-width: 781px){
	body .downPdf-sec .wp-block-columns .head, body .downPdf-sec .wp-block-columns .wp-block-buttons {

		margin-left:auto;
		margin-right:auto;
	}
	body .downPdf-sec .wp-block-columns .head br{
		display:none;
	}
	body .all-intext.list-sec .col-inner-2.img-1 img{
		margin-top: 40px;
	}
}
@media only screen  and ( max-width: 767px){
	.downPdf-sec .freeImage img {
		max-height: 100%;
		margin: 0 auto;
	}
	body .downPdf-sec .wp-block-columns .head {
		font-size: 18px;
		text-align: center;
	}
	body .col-2 .col-inner-2.img-1 img {
		max-width: 360px;
		width: 100%;
	}
	.pricing .wp-block-group__inner-container {
		padding: 0 15px;
	}
	.wp-block-group__inner-container {
		padding: 0 15px;
	}
	.panel {
		padding:0 0;
	}
	.pricing-header {
		padding-left: 13px;
		font-size: 22px;
		line-height: 1.25;
		padding-top: 0;
		padding-right: 5px;
		max-width: 300px !important;
	}
	body ul.tabs{
		padding:0 0 1px;
	}
	.pricing-header-first{
		font-size: 14px;
		max-width: 22%;
		padding-top: 11px;
	}
	.amount {
		font-size:25px;
	}
	button.purchase, .purchase-pro {
		margin-top: 5px;
		max-width: 90px;
		font-size: 13px;
	}
	.pricing-header-pro {
		padding-top: 10px;
		max-width: 158px;
	}
	p.amount-pro{
		font-size: 28px;
	}
	.chraterctics {
		margin: 0 auto;
		max-width: 345px;
		padding-left: 16px;
		padding-top: 11px;
		padding-bottom: 11px;
		font-size: 16px;
	}
	button.accordion, button.accordion-1 {
		padding: 1px 10px;
		font-size: 13px;
		border-radius: 0;
	}
	body .simple-bg-first img {
		padding: 10px;
	}
	.bg-color img {
		padding: 10x;
	}
	td.simple-bg-first,  td.simple-bg{
		border-left: 1px solid #e4e4e4;
		min-height: 43.25px;
		display: block;
		padding: 0 !important;
		margin: 0 !important;
		border-collapse: collapse;
	}
	.footer-links li > a {
		font-size: 18px !important;
		padding: 14px 10px;
	}

	body .gform_wrapper.gravity-theme input[type=color], 
	body .gform_wrapper.gravity-theme input[type=date], 
	body .gform_wrapper.gravity-theme input[type=datetime-local],
	body .gform_wrapper.gravity-theme input[type=datetime],
	body .gform_wrapper.gravity-theme input[type=email], 
	body .gform_wrapper.gravity-theme input[type=month],
	body .gform_wrapper.gravity-theme input[type=number],
	body .gform_wrapper.gravity-theme input[type=password],
	body .gform_wrapper.gravity-theme input[type=search], 
	body .gform_wrapper.gravity-theme input[type=tel],
	body .gform_wrapper.gravity-theme input[type=text],
	body .gform_wrapper.gravity-theme input[type=time], 
	body .gform_wrapper.gravity-theme input[type=url],
	body .gform_wrapper.gravity-theme input[type=week],
	body .gform_wrapper.gravity-theme input[type=file],
	body .gform_wrapper.gravity-theme select, 
	body .gform_wrapper.gravity-theme textarea{
		padding:10px 10px;
		line-height:2;
	}
	body .gform_footer.top_label input[type=submit]{
		line-height:1.4 !important;
	}
	body .site-container .has-larger-font-size , 
	.site-container .has-larger-font-size,
	body .all-intext p, .pricing-header ,
	body{
		font-size: 18px;
	}

	body .home-wpsec9 .col-inner-2.txt-1 p {
		font-size: 20px !important;
	}

	body .col-2 .col-inner-2.img-1 ,
	body .all-intext .col-inner-2.txt-1 {
		margin-bottom: 0;
	}

	body .theme-section-full {
		padding: 40px 0;
	}

	body h1 {
		font-size: 40px;
	}

	body h2 {
		font-size: 28px;
	}

	button.purchase a ,
	body .woocommerce-MyAccount-navigation{
		padding:0;
	}

	body .footer-links{
		margin-top:0;
	}

	/* 	body .premium-head{
	padding-top:0;
} */

	body .prcing-tabbay-group{
		padding-bottom:0;
	}

	.integration-section .ActiveContent1 .Hero-1section.Value-1section .Value-holder-text p{
		padding:0 10px;
	}

	body .Hero-outter {
		padding: 0 20px;
	}

	body.woocommerce-account .woocommerce-MyAccount-navigation ul li{
		padding: 13px 10px;
		display:block;
		border-bottom: 1px solid #f5f5f5;
		margin: 0;
	}

	body .woocommerce table.my_account_orders td{
		padding:13px 8px;
	}

	body .prcing-tabbay-group .wp-block-group__inner-container{
		padding:0;
	}

	body .integration-block p{
		font-size:17px;
	}

	body .contactp-lname .name_last.gform-grid-col.gform-grid-col--size-auto , 
	body.wp-blog .content-wpsd-container{
		margin-bottom:0 !important;
	}

	body .plans-phead {
		padding-top: 40px;
	}

	.price-columns {
		padding: 30px 0px 50px;
	}

	body.checkout-p .wc-block-components-sidebar-layout{
		padding:0;
	}

	body.woocommerce-cart .wc-block-cart-items__row{
		border-top: 1px solid hsla(0, 0%, 7%, .11) !important;
	}

	body.wp-blog .site-inner {
		padding: 60px 20px 35px;
	}

	body.wp-blog .content-wpsd-block {
		width: 100%;
	}

	body.wp-blog .wsp-posts-list.blog {
		margin: 15px 15px 20px;
	}

	.single-post .banner-sec{
		margin-bottom: 50px;
	}

	.pop-left-side {
		width: 100% !important;
		border-radius: 10px;
		padding: 30px !important;
	}

	.pop-right-side {
		display: none;
	}

	h2.popup-tittle {
		margin-bottom: 15px;
	}

	label#label_2_4_1 {
		font-size: 14px;
		padding-top: 8px !important;
	}

	input#gform_submit_button_2 {
		padding: 16px;
		font-size: 16px;
		display: block;
		margin: auto;
	}

	body .faqpage-faqblock .theme-section-full {
		padding: 0 30px;
	}

	body .faqpage-faqblock .tab-title {
		font-size: 20px;
		padding-left: 10px;
	}

	label#label_2_4_1 {
		margin-left: 5px;
		margin-top: 15px;
	}

	body .wp-demoslidersec .owl-nav {
		display: none;
	}

	body .wp-demoslidersec .item img{
		min-height: auto;
	}

	body .wp-block-group.blogpost_ctabox .cta_title {
		font-size: 22px;
	}

	body .wp-block-group.blogpost_ctabox{
		flex-direction: column;
		padding: 30px 20px 40px 20px;
	}

}

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

	body.archive.author .content-wpsd-block{
		width: 100%;
		margin-bottom: 40px;
	}

	body.archive.author .content-sidebar-wrap{
		margin-bottom:0;
	}

	body .headAut {
		margin-top: 15px;
	}

	body .abh_tab_content .abh_image img{
		margin-bottom: 4px;
	}
	.pum-theme-813 .pum-content, .pum-theme-enterprise-blue .pum-content {
		width: 100%;
		margin-left: 0;
	}
	.pum-theme-813 .pum-container, .pum-theme-enterprise-blue .pum-container {
		padding: 28px;
		border-radius: 15px;
		border: 1px none #000000;
		box-shadow: 0px 10px 25px 4px rgba(2, 2, 2, 0.50);
		background-color: rgba(255, 255, 255, 1.00);
		max-width: 100% !important;
		left: 10px !important;
		right: 10px !important;
		width: auto;
	}
	body .wp-eventshead {
		font-size: 30px;
	}
	body .each-featurecol {
		width: 100%;
	}
	body .features-freebox {
		padding: 20px 10px;
	}
	body .feature-head {
		font-size: 20px;
	}

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

	body .pricing-col-first:hover{
		filter:none;
		transform: none;
	}

	body .pricing-col-second:hover {
		filter:none;
		transform: none;
	}

	.tabs li {
		padding: 5px 16px;
	}

	body .purchase a{
		padding:6px;
	}

	body .purchase-pro a{
		padding:6px;
	}

	body.terms-conditionsp .site-inner ,
	body.pp-page .site-inner ,
	body.conntactus-p .site-inner{
		padding: 60px 30px;
	}

	body .tab-heading img {
		width: 16px;
		height: 16px;
	}

	body .tabs li .tab-heading {
		font-size:12px;
		gap: 4px; 
	}

	body ul.tabs {
		padding: 0;
	}

	tr td:first-child, tr th:first-child {
		width: 200px !important;
		max-width:181px !important;
		word-break: break-word;
	}

	.pricing-header {
		padding-left: 9px;
		font-size: 13px;
	}

	.pricing-header-first {
		font-size: 12px;
		max-width: 22%;
	}

	.time {
		font-size: 10px;
	}

	.amount {
		padding:4px;
		font-size: 30px;
	}

	button.purchase, .purchase-pro {
		margin-top: 0;
		max-width: 58px;
		font-size: 9px;
	}

	.pricing-header-pro {
		font-size: 12px;
	}

	.pricing-header-pro img {
		padding-left: 4px;
		width: 14px;	
	}

	.time-pro {
		font-size: 10px;
	}

	.amount-pro {
		padding: 14px;
		font-size: 30px !important;
	}

	.footer-links li > a {
		font-size: 16px !important;
	}

	body .nav-primary.genesis-responsive-menu a{
		padding-bottom: 17px;
		padding-top: 17px;
	}

	body .wp-block-button__link, body .gform_footer.top_label input[type=submit] ,
	body .event-stack .theme-section-full h3{
		font-size:20px;
	}

	.pricing-header-pro{
		max-width:120px;
	}

	body h1 {
		font-size: 38px;
	}

	body .woocommerce-MyAccount-content .download-product ,
	body .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number{
		max-width:100% !important;
		width:100% !important;
	}

	body.woocommerce-account.woocommerce-page button.woocommerce-button.button.woocommerce-form-login__submit {
		font-size: 18px;
	}

	body.woocommerce-cart tr td:first-child, body.woocommerce-cart tr th:first-child {
		width: auto !important;
	}

	body.woocommerce-cart .wc-block-cart table.wc-block-cart-items td{
		margin:0 0 1em;
	}

	body.wp-blog .content-wpsd-block {
		margin-bottom: 30px;
	}

	.single-post .banner-sec #breadcrumbs {
		margin: 0 0 30px;
	}

	.single-post .site-inner, .single-post .banner-sec .rightCol{
		padding: 0 20px;
	}

	.single-post .banner-sec .rightCol{
		padding:0;
	}

	body .plans-nav li {
		width: 100%;
	}
	body .plans-nav {
		gap: 25px;
	}
	body .wp-eventshead {
		font-size: 28px;
	}

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

	body .site-container .has-larger-font-size, .site-container .has-larger-font-size, body .all-intext p, .pricing-header{
		font-size:18px;
	}
	button.accordion, button.accordion-1{
		font-size:12px;
	}
	.pricing-header-pro {
		max-width: 100px;
	}
	.pricing-header {
		font-size: 15px;
	}
	.pricing-header-first{
		max-width:25%;
		width:25%;
	}
	body .pricing-type{
		max-width: 217px;
		width:100%;
	}
	body .price-columns{
		padding-left:20px;
		padding-right:20px;
	}
	body .pricing-col-first{
		padding:40px;
	}
	body .home-wpsec9 .col-inner-2.txt-1 p {
		font-size: 18px !important;
	}
	body h1 {
		font-size: 31px;
	}
	body .conatctp-head1 {
		padding-top: 10px;
	}
	/* 	.pum-theme-813 .pum-content, .pum-theme-enterprise-blue .pum-content {
	width: 376px;
	margin-left: -63px;
} */
	/* 	.pum-close {
	left: 275px !important;
} */
}
@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}
}
@media only screen and (max-width: 414px) {

	label#label_2_4_1 {
		padding-top: 16px;
	}
	p.popup-description {
		margin-bottom: 20px;
	}
	.ginput_container.ginput_container_checkbox {
		margin-top: -15px;
	}
}
@media only screen and (min-width: 960px) {

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

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;
	}

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

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

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

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

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

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

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

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

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

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

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

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

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
	}

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

	.site-inner {
		max-width: 1140px;
	}

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

	.content {
		float: left;
		width: 65%;
	}

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

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

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

	.sidebar {
		float: right;
		width: 30%;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

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

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

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

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

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

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

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

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

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 50px;
	}

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

	.footer-widgets .wrap {
		/* 		max-width: 1280px; */
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		/* 		width: calc(100% / 3); */
		width:auto;
	}
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

.pop-up-download-btn{
	display:flex;
	align-items: center;
}
.pop-left-side{
	width: 50%;
	padding: 38px 50px; 
	background-color: rgb(231, 248, 241);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.pop-right-side{
	width: 50%;
	/* 	background-image: url(http://simplewpevents.com/wp-content/uploads/2024/06/sided-view-hand-typing-keyboard-scaled.jpg);
	background-size: cover; */
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.pum-container.pum-responsive.pum-responsive-medium {
	padding:0px;
}
.gform_heading {
	display: none;
}
.gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time], 
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme input[type=file], 
body .gform_wrapper.gravity-theme select, 
body .gform_wrapper.gravity-theme textarea {
	padding: 14px 20px;
	border-radius: 4px;
	border-color: #333;
}
.pum-close {
	background-color: #1eb977 !important;
}
.pum-container.pum-responsive img {
	aspect-ratio: 1 / 1;
	min-height: 585px;
	height: 100% ;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
label#label_2_4_1 {
	margin-left: 5px;
}
div#gform_2_validation_container {
	display: none;
}
div#validation_message_2_1 {
	display: none;
}
div#validation_message_2_3 {
	display: none;
}
div#gfield_consent_description_2_5 {
	display: none;
}
label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
	margin-left: 5px;
}
ul.wp-block-list.tick li {
	list-style: none;
}

ul.wp-block-list.tick {
	padding-left: 0;
}
.tick li {
	position: relative;
	padding-left: 30px;
}
ul.wp-block-list.tick li:before {
	content: "\f00c";
	color: #1eb977;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
}



