/*
Theme Name: Divi Child
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template: Divi
Version: 3.0.1
*/
/* Add your own styles at the bottom */

/* -- COLORS -- */

.white,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li,
.white a,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
li.white,
a.white,
p.white {
	color: #fff;
}

.black,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black li,
.black a,
h1.black,
h2.black,
h3.black,
h4.black,
h5.black,
h6.black,
li.black,
a.black,
p.black {
	color: #000;
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary li,
.primary a,
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary,
li.primary,
a.primary,
p.primary {
	color: #32a709;
}

.secondary,
.secondary h1,
.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6,
.secondary li,
.secondary a,
h1.secondary,
h2.secondary,
h3.secondary,
h4.secondary,
h5.secondary,
h6.secondary,
li.secondary,
a.secondary,
p.secondary {
	color: #daf238;
}

.tertiary,
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary h4,
.tertiary h5,
.tertiary h6,
.tertiary li,
.tertiary a,
h1.tertiary,
h2.tertiary,
h3.tertiary,
h4.tertiary,
h5.tertiary,
h6.tertiary,
li.tertiary,
a.tertiary,
p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white,
a.bg-white {
	background-color: #fff;
}

.bg-black,
a.bg-black {
	background-color: #000;
}

.bg-primary,
a.bg-primary {
	background-color: #32a709;
}

.bg-secondary,
a.bg-secondary {
	background-color: #daf238;
}

.bg-tertiary,
a.bg-tertiary {
	background-color: #e4debe;
}

/* -- END COLORS -- */

/* -- TYPOGRAPHY -- */

.text-lowercase,
.text-lowercase h1,
.text-lowercase h2,
.text-lowercase h3,
.text-lowercase h4,
.text-lowercase h5,
.text-lowercase h6,
.text-lowercase li,
.text-lowercase a {
	text-transform: lowercase !important;
}

.text-uppercase,
.text-uppercase h1,
.text-uppercase h2,
.text-uppercase h3,
.text-uppercase h4,
.text-uppercase h5,
.text-uppercase h6,
.text-uppercase li,
.text-uppercase a {
	text-transform: uppercase !important;
}

.text-capitalize,
.text-capitalize h1,
.text-capitalize h2,
.text-capitalize h3,
.text-capitalize h4,
.text-capitalize h5,
.text-capitalize h6,
.text-capitalize li,
.text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none,
.text-transform-none h1,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5,
.text-transform-none h6,
.text-transform-none li,
.text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold,
.font-weight-bold h1,
.font-weight-bold h2,
.font-weight-bold h3,
.font-weight-bold h4,
.font-weight-bold h5,
.font-weight-bold h6,
.font-weight-bold li,
.font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal,
.font-weight-normal h1,
.font-weight-normal h2,
.font-weight-normal h3,
.font-weight-normal h4,
.font-weight-normal h5,
.font-weight-normal h6,
.font-weight-normal li,
.font-weight-normal a {
	font-weight: 400;
}

.font-italic {
	font-style: italic;
}

.text-underline-none,
.text-underline-none a {
	text-decoration: none !important;
}

.text-underline,
.text-underline a {
	text-decoration: underline !important;
}

.text-nowrap,
.text-nowrap a {
	white-space: nowrap !important;
}

.text-wrap-normal,
.text-wrap-normal a {
	white-space: normal !important;
}

/* -- END TYPOGRAPHY -- */

/* -- TEMPLATE -- */

/* -- END TEMPLATE -- */

/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	transform: none !important;
}

/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: "\4d";
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children>a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children>a:first-child::after {
	content: "5";
}

/* if parent link of child menu is a deadlink, then make it not clickable */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a[href="#0"] {
	pointer-events: none;
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;
}

/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}

/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0, 0, 0, 0.1);
}

/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: "\33";
}

/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: "\32";
}

/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle~ul.sub-menu {
	display: none !important;
	padding-left: 0;
}

/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped~ul.sub-menu {
	display: block !important;
	background-color: rgba(0, 0, 0, 0);
}

/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}

/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}

/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}

/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle+a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item>a {
	font-weight: bolder;
}

/* -- END HEADER -- */

/* -- FOOTER -- */

/* - Bottom Bar - */

/* if the bottom bar has equal column height setting, then make it always be flex, and stack the columns initially (for mobile use)
* and make the columns vertical aligned to be vertically centered too */
#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
	display: flex;
	align-items: center;
}

/* copyright wrapper */
#freshy_copyright {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000;
	font-size: 13px;
	line-height: 1.25em;
}

span.copyright_text {
	font-weight: 600;
	font-family: "Noto Sans", sans-serif;
}

@media all and (min-width: 1405px) {
	span.copyright_text {
		font-size: 18px;
	}
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 200%;
	background: #000;
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

/* add an FS logo via background */
#freshy_copyright a.copyright_fs {
	display: block;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-grey.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	flex-shrink: 0;
	transition: all 0.4s ease-in-out;
}

/* FS logo link hover */
#freshy_copyright a.copyright_fs:hover {
	opacity: 0.8;
}

/* remove the bottom margin that Divi adds to the social media follow icons */
#fs-footer-bottom-bar .et_pb_social_media_follow li {
	margin-bottom: 0;
}

@media (min-width: 600px) {

	/* make the copyright elements be side by side at wider screens */
	#freshy_copyright {
		flex-direction: row;
	}

	/* change horizontal pipe divider to vertical on wider screens */
	#freshy_copyright span.copyright_via {
		width: 2px;
		height: 17px;
		margin: 0 10px;
	}
}

@media (max-width: 980px) {

	/* make sure the row has columns going side by side instead of stacked */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns {
		flex-direction: column;
	}

	/* when stacked, adjust the gap between stacked columns */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column {
		margin-bottom: 1rem;
	}

	/* swap the order of columns when stacked, to the first column is the last one 
	* and give no bottom margin to the first column, since we re-ordered it to the bottom */
	#fs-footer-bottom-bar>.et_pb_row.et_pb_equal_columns>.et_pb_column:first-child {
		order: 1;
		margin-bottom: 0;
	}

	/* center the copyright stuff when columns are stacked */
	#freshy_copyright {
		justify-content: center;
	}

	/* remove left margin on first social icon in regular Divi footer (when not using Theme Builder) when stacked */
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */

/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {

	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {

	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */

/* -- CHECKLIST -- */

.checklist ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}

	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {

	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: "";
		clear: both;
		display: table;
	}

	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}

	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: both;
	}

	.checklist-columns-2-alt>ul,
	.checklist-columns-3-alt>ul,
	.checklist-columns-4-alt>ul {
		column-count: 2;
		column-gap: 20px;
	}

	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}

@media (min-width: 981px) {

	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}

	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-3 ul li:nth-child(3n + 1),
	.checklist-columns-4 ul li:nth-child(3n + 1) {
		clear: both;
	}

	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		column-count: 3;
	}
}

@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}

	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(3n + 1) {
		clear: none;
	}

	.checklist-columns-4 ul li:nth-child(4n + 1) {
		clear: both;
	}

	.checklist-columns-4-alt ul {
		column-count: 4;
	}
}

.checklist ul li::before {
	font-family: "ETModules";
	content: "\4e";
	width: 20px;
	margin: 0;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #32a709;
	/* set font size helps make icon sharper */
	font-size: 22px;
	font-weight: normal;
}

.pluslist ul li::before {
	content: "\e050";
}

.externallist ul li::before {
	content: "\e906";
}

/* -- END CHECKLIST -- */

/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;
}

/* Divi was turning off bottom padding on last paragraphs, when it should be only if it's the last child */
p:last-of-type,
p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}

p:last-child,
p:not(.has-background):last-child {
	padding-bottom: 0;
}

/* if there are more than one paragraphin the Fullwidth Header module, they should have padding */
.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

/* -- END DIVI HACKS -- */

/* -- PASSWORD PROTECTED -- */

/* set a max width to make it only as wide as most content */
.post-password-required .et_password_protected_form {
	width: 80%;
	margin: 10% auto;
	max-width: 1140px;
}

/* give the input a border */
.post-password-required .et_password_protected_form p input {
	border: 1px solid !important;
}

/* remove the arrow on hover of the submit button */
.post-password-required .et_password_protected_form .et_submit_button::after {
	display: none;
}

/* -- END PASSWORD PROTECTED -- */

/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	transform: scale(-1, -1);
}

/* -- END TESTIMONIALS PLUGIN -- */

/* -- GRAVITY FORMS -- */

/* confirmation (success) message */
.gform_confirmation_wrapper .gform_confirmation_message {
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 2rem;
	background: rgba(90, 90, 90, 0.1);
	text-align: center;
}

/* -- END GRAVITY FORMS -- */

/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}

.fullwidth-section.et_pb_section>.et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;
}

.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
	padding: 50px 10%;
}

@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row>.et_pb_column {
		padding: 80px 6%;
	}
}

/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}

@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}

	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}
}

/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1>.et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 980px) {

	/* use the "stacked-flex" class on a ROW to make it be flexbox when stacked, to help with adjusting order of stacked columns */
	.stacked-flex {
		display: flex;
		flex-wrap: wrap;
	}

	/* add the desired class to COLUMNS to designate their order when stacked within a "stacked-flex" ROW */
	.stacked-order-negative-4 {
		order: -4;
	}

	.stacked-order-negative-3 {
		order: -3;
	}

	.stacked-order-negative-2 {
		order: -2;
	}

	.stacked-order-negative-1 {
		order: -1;
	}

	.stacked-order-1 {
		order: 1;
	}

	.stacked-order-2 {
		order: 2;
	}

	.stacked-order-3 {
		order: 3;
	}

	.stacked-order-4 {
		order: 4;
	}

	/* adds margin to former "last" column that otherwise wouldn't have it */
	.stacked-flex:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

/* -- END HELPERS -- */

/* -- BLOG -- */

/* sidebar recent posts */
.et_pb_widget.widget_recent_entries ul li {
	margin-bottom: 1em;
}

/* sidebar recent posts dates */
.et_pb_widget.widget_recent_entries ul li span.post-date {
	display: table;
	font-size: 0.85em;
}

/* -- END BLOG -- */

/******* Custom CSS Starts by Ridoy 11-02-2022 ******/

/*body,
.menu-item a {
font-weight: 400;
}

.container {
width: 90%;
}

.et_pb_row {
width: 90%;
}*/

/* column align middle */
@media (min-width: 981px) {
	.center-align {
		display: flex;
		align-items: center;
	}

	.bottom-align {
		display: flex;
		align-items: flex-end;
	}
}

html, body {
	overflow-x: hidden !important;
}

/* Column reverse on tab and mobile devices */
@media (max-width: 980px) {
	.column-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.column-reverse .et_pb_column:first-child {
		margin-bottom: 0;
	}

	.column-reverse .et_pb_column:last-child {
		margin-bottom: 30px;
	}
}

@media (max-width: 479px) {
	.column-reverse .et_pb_column:last-child {
		margin-bottom: 30px !important;
	}
}

@media all and (min-width: 981px) and (max-width: 1405px) {
	body #page-container .font-fix h1 {
		font-size: 50px;
	}

	body #page-container .font-fix h2 {
		font-size: 48px;
		letter-spacing: 2px;
	}

	/*body #page-container .et_pb_button {
	font-size: 18px;
	padding-top: 25px !important;
	padding-right: 48px !important;
	padding-bottom: 25px !important;
	padding-left: 48px !important;
}*/
}

/*@media all and (min-width: 981px) {
body #page-container h1 {
letter-spacing: 3.5px
}
}*/

@media all and (min-width: 981px) and (max-width: 1280px) {
	body #page-container .font-fix h1 {
		font-size: 50px;
		letter-spacing: 2.5px
	}

	body #page-container .font-fix h2 {
		font-size: 44px;
		letter-spacing: 1px
	}
}

/****** Header fix ******/

/*@media all and (min-width: 981px) and (max-width: 1280px) {
body #page-container .menu-item a {
font-size: 18px;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
padding: 55px 0 0 0 !important;
}

.container.et_menu_container {
height: 120px;
}

.nav li ul {
top: 65px;
}
}

body #page-container ul#mobile_menu {
background: #fff;
}

.home #main-header,
.home .et-search-form,
.home #main-header .et_mobile_menu {
background-color: rgba(255, 255, 255, 0) !important;
}

.home #main-header {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
position: absolute;
}*/

@media all and (min-width: 981px) {
	.bnr_btn_inline .et_pb_button_module_wrapper {
		display: inline;
	}
}

/*.nav li ul {
width: 310px;
}

#top-menu li li a {
padding: 10px 15px;
width: 280px;
}

@media all and (min-width: 1441px) {
#top-menu li {
display: inline-block;
font-size: 14px;
padding-right: 49px;
}

.home #main-header {
padding-top: 5px;
}
}

@media all and (min-width: 981px) and (max-width: 1330px) {
div#et-top-navigation {
padding-left: 0 !important;
}

.et_pb_svg_logo img#logo {
height: 80%;
}
}

@media all and (max-width: 980px) {

.home #main-header,
.home .et-search-form,
.home #main-header .et_mobile_menu {
background-color: #fff !important;
}

.home_hero_section {
background-position: center bottom 0px !important;
}

.et_header_style_left img#logo {
max-width: 90%;
height: 90%;
max-height: 90%;
margin-left: -7px;
}
}

.et_mobile_menu .menu-item-has-children>a {
font-weight: 400 !important;
}*/

/**** Footer Fix ****/

/*body #page-container .footer_menu_fix li {
display: block;
width: 100%;
padding-bottom: 15px;
}

.footer_menu_fix.et_pb_menu .et_pb_menu__menu,
.footer_menu_fix.et_pb_fullwidth_menu .et_pb_menu__menu {
display: flex !important;
}

.footer_menu_fix .et_mobile_nav_menu {
display: none;
}

body #page-container .footer_menu_fix .et_pb_menu__wrap {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}

@media all and (min-width: 981px) {
body #page-container .footer_row_fix .et_pb_column:nth-child(1) {
width: 18%;
}

body #page-container .footer_row_fix .et_pb_column:nth-child(2) {
width: 12%;
}

body #page-container .footer_row_fix .et_pb_column:nth-child(3) {
width: 39%;
}

body #page-container .footer_row_fix .et_pb_column:nth-child(4) {
width: 14%;
}

body #page-container .footer_menu_fix.two_clm_menu li {
width: 49%;
}

body #page-container .two_clm_menu ul li:nth-child(odd) {
float: left;
margin-right: 10px;
}

body #page-container .two_clm_menu ul li:nth-child(even) {
float: right;
}
}

@media all and (min-width: 981px) and (max-width: 1820px) {
body #page-container .footer_row_fix .et_pb_column:nth-child(1) {
width: 14%;
}

body #page-container .footer_row_fix .et_pb_column:nth-child(4) {
width: 18%;
}
}

@media all and (min-width: 981px) and (max-width: 1440px) {
body #page-container .footer_row_fix .et_pb_column:nth-child(1) {
width: 12%;
}

body #page-container .footer_row_fix .et_pb_column:nth-child(2) {
width: 11%;
}

body #page-container .footer_row_fix .et_pb_column:nth-child(3) {
width: 42%;
}

body #page-container .footer_row_fix .font-fix h2 {
font-size: 21px;
}

body #page-container .footer_row_fix .menu-item a {
font-size: 20px;
}
}

@media all and (min-width: 981px) and (max-width: 1330px) {
body #page-container .two_clm_menu ul li:nth-child(odd) {
float: left;
margin-right: 0px !important;
}

body #page-container .footer_menu_fix.two_clm_menu li {
width: 50% !important;
}

body #page-container .footer_row_fix .et_pb_column:nth-child(1) {
width: 9%;
}

body #page-container .footer_row_fix .et_pb_column:nth-child(2) {
width: 12%;
margin-right: 4%;
}

body #page-container .footer_row_fix .et_pb_column:nth-child(3) {
width: 43%;
}

body #page-container .footer_row_fix .et_pb_column:nth-child(4) {
width: 21%;
}

body #page-container .footer_row_fix .font-fix h2 {
font-size: 18px;
}

body #page-container .footer_row_fix .menu-item a {
font-size: 18px;
}

body #page-container .footer_row_fix .icon:before {
font-size: 22px;
width: 40px;
line-height: 52px;
}

body #page-container .footer_row_fix .et_pb_social_media_follow_0_tb_footer li a.icon {
height: 52px;
width: 40px;
}

body #page-container .footer_row_fix .et_pb_social_media_follow_network_0_tb_footer {
margin-left: -8px !important;
}
}*/

/*** home bg ****/

@media all and (min-width: 981px) and (max-width: 1080px){
	body #page-container .home_hero_section {
		padding-bottom: 19em;
		background-position: left top;
		background-image: url(/wp-content/uploads/home-banner-laptop-bg.png)!important;
	}
}


/* Hero section home */

@media all and (min-width: 981px) and (max-width: 1280px) {
	body #page-container .home_hero_section {
		padding-top: 13em;
	}
}

/**** Scroll to top ****/

.et_pb_scroll_top.et-pb-icon {
	background: transparent;
	bottom: 2vw;
	right: 4vw;
}

.et_pb_scroll_top:before {
	content: "2";
	color: #000;
	font-size: 44px !important;
}

/********* Bubble counter **********/

body #page-container .home_counter_fix .title {
	text-transform: none;
	font-weight: 400;
}

body #page-container .original_circle .et_pb_module_header {
	text-transform: none;
}

/***** Gallery fix *******/

/* .home_gallery_fix .et_pb_gallery_item {
width: 16% !important;
clear: none !important;
margin-bottom: 3% !important;
} */

@media all and (min-width: 981px) {
	body #page-container .home_gallery_fix .et_pb_gallery_item {
		width: 15.6%;
		clear: none;
		margin-bottom: 3%;
	}

	.mfp-title {
		display: none !important;
	}

	img.mfp-img {
		background: #ffe8e9 !important;
	}
}

body #page-container .home_gallery_fix a {
	pointer-events: none;
}

body #page-container .home_gallery_fix .et_overlay {
	display: none !important;
}

/***** CTA fix ********/

@media all and (min-width: 981px) {
	.cta_idea_fix .et_pb_column:first-child {
		width: 46%;
		margin-right: 2%;
	}
}

@media all and (min-width: 981px) and (max-width: 1280px) {
	.cta_idea_fix .et_pb_column:first-child {
		width: 62%;
	}

	body #page-container .cta_idea_fix {
		padding-top: 40px !important;
	}
}


/* Media post fix */

.blog_custom_style article {
	transition: all 300ms ease 0ms;
}

.blog_custom_style article:hover {
	transform: translate(0px, -5px);
}

@media all and (max-width: 767px) {
	body #page-container .blog_custom_style .et_pb_post {
		height: auto !important;
		padding-bottom: 1.5em;
	}
}

@media all and (min-width: 981px) and (max-width: 1280px) {
	.blog_custom_style .et_pb_post .entry-title a {
		font-size: 20px;
		line-height: 1em !important;
	}
}

/*** Popup team fix ****/

.amgi_universe_row .et_pb_column {
	overflow: visible !important;
}

.popup_team_row .et_pb_row {
	padding-bottom: 54px !important;
}

.pum-theme-lightbox .pum-container {
	background-color: rgb(255 255 255 / 0%) !important;
}

/******* Bubble counter responsive *****/

@media (min-width: 981px) {
	.circle_row_1 .et_pb_column:nth-child(1):after {
		content: url(/wp-content/uploads/Ellipse-6.png);
		top: 36%;
		right: -53%;
		position: absolute;
		z-index: 0;
	}

	.circle_row_1 .et_pb_column:nth-child(3):after {
		content: url(/wp-content/uploads/Ellipse-6.png);
		top: 25%;
		right: 44%;
		position: absolute;
		z-index: -36;
	}

	.circle_row_2 .et_pb_column:nth-child(1):after {
		content: url(/wp-content/uploads/Ellipse-6.png);
		top: -16%;
		right: -6%;
		position: absolute;
		z-index: -2;
	}

	.circle_row_2 .et_pb_column:nth-child(2):after {
		content: url(/wp-content/uploads/Ellipse-6.png);
		top: -13%;
		left: -3%;
		position: absolute;
		z-index: -2;
	}
}

@media (min-width: 981px) and (max-width: 1760px) {
	body #page-container .circle1 {
		transform: translateX(23%) translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(337deg);
	}

	body #page-container .circle3 {
		transform: translateX(-28%) translateY(10%) rotateX(0deg) rotateY(0deg) rotateZ(348deg);
	}

	body #page-container .circle4 {
		transform: translateX(-3%) translateY(-42%) rotateX(0deg) rotateY(0deg) rotateZ(351deg);
	}

	body #page-container .circle2 {
		min-width: 500px !important;
	}
}

@media (min-width: 981px) and (max-width: 1480px) {
	body #page-container .circle1 {
		transform: translateX(15%) translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(337deg);
	}

	body #page-container .circle3 {
		transform: translateX(-23%) translateY(10%) rotateX(0deg) rotateY(0deg) rotateZ(348deg);
	}
}

@media (min-width: 981px) and (max-width: 1370px) {
	body #page-container .circle1 {
		transform: translateX(11%) translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(337deg);
	}

	body #page-container .circle3 {
		transform: translateX(-16%) translateY(10%) rotateX(0deg) rotateY(0deg) rotateZ(348deg);
	}

	body #page-container .circle4 {
		transform: translateX(-1%) translateY(-45%) rotateX(0deg) rotateY(0deg) rotateZ(351deg);
	}

	body #page-container .circle5 {
		transform: translateX(-24%) translateY(-44%) rotateX(0deg) rotateY(0deg) rotateZ(7deg);
	}
}


@media (min-width: 981px) and (max-width: 1300px) {
	body #page-container .circle1 {
		transform: translateX(11%) translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(337deg);
	}

	body #page-container .circle3 {
		transform: translateX(-9%) translateY(10%) rotateX(0deg) rotateY(0deg) rotateZ(348deg);
	}

	body #page-container .circle4 {
		transform: translateX(-1%) translateY(-45%) rotateX(0deg) rotateY(0deg) rotateZ(351deg);
	}

	body #page-container .circle5 {
		transform: translateX(-24%) translateY(-44%) rotateX(0deg) rotateY(0deg) rotateZ(7deg);
	}

	body #page-container .home_counter_fix .title,
	body #page-container .original_circle .et_pb_blurb_description {
		font-size: 22px;
	}

	body #page-container .home_counter_fix span.percent-value,
	body #page-container .original_circle .et_pb_module_header {
		font-size: 60px;
	}

	.circle_row_2 .et_pb_column:nth-child(2):after {
		top: -35%;
		left: -13%;
	}

	.circle_row_2 .et_pb_column:nth-child(1):after {
		top: -46%;
		right: -15%;
	}
}


@media (min-width: 981px) and (max-width: 1200px) {

	body #page-container .circle1 {
		transform: translateX(14%) translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(337deg);
		max-width: 390px;
	}

	body #page-container .circle2 {
		min-width: 430px !important;
	}

	body #page-container .circle3 {
		transform: translateX(-19%) translateY(21%) rotateX(0deg) rotateY(0deg) rotateZ(348deg);
		max-width: 310px;
	}

	body #page-container .circle4 {
		transform: translateX(-4%) translateY(-59%) rotateX(0deg) rotateY(0deg) rotateZ(351deg);
		max-width: 335px;
	}

	body #page-container .circle5 {
		transform: translateX(-15%) translateY(-53%) rotateX(0deg) rotateY(0deg) rotateZ(7deg);
		max-width: 418px;
	}
}

@media (min-width: 981px) and (max-width: 1100px) {
	body #page-container .circle1 {
		transform: translateX(4%) translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(337deg);
		max-width: 390px;
	}

	body #page-container .circle3 {
		transform: translateX(0%) translateY(21%) rotateX(0deg) rotateY(0deg) rotateZ(348deg);
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.circle_row_1 .et_pb_column:nth-child(1) {
		width: 50%;
	}

	.circle_row_1 .et_pb_column:nth-child(2) {
		width: 50%;
	}


	.circle_row_1 .et_pb_column:nth-child(3) {
		width: 83%;
		height: 160px;
	}

	body #page-container .circle3 {
		transform: translateX(13%) translateY(-37%) rotateX(0deg) rotateY(0deg) rotateZ(348deg);
	}

	.circle_row_2 .et_pb_column:nth-child(1) {
		width: 50%;
	}

	.circle_row_2 .et_pb_column:nth-child(2) {
		width: 50%;
	}

	body #page-container .circle5 {
		transform: translateX(8%) translateY(-18%) rotateX(0deg) rotateY(0deg) rotateZ(7deg);
	}

	body #page-container .circle4 {
		width: 100%;
		transform: translateX(0%) translateY(-10%) rotateX(0deg) rotateY(0deg) rotateZ(351deg);
	}
}


@media (max-width: 767px) {

	body #page-container .circle1,
	body #page-container .circle2,
	body #page-container .circle3,
	body #page-container .circle4,
	body #page-container .circle5 {
		max-width: 320px !important;
		margin: 0 auto;
	}

	body #page-container .circle2 {
		height: 320px;
	}

	body #page-container .home_counter_fix .percent {
		margin-bottom: 0 !important;
	}

}

body #page-container .home_counter_fix .percent {
	margin-bottom: 10px;
}

body #page-container .home_gallery_fix .et_pb_gallery_grid .et_pb_gallery_image {
	margin: 0 auto !important;
	max-width: 200px;
}

/*****Custom CSS by Rashed****/
.amagei_bnr_img {
	border-radius: 50%;
}

@media (min-width: 981px) and (max-width: 1650px) {

	/*     #page-container #et-boc .inner_banner_section,
	#page-container #et-boc .inner_banner_bg_shape {
	padding-top: 300px;
	padding-bottom: 30px;
} */

	#page-container #et-boc .inr_bnr_txt {
		margin-bottom: 60px !important;
	}

	#page-container #et-boc .inner_bnr_h1 h1 {
		font-size: 50px;
	}

	#page-container #et-boc .cmn_txt_30 {
		font-size: 25px;
	}
}

/*****Amagi banner section*****/
.inner_banner_section:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/wp-content/uploads/Inner-Page-banner-bg-shape.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}

/*****The Amagi Page Social follow icons***/
.amagi_flw_icon.et_pb_social_media_follow li a {
	margin-right: 13px;
}

.amagi_flw_icon.et_pb_social_media_follow li:last-child a {
	margin-right: 0 !important;
}

.amagi_flw_icon .et_pb_social_network_link a.icon {
	background: transparent !important;
}

.amagi_flw_icon .et_pb_social_network_link a.icon:before {
	content: "";
	background-size: contain !important;
	transition: 0.4s;
	background-repeat: no-repeat !important;
}

.amagi_flw_icon .et-social-instagram a.icon:before {
	background: url(/wp-content/uploads/Instagram.png);
}

.amagi_flw_icon .et-social-twitter a.icon:before {
	background: url(/wp-content/uploads/Twitter.png);
}

.amagi_flw_icon .et-social-tiktok a.icon:before {
	background: url(/wp-content/uploads/Tiktok.png);
}

.amagi_flw_icon .et-social-youtube a.icon:before {
	background: url(/wp-content/uploads/Youtube.png);
}

.amagi_flw_icon .et-social-instagram a.icon:hover:before {
	background: url(/wp-content/uploads/Instagram-icon-hover.png);
}

.amagi_flw_icon .et-social-twitter a.icon:hover:before {
	background: url(/wp-content/uploads/Twitter-icon-hover.png);
}

.amagi_flw_icon .et-social-tiktok a.icon:hover:before {
	background: url(/wp-content/uploads/Tiktok-icon-hover.png);
}

.amagi_flw_icon .et-social-youtube a.icon:hover:before {
	background: url(/wp-content/uploads/Youtube-icon-hover.png);
}

/******Inner page counter Section css******/
.inner_counter .percent {
	height: unset;
	margin-bottom: 0 !important;
}

#page-container .inner_counter h2 {
	text-transform: capitalize;
}

.inner_counter span.percent-value::after {
	content: "M+";
	display: inline-block;
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	color: #240b7a;
	font-weight: 700;
	line-height: 1.22em;
	width: auto;
}

.inner_counter_m span.percent-value {
	position: relative;
	/*     padding-right: 160px; */
	display:inline-block;
}

.inner_counter_b span.percent-value:after {
	content: "B+";
}

.inner_counter_b span.percent-value {
	position: relative;
	/*     padding-right: 145px; */
	display:inline-block;
}

.inner_counter_k span.percent-value:after {
	content: "K+";
}

.inner_counter_k span.percent-value {
	position: relative;
	/*     padding-right: 140px; */
	display:inline-block;
}

@media (min-width: 981px) and (max-width: 1650px) {
	#page-container #et-boc .inr_counter_section {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.inner_counter span.percent-value,
	.inner_counter_m span.percent-value {
		font-size: 70px;
	}

	/*     .inner_counter_b span.percent-value {
	padding-right: 116px;
}

	.inner_counter_k span.percent-value {
	padding-right: 113px;
} */

	#page-container .inner_counter h2 {
		font-size: 25px;
	}
}

@media (min-width: 981px) and (max-width: 1200px) {

	.inner_counter span.percent-value,
	.inner_counter_m span.percent-value {
		font-size: 55px;
	}

	/*     .inner_counter_b span.percent-value {
	padding-right: 96px;
}

	.inner_counter_k span.percent-value {
	padding-right: 93px;
} */
}

/* @media (min-width: 768px) and (max-width: 980px) {
.inner_counter_m span.percent-value {
padding-right: 130px;
}

.inner_counter_b span.percent-value {
padding-right: 116px;
}

.inner_counter_k span.percent-value {
padding-right: 113px;
}
} */

/* @media (max-width: 767px) {
.inner_counter_m span.percent-value {
padding-right: 100px;
}

.inner_counter_b span.percent-value {
padding-right: 89px;
}

.inner_counter_k span.percent-value {
padding-right: 86px;
}
} */

/*********Amagi's Universe Section CSS*******/
@media (min-width: 981px) {
	#page-container #et-boc .amgi_universe_row {
		display: flex;
	}

	#page-container #et-boc .amgi_universe_row .et_pb_column {
		margin-right: 16px;
		width: 33.33%;
		overflow: inherit;
	}
}

@media (max-width: 980px) {
	.amgi_universe_row .et_pb_column {
		overflow: inherit;
		margin-bottom: 75px;
	}
}

@media (min-width: 981px) and (max-width: 1650px) {
	.amgi_universe_row .et_pb_column {
		padding-right: 25px;
		padding-left: 25px;
	}

	#page-container .amgi_universe_blrb .et_pb_blurb_container h3 {
		font-size: 25px;
	}

	#page-container .amgi_universe_blrb .et_pb_blurb_container .et_pb_blurb_description {
		font-size: 18px;
	}
}

/****Inner page****/
.inner_banner_bg_shape:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/wp-content/uploads/Inner-Page-banner-bg-shape.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}

/*****Contact Page CSS*****/
/***Contact form***/
.contact_form textarea {
	resize: none;
}

.contact_form .gform_heading {
	display: none;
}

body .contact_form .gform_wrapper .hidden_label .ginput_container textarea,
body .contact_form .gform_wrapper .hidden_label .ginput_container input {
	margin-top: 8px !important;
	padding-left: 20px !important;
	border-radius: 10px;
	background: transparent !important;
	box-shadow: 0 5px 20px 0px rgb(0 0 0 / 8%);
	color: #000 !important;
	font-size: 20px !important;
}

div#page-container .contact_form textarea::-webkit-input-placeholder,
div#page-container .contact_form input::-webkit-input-placeholder {
	opacity: 1 !important;
	color: #000 !important;
}

div#page-container .contact_form textarea::-moz-placeholder,
div#page-container .contact_form input::-moz-placeholder {
	opacity: 1 !important;
	color: #000 !important;
}

div#page-container .contact_form textarea:-ms-input-placeholder,
div#page-container .contact_form input:-ms-input-placeholder {
	opacity: 1 !important;
	color: #000 !important;
}

body .contact_form .gform_wrapper .hidden_label .ginput_container>input:focus,
body .contact_form .gform_wrapper .hidden_label .ginput_container>textarea:focus,
body .contact_form .gform_wrapper .hidden_label .ginput_container>select:focus,
body .contact_form .gform_wrapper .hidden_label .ginput_container>input:hover,
body .contact_form .gform_wrapper .hidden_label .ginput_container>textarea:hover,
body .contact_form .gform_wrapper .hidden_label .ginput_container>select:hover {
	border-color: #240b7a !important;
}

.contact_form div.gform_footer.top_label input {
	padding: 14px 70px !important;
	text-align: center;
}

.contact_form div.gform_footer.top_label input:hover {
	box-shadow: 0 0 20px -5px rgb(0 0 0 / 50%);
}

.contact_form .gform_footer {
	justify-content: center;
}

@media (min-width: 981px) and (max-width: 1650px) {
	.contact_form div.gform_footer.top_label input {
		font-size: 20px !important;
		padding: 12px 50px !important;
	}

	div#page-container .contact_form textarea::-webkit-input-placeholder,
	div#page-container .contact_form input::-webkit-input-placeholder,
	body .contact_form .gform_wrapper .hidden_label .ginput_container input,
	body .contact_form .gform_wrapper .hidden_label .ginput_container textarea {
		font-size: 18px !important;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.contact_form div.gform_footer.top_label input {
		font-size: 18px !important;
		padding: 12px 50px !important;
	}

	div#page-container .contact_form textarea::-webkit-input-placeholder,
	div#page-container .contact_form input::-webkit-input-placeholder,
	body .contact_form .gform_wrapper .hidden_label .ginput_container input,
	body .contact_form .gform_wrapper .hidden_label .ginput_container textarea {
		font-size: 16px !important;
	}
}

@media (max-width: 767px) {
	.contact_form div.gform_footer.top_label input {
		font-size: 16px !important;
		padding: 10px 50px !important;
	}

	div#page-container .contact_form textarea::-webkit-input-placeholder,
	div#page-container .contact_form input::-webkit-input-placeholder,
	body .contact_form .gform_wrapper .hidden_label .ginput_container input,
	body .contact_form .gform_wrapper .hidden_label .ginput_container textarea {
		font-size: 15px !important;
	}
}
/********Home counter hover******/
@media (min-width: 981px){
	#page-container #et-boc .home_counter_fix:hover .percent-value{
		font-size: 30px !important;
	}
}
/**Home Counter Hover fix**/
@media (min-width: 981px){
	.home_counter_fix.circle1:hover{
		background-image: url(/wp-content/uploads/subscriber-bg-dark-1.png);
		transition: all .5s ease-in-out;
	}
	.home_counter_fix.circle2:hover{
		background-image: url(/wp-content/uploads/Watch-minutes-bg-dark-1.png);
		transition: all .5s ease-in-out;
	}
	.home_counter_fix.circle3:hover{
		background-image: url(/wp-content/uploads/Youtube-Views-bg-dark.png);
		transition: all .5s ease-in-out;
	}
	.home_counter_fix.circle4:hover{
		background-image: url(/wp-content/uploads/Social-Follower-bg-dark.png);
		transition: all .5s ease-in-out;
	}
	.original_circle.circle5:hover{
		background-image: url(/wp-content/uploads/Language-bg-dark.png);
		transition: all .5s ease-in-out;
	}
	.home_counter_fix:hover .percent,
	.home_counter_fix:hover h2{
		display: none;
	}
	.circle_row_1 .home_counter_fix:hover,
	.circle_row_2 .home_counter_fix:hover{
		transition: all .5s ease-in-out;
	}
	.circle_row_1 .home_counter_fix:hover:before,
	.circle_row_2 .home_counter_fix:hover:before{
		content: "Amagi: 2M";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -12%);
		font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
		font-size: 48px;
		font-weight: 600;
		color: #240b7a;
	}
	.circle_row_1 .home_counter_fix:hover:after,
	.circle_row_2 .home_counter_fix:hover:after{
		content: "Partnered: 4M";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 0);
		font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
		font-size: 48px;
		font-weight: 600;
		color: #240b7a;
	}
	.circle_row_1 .circle2:hover:before{
		content: "Amagi: 7B";
	}
	.circle_row_1 .circle3:hover:before{
		content: "Amagi: 463M+";
		font-size: 45px;
	}
	.circle_row_2 .circle4:hover:before{
		content: "Amagi: 35k";
	}
	.circle_row_1 .circle2:hover:after{
		content: "Partnered: 9B";
	}
	.circle_row_1 .circle3:hover:after{
		content: "Partnered: 1.1B+";
		font-size: 45px;
	}
	.circle_row_2 .circle4:hover:after{
		content: "Partnered: 65k";
	}
	.original_circle.circle5:hover h2{
		display: none;
	}
	.original_circle.circle5:hover .et_pb_blurb_container{
		font-weight: 600;
		color: #240b7a;
	}
}
@media (min-width: 981px) and (max-width: 1300px){
	/* .circle_row_1 .home_counter_fix:hover:before,
	.circle_row_2 .home_counter_fix:hover:before{
	font-size: 30px;
} */
	.circle_row_1 .home_counter_fix:hover:before,
	.circle_row_2 .home_counter_fix:hover:before,
	.circle_row_1 .home_counter_fix:hover:after,
	.circle_row_2 .home_counter_fix:hover:after,
	.original_circle.circle5:hover .et_pb_blurb_container{
		font-size: 30px;
	}
}
@media (max-width: 980px){
	#page-container #et-boc .circle_row_1 .home_counter_fix{
		height: auto;
	}
	#page-container #et-boc .circle_row_1 .home_counter_fix.circle2{
		height: 350px;
	}
}
/******Idea Submission page CSS****/
.submit_idea_module .ideapush-container-form .ideapush-form-custom-field fieldset{
	background: transparent !important;
	border: none;
}
.submit_idea_module .ideapush-container-form .ideapush-form-custom-field label{
	font-size: 24px;
	font-weight: 300;
}
.submit_idea_module .ideapush-container-form .ideapush-form-custom-field select{
	padding: 10px;
	border: 2px solid #ededee;
}
/*****Idea Submission Title Remove****/
.submit_idea_module .ideapush-container-header {
	display: none;
}
/**Submission Form CSS**/
#page-container .submit_idea_module .idea-item{
	border: none;
	padding: 20px;
	box-shadow: 0 5px 20px 0px rgb(0 0 0 / 8%);
	margin-bottom: 20px;
	border-radius: 20px;
}
#page-container .submit_idea_module ul li{
	border: none;
	padding: 0;
	background: transparent;
}
#page-container .submit_idea_module ul li ul{
	padding: 0;
}
#page-container .submit_idea_module ul li ul li,
#page-container .submit_idea_module ul li textarea,
#page-container .submit_idea_module .ideapush-idea-filter select,
#page-container .submit_idea_module .ideapush-idea-search input{
	border: none;
	padding: 20px;
	box-shadow: 0 5px 20px 0px rgb(0 0 0 / 8%);
	margin-bottom: 20px;
	border-radius: 20px;
	background: #fff;
	resize: none;
}
#page-container .submit_idea_module .ideapush-idea-search{
	display: block;
	padding-bottom: 0;
}
#page-container .submit_idea_module .ideapush-idea-search input{
	width: 100%;
	/* 	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, .1); */
}
#page-container .submit_idea_module .ideapush-idea-filter i{
	margin-right: 20px;
}
#page-container .submit_idea_module .ideapush-idea-filter{
	width: 100%;
	text-align: center;
}
#page-container .submit_idea_module .ideapush-idea-filter select{
	border-radius: 30px;
	padding: 10px;
	cursor: pointer;
}
#page-container .submit_idea_module ul li button{
	margin-bottom: 20px;
}
#page-container .submit_idea_module .ideapush-container-idea-header{
	border: none;
}
#page-container .submit_idea_module .ideapush-container-ideas{
	padding: 20px;
}
#page-container .submit_idea_module .dynamic-idea-listing{
	padding: 0;
}
#page-container .submit_idea_module .ideapush-form-inner{
	background: transparent;
	border: none;
	padding: 0;
}
#page-container .submit_idea_module .user-profile-container{
	display: none;
}
#page-container .submit_idea_module .ideapush-form-inner input,
#page-container .submit_idea_module .ideapush-form-inner textarea,
#page-container .submit_idea_module .ideapush-form-inner .ideapush-form-custom-field select{
	box-shadow: 0 5px 20px 0px rgb(0 0 0 / 8%);
	border: none;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	resize: none;
}
#page-container .submit_idea_module .ideapush-form-inner .ideapush-form-custom-field{
	margin: 0;
}
#page-container .submit_idea_module .ideapush-form-inner .ideapush-form-custom-field label{
	padding-bottom: 15px;
}
#page-container .submit_idea_module fieldset{
	padding: 0;
	padding-top: 10px;
}
.submit_idea_module .ideapush-form-inner{
	display: flex;
	flex-direction: column;
}
.submit_idea_module .ideapush-form-inner button,
.submit_idea_module .ideapush-container button{
	font-size: 24px;
	font-weight: 600;
	width: 100%;
	padding: 14px 20px !important;
	line-height: 1.7em;
	text-align: center;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 5px 20px 0px rgb(0 0 0 / 8%);
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}
.submit_idea_module .ideapush-form-inner button:hover,
.submit_idea_module .ideapush-container button:hover{
	background: #fff;
	color: #240b7a;
}
@media (min-width: 981px) and (max-width: 1650px){
	.submit_idea_module .ideapush-form-inner button,
	.submit_idea_module .ideapush-container button{
		font-size: 22px;
		padding: 12px 20px !important;
	}
	.submit_idea_module .ideapush-container-form .ideapush-form-custom-field label,
	.submit_idea_module .ideapush-form-title{
		font-size: 22px;
	}
}
@media (max-width: 1349px){
	#page-container .submit_idea_module .ideapush-form-inner{
		margin-top: 20px;
	}
}
@media (min-width: 768px) and (max-width: 980px){
	.submit_idea_module .ideapush-form-inner button,
	.submit_idea_module .ideapush-container button{
		font-size: 22px;
		padding: 12px 10px !important;
	}
	.submit_idea_module .ideapush-container-form .ideapush-form-custom-field label,
	.submit_idea_module .ideapush-form-title{
		font-size: 22px;
	}
}
@media (max-width: 767px){
	.submit_idea_module .ideapush-form-inner button,
	.submit_idea_module .ideapush-container button{
		font-size: 20px;
		padding: 10px 10px !important;
	}
	.submit_idea_module .ideapush-container-form .ideapush-form-custom-field label,
	.submit_idea_module .ideapush-form-title{
		font-size: 20px;
	}
}
/*****Single Idea Page CSS******/
.single_idea_cont .idea-item-admin-functions {
	border: none;
}
@media (min-width: 981px) and (max-width: 1650px){
	#page-container #et-boc .single_idea_cont{
		font-size: 22px;
	}
	#page-container #et-boc .single_idea_cont h3{
		font-size: 24px;
	}
}

#popmake-1719 .pum-close.popmake-close {
	display: none !important; 
}

.sign_up_form .password_input_container input {
	width: 100%;
}

.login_form_fix .et_pb_login_form{
	width: 100% !important
}

body .login_form_fix input {
	margin-top: 8px !important;
	padding-left: 20px !important;
	border-radius: 10px;
	background: transparent !important;
	box-shadow: 0 5px 20px 0px rgb(0 0 0 / 8%);
	color: #000 !important;
	font-size: 20px !important;
}

body .login_form_fix button {
	background-color: #240b7a;
	color: #ffffff;
	border-width: 2px;
	border-color: #240b7a;
	border-radius: 10px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0px;
}

body .login_form_fix button:hover {
	background: #fff !important;
	box-shadow: 0 0 20px -5px rgb(0 0 0 / 50%);
}

.signin_txt_form a {
	color: #f7531a;
}

.signin_txt_form {
	text-align: center;
	font-size: 18px;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{
	opacity: 1 !important;
	display: block !important;
}

/* -------------------- Home Page Edits - TA - 10/26/2023 -------------------- */
/* ---------- Text ---------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: 900 !important;
}
/* ---------- Buttons ---------- */
.et_pb_button {
	min-width: 262px;
	text-align: center;
}

/* ---------- Main Menu ---------- */
/* ----- Logo ----- */
@media (min-width: 981px) {
	.et_pb_svg_logo #logo {
		max-width: 170.8px;
	}
}
/* ----- Links ----- */
#top-menu li a {
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#top-menu-nav>ul>li>a:hover, #top-menu li a:hover {
	color: #F95921;
	opacity: 1;
}
@media (min-width: 1641px) {
	#top-menu-nav>ul>li {
		padding-right: 64px;
	}
}
@media (max-width: 1640px) and (min-width: 1466px) {
	#top-menu-nav>ul>li.nav-align-end {
		padding-right: 48px;
	}
	#top-menu-nav>ul>li {
		padding-right: 48px;
	}
}
@media (max-width: 1465px) and (min-width: 1266px) {
	#top-menu-nav>ul>li, #top-menu-nav>ul>li.nav-align-end {
		padding-right: 32px;
	}
}
@media (max-width: 1265px) and (min-width: 1081px) {
	#top-menu-nav>ul>li, #top-menu-nav>ul>li.nav-align-end {
		padding-right: 24px;
	}
}
@media (max-width: 1080px) and (min-width: 981px) {
	#top-menu-nav>ul>li, #top-menu-nav>ul>li.nav-align-end {
		padding-right: 20px;
	}
}
@media (min-width: 1466px) {
	#main-header #et-top-navigation {
		float: left;
		padding-left: 252px !important;
	}
}
@media (min-width: 1181px) and (max-width: 1465px) {
	#main-header #et-top-navigation {
		float: left;
		padding-left: 18vw !important;
	}
}
@media (min-width: 981px) and (max-width: 1180px) {
	.et_pb_svg_logo #logo {
        max-width: 130px !important;
    }
	#main-header #et-top-navigation {
		float: left;
		padding-left: 170px !important;
	}
}
@media (min-width: 981px) {
	#main-header > .container {
		width: 95%;
		max-width: 1800px;
	}
	#main-header #et-top-navigation, #main-header #et-top-navigation #top-menu-nav, #main-header #et-top-navigation #top-menu-nav #top-menu {
		width: 100%;
	}
	#main-header #et-top-navigation #top-menu-nav #top-menu {
		display: flex;
		align-items: center;
	}
	/*Align to end*/
	#top-menu-nav>ul>li.nav-align-end {
		margin-left: auto;
	}
}
/* ----- Sub Menu ----- */
.et_mobile_menu li a:hover, #main-header #et-top-navigation #top-menu-nav #top-menu.nav ul.sub-menu li a:hover {
	background-color: rgba(0,0,0,0);
}
#main-header #et-top-navigation #top-menu-nav #top-menu.nav ul.sub-menu {
	text-align: center;
	width: 129px;
	top: 42px;
	border-top-width: 6px;
}
#main-header #et-top-navigation #top-menu-nav #top-menu.nav ul.sub-menu li a {
	padding: 6px 2px;
	width: 100%;
}
/* ----- Sign Up Button ----- */
.custom-menu-button a, #top-menu li.current-menu-ancestor.custom-menu-button>a, #top-menu li.current-menu-item.custom-menu-button>a, #top-menu li.current_page_item.custom-menu-button>a {
	display: inline-block !important;
	padding: 1em !important;
	border: 6px solid #000 !important;
	text-transform: uppercase;
	transition: all 300ms ease 0ms !important;
	color: #000;
}
.custom-menu-button a:hover, #top-menu li.current-menu-ancestor.custom-menu-button>a:hover, #top-menu li.current-menu-item.custom-menu-button>a:hover, #top-menu li.current_page_item.custom-menu-button>a:hover {
	color: #fff !important;
	background-color: #F95921 !important;
	border-color: #F95921 !important;
	opacity: 1 !important;
}
@media (min-width: 981px) {
	.custom-menu-button a {
		position: relative !important;
		top: -40px;
	}
}
/* ----- Mobile Styling ----- */
@media (max-width: 1150px) and (min-width: 1001px) {
	#main-header #et-top-navigation #top-menu-nav #top-menu > li:last-child {
		padding-right: 0;
	}
	#main-header #et-top-navigation #top-menu-nav #top-menu li a {
		font-size: 16px;
	}
}
@media (max-width: 1030px) and (min-width: 981px) {
	#main-header #et-top-navigation #top-menu-nav #top-menu > li:last-child {
		padding-right: 0;
	}
	#main-header #et-top-navigation #top-menu-nav #top-menu li a {
		font-size: 15px;
	}
}
@media (max-width: 980px) {
	#main-header > .et_menu_container {
		width: 86%;
	}
	#et-top-navigation {
		padding: 55px 0 !important;
	}
	/*show desktop main menu*/
	#et-top-navigation nav#top-menu-nav {
		float: right;
		position: relative;
		margin-left: 20px;
	}
	#top-menu {
		display: block;
	}
	/*hide list items*/
	#top-menu li {
		display: none;
	}
	/*show button*/
	#top-menu li.custom-menu-button {
		display: block;
	}
	#et-top-navigation nav#top-menu-nav .custom-menu-button a {
		padding: 24px 38px !important;
		font-size: 16px;
	}
	/*remove bottom borders*/
	#et-top-navigation .et_mobile_menu li a {
		border-bottom: 0;
	}
	/*mobile menu*/
	#et_mobile_nav_menu {
		margin-top: 22px;
	}
	/*hide mobile menu button*/
	#et_mobile_nav_menu li.custom-menu-button {
		display: none;
	}
	/* Logo */
	#main-header .logo_container #logo {
		max-width: 128px;
		min-height: 80px;
		left: -16px;
		position: relative;
	}
}
/* Adjustments for Small Mobile Screen - Mathias */
@media (max-width: 395px) {
	#main-header .et_menu_container {
		width: 95%;
	}
	/*logo*/
	#main-header .logo_container #logo {
		left: -0px;
	}
	/*button*/
	#et-top-navigation nav#top-menu-nav {
		margin-left: 20px;
	}
	#et-top-navigation nav#top-menu-nav .custom-menu-button a {
		padding: 12px 18px !important;
		position: relative;
		top: 12px !important;
	}
}
@media (max-width: 335px){
	#et-top-navigation nav#top-menu-nav {
		margin-left: 10px;
	}
}
@media (max-width: 315px){
	#main-header .logo_container #logo {
		left: -0px;
		width: 100px !important;
	}
}

/* ---------- Stat Fire Hover Boxes ---------- */
.custom-stat-hover-column {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.custom-stat-hover-column .et_pb_module {
	margin-bottom: 0 !important;
}
.custom-stat-hover-column .custom-stat-module.et_pb_number_counter.et_pb_with_title .percent {
	margin-bottom: 0;
}
.custom-stat-hover-column .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    width: 100%;
}
/* ----- Stats Rows ----- */
@media (max-width: 980px) {
	#page-container .stats-row .et_pb_column {
		margin-bottom: 96px !important;
	}
	#page-container .stats-row .et_pb_column:empty {
		margin-bottom: 0 !important;
	}
}
/* ----- Text ----- */
.custom-stat-hover-column .custom-stat-module, .custom-stat-hover-column .custom-stat-module-hover {
	position: absolute;
	/*pointer-events: none;
	transition: all 500ms fade 0ms;*/
}
.custom-stat-module p {
	font-weight: 900;
}
/*.custom-stat-hover-column .custom-stat-module-hover, .custom-stat-hover-column:hover .custom-stat-module {
visibility: hidden;
}
.custom-stat-hover-column .custom-stat-module, .custom-stat-hover-column:hover .custom-stat-module-hover {
visibility: visible;
}*/
span.custom-stat-hover-large {
	font-size: 68px;
	line-height: 0.8em;
	position: relative;
	font-weight: 900;
	/*top: 9px;*/
}
@media (max-width: 1200px) and (min-width: 981px) {
	span.custom-stat-hover-large {
		font-size: 54px;
	}
	.custom-stat-module p {
		font-size: 30px;
		line-height: 35px;
	}
}
@media (max-width: 980px) {
	span.custom-stat-hover-large {
		font-size: 44px;
		line-height: 0.8em;
	}
}

/* ---------- Clouds ---------- */
@keyframes floating {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
}
.custom-floating-animation {
	animation: floating 6s ease-in-out infinite;
}

/* ---------- Footer ---------- */
/* ----- Clouds ----- */
.custom-footer:before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/footer-clouds-1.svg');
	background-size: cover;
	background-repeat: repeat no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 392px;
	position: absolute;
	top: -391px;
	pointer-events: none;
	z-index: -1;
}
@media (max-width: 980px) {
	.custom-footer:before {
		height: 110px;
		top: -109px;
	}
}
/* ----- Menu ----- */
.custom-footer .custom-footer-row .custom-footer-menu .et_pb_widget {
	margin-bottom: 0;
}
.custom-footer .custom-footer-row .footer-column-menus .custom-footer-menu h4 {
	font-size: 18px;
}
/* ----- Social Media Follow ----- */
.custom-footer .custom-footer-row .footer-column-menus .custom-footer-menu.footer-social {
	margin-right: 0;
}
#page-container .footer-social p {
	padding: 0;
}
#page-container .footer-social li {
	margin-right: 5px !important;
	margin-left: 0px !important;
	margin-bottom: 0px;
}
#page-container .footer-social li a.icon {
	height: 25px;
	width: 25px;
	margin-right: 0;
}
#page-container .footer-social li a.icon:before {
	font-size: 18px;
	line-height: 1em;
	height: 25px;
	width: 25px;
}
/* ----- Footer CTA Button ----- */
.footer-cta-button.et_pb_button {
	min-width: 141px;
}
/* ----- Resize and Mobile ----- */
@media (min-width: 981px) {
	.custom-footer .custom-footer-row .et_pb_column:first-child {
		width: 8%;
	}
	.custom-footer .custom-footer-row .footer-column-menus {
		width: 92%;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
		padding-left: 6%;
	}
	.custom-footer .custom-footer-row .footer-column-menus .custom-footer-menu {
		margin-right: 6%;
	}
	.custom-footer .custom-footer-row .footer-column-menus .custom-footer-menu .widget_nav_menu {
		width: 100%;
	}
	/*Social*/
	.custom-footer .custom-footer-row .footer-column-menus .custom-footer-menu.footer-social {
		margin-left: auto !important;
	}
	/*Footer CTA*/
	.footer-cta {
		margin-right: 10px;
		margin-top: 10px;
		width: 84%;
	}
	/*Button*/
	.custom-footer .custom-footer-row .footer-column-menus .et_pb_button_module_wrapper {
		margin-left: auto !important;
	}
}
@media (max-width: 1570px) and (min-width: 1221px) {
	/*Menus*/
	.custom-footer .custom-footer-row .footer-column-menus .custom-footer-menu {
		margin-right: 4%;
	}
}
@media (max-width: 1220px) and (min-width: 1081px) {
	.custom-footer .custom-footer-row .et_pb_column:first-child {
		width: 6%;
	}
	/*Menus*/
	.custom-footer .custom-footer-row .footer-column-menus .custom-footer-menu {
		margin-right: 2%;
	}
	/*Footer CTA*/
	.footer-cta {
		margin-right: 10px;
		margin-top: 10px;
		width: 81%;
	}
}
@media (max-width: 1080px) and (min-width: 881px)  {
	.custom-footer .custom-footer-row .et_pb_column:first-child {
		width: 5%;
	}
	.custom-footer .custom-footer-row .footer-column-menus {
		width: 95%;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
		padding-left: 2%;
	}
	.custom-footer .custom-footer-row .footer-column-menus .custom-footer-menu {
		margin-right: 1.3%;
	}
	.custom-footer .custom-footer-row .footer-column-menus .custom-footer-menu .widget_nav_menu {
		width: 100%;
	}
	/*Social*/
	.custom-footer .custom-footer-row .footer-column-menus .custom-footer-menu.footer-social {
		margin-left: auto !important;
	}
	/*Footer CTA*/
	.footer-cta {
		width: 80%;
	}
	/*Button*/
	.custom-footer .custom-footer-row .footer-column-menus .et_pb_button_module_wrapper {
		margin-left: auto !important;
	}
}
@media (max-width: 880px)  {
	.custom-footer .custom-footer-row{ 
		width: 80% !important;
	}
	.custom-footer .custom-footer-row .et_pb_column:first-child {
		display: none !important;
	}
	.custom-footer .custom-footer-row .flame-mobile{
		margin-top: 46px;
		display: block !important;
	}
	.custom-footer .custom-footer-row .footer-column-menus h4 {
		margin-top: 23px;
	}
	.footer-cta-button.et_pb_button{
		margin-top: 15px;
	}
}
@media (max-width: 767px)  {
	.custom-footer .custom-footer-row .et_pb_column:first-child {
		margin-top: 0px !important;
	}
}

/* ---------- Align Middle ---------- */
/* ----- More than one column ----- */
.align-middle .et_pb_row.et_pb_equal_columns {
	-webkit-align-items: center;
	align-items: center;	
}
/* ----- One Column ----- */
.align-middle-column {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* ---------- Channels ---------- */
/* ----- Channel Columns ----- */
@media (min-width: 981px) {
	.custom-channel-blurb-column {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-end;
		align-items: stretch;
	}
}
@media (max-width: 980px) {
	.custom-channel-blurb-column {
		margin-bottom: 102px !important;
	}
	.custom-channel-blurb-column.custom-channel-blurb-column-last {
		margin-bottom: 0 !important;
	}
}
/* ----- Channel Blurbs ----- */
/* -- Image -- */
.custom-channel-blurb .et_pb_main_blurb_image {
	margin-bottom: 7px;
}
.custom-channel-blurb .et_pb_image_wrap {
	background-color: #fff;
}
/* -- Subscriber Icon -- */
.custom-channel-blurb .et_pb_module_header span:before {
	content: '';
	display: inline-block;
	width: 17px;
	height: 21px;
	position: relative;
	top: 6px;
	margin-right: 5px;
	background-image: url('/wp-content/uploads/icon-bell.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* ----- Constellation ----- */
@media (min-width: 981px) {
	.constellation:after {
		content: '';
		display: block;
		width: 638px;
		height: 178px;
		background-image: url('/wp-content/uploads/channel-constellation.png');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		visibility: visible;
		position: absolute;
		top: 55px;
		left: 35px;
		right: 0;
		margin: auto;
	}
}
/* ----- Channel Icon Rows ----- */
@media (min-width: 981px) {
	.channel-icon-row .et_pb_column {
		width: 116px !important;
		margin-right: 90px !important;
	}
	.channel-icon-row .et_pb_column:last-child {
		margin-right: 0 !important;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.channel-icon-row  {
		width: 50% !important;
		display: inline-block;
	}
	.channel-icon-row.channel-icon-row-single {
		width: 95% !important;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.channel-icon-row.channel-icon-row-single .et_pb_column {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.channel-icon-row .et_pb_column {
		width: 50% !important;
		margin-right: 0 !important;
	}
}

/* ---------- Services Slider ---------- */
/* ----- Icons ----- */
@media (min-width: 768px) {
	.services-icon {
		margin-bottom: 42px !important;
	}
}
@media (max-width: 767px) {
	.services-icon {
		margin-bottom: 20px !important;
	}
}
/* ----- Height ----- */
@media (max-width: 980px) and (min-width: 768px) {
	/*.services-slider .n2-ss-slider-pane {
	max-height: 618px;
}
	.services-slider .n2-ss-slide {
	max-width: 320px;
	max-height: 618px;
}*/
	.services-slider .n2-ss-section-main-content {
		background-size: contain !important;
	}
}
@media (max-width: 767px) {
	/*.services-slider .n2-ss-slider-pane {
	max-height: 502px;
}
	.services-slider .n2-ss-slide {
	max-width: 260px;
	max-height: 502px;
}*/
	.services-slider .n2-ss-section-main-content {
		background-size: contain !important;
	}
}
/* ----- Background ----- */
.services-slider .n2-ss-slider .n2-ss-layer-with-background {
	background-size: contain;
}
/* ----- Arrows ----- */
.services-slider .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
	left: 0;
	right: 0;
	margin: auto;
}
.services-slider .n2-ss-slider-controls .nextend-arrow-previous:hover {
	content: url('/wp-content/uploads/slider-arrow-left-hover.png');
	max-width: 45px;
	width: 45px;
}
.services-slider .n2-ss-slider-controls .nextend-arrow-next:hover {
	content: url('/wp-content/uploads/slider-arrow-left-hover.png');
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	max-width: 45px;
	width: 45px;
}
@media (max-width: 767px) {
	.services-slider .n2-ss-slider-controls .nextend-arrow-previous:hover,
	.services-slider .n2-ss-slider-controls .nextend-arrow-next:hover {
		max-width: 30px;
		width: 30px;
	}
}
/* ----- Mobile ----- */
@media (min-width: 981px) {
	/* Arrows */
	.services-slider .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
		max-width: 1440px;
	}
}
@media (max-width: 980px) and (min-width: 944px) {
	/* Height */
	.services-slider div#n2-ss-2 .n2-ss-slide,
	.services-slider div#n2-ss-2 .n2-ss-slider-pipeline {
		max-height: 618px;
	}
	/*.services-slider .n2-ss-slider .n2-ss-layer-with-background {
	background-size: 320px!important;
	background-position: top center !important;
	max-height: 618px !important;
}*/
	/* Arrows */
	.services-slider .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
		max-width: 885px;
	}
	/* Title */
	.services-slider h4 {
		font-size: 33px !important;
		line-height: 38px !important;
	}
}
@media (max-width: 943px) and (min-width: 901px) {
	/* Height */
	.services-slider div#n2-ss-2 .n2-ss-slide,
	.services-slider div#n2-ss-2 .n2-ss-slider-pipeline {
		max-height: 618px;
	}
	/*.services-slider .n2-ss-slider .n2-ss-layer-with-background {
	background-size: 320px!important;
	background-position: top center !important;
	max-height: 618px !important;
}*/
	/* Arrows */
	.services-slider .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
		max-width: 450px;
	}
	/* Title */
	.services-slider h4 {
		font-size: 33px !important;
		line-height: 38px !important;
	}
}
@media (max-width: 900px) and (min-width: 864px) {
	/* Height */
	.services-slider div#n2-ss-2 .n2-ss-slide,
	.services-slider div#n2-ss-2 .n2-ss-slider-pipeline {
		max-height: 618px;
	}
	/*.services-slider .n2-ss-slider .n2-ss-layer-with-background {
	background-size: 320px!important;
	background-position: top center !important;
	max-height: 618px !important;
}*/
	/* Arrows */
	.services-slider .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
		max-width: 885px;
	}
	/* Title */
	/*.services-slider .n2-ss-slider .n2-ss-section-main-content .n2-ss-layer:first-child {
	margin-top: -100px;
}*/
	.services-slider h4 {
		font-size: 33px !important;
		line-height: 38px !important;
	}
}
@media (max-width: 863px) and (min-width: 768px) {
	/* Height */
	.services-slider div#n2-ss-2 .n2-ss-slide,
	.services-slider div#n2-ss-2 .n2-ss-slider-pipeline {
		max-height: 618px;
	}
	/*.services-slider .n2-ss-slider .n2-ss-layer-with-background {
	background-size: 320px!important;
	background-position: top center !important;
	max-height: 618px !important;
}*/
	/* Arrows */
	.services-slider .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
		max-width: 450px;
	}
	/* Title */
	.services-slider h4 {
		font-size: 33px !important;
		line-height: 38px !important;
	}
}

@media (max-width: 767px) {
	/* Height */
	.services-slider div#n2-ss-2 .n2-ss-slide,
	.services-slider div#n2-ss-2 .n2-ss-slider-pipeline {
		max-height: 505px;
	}
	/*.services-slider .n2-ss-slider .n2-ss-layer-with-background {
	background-size: 262px !important;
	background-position: top center !important;
	max-height: 505px !important;
}*/
	/* Arrows */
	.services-slider .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
		max-width: 350px;
	}
	/* Title */
	.services-slider h4 {
		font-size: 24px;
		line-height: 28px;
	}
}

/* ---------- Partners Logos ---------- */
.custom-logo-column {
	display: grid;
	grid-template-columns: repeat(5, 1fr); /*5 columns*/
	gap: 120px 5px;
}
.custom-logo-column .et_pb_image {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 0 !important;
}
@media (max-width: 980px) and (min-width: 768px) {
	.custom-logo-column {
		grid-template-columns: repeat(4, 1fr); /*3 columns*/
		gap: 63px 10px;
	}
}
@media (max-width: 767px) {
	.custom-logo-column {
		grid-template-columns: repeat(4, 1fr);
		gap: 15px 8px;
	}
	/*.custom-logo-column img {
	max-width: 132px;
	max-height: 60px;
}*/
}
.mobile-logo-row .et_pb_image .et_pb_image_wrap img[src*=".svg"] {
    width: 100%;
}

/* ---------- Section Titles ---------- 
@media (max-width: 1280px) and (min-width: 981px) {
.section-titles h1, .section-titles h2, .section-titles h3 {
font-size: 50px;
}
}*/

/* ---------- Section Subtitles ---------- 
@media (max-width: 1280px) and (min-width: 981px) {
.section-subtitles p {
font-size: 38px;
line-height: 1.3em;
}
}*/

/* ---------- Scrollbar ---------- */
/* width */
::-webkit-scrollbar {
	width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #fecc4e;
}
/* Handle */
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:hover {
	background: #000;
	height: 120px;
	border-radius: 100px;
	border: 4px solid transparent;
	background-clip: content-box;
}

/* ---------- Top Section ---------- */
/* ----- BG Video ----- */
@media (min-width: 981px) {
	.top-section-video .et_pb_section_video_bg {
		visibility: visible;
	}
	.top-section-video .et_pb_section_video_bg.et_pb_section_video_bg_tablet,
	.top-section-video .et_pb_section_video_bg.et_pb_section_video_bg_phone {
		visibility: hidden;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.top-section-video .et_pb_section_video_bg.et_pb_section_video_bg_tablet {
		visibility: visible;
	}
	.top-section-video .et_pb_section_video_bg,
	.top-section-video .et_pb_section_video_bg.et_pb_section_video_bg_phone {
		visibility: hidden;
	}
	.top-section-video .et_pb_section_video_bg.et_pb_section_video_bg_tablet .mejs-container {
		width: 100% !important;
		height: auto !important;
		margin: auto !important;
		left: 0 !important;
	}
	.top-section-video .et_pb_section_video_bg.et_pb_section_video_bg_tablet .mejs-container video {
		width: 100% !important;
		height: auto !important;
	}
}
@media (max-width: 767px) {
	.top-section-video .et_pb_section_video_bg.et_pb_section_video_bg_phone {
		visibility: visible;
	}
	.top-section-video .et_pb_section_video_bg,
	.top-section-video .et_pb_section_video_bg.et_pb_section_video_bg_tablet {
		visibility: hidden;
	}
	.top-section-video .et_pb_section_video_bg.et_pb_section_video_bg_phone .mejs-container {
		width: 165% !important;
		height: auto !important;
		margin: auto !important;
		left: -32% !important;
	}
	.top-section-video .et_pb_section_video_bg.et_pb_section_video_bg_phone .mejs-container video {
		width: 100% !important;
		height: auto !important;
		max-height: 375px;
	}
}
@media (max-width: 767px) and (min-width: 476px) {
	.top-section-video.et_pb_section {
		padding-top: 375px !important;
	}
}

/* ---------- Overflow ---------- */
#page-container {
	overflow: hidden;
}


/* ---------- Amagi Universe - Channel Constellation Graphic ---------- */
@media (min-width: 768px) {
	.custom-channel-constellation-graphic {
		padding: 0;
		min-width: 1677px;
		position: absolute!important;
		top: 284px;
		bottom: auto;
		left: 53%;
		right: auto;
		transform: translateX(-50%);
		pointer-events: none;
	}
}
@media (max-width: 1165px) and (min-width: 981px) {
	.custom-channel-constellation-graphic {
		min-width: 1500px;
		top: 284px;
		left: 56%;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.custom-channel-constellation-graphic {
		top: 223px;
	}
}
/*@media (max-width: 1305px) and (min-width: 981px) {
.custom-channel-constellation-graphic {
top: 303px;
}
}*/
/* ---------- Amagi Extended Universe - Channel Bubble Graphic ---------- */
@media (min-width: 768px) {
	.custom-channel-bubble-graphic {
		padding: 0;
		min-width: 1525px;
		position: absolute!important;
		top: 233px;
		bottom: auto;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		pointer-events: none;
	}
}
@media (max-width: 1305px) and (min-width: 981px) {
	.custom-channel-bubble-graphic {
		top: 303px;
	}
}
@media (max-width: 980px) and (min-width: 768px) {
	.custom-channel-bubble-graphic {
		top: 244px;
	}
}

/* ----- Bottom padding to accomodate footer graphic ----- */
@media (min-width: 981px) {
	body:not(.home) #main-content .et_builder_inner_content .et_pb_section:last-child {
		padding-bottom: 525px;
	}
}
@media (max-width: 980px) {
	body:not(.home) #main-content .et_builder_inner_content .et_pb_section:last-child {
		padding-bottom: 167px;
	}
}

/* ---------- Blue Fix ---------- */
.et_pb_section.et_pb_with_background.color-fix {
	background-color: #94e5efe5 !important;
}

/* ---------- Services Page ---------- */
#video-editing .n2-ss-slider .n2_ss_video_player .n2_ss_video_player__cover{
	border: 0px solid #fff;
}

#thumbnail-design .n2-ss-slider .n2-ss-layer-col{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px !important;
}
@media(min-width: 1281px){
	#thumbnail-design .n2-ss-slider .n2-ss-layer-col{
		padding: 20px 2vw 40px 2vw !important;
		grid-gap: 40px !important;
	}
}
@media(max-width: 1441px){
	#thumbnail-design .n2-ss-slider .n2-ss-layer-col{
		position: relative;
		top: 20px !important;
	}
}
@media(min-width: 1281px) and (max-width: 1440px){
	#thumbnail-design .n2-ss-slider .n2-ss-layer-col{
		position: relative;
		top: 30px !important;
	}
}
@media(min-width: 1281px){
	div#n2-ss-4 .n2-ss-slide{
		 min-height: 720px !important;
	}
}
@media(max-width: 1280px){
	#thumbnail-design .n2-ss-slider .n2-ss-layer-col{
		position: relative;
		top: 40px !important;
	}
}
@media(min-width: 1181px) and (max-width: 1280px){
	div#n2-ss-4 .n2-ss-slide{
		 min-height: 680px !important;
	}	
}
@media(min-width: 1081px) and (max-width: 1180px){
	div#n2-ss-4 .n2-ss-slide{
		 min-height: 640px !important;
	}	
}
@media(min-width: 981px) and (max-width: 1080px){
	div#n2-ss-4 .n2-ss-slide{
		 min-height: 600px !important;
	}
}
@media(min-width: 981px){
	div#n2-ss-4 .n2-ss-section-main-content{
		justify-content: flex-start !important;
	}
}
@media(max-width: 980px){
	#thumbnail-design .n2-ss-slider .n2-ss-layer-col{
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1.5vw !important;
		top: 0px !important;
	}
	#thumbnail-design .n2-ss-slider .n2-ss-layer-with-background{
		padding: 10px 10px 20px 10px !important;
	}
}
@media(max-width: 640px){
	#thumbnail-design .n2-ss-slider .n2-ss-layer-with-background{
		padding: 10px 10px 12px 10px !important;
	}
}

#photo-editing .et_pb_gallery_image {
  padding-top: 100%;
  display: block;
}
#photo-editing .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
#photo-editing .et_pb_gallery .et_pb_gallery_items{
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 40px !important;
}
#photo-editing .et_pb_gallery .et_pb_gallery_item{
	width: 100% !important;
	height: 100% !important;
	max-width: 405px !important;
	max-height: 405px !important;
}
@media(max-width: 980px){
	#photo-editing .et_pb_gallery .et_pb_gallery_items{
		grid-template-columns: 1fr 1fr !important;
		grid-gap: 30px;
	}
}
@media(max-width: 768px){
	#photo-editing .et_pb_gallery .et_pb_gallery_items{
		grid-gap: 3vw !important;
	}
}
@media(max-width: 280px){
	#photo-editing .et_pb_gallery .et_pb_gallery_items{
		grid-template-columns: 1fr !important;
	}
}

#voice-over .et_pb_code{
	margin-bottom: -7px !important;
}
#voice-over .audio-image img{
	object-fit: cover;
}
@media(min-width: 1481px){
	#voice-over .audio-image img{
		height: 720px !important;
	}
}
@media(min-width: 1321px) and (max-width: 1480px){
	#voice-over .audio-image img{
		height: 52vw !important;
	}
}
@media(min-width: 1241px) and (max-width: 1320px){
	#voice-over .audio-image img{
		height: 53vw !important;
	}
}
@media(min-width: 1181px) and (max-width: 1240px){
	#voice-over .audio-image img{
		height: 54vw !important;
	}
	#voice-over .list{
		padding-top: 4vw !important;
		padding-bottom: 2vw !important
	}
}
@media(min-width: 981px) and (max-width: 1180px){
	#voice-over .audio-image img{
		height: 50vw !important;
	}
	#voice-over .list{
		padding-top: 2.5vw !important;
		padding-bottom: 2vw !important
	}
}
@media(min-width: 481px) and (max-width: 980px){
	#voice-over .list{
		padding-top: 40px !important;
		padding-bottom: 48px !important
	}
}
@media(min-width: 375px) and (max-width: 480px){
	#voice-over .audio-image img{
		height: 420px !important;
	}
	#voice-over .et_pb_code{
		margin-bottom: -20px !important;
	}
	#voice-over .list{
		padding: 40px 24px !important;
		position: relative;
		top: 12px;
	}
}
@media(max-width: 375px){
	#voice-over .et_pb_code{
		position: relative !important;
		margin-top: -10vw !important;
		margin-bottom: -10px !important;
	}
	#voice-over .list{
		padding: 40px 24px !important
	}
}

.audio-player{
	max-width: 100% !important;
	padding: 0 !important;
}
.audio-player > .et_pb_row{
	width: 100% !important;
	max-width: 100% !important;
}
.audio-player .list .et_pb_image{
	cursor: pointer;
	padding: 20px 0px !important;
	border-bottom: 1px solid #fff;
}
.audio-player .list .et_pb_module:last-child{
	padding: 20px 0px 0px 0px !important;
	border-bottom: 1px solid #000 !important;
}
@media(min-width: 1281px){
	.audio-player .content{
		width: auto !important;
	}
	.audio-player .list{
		width: 560px !important;
	}
}
@media(min-width: 1181px) and (max-width: 1280px){
	.audio-player .list .et_pb_text{
		font-size: 22px !important;
		margin-top: -12px !important;
	}
}
@media(min-width: 981px) and (max-width: 1180px){
	.audio-player .list .et_pb_text{
		font-size: 20px !important;
	}
	.audio-player .list .et_pb_image{
		padding: 15px 0px !important;
	}
	.audio-player .list .et_pb_module:last-child{
		padding: 15px 0px 0px 0px!important;
	}
}
.audio-player .ndfHFb-c4YZDc-uoC0bf.ndfHFb-c4YZDc-i5oIFb .ndfHFb-c4YZDc-bnBfGc{
	background-color: #000 !important;
}
.audio-player .ndfHFb-c4YZDc-Wrql6b ndfHFb-c4YZDc-N4imRe-NMrWyd-RCfa3e{
	display: none !important;
	height: 0px !important;
}

#youtube-icon{
	display: grid;
	text-align: center;
	max-width: 80px !important;
	margin: 2vw auto !important;
}

@media(min-width: 981px) and (max-width: 1480px){
	.services-hero p{
		font-size: 3vw !important;
		line-height: 3.5vw !important;
	}
}
@media(min-width: 1281px) and (max-width: 1440px){
	.big-text p{
		font-size: 32px !important;
	}
	.services-hero .et_pb_image{
		margin-top: -25px !important;
	}
}
@media(min-width: 981px) and (max-width: 1280px){
	.big-text p{
		font-size: 30px !important;
	}
	.services-hero p{
		margin-top: -10px !important;
		margin-bottom: -10px !important;
	}
	.services-hero .et_pb_image{
		margin-top: 0px !important;
	}
}

.n2-ss-slider h4{
	font-weight: 700 !important;
}
.content-slider .n2-ss-slider p{
	font-weight: 600 !important; 
}	
@media (max-width: 1440px){
	.content-slider .n2-ss-section-main-content{
		padding-left: 100px !important;
		padding-right: 100px !important;
	}
}
@media (max-width: 980px){
	.content-slider .n2-ss-section-main-content{
		padding: 40px !important;
	}
	.content-slider .n2-ss-slider p{
		font-size: 2vw !important; 
	}
	#visual-effects .n2-ss-slider img.n2_ss_video_play_btn{
		width: 88px !important;
		height: 88px !important;
	}
	#video-editing .n2-ss-slider img.n2_ss_video_play_btn{
		max-width: 88px !important;
		max-height: 88px !important;
	}
}
@media (max-width: 480px){
	.content-slider .n2-ss-section-main-content{
		padding: 20px !important;
	}
	.content-slider .n2-ss-slider p{
		font-size: 3vw !important; 
	}
	#visual-effects .n2-ss-slider img.n2_ss_video_play_btn{
		width: 64px !important;
		height: 64px !important;
	}
	#video-editing .n2-ss-slider img.n2_ss_video_play_btn{
		max-width: 64px !important;
		max-height: 64px !important;
	}
}
#visual-effects .n2-ss-item-content p{
	display: block;
}
@media (max-width: 320px){
	#visual-effects .n2-ss-slider img.n2_ss_video_play_btn{
		width: 40px !important;
		height: 40px !important;
	}
	#video-editing .n2-ss-slider img.n2_ss_video_play_btn{
		max-width: 40px !important;
		max-height: 40px !important;
	}
}

/*
.title-slider .n2-ss-section-main-content{
	width: 100% !important;
}
@media (max-width: 1400px){
	.title-slider .n2-ss-slider h4{
		font-size: 3vw !important;
	}
}
@media (max-width: 980px){
	.title-slider .n2-ss-slider h4{
		font-size: 3vw !important;
	}
	.title-slidern .n2-ss-section-main-content{
		padding: 20px 40px !important;
	}
}
@media (max-width: 480px){
	.title-slider .n2-ss-slider h4{
		font-size: 2vw !important;
	}
}
*/

@media (max-width: 980px){
	.title-slider .n2-ss-slider h4{
		margin-top: 20px !important;
	}
}
@media (max-width: 768px){
	.title-slider .n2-ss-slider h4{
		margin-top: 20px !important;
	}
}

.section-titles *{
	line-height: 1em !important;
}
@media (max-width: 768px){
	.section-titles strong{
		font-size: 44px !important;
	}
}
@media (max-width: 480px){
	.section-titles strong{
		font-size: 40px !important;
	}
}
@media (max-width: 360px){
	.section-titles strong{
		font-size: 36px !important;
	}
}
@media (max-width: 360px){
	.section-titles strong{
		font-size: 32px !important;
	}
}

.n2-active:before{
	content: url(/wp-content/uploads/Slider-Top-Indicator.svg) !important;
	width: 120px !important;
	position: absolute !important;
	margin: auto !important;
	top: -60px !important;
}
.nextend-thumbnail-horizontal{
	width: 105% !important;
	padding: 0px 75px;
	margin-top: 50px !important;
}
.nextend-thumbnail-horizontal[data-has-previous="0"] .nextend-thumbnail-previous,
.nextend-thumbnail-horizontal[data-has-next="0"] .nextend-thumbnail-next{
	transform: translateX(min(-0px,calc(-0%))) rotateZ(-0deg) !important;
	opacity: 1 !important;
}
@media (min-width:1521px){
	#script-writing .nextend-thumbnail-horizontal{
		width: 100% !important;
	}
}
@media (max-width:767px){
	.nextend-thumbnail-horizontal{
		margin-top: 35px !important;
	}
}
@media (max-width:480px){
	.nextend-thumbnail-horizontal{
		padding: 0px 65px;
	}
}
@media (max-width:375px){
	.nextend-thumbnail-horizontal{
		padding: 0px 55px;
	}
}

div#n2-ss-3 .nextend-thumbnail-horizontal .n2-align-content-start{
	justify-content: center !important;
}
div#n2-ss-3 .n2-thumbnail-dot picture:before{
	content: url(/wp-content/uploads/Slider-Top-Indicator.svg) !important;
	position: relative !important;
	top:-30px !important;
	width: 30px !important;
	z-index: 99 !important;
}
@media (min-width:1521px) and (max-width:1620px){
	div#n2-ss-3 .n2-thumbnail-dot img{
		width: 18vw !important
	}
}
@media (min-width:981px) and (max-width:1520px){
	div#n2-ss-3 .n2-thumbnail-dot img{
		width: 17vw !important;
		height: 10vw !important;
	}
}
@media (max-width: 980px){
	div#n2-ss-3 .n2-style-965e933be275f07c371aaf51c8c78af4-simple{
		padding: 48px 0px 0px 0px !important
	}
}
@media (max-width: 640px){
	.n2-ss-slider .n2-ss-widget{
		transform: scale(0.9);
		margin: 10px !important;
	}
	#n2-ss-3-arrow-next{
		margin: 10px !important;
	}
	#n2-ss-3-arrow-next img{
		transform: scale(0.9);
	}
}

/* ----- CSS Profile Graphics ----- */

.n2-ss-slider .title img{
	float: left;
}
@media(min-width: 1441px){
	.n2-ss-slider .title{
		position: relative;
		margin-top: -20px !important;
		left: -170px;
	}
	#thumbnail-design .n2-ss-slider .title{
		position: relative;
		margin-top: -15px !important;
		padding-bottom: 30px;
		left: -15px !important;
	}
}
@media(min-width: 981px) and (max-width: 1440px){
	.n2-ss-slider .title{
		position: relative;
		margin-top: -12px !important;
		padding-bottom: 24px;
		left: -72px;
	}
	#thumbnail-design .n2-ss-slider .title{
		position: relative;
		margin-top: -25px !important;
		left: -15px !important;
	}
}
@media(max-width: 980px){
	#thumbnail-design .n2-ss-slider .title{
		top: 20px !important;
	}
	#thumbnail-design .n2-ss-slider .title img{
		max-width: 90% !important;
		padding: 0px 18px;
	}
}

@media(min-width: 1441px){
	.n2-ss-slider .title img{
		max-height: 70px !important;
	}
}
@media(min-width: 1281px) and (max-width: 1440px){
	.n2-ss-slider .title img{
		max-height: 60px !important;
	}
}
@media(min-width: 981px) and (max-width: 1280px){
	.n2-ss-slider .title img{
		max-height: 50px !important;
	}
}
@media(min-width: 641px) and (max-width: 980px){
	.n2-ss-slider .title img{
		max-height: 40px !important;
	}
}
@media(max-width: 640px){
	.n2-ss-slider .title img{
		height: 4.8vw !important;
	}
}
@media(max-width: 480px){
	.n2-ss-slider .title img{
		height: 5.2vw !important;
	}
}
@media(max-width: 360px){
	.n2-ss-slider .title img{
		height: 5.6vw !important;
	}
}

#voice-over .title{
	position: absolute;
	top: 30px;
	left: 30px;
}
#voice-over .title img{
	max-height: 60px !important;
}
@media(min-width: 981px) and (max-width: 1440px){
	#voice-over .title{
		top: 2vw;
		left: 2vw;
	}
	#voice-over .title{
		max-width: 40vw !important;
	}
	#voice-over .title img{
		max-height: 40px !important;
	}
}
@media(max-width: 980px){
	#voice-over .title{
		top: 4vw;
		left: 4vw;
		max-width: 40vw !important;
	}
}

#content-translation label{
	color: #fff !important;
	position: relative;
	top: 10px;
}
#content-translation .title{
	top: -10px;
	left: 0 !important;
}
.video-title{
	display: none;
}
@media (min-width: 1281px){
	.video-subtitle{
		font-size: 24px !important;
	}
}
@media (min-width: 981px) and (max-width: 1280px){
	.video-subtitle{
		font-size: 1.6vw !important;
	}
}
@media (min-width: 981px) and (max-width: 1080px){
	#content-translation label{
		font-size: 1.2vw !important;
	}
}
@media (min-width: 981px){
	.video-container .left-bar{
		max-width: 28% !important;
	}
	.video-container .right-bar{
		max-width: 72% !important;
		align-items: start !important;
		justify-content: flex-start !important;
	}
	.video-subtitle{
		position: relative;
		top: 4px;
	}
}
@media (max-width: 980px){
	.video-container{
		display: grid !important;
	}
	.video-container .left-bar{
		order: 2 !important;
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.video-container .right-bar{
		order: 1 !important;
		margin-top: 30px !important;
	}
	.video-container .left-bar,
	.video-container .right-bar{
		max-width: 100% !important;
		padding: 0px !important;
	}
	.video-subtitle{
		text-align: center !important;
	}
}

.mfp-bottom-bar{
	visibility: hidden !important;
}
.mfp-bottom-bar *{
	visibility: hidden !important;
}

body.page-id-28390 .et_pb_row_22.et_pb_row {
	padding-top: 60px !important;
}
@media (max-width: 980px){
	body.page-id-28390 .et_pb_row_22.et_pb_row {
		padding-top: 40px !important;
	}
}

/** Services Page - 08092024 RD */

body.page-id-28390 .video-title {
	text-transform: uppercase;
}
body.page-id-28390 option {
    font-size: 18px;
    background-color: #ffffff!important;
}
body.page-id-28390 select option {
    font-size: 18px;
    background-color: #ffffff!important;
} 
body.page-id-28390 option:before {
    content: ">";
    font-size: 20px;
    display: none;
    padding-right: 10px;
    padding-left: 5px;
    color: #fff;
}
body.page-id-28390 option:hover:before {
    display: inline;
}