/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.2

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

*,
*::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: 18px;
	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: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

p {
	margin: 0 0 28px;
	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: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

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

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

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
	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: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
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: #0073e5;
	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,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

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

.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: 100%;
}

.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 a {
	color: #333;
	display: block;
	font-size: 15px;
	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: #0073e5;
	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: #333;
	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 {
	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: 40px;
}

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

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

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

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

.entry-content code {
	background-color: #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: 60px 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;
}


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

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

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

	.site-header {
		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: 15px;
		padding-right: 15px;
	}

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

	.site-inner {
		max-width: 100%;
	}

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

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

	.footer-widgets .wrap {
		max-width: 1140px;
	}

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

}

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

}
/***************************** Utility CSS  *************************************/

.flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-row { flex-direction: row; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-col { flex-direction: column; }
.flex-col-reverse { flex-direction: column-reverse; }
.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-stretch { align-items: stretch; }
.self-start { align-self: flex-start; }
.self-center { align-self: center; }
.self-end { align-self: flex-end; }
.gap-1 { gap: 4px; }
.gap-2 { gap: 8px; }
.gap-4 { gap: 16px; }
.gap-8 { gap: 32px; }

/* Margin and padding */

.m-0 { margin: 0; }
.m-1 { margin: 4px; }
.m-2 { margin: 8px; }
.m-4 { margin: 16px; }
.m-8 { margin: 32px; }
.mt-4 { margin-top: 16px; }
.mb-4 { margin-bottom: 16px; }
.ml-4 { margin-left: 16px; }
.mr-4 { margin-right: 16px; }
.p-0 { padding: 0; }
.p-1 { padding: 4px; }
.p-2 { padding: 8px; }
.p-4 { padding: 16px; }
.p-8 { padding: 32px; }
.pt-4 { padding-top: 16px; }
.pb-4 { padding-bottom: 16px; }
.pl-4 { padding-left: 16px; }
.pr-4 { padding-right: 16px; }

/*  Typography (Text & Font) */
.text-xs { font-size: 12px; }
.text-sm { font-size: 14px; }
.text-base { font-size: 16px; }
.text-lg { font-size: 18px; }
.text-xl { font-size: 20px; }
.text-2xl { font-size: 24px; }
.text-3xl { font-size: 30px; }
.text-4xl { font-size: 36px; }
.text-5xl { font-size: 48px; }
.text-bold { font-weight: bold; }
.text-normal { font-weight: normal; }
.text-light { font-weight: 300; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.underline { text-decoration: underline; }
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }

/* Colors */
.text-white { color: #ffffff; }
.text-black { color: #000000; }
.text-gray { color: #808080; }
.text-red { color: #ff0000; }
.text-blue { color: #0000ff; }
.text-green { color: #008000; }
.bg-white { background-color: #ffffff; }
.bg-black { background-color: #000000; }
.bg-gray { background-color: #f0f0f0; }
.bg-red { background-color: #ff0000; }
.bg-blue { background-color: #0000ff; }
.bg-green { background-color: #008000; }

/* Display & Visibility */
.hidden { display: none; }
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.visible { visibility: visible; }
.invisible { visibility: hidden; }
.full-width{
	width:100%;
}
/*********************** Custom css starts here ********************/

.elementor-widget-n-tabs#mytabs .e-n-tabs-heading {
    display: flex !important;
    align-items: baseline;
}


main#genesis-content {
	width: 100%;
	padding:0 5%;
	background:#FAFAFA;
}

.genesis-nav-menu a {
	font-size: 20px;
}
.the-pods {
	display: flex;
	justify-content: space-between;
}

/* Style the gutter between the left and right panes */
.gutter {
	background-color: #cccccc;   /* Gutter background color */
	cursor: col-resize;          /* Change cursor to resize */            /* Full height of the container */
	transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

/* Gutter hover effect */
.gutter:hover {
	background-color: #333333;   /* Darker color when hovering */
}

/* Optional: Add a subtle shadow effect for better visibility */
.gutter {
	box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);  /* Shadow on the right side */
}

/* Optional: Gutter active state when the user is resizing */
.gutter:active {
	background-color: #444444; /* Change color when resizing */
}


/* .tabs ul {
padding: 0;
margin: 0;
}
.tabs ul li {
list-style: none;
max-height: 142px;
overflow: hidden;
border-bottom: 1px solid;
margin-bottom: 1px;
}



.pod_description {
overflow: hidden;
overflow-y: scroll;
max-height: inherit;
padding: 5px 24px;
background: #9d9b9b36;
}

.tabs ul li .single_pod {
display: flex;
justify-items: center;
align-items: center;
background: #fff;
color: #fff;
justify-content:space-between;
}

.tabs ul li .title {
display: block;
text-decoration: none;
transition: all .2s ease-in-out;
width: 100%;
font-size: 14px;
font-weight: 600;
font-family: 'Roboto';
padding:0 10px;
}

.personal > .tabs ul .active .single_pod {
background: #3875d7;
}
.personal > .tabs ul .active .single_pod a {
color: #fff;
}
.shared .tabs .single_pod {
background-color: #00000014;
}

li.active .pod_actions {
display: flex;
}
.pod_actions {
display: flex;
padding: 10px 0px;
}
.pod_actions .btn {
margin: 1px 2px;
}
/* .tabs ul li a:hover:not(.active) {
color: #000;
} */

.shared .tabs .active .single_pod .title {
	color: #fff;
}
.shared .tabs .active .single_pod {
	background: blue;
}
.pod-item.active .single_pod .open-popup.btn {
	display: block;
}
.pod-item .single_pod .open-popup.btn {
	display: none;
}

.tabs ul li:hover {
	background: #ffffff;
	transition: all ease 0.4s;
	filter: drop-shadow(2px 4px 6px black);
	cursor: pointer;
}

.tabs section {
	background: #fff;
	padding: 1.5rem 2.5rem;
	display: none;
	max-height: inherit;
	overflow: hidden;
	overflow-y: scroll;
}

.tabs section.active {
	display: block;
	width: 100%;	
} */





/* Tabs List */
.tabs ul {
	padding: 0;
	margin: 0;
}

.tabs ul li {
	list-style: none;
	max-height: 142px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1px;
}

/* Scrollable description */
.pod_description {
	overflow-y: auto;
	max-height: inherit;
	padding: 8px 16px;
	background: #ececec;
	font-size: 16px;
	line-height: 1.4;
}

/* Single tab item */
.tabs ul li .single_pod {
	display: flex;
	align-items: center;
	background: #ffffff;
	color: #333;
	justify-content: space-between;
	transition: background 0.3s ease-in-out;
}

/* Text for tab title */
.tabs ul li .title {
	display: block;
	text-decoration: none;
	width: 100%;
	font-size: 0.7em;
	font-weight: 200;
	font-family: 'Arial', sans-serif;
	padding: 0px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #222222;
}

/* Active tab */
.personal > .tabs ul .active .single_pod {
	background: #3875d7;
	color: #fff;
}

.personal > .tabs ul .active .single_pod a {
	color: #fff;
}

/* Hover effect */
.tabs ul li:hover {
	background: #e6e6e6;
	transition: all ease 0.3s;
	cursor: pointer;
}

/* Shared pod style */
.shared .tabs .single_pod {
	background-color: #f0f0f0;
}

.shared .tabs .active .single_pod {
	background: #004aad;
	color: white;
}



.pod-actions .btn {
	margin: 2px 4px;
	background: #3875d7;
	color: white;
	padding: 6px 12px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.pod-actions .btn:hover {
	background: #2c5eb4;
}

/* Hide open-popup button by default */
.pod-item .single_pod .open-popup.btn {
	display: none;
}

/* Show button when active */
.pod-item.active .single_pod .open-popup.btn {
	display: block;
}

/* Responsive design */
@media screen and (max-width: 768px) {
	.tab-container {
		width: 100%;
		max-width: none;
		border-right: none;
		height: auto;
	}

	.tabs ul li .title {
		font-size: 0.7em;
		white-space: normal;
		overflow: visible;
	}
}







.custom-tabs {
	margin: auto;
	font-family: 'Arial', sans-serif;
	border-radius: 10px;
}
.tabs_header {
    display: flex
;
    align-items: end;
    gap: 25px;
}
.pods_panel_header {
    background: #d9d9d9;
    font-weight: 600;
    font-size: 13.5px;
    padding: 0 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}
.btn_row{
	display: flex;
    align-items: self-end;
    gap: 8px;
}
.tab-buttons button {

	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.tab-buttons button.active, .tab-buttons button:hover {
	color: #000000;
    background: #FFBE23;
}
.tab-content {
	display: none;
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	animation: fadeIn 0.5s ease-in-out;
}
.tab-content.active {
	display: block;
	width:100%;
}
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 600px) {
	/* 	.elfinder-workzone-path .elfinder-path span.elfinder-path-cwd {
	font-weight: bold;
	display: none;
}
	.ui-widget-header.ui-helper-clearfix.elfinder-workzone-path{
	left: 60px;
}
	.elfinder-workzone-path .elfinder-path span {
	display: none;
} */

}
.view-pod, .delete-pod, .join-meeting, .share-pod {
	background-size: contain;
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}
.delete-pod{
	background-image: url(/wp-content/uploads/2024/08/delete.png);
}
.view-pod {
	background-image: url(/wp-content/uploads/2024/08/view.png);
}
.join-meeting {
	background-image: url(/wp-content/uploads/2024/08/zoom.png);
}
.share-pod {
	background-image: url(/wp-content/uploads/2024/08/next.png);
}

.single_meeting {
	border-bottom: 1px solid;
	margin: 0 0;
}
input.delete_btn {
	padding: 5px 6px;
	background: red padding-box;
	float: right;
}

/* Container for main video and sidebar */
.video-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 100%;
	margin-top: 20px;
}

/* Main video section */
.main-video {
	flex: 3;
	padding-right: 20px;
}

video {
	width: 100%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 20px;
}

/* Sidebar for video playlist */
.video-playlist {
	flex: 1;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	overflow-y: auto;
}

.video-playlist ul {
	list-style-type: none;
	padding-left: 0;
}

.video-playlist li {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
}

.video-playlist a {
	text-decoration: none;
	color: black;
	display: flex;
	align-items: center;
}

.video-playlist a:hover {
	background-color: #f1f1f1;
}

.video-playlist img {
	width: 80px;
	height: 45px;
	object-fit: cover;
	margin-right: 10px;
	border-radius: 5px;
}

.video-title {
	font-weight: bold;
}

.video-desc {
	font-size: 0.9em;
	color: #666;
}

/* 	::-webkit-scrollbar {
width: 0px;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
-webkit-border-radius: 10px;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(255,0,0,0.8); 
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255,0,0,0.4); 
} */

.pod-highlight .elfinder-navbar-icon {
	background-position: 0 -448px;
}
.pod-highlight.ui-state-active .elfinder-navbar-icon, .elfinder-droppable-active .elfinder-navbar-icon, .ui-state-hover .elfinder-navbar-icon {
	background-position: 0 -448px;
}
.elfinder-contextmenu-item.remove {
	display: none;
}
.elfinder-cwd table tr:nth-child(odd) {
	background-color: #fff !important;
}

.elfinder-cwd-filename {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.ui-widget.ui-widget-content {
	border: none !important;
}
.ui-front.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.std42-dialog.touch-punch.elfinder-dialog.elfinder-dialog-notify.elfinder-titlebar-button-hide.elfinder-frontmost.elfinder-dialog-active {
display: none !important;
}
.ui-front.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.std42-dialog.touch-punch.elfinder-dialog.elfinder-dialog-notify.elfinder-titlebar-button-hide {
    display: none !important;
}
.ui-front.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.std42-dialog.touch-punch.elfinder-dialog.elfinder-dialog-notify.elfinder-titlebar-button-hide.elfinder-dialog-active {
display: none !important;
} 
.ui-front.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.std42-dialog.touch-punch.elfinder-dialog.elfinder-dialog-notify.elfinder-titlebar-button-hide.elfinder-frontmost.elfinder-dialog-active {
    display: none !important;
}
.ui-front.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.std42-dialog.touch-punch.elfinder-dialog.elfinder-dialog-notify.elfinder-titlebar-button-hide.elfinder-dialog-active {
    display: none !important;
}
.menu-item-cst {
	color: var(--e-global-color-text);
	font-size: 16px;
	font-weight: 600;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	padding: 11px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}
.hfe-nav-menu__layout-horizontal, .hfe-nav-menu__layout-horizontal .hfe-nav-menu{
	flex-direction:row-reverse;
}
.dropbtn{
	color: white;
	padding: 16px;
	border: none;
	cursor: pointer;
	background-color: #1e88e5;
	font-size: 26px;
	border-radius: 8px;
}

.dropdown .dropbtn a:hover {
	background: none;
}
.btn {
	color: white;
	padding: 3px 10px;
	border: none;
	cursor: pointer;
	background: linear-gradient(270deg, #0062ff, #0088ff);
	border-radius: 0;
}
.dropbtn a:hover {
	background: transparent;
}
.dropbtn a {
	color: #fff;
}
.actions {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.actions .btn {
	color: white !important;
	padding: 8px 10px;
	font-weight: 700;
	border: none;
	cursor: pointer;
	background-color: #1e88e5;
	border-radius: 0;
	border: none !important;
	line-height: 1.5;
	width: 80%;
	text-align: center;
	margin: 2px 0px;
}

.btn:hover {
	background: #00529b;
}
.dropbtn:hover, .dropbtn:focus {
	background-color: #2980B9;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 260px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-size:initial;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}
.context-menu {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.context-menu ul {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}

.context-menu ul li {
	padding: 8px 12px;
	cursor: pointer;
	list-style:none;
}

.context-menu ul li:hover {
	background-color: #f1f1f1;
}

.pod_description {
	display: none;
}

.highlight {
	background-color: lightblue; /* Or any other color you prefer */
}

.pods-menu {
	cursor: pointer;
}




.elfinder-navbar-wrapper.elfinder-navbar-wrapper-root {
	background: #f3f3f3;
}

span.elfinder-navbar-icon {
	filter: invert(1) brightness(4.5);
}

.elfinder-cwd-view-list td .elfinder-cwd-icon.elfinder-cwd-icon-directory {
	filter: invert(1) brightness(2.5);
	height: 32px;
	width: 27px;
	position: absolute;
	top: 0%;
	margin-top: -8px;
	/* background-image: url(../img/icons-small.png); */
	background-size: 72%;
}

.ui-helper-clearfix.ui-widget-header.elfinder-toolbar {
	background: #eeeeee;
}

body .ui-state-default.elfinder-navbar.ui-resizable {
    display: none !important;
}
.ui-widget-header.ui-helper-clearfix.ui-corner-bottom.elfinder-statusbar {
	position: absolute;
    width: 100%;
    top: -23px;
    border: none;
    display: flex !important;
    color: #323232;
    padding: 6px 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.popup {
	position: fixed;
	top: 0;
	right: -40vw;
	width: 30vw;
	height: 100vh;
	background-color: #fff;
	z-index: 9999;
	transition: right 0.5s ease;
	display: flex;
	flex-direction: column;
	justify-items: center;
	justify-content: center;
	filter: drop-shadow(2px 4px 6px black);
	padding: 0 16px;
}

.popup.show {
	right: 0; /* Slide in the pop-up to the viewport */
}

.child1.popup.show {
	right: 40vw;
}

div#file_manager_advanced {
	min-height: 80vh;
	margin-top:23px;
}
span.popup-close:before {
	content: 'X';
	height: 29px;
	width: 16px;
	position: absolute;
	cursor: pointer;
	font-family: cursive;
	font-weight: 800;
}
span.popup-close {
	position: absolute;
	top: 60px;
	right: 50px;
}
div#splitContainer {
	display: flex;
}

.single_pod:hover .pod_actions {
	display: flex;
}
.split .tabs ul li .title {
	width: 100%;
}
.gutter.gutter-horizontal {
	cursor: col-resize;
}
.split .tab-container h2 {
	display: none;
}
.left-pane {
	height: 70vh;
	border: 1px solid;
	overflow: hidden;
	overflow-y: scroll;
}

.elementor-widget-tabs .elementor-tab-content, .elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title:after, .elementor-widget-tabs .elementor-tab-title:before, .elementor-widget-tabs .elementor-tabs-content-wrapper {
	border: none !important;
}
.elementor-tab-title.elementor-active {
	outline: none !important;
	bottom: 0px;
	padding: 17px 40px;
	top: 0px;
	border: none !important;
	background: blue;
	color: #fff !important;
}


.disabled-link {
	color: gray;
	cursor: not-allowed !important;
	background: gray !important;
}

.site-container {
	position: relative;
}

.select_plot_dropdown {
	z-index: 99999;
	position: absolute;
	top: 25px;
	left: 0;
	width: 28vw;
	right: 0;
	margin: 0 auto;
	display: flex;
	cursor: pointer;
}


.select_plot_dropdown .open-popup.menu-item-cst {
	width: 30%;
	text-decoration: none;
	background: #1e88e5;
	color: #fff;
}

.jitsi-wrapper.jitsi-wrapper-rendered {
	height: 70vh !important;
	width: 100vw !important;
}
body .new-toolbox.visible {
	top: 0 !important;
}

.full-height{
	height:600px;
	width:auto;
}

.elfinder-toolbar .elfinder-buttonset {
	display: none;
	margin:0;
}
.ui-widget-content.ui-corner-all.elfinder-buttonset {
    border-radius: 0;
}

.elfinder-toolbar .elfinder-buttonset:nth-child(2) {
	display: block !important;
}

.elfinder-toolbar .elfinder-buttonset:nth-child(1) {
	display: block !important;
}
.public-pod .elfinder-toolbar .elfinder-buttonset:nth-child(2) {
	display: none !important;
}
.ui-widget-header.ui-helper-clearfix.elfinder-workzone-path {
	position: absolute;
	top: -24px;
	left: 0;
	border: none;
	width: 100%;
}
body .elfinder-toolbar .elfinder-button-icon {
    filter: brightness(0) contrast(2);
}
.elfinder .elfinder-button.ui-state-disabled .elfinder-button-icon, .elfinder .elfinder-button.ui-state-disabled .elfinder-button-text {
    opacity: 0.15;
}
#elfinder-file_manager_advanced-cwd-thead {
	display: none;
}
.elfinder-col-perm, .elfinder-col-kind, .elfinder-col-size, .elfinder-col-date {
	display: none  !important;
}

.elfinder-ui-progressbar {
	background-color: #1e88e5 !important;
	height: 5px !important;
}
.elfinder-toolbar .elfinder-buttonset:nth-child(2) .elfinder-button:nth-child(1) {
	display: block !important;
}
/* 	.elfinder-toolbar .elfinder-buttonset:nth-child(2) .elfinder-button {
display: none;
} */
body .elfinder-cwd table thead{
	display: none !important;
}
body .elfinder-cwd-wrapper-empty .elfinder-cwd:after{
	height:100% !important;
}
body .elfinder-cwd-view-list td {
	font-size: 0.6em;
}
.elfinder .elfinder-cwd table td{
	padding:0px !important;
}
body .elfinder-toolbar {
    padding: 0;
    border-bottom: 0px solid;
    margin-top: 5px;
}
/* Video Page Container (Mimics YouTube Layout) */
.video-container {
	display: flex;
	flex-direction: row;
	max-width: 1400px;
	margin: auto;
	padding: 20px;
	gap: 20px;
}

/* Main Video Section */
.main-video {
	flex: 3; /* Takes up 3 parts of the available space */
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

/* Video Player */
.main-video video {
	width: 100%;
	height: auto;
	border-radius: 8px;
	outline: none;
	height: 50vh; /* Keeps a good aspect ratio */
}

/* Video Title */
.main-video h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	color: #000000;
}

/* Video Description */
.main-video p {
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
}

/* Playlist Sidebar (Right Side) */
.video-playlist {
	flex: 1; /* Takes up 1 part of the available space */
	max-height: 600px;
	overflow-y: auto;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

/* Scrollbar for Playlist */
.video-playlist::-webkit-scrollbar {
	width: 8px;
}

.video-playlist::-webkit-scrollbar-track {
	background: #333;
}

.video-playlist::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 5px;
}

.video-playlist ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Playlist Item */
.video-playlist li {
	margin-bottom: 15px;
	transition: transform 0.3s ease-in-out;
}

.video-playlist li:hover {
	transform: scale(1.05);
}

/* Playlist Item Link */
.video-playlist li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #000;
	padding: 10px;
	border-radius: 5px;
	transition: background 0.3s;
}

.video-playlist li a:hover {
	background: #0000002b;
}

/* Video Thumbnail */
.video-playlist img {
	width: 120px;
	height: 80px;
	border-radius: 5px;
	margin-right: 10px;
	object-fit: cover;
}

/* Playlist Video Title */
.video-playlist .video-title {
	font-size: 14px;
	font-weight: bold;
	color: #231b1b;
}

/* Playlist Video Description */
.video-playlist .video-desc {
	font-size: 12px;
	color: #000000;
}

/* RESPONSIVE DESIGN  */
@media (max-width: 1024px) {
	.video-container {
		flex-direction: column;
		padding: 10px;
	}

	.main-video {
		flex: none;
		width: 100%;
	}
	
	.video-playlist {
		flex: none;
		width: 100%;
		max-height: none;
	}

	.video-playlist li a {
		flex-direction: row;
		align-items: center;
	}

	.video-playlist img {
		width: 100px;
		height: 70px;
	}

}

@media (max-width: 768px) {
	.video-container {
		padding: 5px;
	}

	.main-video h3 {
		font-size: 18px;
	}

	.main-video p {
		font-size: 12px;
	}

	.video-playlist img {
		width: 80px;
		height: 60px;
	}

	.video-playlist .video-title {
		font-size: 13px;
	}

	.video-playlist .video-desc {
		font-size: 11px;
	}
}

/* responsive */
@media only screen and (max-width: 1800px) {
	.the-pods {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.pod-header.e-flex.e-con {
		flex-wrap: nowrap;
	}
	.pod_actions {
		padding: 0 5px;
	}
	.pod_action_btn {
		font-size: 16px;
	}
	.site-header {
		padding: 0 0;
	}
	.tab-buttons button{
		padding: 10px;
		font-size: 0.7em;
	}
}

/******************************************************************************************************************************/


/* Pods Interface Styles */

.tabs {
    width: 100%;
}


/* Pod Items */
.pod-item {
    display: block;
    margin-bottom: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pod-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.single_pod::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.single_pod:hover::before {
    transform: scaleY(1);
}

.single_pod:hover {
    border-color: #667eea;
    background: #f8f9ff;
}

/* Pod Title Link */
.single_pod .title {
    text-decoration: none;
    color: #2c3e50;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transition: color 0.2s ease;
}

.single_pod .title:hover {
    color: #667eea;
}

.pod-id {
    font-size: 12px;
    color: #6c757d;
    font-family: 'Courier New', monospace;
    opacity: 0.8;
}

/* Empty Pods State */
.no-pods-message {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 2px dashed #dee2e6;
}

.no-pods-message p {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 24px;
}

.create-pod-btn {
    display: inline-block;
    padding: 12px 32px;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.create-pod-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
    color: white;
    text-decoration: none;
}

/* Panel Content Styles */
.pod-panel-content {
    max-width: 100%;
    padding: 0;
}

.pod-panel-content > div {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9ecef;
}

.pod-panel-content > div:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.pod-panel-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pod-panel-content h4 {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Action Buttons */
.action-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.btn.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    background: #ffffff;
    color: #495057;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    min-height: 44px;
}
.user-meetings .btn.action-btn {
	justify-content: left;
    gap: 0;
    padding: 0px 16px;
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #000;
    border-radius: 0px;
    font-size: 18px;
    transition: all 0.2s 
ease;
    min-height: 0;
}
.btn.action-btn:hover {
    border-color: #667eea;
    background: #667eea;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    text-decoration: none;
}

.btn.action-btn .icon {
    font-size: 16px;
}

.btn.action-btn.disabled-btn {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f8f9fa;
    border-color: #dee2e6;
    color: #6c757d;
}

.btn.action-btn.disabled-btn:hover {
    transform: none;
    box-shadow: none;
    border-color: #dee2e6;
    background: #f8f9fa;
    color: #6c757d;
}

/* Training Content */
.training-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.training-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.btn.training-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #dee2e6;
    background: #ffffff;
    color: #495057;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    min-height: 40px;
}

.btn.training-action:not(.disabled-btn):hover {
    border-color: #17a2b8;
    background: #17a2b8;
    color: white;
    transform: translateY(-1px);
}

/* Share Content */
.share-content p {
    margin: 0 0 16px 0;
    color: #6c757d;
    font-size: 14px;
}

.share-options {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn.share-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid #28a745;
    background: #ffffff;
    color: #28a745;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
}

.btn.share-btn:not([disabled]):hover {
    background: #28a745;
    color: white;
    transform: translateY(-1px);
}

.btn.share-btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Pod Information */
.pod-info .pod-description p {font-size: 12px;margin-bottom: 0;}

/* Delete Section */
.pod-delete {
    border-color: #dc3545 !important;
}

.pod-delete h3 {
    color: #dc3545 !important;
}

.delete-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.delete-warning {
    margin: 0;
    padding: 12px;
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    color: #856404;
    font-size: 14px;
    line-height: 1.5;
}

.delete-pod-form {
    display: flex;
    justify-content: flex-start;
}

.btn.delete-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 2px solid #dc3545;
    background: #ffffff;
    color: #dc3545;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    cursor: pointer;
    width: auto;
}

.btn.delete-btn:hover {
    background: #dc3545;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

.btn.delete-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Error State */
.pods-error {
    padding: 20px;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    color: #721c24;
    text-align: center;
    font-weight: 500;
}
.tabs ul li.pod-item .single_pod .ssp-trigger {
	display: none;
}
.tabs ul li.pod-item.active .single_pod .ssp-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFBE23;
	color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
    .tab-container.personal {
        margin: 10px;
        padding: 16px;
    }
    
    .single_pod {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
        text-align: center;
    }
    
    .action-buttons {
        grid-template-columns: 1fr;
    }
    
    .training-actions {
        grid-template-columns: 1fr;
    }
    
    .share-options {
        flex-direction: column;
    }
    
    .pods_panel_header {
        font-size: 20px;
        padding: 12px 16px;
    }
}

@media (max-width: 480px) {
    .pod-name {
        font-size: 16px;
    }
    
    .btn.action-btn {
        padding: 10px 12px;
        font-size: 13px;
        min-height: 40px;
    }
    
    .pod-panel-content h3 {
        font-size: 16px;
    }
}


.plot-manager-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.plot-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 16px;
	background: #f8f9fa;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.plot-selector label {
	font-weight: 600;
	margin-right: 8px;
	color: #333;
}

.plot-dropdown {
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	min-width: 200px;
}

.settings-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	background: #2E86AB;
	color: white;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s ease;
}

.settings-btn:hover {
	background: #246A8A;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(46, 134, 171, 0.3);
}

.plot-display {
	border: 1px solid #e1e5e9;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background: white;
	height: 75vh !important;
}

.output-display {
	margin-top: 20px;
	max-width: 74%;
	margin-left: auto;
	margin-right: auto;
}

.output-content {
	white-space: pre-wrap;
	font-family: 'Consolas', 'Monaco', monospace;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.4;
	background: #f8f9fa;
	color: #333;
	overflow-x: auto;
}

@media (max-width: 768px) {
	.plot-controls {
		flex-direction: column;
		gap: 16px;
		align-items: stretch;
	}
	
	.plot-dropdown {
		min-width: auto;
		width: 100%;
	}
	
	.output-display {
		max-width: 95%;
	}
}