/*
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.0
*/
/* 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-semi-bold, 
.font-weight-semi-bold h1, .font-weight-semi-bold h2, .font-weight-semi-bold h3, .font-weight-semi-bold h4, .font-weight-semi-bold h5, .font-weight-semi-bold h6, .font-weight-semi-bold li, .font-weight-semi-bold a {
	font-weight: 600;
}

.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;
	max-width: 372px;
}

/* allows use of SVG logo height in DIVI */

.et_pb_menu--style-left_aligned .et_pb_menu__logo {
	width: 100%;
}

/* -- Top header recreated in DIVI builder -- */

.et-l--header .et_pb_code_inner ul {
	padding-bottom: 0;
}

.et-l--header #et-secondary-menu>ul>li a {
    padding-bottom: 5px;
    display: block;
}

.et-l--header #top-header li.menu-login a:before {
    top: 4px;
}

.hide-menu .et_pb_menu__wrap {
	visibility: hidden;
	height: 0 !important;
}

@media (min-width: 981px) {
	
	header #top-header.et_pb_section {
		position: fixed;
		top: 0;
		width: 100%;
	}
	
	body .admin-bar header #top-header.et_pb_section {
		top: 32px;
	}

	header #no-menu-header.et_pb_section {
		position: fixed;
		top: 37px !important;
		width: 100%;
	}
	
	body .admin-bar header #no-menu-header.et_pb_section {
		top: 70px !important;
	}

	header #no-menu-header .et_pb_menu__logo img {
		transition: width .4s;
	}
	
	.et-fixed-header .et_pb_menu__logo img {
		width: 181px;
	}
}

@media (max-width: 768px) {
	header #no-menu-header .et_pb_menu__logo img {
		max-width: 181px;
	}
}


/* 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.03);
}
/* 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: white;
	font-size: 13px;
	line-height: 1.25em;
}

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

/* add an FS logo via background */
#freshy_copyright a.copyright_fs {
	display: block;
	width: 86px;
	height: 20px;
	background-image: url("/wp-content/uploads/2025/09/Freshy-AllWhite.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: 1px;
		height: 20px;
		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: #1536B8;
	/* 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 -- */


/* ---------------- Fonts --------------- */



/* Eurostile Regular */
p, .et_pb_blurb_description, li, .et_pb_text_inner, .ds-desc, .et_pb_toggle_content.clearfix, .dp-dfg-meta.entry-meta, input.dp-dfg-search-input.search-clean,
.eurostile-regular * {
	font-family: eurostile,sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* Eurostile Bold */
.bold p, .bold .et_pb_blurb_description,
.eurostile-bold h1,
.eurostile-bold h2,
.eurostile-bold h3,
.eurostile-bold h4,
.eurostile-bold h5,
.eurostile-bold h6 {
	font-family: eurostile,sans-serif;
	font-weight: 700;
	font-style: normal;
}
/* Eurostile Regular-Oblique */
.reg-obl p {
	font-family: eurostile,sans-serif;
	font-weight: 400;
	font-style: italic;
}
/* Eurostile Bold-Oblique */
.bold-obl p {
	font-family: eurostile,sans-serif;
	font-weight: 700;
	font-style: italic;
}
/* Good Times Font*/
h1, h2, h3, h4, h5, h6, .et_pb_button, input#gform_submit_button_1, .menu-insider a, button.single_add_to_cart_button.button.alt, .full-header .et_pb_fullwidth_header_subhead {
	font-family: good-times,sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*vertical align content*/
.vertical-align  {
	margin-top:auto;
	margin-bottom:auto;
}



/*center button text*/
a.et_pb_button {
    text-align: center;
}
/* ------------ HOME PAGE ----------*/

/*center header content*/
.full-header {
	vertical-align: middle;
	display: flex;
}

/*header width on tablet/mobile*/
@media (max-width: 980px) {
	.full-header .header-content {
		width: 100%!important;
	}
}

/*remove shadow*/
.quote-slider .et_pb_slide_content {
	text-shadow:none;
}

/*remove padding*/
.quote-slider .et_pb_slide_description {
	padding: 0 0 16% 0 !important;
}

.become-quotes .quote-slider .et_pb_slide_description {
	padding: 0 0 0% 0 !important;
}
/*remove padding*/
.quote-another_slider .et_pb_slide_description {
	padding: 0 0 0 0 !important;
}
/*author padding*/
.quote-slider span.author {
    padding-top: 25px!important;
    display: block;
}
.become-quotes .quote-slider span.author {
    padding-top: 0px!important;
}
/*add border to dot navigation*/
.quote-slider .et-pb-controllers a {
    opacity: 1;
    border: 1px solid #707070;
    background-color: transparent!important;
}
/*active color on slider dot*/
.quote-slider a.et-pb-active-control {
	background-color: #1536B8!important;
	border: 1px solid #1536B8;
}
.quote-slider .et_pb_slide_video {
    width: 100%;
    margin-right: 0px;
}

/* gray bold text */
.become-quotes .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_content strong,
.become-quotes .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_content b {
	color: #c2e336;
}

/* the font size changes if the p tag is added to the text */
@media (min-width: 981px) {
	.become-quotes .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_slide_content p {
		font-size: 26px;
	}	
}


/*hide overflow caused from quotes*/
body {
	overflow-x:hidden;
}

/*remove space under stacked image*/
@media (max-width: 980px) {
	.full-row .stacked-order-1 {
    	margin-bottom:0px!important;
	}
}

/*Button on full width row*/
.full-row .et_pb_button_module_wrapper  {
    max-width: 80%;
    margin-left: auto;
}
@media (max-width: 980px) {
	.full-row .et_pb_button_module_wrapper  {
    	margin-right: auto;
	}
}

/*button with green shield*/
a.green-arrow-button:before {
    content: url(/wp-content/uploads/2022/07/green-shield-button-icon.png)!important;
	margin-left: -30px!important;
    margin-top: -4px;
}
/*button with green shield*/
a.black-arrow-button:before {
    content: url(/wp-content/uploads/2022/07/black-button-arrow.png)!important;
}
/*button with green shield*/
a.white-arrow-button:before {
    content: url(/wp-content/uploads/2022/07/white-button-arrow.png)!important;
}
a.green-arrow-button:hover:before {
	margin-left: -40px!important;
}


/*blue shield check list*/
.blue-list.checklist ul li::before {
	content: url(https://armrreport.freshy.dev/wp-content/uploads/2022/07/check-blue-armore.png);
}
.blue-list.checklist ul li {
    padding-left: 35px;
    margin: 0 0 30px !important;
}

/*armr portfolio make column larger*/
@media (min-width: 981px) {
	.spec-large-col {
    	width: 67%!important;
	}
}

/*video overlay height*/
.et_pb_video_overlay {
	height: 101%;
}


/* --------- ABOUT PAGE ----------- */

/*center team member image*/
.about-bio .et_pb_team_member_image {
    margin: auto auto 30px;
}

/*add blue background behind blurbs*/
.blue-blurb .et_pb_main_blurb_image .et-pb-icon {
    background-image: url(/wp-content/uploads/2022/07/blue-circle-background.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 40px 40px 36px;
}
@media (max-width: 980px){
	.blue-blurb .et_pb_main_blurb_image .et-pb-icon{
	    padding: 20px 20px 20px 18px;
	}
}

/*make columns larger*/
.three-col-row .et_pb_column {
    width: 30%!important;
}


/* --------- ACCOUNT PAGE -------------- */


/*account side menu slider*/
.et-slide-push-toggle .et_pb_blurb_container {
    padding-left: 0;
}


.account-menu ul {
	display:grid!important;
}

@media (max-width: 980px) {
	.account-menu .et_pb_menu__menu {
    	display: contents;
	}
	.account-menu .et_mobile_nav_menu {
		display:none;
	}
	.account-menu  .et_pb_menu__wrap {
    	-webkit-box-pack: inherit;
    	-ms-flex-pack: inherit;
    	justify-content: inherit;
	}
}

  #page-container, #et-main-area, .et-push-sidebar {
    transition: all 300ms !important;
  }
.et-slide-push-toggle .et-pb-icon {
    transition: all 0ms !important;
  }
/*
 * use if using blank template with no header or footer
 * 
  #page-container.et-push-sidebar-active {
    margin-left: 350px;
  }
*/  
  #page-container.et-push-sidebar-active #et-main-area {
    margin-left: 0px;
  }  
  .et-push-sidebar {  
    transform: translateX(-100%);
  }
  .et-fb .et-push-sidebar {  
    transform: translateX(0%);
  }
  .et-push-sidebar-active .et-push-sidebar {
    transform: translateX(0%);
  }
  
  .et-slide-push-toggle, .et-slide-push-close {
    cursor:pointer;
  }
  .et-push-sidebar-active .et-slide-push-toggle .et-pb-icon {
    transform: rotate(180deg);
  }
@media all and (max-width: 767px) {
  .et-push-sidebar-active .et-push-sidebar {
    overflow: hidden !important;
    overscroll-behavior: contain;
  }
  #page-container.et-push-sidebar-active #et-main-area, #page-container.et-push-sidebar-active {
    margin-left: 0px;
  }  
}  


/* ----------- Menu ------------ */
div#top-header {
    border-bottom: 1px solid #EEEEEE!important;
}
#top-header .et-cart-info span:before {
    color: #1536B8;
}
#top-header li.menu-login a:before {
	content: url(https://armrreport.freshy.dev/wp-content/uploads/2022/07/Icon-open-account-login.png);
    position: absolute;
    margin-right: auto;
    margin-left: -30px;
}

.menu-insider a {
	color: #000000!important;
    border-color: #c2e336;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: 700!important;
    background-color: #c2e336;
	padding: 20px!important;
	font-size: 17px!important;
}
.menu-insider a:hover {
	color: #ffffff!important;
	opacity:1!important;
	background-color: #c2e336!important;
}
.et-fixed-header .menu-insider a {
    padding: 12px!important;
    font-size: 12px!important;
    margin-top: 5px;
}
div#et-top-navigation {
    padding-top: 25px!important;
}
@media (min-width: 981px){
	.et_header_style_left .et-fixed-header #et-top-navigation {
    	padding-top: 3px!important;
	}
}


div#page-container {
    padding-top: 116px!important;
}
@media (max-width: 980px){
	div#page-container {
    	padding-top: 59px!important;
	}
	.menu-insider a {
    	padding: 10px!important;
    	font-size: 12px!important;
    	width: 190px;
    	margin-top: 10px;
}
}

@media (max-width: 1130px) and (min-width: 981px){
	.et_pb_svg_logo #logo {
    	height: 45%!important;
    	margin-top: -10px;
	}
}
/*header#main-header, header#main-header .container.clearfix.et_menu_container {
    height: 100px!important;
}

header#main-header.et-fixed-header, header#main-header.et-fixed-header .container.clearfix.et_menu_container {
    height: 55px!important;
}*/

.page-id-200 .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    display: none;
}
.about-bio h3.et_pb_module_header {
    max-width: 300px;
    margin: 0 auto;
}
.page #page-container .et_pb_social_media_follow_network_2_tb_footer a.icon {
	background-size: auto !important;
	background-image: url('/wp-content/uploads/2022/08/small-icon.png') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.page-id-5673 #page-container .et_pb_social_media_follow_network_2 a.icon {
	background-size: auto !important;
	background-image: url('/wp-content/uploads/2022/08/icon-twits-1.png') !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.et-social-xing a.icon::before {
  content: "" !important;
}
@media all and (max-width: 980px) {
.margin_right_3_row_cmn .et_pb_column {
		width: calc(33% - 15px + 5px) !important;
		margin-right: 15px !important;
	}
}
.ammr_portfolio_section.et_pb_section_4.et_pb_section {
	background-color: rgba(194,227,54,0.24) !important;
}
.accent_color span{
	color:#1536B8 !important	
}
@media (min-width: 981px){
	.person_name .et_pb_module_header {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (min-width: 981px) and (max-width: 1130px) {
	.person_name .et_pb_module_header {
		font-size:22px !important
	}
}
.img_hover:hover {
    transition: all .5s ease;
}

.img_hover:hover {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
}

.mc-closeModal::before, .mc-closeModal::after {
	background-color: #1536b8 !important;
}

@media (min-width: 981px) {
		#main-header {
		z-index: 9 !important;
	}
}

/* Mailchimp embed code (popup) overrides */

/* always hide the banner aspect regardless of screen size */
#PopupSignupForm_0 .mc-banner {
	display: none !important;
	visibility: hidden;
}
/* always show the form/modal aspect regardless of screen size */
#PopupSignupForm_0 .mc-modal,
#PopupSignupForm_0 .mc-modal-bg {
	visibility: visible;
}
#PopupSignupForm_0 .mc-modal {
	z-index: 1000000;
}
#PopupSignupForm_0 .mc-modal-bg {
	z-index: 999999;
	opacity: 0.25 !important;
}


.image-icon-center {
	pointer-events: none;
}

/* become an insider page */
/*  heading accent */
.un-bold-accent h1 strong {
	color: #c2e336;
}

@media (max-width: 767px) {
	.mobile-background-shift {
		background-position: 66% 100%;
	}
}

@media (min-width: 981px) and (max-width: 1200px) {
	.mobile-background-shift {
		background-position: 66% 100%;
	}	

	.mobile-background-shift-home {
		background-position: 69% 100%;
	}
}

@media (max-width: 767px) {
	.mobile-background-shift-home {
		background-position: 69% 100%;
	}
}

@media (min-width: 981px) {
	.vertically-aligned {
		margin: auto;
	}
}

/* center mobile button */
#main-header #mobile_menu.et_mobile_menu li.menu-insider a {
	margin: auto;
}


/*divi filtergrid move search icon over*/
span.et-pb-icon.dp-dfg-search-icon {
    background-color: #EEEEEE!important;
    margin-left: -1px;
}
.dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-dropdown-label {
    border: 0px solid #e2e2e2;
    background-color: #eeeeee;
}

/*woo account page button style*/
.woo-account button.woocommerce-Button.button, .woo-account a.woocommerce-Button.button {
    font-family: good-times,sans-serif;
    color: #000000!important;
}

.woo-account nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link a {
	color:#000000!important;
}

.woo-account li.woocommerce-MyAccount-navigation-link {
    text-align: center;
    font-weight: 700;
    background: #eeeeee;
    padding: 10px;
	margin-bottom: 5px;
}
.woo-account li.woocommerce-MyAccount-navigation-link:hover {
    background: #ffffff;
}


/*become and insider blurbs*/
.blurb-shadow .et_pb_blurb_container {
    padding: 0% 5% 5% 5%;
}

/*center text on become and insider popup*/
.popup-cart table.variations {
    margin-left: auto;
    margin-right: auto;
}
/********Image Enlargement Title Remove******/
/*.mfp-title {
    display: none;
}*/
@media (max-width: 767px){
#page-container .left_0pd_list ul, #page-container .left_mg_0 ul{
	padding-left: 0 !important;
}
#page-container .flex_col_mbl{
	display: flex;
	flex-direction: column;
}
#page-container .flex_col_mbl .et_pb_column{
	width: 100% !important;
}
}
/**********CSS by Rashed for P1 R3 - armrreport.com********/

/********** custom checkbox in checkout via code snippet ********/
a.checkout-link {
	color: #2ea3f2;
}

/********** account-information page ********/
/* active link*/
.woo-account li.woocommerce-MyAccount-navigation-link.is-active {
	background: #000;
}

.woo-account nav.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link.is-active a {
	color: #eee !important;
}

/********** account page ********/
/* account menu */
.account-menu-fixed-top .et_pb_menu nav.et-menu-nav ul li a,
.account-menu-fixed-top .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu li a {
	color: #000;
}

.account-menu-fixed-top .et_pb_menu nav.et-menu-nav ul li a:hover,
.account-menu-fixed-top .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu li a:hover {
	color: #1536B8;
}

/*.account-menu-fixed-top.et_pb_sticky--top {
	top: 93px !important;
}*/

@media (min-width: 1525px) and (max-width: 1699px) {
	.account-menu-fixed-top .et_pb_menu nav.et-menu-nav ul li a {
		font-size: 15px;
	}
	
	.account-menu-fixed-top .et_pb_menu nav.et-menu-nav ul li {
    	padding-left: 8px;
    	padding-right: 8px;
	}
}

@media (min-width: 1350px) and (max-width: 1524px) {
	.account-menu-fixed-top .et_pb_menu nav.et-menu-nav ul li a {
		font-size: 14px;
	}
}

@media (min-width: 981px) and (max-width: 1524px) {
	.account-menu-fixed-top .et_pb_menu nav.et-menu-nav ul li {
    	padding-left: 5px;
    	padding-right: 5px;
	}
}

@media (min-width: 1260px) and (max-width: 1349px) {
	.account-menu-fixed-top .et_pb_menu nav.et-menu-nav ul li a {
		font-size: 13px;
	}
}

@media (min-width: 1175px) and (max-width: 1259px) {
	.account-menu-fixed-top .et_pb_menu nav.et-menu-nav ul li a {
		font-size: 12px;
	}
}

@media (min-width: 1090px) and (max-width: 1174px) {
	.account-menu-fixed-top .et_pb_menu nav.et-menu-nav ul li a {
		font-size: 11px;
	}
}

@media (min-width: 981px) and (max-width: 1089px) {
	.account-menu-fixed-top .et_pb_menu nav.et-menu-nav ul li a {
		font-size: 11px;
	}
	
	.account-menu-fixed-top .et_pb_menu .et_pb_menu__wrap .et_pb_menu__menu {
		display: none !important;
	}
	
	.account-menu-fixed-top .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu {
		display: block !important;
	}
	
	.account-menu-fixed-top .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu span.mobile_menu_bar::after {
		content: 'Quicklinks';
		font-family: good-times,sans-serif;
		color: #000;
		font-size: 20px;
		top: -6px;
    	position: relative;
	}
	
	.account-menu-fixed-top .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu ul.et_mobile_menu {
		background-color: #c2e336 !important;
	}
	
	.account-menu-fixed-top .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu li::marker {
		content: none;
	}
}

@media (max-width: 980px) {
	.account-menu-fixed-top .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu span.mobile_menu_bar::after {
		content: 'Quicklinks';
		font-family: good-times,sans-serif;
		color: #000;
		font-size: 20px;
		top: -6px;
    	position: relative;
	}
	
	.account-menu-fixed-top .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu ul.et_mobile_menu {
		background-color: #c2e336 !important;
	}
	
	.account-menu-fixed-top .et_pb_menu .et_pb_menu__wrap .et_mobile_nav_menu li::marker {
		content: none;
	}
	
	.account-menu-fixed-top .et_pb_menu .et_pb_menu__wrap {
		-webkit-box-pack: start;
    	-ms-flex-pack: start;
    	justify-content: flex-start;
	}
}

/* get rid of the jumping header on load */
/*body.et_fixed_nav.et_secondary_nav_enabled #main-header {
 	top: 39px !important;
}*/

/*body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
	top: 71px !important;
}

body.admin-bar.et_fixed_nav.et_secondary_nav_enabled .account-menu-fixed-top.et_pb_sticky--top {
	top: 125px !important;
}
*/
/* -- Resources page - filtergrid -- */
/* center filters */
@media (min-width: 981px) {
	.resources-grid.dpdfg_filtergrid .dp-dfg-container .dp-dfg-filters-dropdown-layout {
		grid-template-columns: repeat(2,1fr);
		width: 49%;
		margin: auto;
	}	
	
/* fundamentazl research page */
	.research-filter.dpdfg_filtergrid .dp-dfg-container .dp-dfg-filters-dropdown-layout {
		grid-template-columns: repeat(3,1fr);
		width: 80%;
		margin: auto;
	}
}

/* when there are no results in the divi filtergrid the dropdowns go below the footer */
@media (max-width: 997px) {
	.page-id-239006 .entry-content .et_builder_inner_content,
	.page-id-238728 .entry-content .et_builder_inner_content {
		z-index: inherit;
	}
}

@media (min-width: 981px) and (max-width: 997px) {
	.page-id-239006 .entry-content .et_builder_inner_content .et_pb_section.account-menu-fixed-top,
	.page-id-238728 .entry-content .et_builder_inner_content .et_pb_section.account-menu-fixed-top {
		z-index: inherit;
	}
}

/* main menu wrapping */
@media (min-width: 981px) and (max-width: 994px) {
	#top-menu li {
		padding-right: 15px;
	}
}

/* fixed header dropdown z-index. it's going behind the account page quicklinks */
body #et-boc #main-header.et-fixed-header {
	z-index: 99999 !important;
}

/* gravity forms - hide heading */
.gform_heading {
	display: none;
}

/* gravity form popup */
.popup-form .gform_wrapper.gravity-theme .gform_footer {
	justify-content: center;
}

.popup-form .gform_wrapper.gravity-theme .gform_footer input {
	font-family: good-times,sans-serif;
}

/* -- UM LOGIN -- */
/* label */
.um-login .um-form .um-field-label label {
	font-size: 22px !important;
	font-weight: 400;
	color: #000;
}

/* input */
.um .um-form input[type=text], 
.um .um-form input[type=search], 
.um .um-form input[type=tel], 
.um .um-form input[type=password], 
.um .um-form textarea {
	-webkit-appearance: none;
    background-color: #eee;
    max-width: 100%;
    border: 0 solid #ddd !important;
    border-radius: 0;
    color: #999;
    height: auto !important;
    padding: 16px !important;
    line-height: 1.7em; 
}

/* repcaptcha */
div.um .g-recaptcha {
	margin: 0 !important;
}

/* login button */
.um-login form .um-col-alt .um-center {
	text-align: left;
}

.um input[type=submit].um-button, 
.um input[type=submit].um-button:focus, 
.um a.um-button, 
.um a.um-button.um-disabled:hover, 
.um a.um-button.um-disabled:focus, 
.um a.um-button.um-disabled:active {
	background: #c2e336;
	color: #000;
	font-size: 17px;
	font-weight: 600 !important;
    text-transform: uppercase !important;
}

.um input[type=submit].um-button:hover,  
.um a.um-button:hover {
	background: #c2e336;
	color: #fff;
}

/* forget */
.um-login form a.um-link-alt {
	text-align: left;
}

/* border */
.um-login  {
	border: 1px solid #eee;
	padding: 15px;
}

/* spacing above youtube video in the global youtube row for the three youtube playlists */
.youtube-feed-row .et_pb_column .et_pb_text p {
	padding-bottom: 0;
}

/* --- Testimonial Carousel --- */


.armr-testimonials .n2-ss-slide {
	border-bottom-width: 8px !important;
    border-bottom-color: #C2E336 !important;
}

.armr-testimonials .n2-ss-slider .n2-ss-layer-with-background {
	justify-content: space-between !important;
}

@media (max-width: 981px) {
	.armr-testimonials .n2-ss-no-bga-fixed {
		padding: 0 38px;
	}
}

/* --- ARMR Toggle --- */

body .armr-toggles .et_pb_toggle {
	padding: 0;
    border: 0;
}

body .armr-toggles .et_pb_toggle_title {
	padding: 20px 20px 20px 0;
	background-color: #0c257f;
	font-family: eurostile,sans-serif;
    font-weight: 500;
}

body .armr-toggles .et_pb_toggle_content {
	padding: 20px;
}

.et_pb_gutters3 .et_pb_column_4_4 .armr-toggles .et_pb_module, 
.et_pb_gutters3.et_pb_row .et_pb_column_4_4 .armr-toggles .et_pb_module {
	margin-bottom: 0.8%;
    border-bottom: 2px solid #fff;
}

body .armr-toggles .et_pb_toggle_title:before {
	content: "\4c";
    font-weight: 800;
	font-size: 24px;
    color: #fff;
	background-color: #44b5fc;
    padding: 7px;
    border-radius: 50%;
	top: 41%;
}

@media (max-width: 981px) {
	body .armr-toggles .et_pb_toggle_title {
		padding: 20px 44px 20px 0; 
	}
}

/* List */

html body .tighter-list ul {
	padding-left: 23px !important;
}

@media (max-width: 981px) {
	html body .tighter-list ul {
		padding-bottom: 0px !important;
	}
}


/* --- FORMS --- */

.five-day-trial-form .gform_wrapper.gravity-theme .ginput_complex {
	flex-flow: column;
}

.five-day-trial-form .gform_wrapper.gravity-theme .ginput_complex .gform-grid-col {
	padding-right: 0;
	padding-left: 0;
}

.five-day-trial-form .gform_wrapper.gravity-theme .ginput_complex .gform-grid-col:nth-child(2) {
	margin-top: 52px !important;
}

body .five-day-trial-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .five-day-trial-form .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
	font-size: 23px;
    padding: 62px 12px 10px;
    border-bottom: 3px solid #0c257f;
    color: #0c257f;
}

.five-day-trial-form .gform_wrapper.gravity-theme .ginput_container_email {
	margin-top: 26px !important;
}

body .five-day-trial-form .gform_wrapper .gform_footer input.button {
	font-size: clamp(18px,1.8vw,30px);
    font-family: good-times,sans-serif;
    color: #0c257f!important;
    margin: auto;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

body .five-day-trial-form .gform_wrapper .gform_footer {
	padding: 38px 0 10px 0;
}

@media (max-width: 768px) {
	body .five-day-trial-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
body .five-day-trial-form .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
		font-size: 18px;
    	padding: 23px 12px 10px;
	}
	.five-day-trial-form .gform_wrapper.gravity-theme .ginput_container_email {
		margin-top: 6px !important;
	}
	.five-day-trial-form .gform_wrapper.gravity-theme .ginput_complex .gform-grid-col:nth-child(2) {
		margin-top: 32px !important;
	}
	body .five-day-trial-form .gform_wrapper .gform_footer input.button {
		font-size: clamp(13px,1.8vw,23px);
	}
}


/* --- Hidden Header Nav CSS --- */

/* .page-id-243720 #top-header,
.page-id-243761 #top-header{
	display: none;
}

.page-id-243761 #et-top-navigation,
.page-id-21 #et-top-navigation,
.page-id-244075 #et-top-navigation,
.page-id-243720 #et-top-navigation,
.page-id-243880 #et-top-navigation,
.page-id-243883 #et-top-navigation {
	visibility: hidden;
}

.page-id-243761 footer .et_pb_row--with-menu {
	display: none;
}

body.page-id-243720.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header,
body.page-id-243761.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 32px !important;
}

body.page-id-243720.et_fixed_nav.et_secondary_nav_enabled #main-header,
body.page-id-243761.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 0px !important;
}

body.page-id-243720 div#page-container,
body.page-id-243761 div#page-container {
    padding-top: 109px!important;
} */

/* --- MISC. --- */

@media (min-width: 981px){
	.et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
		width: 24.1%;
	}
}

@media (min-width: 981px){
	.et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column {
		margin-right: 1.2%;
	}
}

@media (max-width: 981px) {
	.tighter-mobile-spacing .et_pb_column {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 1200px) and (min-width: 981px){
	.fullwidth_rows_small_desktop .et_pb_column {
		width: 100% !important;
		margin-right: 0 !important;
	}
}

body .align-last-module-end {
	display: flex;
    flex-direction: column;
}

body .align-last-module-end .et_pb_module:last-child {
	margin-top: auto;
}

@media (min-width: 768px) {
.et_pb_module.shield-icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
	height: 60px;
    background: url('https://armrinvesting.com/wp-content/uploads/2023/05/shield-with-arrow@2x-1.png');
    background-size: cover;
    left: -66px;
    top: 0;
}
}

.woocommerce-error a {
	color: #fff;
	font-weight: bold;
}