/*
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.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: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-white.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: #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;
	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 -- */

/*******Common CSS******/

/*place button modules next to each other in the same column*/

.r_inline_btn .et_pb_button_module_wrapper {
  display: inline-block;
}
.r_inline_btn {
  text-align: center !important;
}

/*Column reverse on mobile*/

@media all and (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 !important;
  }
}

/*****Contact Page*****/
/****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,
body .contact_form .gform_wrapper .hidden_label .ginput_container select {
  margin-top: 0 !important;
  border: 1px solid #c1c1c1 !important;
  padding-left: 20px !important;
  border-radius: 4px;
  background: #fff !important;
  color: #5e5e5e;
  font-size: 18px !important;
  font-family: "GothamNarrow-Light" !important;
  font-weight: 300 !important;
}
div#page-container .contact_form textarea::-webkit-input-placeholder,
div#page-container .contact_form input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #5e5e5e !important;
  font-size: 18px !important;
}
div#page-container .contact_form textarea::-moz-placeholder,
div#page-container .contact_form input::-moz-placeholder {
  opacity: 1 !important;
  color: #5e5e5e !important;
}
div#page-container .contact_form textarea:-ms-input-placeholder,
div#page-container .contact_form input:-ms-input-placeholder {
  opacity: 1 !important;
  color: #5e5e5e !important;
}
div#page-container .contact_form textarea:-moz-placeholder,
div#page-container .contact_form input:-moz-placeholder {
  opacity: 1 !important;
  color: #5e5e5e !important;
}
div#page-container .contact_form textarea:focus::-webkit-input-placeholder,
div#page-container .contact_form input:focus::-webkit-input-placeholder,
div#page-container .contact_form textarea:hover::-webkit-input-placeholder,
div#page-container .contact_form input:hover::-webkit-input-placeholder,
body .contact_form .gform_wrapper .hidden_label .ginput_container select:hover,
body .contact_form .gform_wrapper .hidden_label .ginput_container select:focus {
  color: #802c1b !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: #802b1a !important;
}
.contact_form div.gform_footer.top_label input {
  background: #ef6e27;
  text-transform: uppercase;
  font-size: 18px !important;
  padding: 12px 70px !important;
  border-radius: 4px !important;
  margin: 0;
  text-align: center;
  font-family: "GothamNarrow-Medium";
  font-weight: 300 !important;
  transition: all 0.4s ease-in-out;
}
.contact_form .gform_footer {
  justify-content: center;
}
.contact_form div.gform_footer.top_label input:hover {
  background: #361548;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 981px) and (max-width: 1500px) {
  .contact_form div.gform_footer.top_label input {
    font-size: 18px !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 select,
  body .contact_form .gform_wrapper .hidden_label .ginput_container textarea {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .contact_form div.gform_footer.top_label input {
    font-size: 18px !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 select,
  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 select,
  body .contact_form .gform_wrapper .hidden_label .ginput_container textarea {
    font-size: 14px !important;
  }
}
@media (min-width: 981px) {
  .justify_cnt_row {
    justify-content: center !important;
  }
}
/*****Column Margin*****/
@media (max-width: 980px) {
  .lctn_row .et-last-child {
    margin-bottom: 0 !important;
  }
}
/****Location Section CSS****/
.lctn_blurb .et_pb_blurb_container{
    padding-left: 0;
}

@media (max-width: 767px){
.two_col_row .et_pb_column{
    width: 100% !important;
}
}
/******Location Map******/
.map_mdl .wpgmp_map_parent {
  margin-bottom: 0;
}
.map_mdl p {
  padding-bottom: 0;
}
@media (min-width: 981px) and (max-width: 1200px) {
  .map_mdl .wpgmp_map {
    height: 840px !important;
  }
}
@media (max-width: 980px) {
  .map_mdl .wpgmp_map {
    height: 500px !important;
  }
}
/***circle go to top***/
/*.et_pb_scroll_top.et-pb-icon {
  right: 4vw !important;
  color: #fff !important;
  padding: 6px !important;
  padding-right: 7.5px !important;
  background: #361548 !important;
  border-radius: 50% !important;
  box-shadow: 0px 0px 12px rgb(51 51 51 / 34%) !important;
  bottom: 70px !important;
}*/

/*@media (max-width: 767px) {
  /***circle go to top mobile***/
 /* .et_pb_scroll_top.et-pb-icon {
    padding: 4px !important;
    padding-right: 5.5px !important;
  }
}
*/
/*******Custom CSS by Denisa******/
#page-container{
    overflow:hidden;
}
body, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
/*Header Style*/
.et_fullwidth_nav #main-header .container {
    width: 76%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
@media only screen and (min-width: 981px) and (max-width: 1281px){
    .et_fullwidth_nav #main-header .container {
        width: 85%;
        max-width: 100%;
        padding-right: 0px;
        padding-left: 0px;
}
}
.et_fullwidth_secondary_nav #top-header .container {
    width: 76%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
#et-top-navigation {
	background-color:rgb(54,21,72,0.3);
	border-radius:8px;
}

.nav li ul {
	top: 40px !important;
}
#top-menu li li {
	padding: 0;
}
#top-menu li li a {
    padding: 6px 20px;
	width: 100%;
}
#main-header .nav li ul {
	width: 255px !important;
}
.et-fixed-header #top-menu li li.current-menu-item > a, 
.et-fixed-header #top-menu li li.current_page_item > a {
    color: #fff !important;
	text-decoration:underline;
}
#top-menu li li.current-menu-item > a, #top-menu li li.current_page_item > a {
    color: #fff !important;
	text-decoration:underline;
}

#top-menu li li,
body.et_header_style_split .et-fixed-header #top-menu .sub-menu li {
    border-left:none !important;
}

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    color: #fff !important;

}
/* Add triangle arrow to the dropdown */
ul.nav > li > ul.sub-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #EF6E27 transparent;
    position: absolute;
    top: -10px;
    left: 30px;
}

/* Move the arrow to the center */
ul.nav > li > ul.sub-menu:before {
    left: 50%;
    transform: translateX(-50%);
}
#main-header {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*.et_header_style_split #et-top-navigation nav > ul > li > a{
    padding-top: 22px;
    padding-bottom: 22px !important;
	
}*/
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 0px !important;
}

.et_header_style_split .et-fixed-header #et-top-navigation {
    background-color: #fff;
}

.et_header_style_split .et-fixed-header #et-top-navigation ul.sub-menu li a {
    color: #fff !important;
}

.et_header_style_split .et-fixed-header li.centered-inline-logo-wrap .logo_container #logo {
	content: url("/wp-content/uploads/North-Star-Footer-Logo.svg");
}

.et_header_style_split .et-fixed-header #top-menu li:not(:first-child) {
	border-left: 2px solid #361548!important;
}

.et_header_style_split .et-fixed-header #top-menu li.centered-inline-logo-wrap, 
.et_header_style_split .et-fixed-header #top-menu li.menu-item-after-logo {
	border-left: none !important;
}

@media only screen and (min-width: 981px) {
    .et_header_style_split #et-top-navigation {
        padding: 0 !important;
	    margin-top: 40px;
	    display: flex;
        flex-direction: column !important;
        justify-content: center !important;
	    height:80px;
	}
	.et_header_style_split .et-fixed-header #et-top-navigation {
	    margin-top: 0;
	}
	
	body.et_header_style_split #main-header.et-fixed-header .centered-inline-logo-wrap {
		height: 66px !important;
	}
}
#top-menu > li {
	height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav li li {
    display: block !important;
	margin-top:80px;
}
#top-menu li:not(:first-child) {
	border-left: 2px solid #fff;
}
ul#top-menu.nav,
.et_header_style_split #top-menu-nav  {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
	/*margin-left: -40px;*/
}
/*aligning rev*/
@media only screen and (max-width:1720px) and (min-width:981px){
.et_header_style_split #main-header .centered-inline-logo-wrap {
    height: auto !important;
}
}
/* Remove the down arrow from divi’s primary menu */
#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
    content: "";
}
#top-menu .menu-item-has-children > a:first-child {
	padding-right:0px !important;
}
/* Add rounded corners to the dropdown container */
ul.sub-menu {
    border-radius:8px;
}
/* Change the vertical dropdown offset */
nav>ul>li>a {
    padding-bottom: 15px;
}
/* Change the default dropdown animation */
ul.nav > li > ul.sub-menu {
    transform:translateY(10px);
    transition: all .3s ease-in-out;
}
ul.nav > li:hover > ul.sub-menu {
    transform:translateY(0);
}
/*#top-menu li a:not(:first-child){
  border-left: 2px solid #fff;
  height: 35px;
  }*/

#top-menu li.centered-inline-logo-wrap, #top-menu li.menu-item-after-logo{
  border-left: none !important;
  }
#top-menu li a {
    line-height: 18px;
}
@media only screen and (min-width: 1750px) {
    .et_header_style_split #main-header .centered-inline-logo-wrap {
        width: auto !important;
        height: 113px !important;
}
	#top-menu li {
	    padding-right: 42px;
        padding-left: 42px;
} 
	#top-menu li:first-child{
		padding-left:0 !important;
	}
}
/*@media only screen and (min-width: 1281px) and (max-width: 1749px){
	ul#top-menu.nav,
	.et_header_style_split #top-menu-nav  {
		margin-left: -35px;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1280px){
	ul#top-menu.nav,
	.et_header_style_split #top-menu-nav  {
		margin-left: -25px;
	}
}*/
@media only screen and (min-width: 1281px) and (max-width: 1749px){
	#top-menu li {
		padding-left: 22px;
	}
}
@media only screen and (min-width: 981px) and (max-width: 1280px){
	#top-menu li a {
		font-size:13px !important;
}
	li.centered-inline-logo-wrap  {
		width: 220px !important;
		vertical-align: middle;
	}
	#top-menu li {
        padding-right: 15px;
		padding-left: 15px;
	}
}
@media only screen and (min-width: 981px) {
    .et_pb_fullwidth_section {
        padding-top: 0px !important;
}
}
.nav li a span {
	display: block;
}


@media only screen and (max-width: 480px) {
    .quotes {
	     font-size:50px;
	}
	.home-slider .et_pb_bg_layout_dark .et_pb_slide_description strong {
        font-size: 33px !important;
        line-height: 33px !important;
	}
}

.home-slider .et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none;
	display: flex;
    flex-direction: column;
	font-weight:400;
	min-height: 1022px;
    max-height: 1022px;
}

@media (max-width: 980px) {
	.home-slider .et_pb_bg_layout_dark .et_pb_slide_description {
		min-height: 610px;
		max-height: 610px;
	}
}

@media (max-width: 767px) {
	.home-slider .et_pb_bg_layout_dark .et_pb_slide_description {
		min-height: 500px;
		max-height: 500px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .home-slider .et_pb_bg_layout_dark .et_pb_slide_description strong {
	    font-size:73px;
	    font-weight:400;
	    line-height:1em;
}
	.home-slider .et_pb_slide_description {
	    padding-top:0px;
}
	.home-slider .et_pb_slide_content h1, .home-slider .et_pb_slide_content h2 {
        font-size: 55px !important;
}
}
@media only screen and (min-width: 1201px) {
    .home-slider .et_pb_bg_layout_dark .et_pb_slide_description strong {
	    font-size:73px;
	    font-weight:400;
	    line-height:1em;
}
	.home-slider .et_pb_slide_description {
	    padding-top:0px;
}
}
.home-slider .et_pb_slide_description .et_pb_slide_title {
    display: flex;
    order: 2;
	font-weight:400;
}
.home-slider .et_pb_slide_description {
	padding-left:0px;
}
.home-slider .et_pb_slide {
    padding: 0;
}

.home-slider .et_pb_slide_content p:last-of-type {
	padding-bottom:0px !important;
}

.home-slider .et_pb_slide_content h1, .home-slider .et_pb_slide_content h2 {
	font-size:85px;
	color:#EF6E27 !important;
}
@media only screen and (max-width: 980px) {
	.home-slider .et_pb_slide_content h1, .home-slider .et_pb_slide_content h2 {
	    font-size:30px;
}
	.home-slider .et_pb_bg_layout_dark .et_pb_slide_description strong {
	    font-size:53px;
		line-height:53px;
}
}
@media only screen and (min-width: 981px) and (max-width: 1440px){
	.home-slider.et_pb_slider .et_pb_slide_content {
		font-size:140px;
	}
	
	.home-slider.et_pb_slider .et_pb_slide_description,
	.home-slider.et_pb_slider .et_pb_slide .et_pb_slide_description, 
	.home-slider.et_pb_slider_fullwidth_off .et_pb_slide .et_pb_slide_description {
		padding-top: 17% !important;
	}
}
@media only screen and (min-width: 1441px){
	.home-slider.et_pb_slider .et_pb_slide_content {
		font-size:180px;
	}
}
.home-slider.et_pb_slider .et_pb_container {
	min-height: unset;
    height: auto;
}

.home-slider.et_pb_slider .et_pb_slide_overlay_container {
	background-color: transparent;
}

.home-slider .et-pb-controllers a {
    background-color: #fff;
    border-radius: 7px;
    width: 16px;
    height: 16px;
    opacity: 1;
    border: 3px solid #DE753B;
}
.home-slider .et-pb-controllers {
    display: none;
}
/* Active slider blurb */
.control-active.et_pb_blurb .et_pb_main_blurb_image .et-pb-icon {
    border-radius: 0;
    border-width: 0;
	content: url('/wp-content/uploads/Active-Slider-control.svg');
	width:60px;
	height: 79.5px;
}

.slider-blurb .et_pb_main_blurb_image {
    margin-bottom: 0px;
}
/*** Three words animated on the first slider ****/
.quotes { display: none; }

.scroll.et_pb_fullwidth_image {
    left: 0;
	right:0;
    margin-left: auto;
    margin-right: auto;
	transform: translateX(0);
}
.scroll.et_pb_image {
    left: 0;
	right:0;
    margin-left: auto;
    margin-right: auto;
	transform: translateX(0);
	top: 60px;
}
@media only screen and (min-width: 981px) and (max-width: 1200px) {
    .inner-hero .et_pb_slide_description .et_pb_slide_title {
        font-size: 150px !important;	
		text-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
    .inner-hero.et_pb_slider .et_pb_slide_content p, .inner-hero div.et_pb_slide_description div.et_pb_slide_content, .inner-hero .et_pb_slider div.et_pb_slide_content {
        font-size: 43px !important;
		padding-top: 10% !important;
		text-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
	.inner-hero.et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
        font-size: 43px !important;
		text-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
	.inner-hero.et_pb_slider .et_pb_slide {
        height: 100vh !important;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1700px) {
   .inner-hero .et_pb_slide_description .et_pb_slide_title {
		/*font-size: 170px !important;	*/
	   font-size: 160px !important;
	   text-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
	.inner-hero.et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    font-size: 53px !important;
		text-shadow: 0 0 20px rgb(0 0 0 / 30%);
  }
	.inner-hero.et_pb_slider .et_pb_slide {
        height: 100vh !important;
}
}
@media only screen and (min-width: 1701px) and (max-width: 1800px) {
   .inner-hero .et_pb_slide_description .et_pb_slide_title {
		/*font-size: 180px !important;	*/
	   font-size: 170px !important;	
	   text-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
	.inner-hero.et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    font-size: 63px !important;
		text-shadow: 0 0 20px rgb(0 0 0 / 30%);
  }
	.inner-hero.et_pb_slider .et_pb_slide {
        height: 100vh !important;
}
}
@media only screen and (min-width: 1801px) {
   .inner-hero .et_pb_slide_description .et_pb_slide_title {
		/*font-size: 210px !important;*/
	   font-size: 180px !important;
	   text-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
	.inner-hero.et_pb_slider.et_pb_module .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    font-size: 73px !important;
		text-shadow: 0 0 20px rgb(0 0 0 / 20%);
  }
    .inner-hero.et_pb_slider .et_pb_slide {
        height: 100vh !important;
}
}

/* reduced height banner */
@media (min-width: 981px) {
	.inner-hero.reduced-height .et_pb_slides .et_pb_slide {
		height: 600px;
	}

	.inner-hero.reduced-height-alt .et_pb_slides .et_pb_slide {
		height: 725px;
	}	
}


/* Blurb */

.home-blurb a {
	color: #fff !important;
	font-weight:600;
}

.home-blurb a:after {
    content: url('/wp-content/uploads/Icon-awesome-chevron-circle-right.svg');
    position: relative;
    width: 16.83px;
    height: 16.83px;
	top: 3px;
    left: 7px;
    display: inline-block;
}
.home-blurb .et_pb_blurb_content {
    font-weight: 500;
}
/*@media only screen and (min-width: 981px) {
	.home-blurb .et_pb_blurb_content {
	    max-width:374px !important;
}
}*/
@media only screen and (min-width: 1367px) {
	.home-blurb .et_pb_blurb_content {
	    max-width:374px !important;
}
}
@media only screen and (min-width: 981px) and (max-width: 1366px) {
    .section-tablet1 .et_pb_blurb.et_pb_blurb {
        padding-bottom:0px !important;
		
	}
	.home-tablet .et_pb_blurb.et_pb_blurb {
        padding-left:3% !important;
		
	}
	.home-tablet .orange-button {
		padding-left:3% !important;
		text-align:left !important;
	}
	.home-tablet .et_pb_row .et_pb_column.home-col1, .home-tablet .et_pb_row .et_pb_column.home-col2 {
    border-right: 0px;
    border-bottom: 1px solid #fff;
  }
	.section-tablet2 .et_pb_row .et_pb_column.flet-solutions-column1 {
		padding-right: 12% !important;
	}
	.section-tablet2 .et_pb_row .et_pb_column.flet-solutions-column2 {
		padding-right: 12% !important;
		padding-left: 12% !important;
	}
}
.home-blurb h3 {
    padding-bottom:20px;
}
.home-blurb a:hover::after, a:hover .home-blurb::after {
	left: 20px;
	transition: 0.4s ease;
}
.fullwidth-hero-image a:first-child:after{
    content: url('/wp-content/uploads/Icon-awesome-chevron-circle-right.svg');
    position: relative;
    width: 16.83px;
    height: 16.83px;
	top: 3px;
    left: 7px;
    display: inline-block;
}
/*.fullwidth-hero-image a:last-child {
    background-color: #ef6e27;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    min-width: 200px;
    display: inline-block;
    border-radius: 26px;
	font-weight:500;
}*/
a.direction {
    background-color: #ef6e27;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    min-width: 250px;
    display: inline-block;
    border-radius: 26px;
	font-weight:500;
}
a.direction:hover {
    background-color: #361548;
}
/*.fullwidth-hero-image a:first-child:hover {
    background-color: #361548;
}*/
.fullwidth-hero-image strong {
    color: #EF6E27;
	font-weight:500;
}

.direction {
	margin-top:20px;
	margin-bottom:20px;
}

@media only screen and (max-width:480px) {
	.email-contact {
	    font-size:13px;
	}
}

@media (min-width: 1772px) {
	.home-blurb h3 {
		min-height: 95px;
	}
}


/*Buttons*/
.orange-button.et_pb_button {
    min-width: 200px;
	text-align: center;
}
.orange-button.et_pb_button::after {
    content: url('/wp-content/uploads/Icon-awesome-chevron-circle-right.svg');
}
.location-button.et_pb_button::after {
    content: url('/wp-content/uploads/Icon-awesome-chevron-circle-right-b.svg');
}
.et_pb_button_one {
    min-width: 200px;
	text-align: center;
}
.et_pb_button_one::after {
    content: url('/wp-content/uploads/Icon-awesome-chevron-circle-right.svg');
}
.et_pb_more_button::after {
    content: url('/wp-content/uploads/Icon-awesome-chevron-circle-right.svg');
}
.et_pb_more_button {
    min-width: 200px;
	text-align: center;
}
.et_pb_button_wrapper {
	order:2;
}
/* Vertical align */
.text-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Fullwidth hero section */

.fullwidth-hero-image.et_pb_fullwidth_header_container {
    max-width: 100% !important;
}
.fullwidth-hero-image.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 76%;
}
.fullwidth-hero-image.et_pb_fullwidth_header .header-content {
    max-width: 50%;
    float: right;
	/*width: 557px;*/
	padding: 0px;
	width: 500px;
}
@media (min-width: 768px) and (max-width: 980px) {
	.fullwidth-hero-image.et_pb_fullwidth_header .header-content {
	    width:100% !important;
}
}
.fullwidth-hero-image.et_pb_fullwidth_header .et_pb_module_header {
	padding-bottom: 25px;
}
.fullwidth-hero-image .et_pb_header_content_wrapper  {
	padding-bottom: 15px;
}
@media only screen and (max-width: 980px) {
    .fullwidth-hero-image.et_pb_fullwidth_header {
        background-position: 60% top !important;
}
}
@media only screen and (min-width: 980px) and (max-width: 1440px){
    .fullwidth-hero-image.et_pb_fullwidth_header .header-content,
	.fullwidth-hero-star-image.et_pb_fullwidth_header .header-content {
        /*width: 40% !important;*/
		width: 36% !important;
}
	.fullwidth-hero-star-image.et_pb_fullwidth_header .et_pb_fullwidth_header_container,
	.fullwidth-hero-image.et_pb_fullwidth_header .et_pb_fullwidth_header_container{
        width: 80%;
}

	.fullwidth-section-image {
		background-size: cover !important;
	}
	.fullwidth-section-home {
		background-size: contain !important;
		background-position: left 70% !important;
	}
	.fullwidth-section-image .et_pb_fullwidth_header{
        background-size: cover !important;
}
}
@media only screen and (min-width: 980px) and (max-width: 1600px){
    #fresh-healthy-options.et_pb_section, #sbarros.et_pb_section{
        background-position: 40% center !important;
  }
	#redeem-points.et_pb_section {
        background-position: 80% center !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1200px){
	#history.et_pb_section {
        background-position: center top !important;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1200px){
	.location-details.et_pb_section {
        background-position: 85% center !important;
  }
}
.fullwidth-hero-star-image.et_pb_fullwidth_header_container {
    max-width: 100% !important;
}
.fullwidth-hero-star-image.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 76%;
}
.fullwidth-hero-star-image.et_pb_fullwidth_header .header-content {
    max-width: 50%;
    float: right;
	padding: 0px;
}
@media only screen and (min-width: 981px) {
	.fullwidth-hero-star-image.et_pb_fullwidth_header .header-content {
	    width: 557px;
}
	.flet-solutions.et_pb_fullwidth_header .header-content {
	    width: 700px !important;
		max-width: 60% !important;
}
}
.fullwidth-hero-star-image.et_pb_fullwidth_header .et_pb_module_header {
	padding-bottom: 25px !important;
}
.fullwidth-hero-star-image .et_pb_header_content_wrapper  {
	padding-bottom: 15px;
}
@media only screen and (max-width: 980px) {
    .fullwidth-hero-star-image.et_pb_fullwidth_header {
        background-position: 60% top !important;
}
}
@media only screen and (min-width: 981px) and (max-width: 1635px) {
    .fullwidth-hero-star-image.et_pb_fullwidth_header {
        background-position: 60% top !important;
		/*background-position: center !important;*/
}
	.et_pb_fullwidth_header .header-content h2.et_pb_module_header {
		/*font-size:40px !important;*/
		font-size:35px !important;
		/*padding-top: 30%;*/
		padding-top: 35%;
		padding-bottom: 0px !important;
	}
	/* with-logo as aseeon on flee solutions and the wex capital section */
	.fullwidth-section-image.with-logo .header-content h2.et_pb_module_header {
		padding-top: 0;
	}
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
        font-size: 16px !important;
}
	.fullwidth-section-image .et_pb_fullwidth_header {
        background-position: 57% top !important;
  }
	#home-hero.et_pb_fullwidth_header {
        background-position: 50% top !important;
  }
}

@media (min-width: 1280px) and (max-width: 1672px) {
	.fullwidth-section-image.with-logo .et_pb_fullwidth_header_container {
		width: 92%;
	}
}

@media (min-width: 981px) and (max-width: 1279px) {
	.fullwidth-section-image.with-logo .et_pb_fullwidth_header_container {
		width: 96%;
	}
	
	.fullwidth-section-image.with-logo .et_pb_fullwidth_header_container .header-content,
	.fullwidth-section-image.with-logo .et_pb_fullwidth_header_container.left .header-content {
		padding-left: 64px;
	}
}

@media only screen and (min-width: 801px) and (max-width: 980px) {
	.fullwidth-section-image {
		height: auto !important;
		background-size: cover !important;
		background-color:#fff;
		background-position: top center !important;
	}
	.fullwidth-section-image .et_pb_fullwidth_header{
        background-size: cover !important;
}
	.fullwidth-section-image .et_pb_fullwidth_header_container .header-content {
		  max-width: 100% !important;
	}
	.et_pb_fullwidth_header {
        min-height: auto !important;
}
	.fullwidth-hero-image.et_pb_fullwidth_header .et_pb_fullwidth_header_container, .fullwidth-hero-star-image.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
        background-color: rgba(255, 255, 255, 0.7);
		padding-top:30px;
		padding-bottom:30px;
}
}
@media only screen and (max-width: 800px) {
	.fullwidth-section-image {
		height: auto !important;
		background-size: cover !important;
		background-color:#fff;
		background-position: left center !important;
	}
	.fullwidth-section-image .et_pb_fullwidth_header{
        background-size: contain !important;
		background-image:none !important;
}
	.fullwidth-section-image .et_pb_fullwidth_header_container .header-content {
		  max-width: 90% !important;
	}
	.et_pb_fullwidth_header {
        min-height: auto !important;
}
	.fullwidth-hero-image.et_pb_fullwidth_header .et_pb_fullwidth_header_container, .fullwidth-hero-star-image.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
        background-color: rgba(255, 255, 255, 0.7);
		padding-top:30px;
		padding-bottom:30px;
}
}

/* mystar rewards */
@media (min-width: 981px) and (max-width: 1080px) {
	.et_builder_inner_content .fullwidth-section-image.rewards-card {
		background-position: -41% 172px;
	}	
}

@media (min-width: 1081px) and (max-width: 1279px) {
	.et_builder_inner_content .fullwidth-section-image.rewards-card {
		background-position: -16% 65px;
	}	
}


/* Divi column stacking on mobile */

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

/*** wrap row in a flex box ***/

.custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
}

/*** custom classes that will designate the order of columns in the flex box row ***/

.first-on-mobile {
    -webkit-order: 1;
    order: 1;
}
.second-on-mobile {
    -webkit-order: 2;
    order: 2;
}
.third-on-mobile {
    -webkit-order: 3;
    order: 3;
}
.fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
}
}

/* Scroll Down Icon Animation*/
.scroll {
	animation: down 1.5s infinite;
	-webkit-animation: down 1.5s infinite;	
}

@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
		
	}
	40% {
		transform: translate(0);
	}
}

@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
		
	}
	40% {
		transform: translate(0);
	}
}
@media only screen and (min-width: 981px) {
    .location-row {
	    display:flex;
	    gap:20px !important;
}
}
@media only screen and (max-width: 980px) {
	.location-row.et_pb_row .et_pb_column:not(:last-child) {
		margin-bottom:15px !important; 
	}
}

.food-blurb .et_pb_main_blurb_image img {
    height: 100px !important; 
    width: auto;
}
/*Gravity Form*/
.gform_wrapper input.button{
	min-width: 200px !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	font-size: 18px !important;
    font-weight: 500 !important;
	text-transform: none;
	background: #EF6E27!important;
	color:#fff !important;
	border-radius:26px !important;
	border-width: 0px !important;	
	text-align: center !important;	
	letter-spacing: 1px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 10px !important;
 }
.gform_wrapper .gform_wrapper {
    text-align: center !important;
	margin: 0 !important;
}
.gform_wrapper input.button:hover{
	color: #fff !important;
    background-color: #361548 !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.gform_wrapper textarea.textarea, div.form_saved_message div.form_saved_message_emailform form input[type=text],
.gform_wrapper ul.gform_fields li.gfield select {
	background:#EEEEEE !important;
	padding: 20px 16px !important;
	border: 0px solid #707070 !important;
	color: #000 !important;
    font-weight: 400 !important;
	font-size: 15px !important;
	text-transform: capitalize;
}
/* Gravity Form placeholders*/
    ::-webkit-input-placeholder { color:#707070; }
    :-moz-placeholder { opacity: 1; color:#707070; } /* Firefox 18- */
    ::-moz-placeholder { opacity: 1; color:#707070; } /* firefox 19+ */
    :-ms-input-placeholder { color:#707070; } /* ie */
    input:-moz-placeholder { color:#707070; }

.gform_wrapper ul.gform_fields li.gfield select {
	height: 40px !important;
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type="submit"] {
	margin: 0 !important;
}
.gform_wrapper .gform_footer {
    padding: 30px 0 10px !important;
    margin: 0 !important;
}
body .gform_wrapper .gform_footer {
	text-align: left !important;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100% !important;
}
.gform_required_legend {
	display:none;
}
body .gform_wrapper .hidden_label textarea.textarea {
    margin: 0 !important;
}

/*Ribbon*/
.ribbon {
    background: #361548;
    color: #ffffff;
    text-shadow: 0em 0em 0.3em rgba(0,0,0,0.2);
    font-weight: 700;
    display: block;
    width: calc(100% + 20px);
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    top: 0px;
    z-index:10;
}
.ribbon strong {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #fff;
    line-height: 70px;
    border-radius: 100%;
    color: #000;
	margin-right: 15px;
}
.ribbon:before {
    border-top: 10px solid #361548;
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    bottom: -10px;
    left: 0;
    border-left: 10px solid transparent;
}

.ribbon:after {
    border-top: 10px solid #361548;
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 0;
    bottom: -10px;
    border-right: 10px solid transparent;
}
/*Checklist*/
.checklist ul li::before {
	content: url('/wp-content/uploads/checkmark-icon.svg'); 
}
/* Footer */
.footer-social.et_pb_social_media_follow .et_pb_social_media_follow_network_0_tb_footer .icon::before, .footer-social.et_pb_social_media_follow .et_pb_social_media_follow_network_1_tb_footer .icon::before, .footer-social.et_pb_social_media_follow .et_pb_social_media_follow_network_2_tb_footer .icon::before{
    line-height:2rem;
    height: 2rem;
    width: 2rem;
}
.footer-social.et_pb_social_media_follow .et_pb_social_media_follow_network_0_tb_footer .icon, .footer-social.et_pb_social_media_follow .et_pb_social_media_follow_network_1_tb_footer .icon, .footer-social.et_pb_social_media_follow .et_pb_social_media_follow_network_2_tb_footer .icon{
	height: 2rem;
    width: 2rem;
	margin-bottom:15px;
}
.et_pb_social_media_follow .et_pb_social_media_follow_network_3_tb_footer .icon {
  height: 2rem;
  width: 2rem;
  margin-bottom: 15px;
}
.medium-text.et_pb_text, .medium-text.et_pb_text, .footer-blurb .et_pb_blurb_content {
    font-weight: 500;
}
.footer-blurb.et_pb_blurb_position_left .et_pb_main_blurb_image {
    vertical-align: middle;
}
.footer-blurb.et_pb_blurb_position_left .et_pb_main_blurb_image {
	width:16px !important;
}
@media only screen and (max-width: 980px) {
	.menu-footer.et_pb_menu .et_pb_menu__menu {
        display: block !important;
}
	.menu-footer .et_mobile_nav_menu {
		display: none !important;
	}
	.footer-nav-items .et_pb_menu__wrap{
		display:flex;
		/*justify-content: center !important;*/
	}
	.contact-column {
		width:100% !important;
	}
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
    width: 100%;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
    padding-bottom: 0;
}
@media only screen and (min-width: 980px) and (max-width: 1440px)  {
    .et_pb_gutters2 .et_pb_column_1_5, .et_pb_gutters2.et_pb_row .et_pb_column_1_5 {
        width: 30%;
}
}
/* Locations */
.locations-blurb.et_pb_blurb .et_pb_main_blurb_image  {
    width: 97px;
    height: 97px;
    background-color: #EF6E27;
    border-radius: 100%;
	padding:20px;
	margin-bottom:20px;
}

/* stop heading from going to two lines too soon */
@media (min-width: 1320px) {
	.location-column2 .services-title {
		white-space: nowrap;
	}
}

/* Store Locator */
.wpsl-search {
    display: none;
}
#wpsl-stores{
	background-color: #2c1c49;
}
@media only screen and (min-width: 1440px) {
    #wpsl-gmap {
        width: 70%;
}
    #wpsl-result-list {
        width: 100%;
}
}

@media only screen and (min-width: 1580px) {
	.wpsl-store-location{
	    display: flex;
		gap: 15px;
	}
	
	p.wpsl-contact-details {
	    margin-top: 35px !important;
		margin-left: auto !important;
		white-space: nowrap;
	}
}
#wpsl-wrap #wpsl-result-list li {
    border-bottom: none;
}

.wpsl-street{
  	padding-top:10px;
	margin-top: -30px;
	
}
.wpsl-store-location{
	color:#fff;
	font-weight: 500;
	padding-left: 20px;
}
.wpsl-store-location span{
	opacity: 0.5;
	font-size: 16px;
}
.wpsl-directions {
    text-transform: none;
    text-decoration: underline;
    font-weight: 500;
	opacity: 0.5;
	color:#fff;
	padding-left: 20px;
	font-size:15px;
}
#wpsl-result-list li p {
	padding-bottom: 10px;
}
.wpsl-store-location strong {
	color:#fff;
	font-size:18px;
	opacity: 1 !important;
}
.wpsl-contact-details a {
	color:#fff;
}
.wpsl-contact-details strong {
	font-size:18px;
}

#wpsl-wrap #wpsl-result-list ul li {
    padding-top: 20px;
    padding-bottom: 20px;
	margin-left: 40px;
    margin-right: 40px;
}
#wpsl-result-list li p {
    margin: 0;
}
.wpsl-country {
	display:none;
}
#wpsl-wrap #wpsl-result-list ul li:hover {
    background-color: rgb(70,55,96, 0.5) !important;
	border-radius:8px !important;
}
#wpsl-wrap #wpsl-result-list ul li:hover strong{
    color: #EF6E27 !important;
}
#wpsl-wrap #wpsl-result-list ul li:hover .wpsl-directions{
    color: #EF6E27 !important;
	opacity:1;
	text-decoration:underline;
}
#wpsl-result-list .wpsl-directions:hover  {
    color: #EF6E27 !important;
	opacity:1;
	text-decoration:underline;
}

.wpsl-contact-details #text {
	display: none !important;
}
.wpsl-street:before{
	content: "";
	display: block;
    width: 24px;
    background-image: url('/wp-content/uploads/Icon-awesome-map-marker-alt.png');
    background-size: contain;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
    left: -32px;
    bottom: -32px;

}
.wpsl-contact-details a:nth-of-type(1):before{
	content: "";
	display: inline-block;
    width: 24px;
    background-image: url('/wp-content/uploads/Icon-awesome-phone-alt-w.png');
    background-size: contain;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
    left: -5px;
    bottom: -5px;

}


.wpsl-info-window p a:nth-of-type(1) {
	/*color:#EF6E27 !important;*/
	color:#fff !important;
}
.wpsl-info-window p span:nth-of-type(1) {
	margin-top:-10px;
	
}
.wpsl-store-location span{
	padding-left:30px;
	display: block;
}
.wpsl-contact-details span{
	padding-left:0px !important;
}
.wpsl-info-window p strong:first-child {
    font-size: 18px;
	line-height: 1em;
}
.wpsl-info-window span {
    font-size: 15px;
	margin-left:24px;
}
#wpsl-wrap .wpsl-info-window p {
    margin: 0;
}
.wpsl-info-window a {
	color:#fff !important;
	font-weight:700;
}
#wpsl-gmap .wpsl-info-actions a {
    /*color: #EF6E27 !important;*/
	opacity: 1;
	padding-left: 0px !important;
	font-size: 15px;
}

.wpsl-info-window span:first-child {
	padding-bottom:15px !important;
}
.wpsl-info-window p {
	padding-bottom:0px !important;
}
.wpsl-info-window {
	padding-right:20px !important;
}
.wpsl-info-actions a {
	margin-bottom:30px;
}

body #find-location #wpsl-wrap #wpsl-gmap .gm-style .gm-style-iw-c {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}
.wpsl-info-window p:nth-of-type(2) {
    font-weight: 700;
    text-transform: none;
    /*color: #EF6E27 !important;*/
	color: #fff !important;
	text-decoration:underline;
	/*padding-top:10px;*/
	font-size: 15px;
}
#wpsl-wrap {
    margin-bottom: 0px;
}
.wpsl-store-location p a:nth-of-type(2) {
	display: none;
}
#wpsl-stores:before {
    content:"Find Your Nearest North Star Location";
	color:#ef6e27;
	font-weight:700;
	padding: 0px 20px 20px 70px !important;
	font-size:20px;
	display: block;
}

html[lang="es"] #wpsl-stores:before {
	    content:"Encuentre la ubicación de North Star más cercana";
}

#wpsl-stores {
	padding-top:40px;
}

/* tooltip / window - make it orange with white text */
.gm-style .gm-style-iw-c {
	background-color: #ef6e27;
}

.gm-style .gm-style-iw-tc::after {
	/*background: #ef6e27;*/
	background: transparent;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

#wpsl-gmap .wpsl-info-window,
#wpsl-gmap .wpsl-info-window a {
	color: #fff;
}

#wpsl-gmap .wpsl-info-window {
	min-width: 225px;
}


.wpsl-info-window span:nth-child(2):before{
	content: "";
	display: block;
    width: 16px;
    background-image: url('/wp-content/uploads/Icon-awesome-phone-alt-w.png');
    background-size: contain;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
    left: -24px;
    bottom: -16px;
}
.wpsl-info-window span:nth-child(2) {
	display: block;
    margin-bottom:20px;
}

/* icon - map marker */
.wpsl-info-window p span:nth-of-type(1):before{
	content: "";
	display: block;
    width: 16px;
    background-image: url('/wp-content/uploads/Icon-awesome-map-marker-alt.png');
    background-size: contain;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
    left: -24px;
    bottom: -24px;
}

/* close icon */
.gm-ui-hover-effect>span {
	background-color: #ffffff;
}

/* Counter */
.price:before {
	content:"$";
	font-size: 18px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
	position: absolute;
    top: -25px;
    margin-left: -15px;
}
.price:after {
	content:"/gal";
	font-size: 18px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
	position: absolute;
    bottom: -25px;
    margin-right: -25px;
}
.price {
	position: relative;
	text-align: center;
	color: #fff;
	font-family: 'Anton',Helvetica,Arial,Lucida,sans-serif;
	font-size: 80px;
	line-height: 72px;
}
@media only screen and (max-width: 980px) {
    .price {
        font-size: 60px;
}
}
@media only screen and (min-width: 980px) and (max-width: 1280px) {
    .price {
        font-size: 50px;
}
	.price:before {
	    font-size: 16px;
}
    .price:after {
	    font-size: 16px;
}
	.fuel-row.et_pb_row {
		width:85%;
	}
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .price {
        font-size: 80px;
}
	.price:before {
	    font-size: 16px;
}
    .price:after {
	    font-size: 16px;
}
	.fuel-row.et_pb_row {
		width:85%;
	}
}
/* Scroll to top icon */
.et_pb_scroll_top.et-pb-icon {
    color: #361548;
	background: #fff;
	bottom: 80px;
	border-radius: 50%;
    padding: 10px;
    font-size: 40px;
    right: 1%;
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

/* dropdown menu hover */
#main-header .et_mobile_menu li a:hover, 
#main-header .nav ul li a:hover {
	background-color: rgb(255 255 255 / 20%);
    opacity: 1;
}

/* disable the active color for footer links */
#fs-footer-bottom-bar .menu-footer.et_pb_menu ul li.current-menu-item a, 
#fs-footer-bottom-bar .menu-footer.et_pb_menu ul li.current-menu-item a, 
#fs-footer-bottom-bar .menu-footer.et_pb_menu ul li.current-menu-item a {
	color: #000 !important;
}

/* bolded text as orange */
.bold-orange strong,
.bold-orange .et_pb_module_header strong {
	color: #EF6E27;
	font-weight: normal;
}

/* little sisters truck wash & lube page */
@media (min-width: 1280px) {
	.location-blurbs .et_pb_blurb h3.et_pb_module_header {
		white-space: nowrap;
	}		
}

.location-blurbs .et_pb_blurb h3.et_pb_module_header p {
	padding: 0;
}


@media (min-width: 1500px) and (max-width: 1699px) {
	.location-blurbs .et_pb_blurb h3.et_pb_module_header {
		font-size: 19px;
	}	
}

@media (min-width: 981px) and (max-width: 1499px) {
	.location-blurbs .et_pb_blurb h3.et_pb_module_header {
		font-size: 16px;
	}	
}

/* locations */
.fullwidth-section-image.location-details .et_pb_header_content_wrapper h3 {
	color:#361548 !important;
	text-transform: uppercase;
}

/* about us - star background image */
@media only screen and (min-width: 1201px) and (max-width: 1440px) {
	.fullwidth-section-image.image-adjustment {
		background-size: cover !important;
    	background-position: -199px !important;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
	.fullwidth-section-image.image-adjustment {
		background-size: cover !important;
    	/*background-position: -161px 190px !important;*/
	}
	#history.et_pb_section {
	    height: auto !important;
        max-height: auto !important;
	}
	.et_pb_header_content_wrapper {
        line-height: 1.4em !important;
	}
}
/* homepage "unlock unlimited possibilities with northstar fleet solutions" no widow with the "with" */
.no-widow i {
	font-style: normal;
}

@media (min-width: 981px) and (max-width: 1648px) {
	.no-widow i {
		display: block;
	}
}

@media (max-width: 537px) {
	.no-widow i {
		display: block;
	}
}

/* fleet solutions */
.banner-bottom-text .et_pb_text_inner {
	/*max-width: 1024px;*/
	max-width: 76%;
	margin: auto;
}

.et_pb_image.wex-logo  .et_pb_image_wrap img[src*=".svg"] {
	width: 550px;
}

/* about us page careers section */
@media (max-width: 980px) {
	.white-text-mobile .gform-body .gfield_description,
	.white-text-mobile .gform-body .gfield_description.gform_fileupload_rules,
	.white-text-mobile .gform-body .gform_drop_instructions {
		color: #fff;
	}
}

/* loyalty program page - table */
.entry-content table.custom-table:not(.variations) tr.row-2,
.entry-content table.custom-table:not(.variations) tr.row-3 {
	border-bottom: 1px solid #ef6e27;
}

.entry-content table.custom-table tr td {
    border-top: none;
}

.entry-content table.custom-table:not(.variations) tr.row-1 {
	border: 2px solid #EF6E27;
}

.tablepress.custom-table,
.entry-content table.custom-table:not(.variations),
.tablepress.custom-table>:not(caption)>*>* {
	text-align: center;
	vertical-align: middle;
}

.tablepress.custom-table thead tr th {
	background-color: #EF6E27;
	color: #fff;
}

.tablepress.custom-table tbody {
	background-color: #361548;
}

@media (min-width: 768px) {
	.entry-content table.custom-table:not(.variations) tr.row-2 td.column-2,
	.entry-content table.custom-table:not(.variations) tr.row-3 td.column-2,
	.entry-content table.custom-table:not(.variations) tr.row-4 td.column-2 {
		border-right: 2px dotted #ef6e27;
		border-left: 2px dotted #ef6e27;
	}
}

.entry-content table.tablepress.custom-table:not(.variations) {
	border: 1px solid #ef6e27;
}

/* tier */
.tablepress.custom-table tbody .column-1 {
	font-family: 'Anton',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
@media only screen and (max-width:760px){

	.tablepress.custom-table tbody .column-1:before{
    	background: rgb(239 110 39);
		padding:10px;
		margin-bottom:20px !important;
		color:#fff !important;
	}
	.entry-content .tablepress.custom-table tbody tr td {
    	padding: 0 0 20px;
	}
	.tablepress-responsive-stack-headers tbody td:before{
		margin-bottom:20px;
	}
	
	.tablepress.custom-table td img {
		width: 33px;
	}	
	
	.tablepress.custom-table thead th {
		padding: 9px 16px;
		font-size: 15px;
	}	
	
	.tablepress.custom-table tbody .column-2 span, 
	.tablepress.custom-table tbody .column-3 span, 
	.tablepress.custom-table tbody .column-4 span {
		font-size: 16px;
	}
	
	.tablepress.custom-table tbody .column-1 {
		font-size: 13px;
	}
	
	.entry-content .tablepress.custom-table tbody tr td {
		padding: 10px 0 10px;
	}
	
}
/* gold */
.tablepress.custom-table tbody .row-4 {
	color: #ffb612;
}

/* platinum */
.tablepress.custom-table tbody .row-3 {
	color: #dfe2e5;
}

/* diamond */
.tablepress.custom-table tbody .row-2 {
	color: #5dc1ed;
}

/* gallons & points */
.tablepress.custom-table tbody .column-2 span,
.tablepress.custom-table tbody .column-3 span,
.tablepress.custom-table tbody .column-4 span {
	font-weight: bold;
    font-size: 24px;
}

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

/* store locator - address text color */
.wpsl-store-location p a {
	color: #fff;
	opacity: 0.5;
}

/* homepage - blurbs under banner */
.fixed-buttons .et_pb_column {
   padding-bottom:30px;
}

.fixed-buttons .et_pb_button_module_wrapper {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
}

.fixed-buttons .et_pb_button_module_wrapper a.et_pb_button::after {
	top: 9px;
}

/* about us - management team */
/* made the heading exactly aligned with the top of image */
.align-top-exact {
	margin-top: -8px;
}

@media (min-width: 1367px) {
	.nowrap-fleet-solutions h2 {
		white-space: nowrap;
	}	
}
/* fleet solutions - edge plus fleet card */
.card-over-map {
	display: flex;
	align-items: center;
}

/* fleet solutions - wex logo */
@media (min-width: 981px) {
	.fullwidth-hero-image.wex .header-content img {
		position: absolute;
		background-color: #fff;
		padding: 20px;
	}	
}

@media (min-width: 1673px) {
	.fullwidth-hero-image.wex .header-content img {
    	left: -120px;
    	width: 500px;
	}	
}

@media (min-width: 1120px) and (max-width: 1672px) {
	.fullwidth-hero-image.wex .header-content img {
		left: 20px;
		width: 400px;
	}	
}

@media (min-width: 981px) and (max-width: 1119px) {
	.fullwidth-hero-image.wex .header-content img {
		left: 20px;
		width: 370px;
	}	
}

/* rewards program - home slider */
.home-slider.rewards .et_pb_slide_content p.img {
	padding-bottom: 0;
}

.home-slider.rewards .et_pb_slides .et_pb_slider_container_inner .et_pb_slide_description {
	display: flex;
    flex-direction: column;
}

@media (max-width: 981px) {
	.home-slider.rewards .et_pb_slide_content p.img {
		width: 300px;
	}
}


/* rewards page - top two quicklinks */
.reward-quicklinks .et_pb_button {
	text-align: left;
}

/* about us - partnership images */
.img-object-fit .et_pb_image img {
	object-fit: contain;
}
/* loyalty card register/ - slider */
.loyalty-slider .et_pb_bg_layout_dark .et_pb_slide_description {
    max-height: 100% !important;
}

.orange-font strong {
	color:#ef6e27;
	font-weight: 400;
}
/* Change the info box background at Little Sisters Truck locations */
[data-store-id="3329"], [data-store-id="3327"], [data-store-id="3325"], [data-store-id="3323"], [data-store-id="3321"] {
    background-color: #361548 !important;
	border-radius: 8px !important;
}
.wpsl-info-window {
    padding-right: 0 !important;
    background-color: #EF6E27;
    padding: 20px !important;
}


@media only screen and (min-width: 981px) {
	[data-store-id="3329"], [data-store-id="3327"], [data-store-id="3325"] , [data-store-id="3323"], [data-store-id="3321"]  {
        min-width:380px !important;
}
}
#wpsl-stores[data-store-id="3329"] {
	background-color:transparent !important;
}

.logo-row .et_pb_column {
	display: flex;
    flex-flow: column;
}
.available-blurb.et_pb_blurb {
	margin-top:auto !important;
}

.available-blurb .et_pb_main_blurb_image {
	margin-bottom: 20px;
}

#wpsl-gmap .wpsl-info-actions a {
    color: #fff !important;
	margin-top: 10px;
}
#wpsl-gmap .wpsl-info-actions a:before {
    background-image: none !important;
}
#wpsl-gmap .wpsl-info-actions {
    margin: 0 !important;
}

[data-store-id="3329"] .gm-style .gm-style-iw-c, [data-store-id="3327"] .gm-style .gm-style-iw-c, [data-store-id="3325"] .gm-style .gm-style-iw-c, [data-store-id="3323"] .gm-style .gm-style-iw-c, [data-store-id="3321"] .gm-style .gm-style-iw-c {
    background-color: #361548 !important;
}

#wpsl-gmap .wpsl-info-window {
    padding-bottom: 65px !important;
}

.fuel-row .price > span {
    font-size: 22px;
    position: absolute;
    top: 0;
    line-height: 1;
}


div#register-response-message.success {
	font-family: 'Anton',Helvetica,Arial,Lucida,sans-serif;
	color: #ef6d27;
        font-size: 50px;
    line-height: 1.2em;
    text-transform: uppercase;
	text-align: center;
}

.pin-validation {

    display: block;
    margin-bottom: 1rem;
    font-size: 12px;
    color: red;
}

.ns-loyalty-register-form .button[disabled] {
	
    opacity: 0.5;
    cursor: not-allowed;
}

.point-balance {
	display: flex;
    gap: 1rem;
    align-items: center;
    border: solid 2px #ef6e28;
    border-radius: 100px;
    overflow: hidden;
	width: fit-content;
    justify-content: space-between;
	background: #ef6e28;
}

.point-balance .balance {
    padding: 1rem 1.3rem 1rem 1rem;
    background: #fff;
    color: #ef6e28;
    font-weight: bold;
    font-size: 1.5rem;
	order: 2;
}

.point-balance > div {
	order: 1;
	padding-left: 1em;
	padding-right: 1em;
	color: #fff;
	font-weight: bold;
}

.ns-loyalty-check-results.error {
    color: darkred;
    font-weight: 500;
    background: #ffdddd;
    padding: 1rem;
    font-size: 15px;
}

.ns-loyalty-check-results .unavailable {
	border: solid 1px #2b163e;
    padding: 1.5rem;
    font-weight: bold;
    background: #2b163e;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 100px;
}

form.ns-loyalty-check-form input[name="ns-loyalty-check"] {
	padding: 20px 16px !important;
    font-size: 20px;
}

.ns-loyalty-check-form .button,
.ns-loyalty-register-form .button {
	cursor: pointer;
}

/* food & beverage page
.home-slider.food-beverage .et_pb_slide_title {
	width: 1300px;
}
 */
/* Revisions - mobile view */
@media (max-width: 980px) {
    .et_header_style_split #main-header .mobile_nav{
        text-align: right !important;
        margin-right: 50px;
		    background-color: rgba(0,0,0,0);
  }
	#main-header #mobile_menu.et_mobile_menu li a {
        text-align: left;
}
}

/* blurbs - icon on left with middle alignment */
.middle-alignment .et_pb_blurb_container {
	vertical-align: middle;
}
@media only screen and (max-width:980px){
	body:not(.home) .home-slider.et_pb_slider .et_pb_slide_description{
    	padding-right: 10%!important;
	}
}
@media only screen and (max-width:765px){
	.find-location-col.et_pb_row{
		margin-top:5% !important;
	}
}
@media only screen and (max-width:481px){
	.find-location-col.et_pb_row{
		margin-top:20% !important;
		top:auto !important;
		bottom:20% !important;
	}
}
.fullwidth-hero-image stong {
	color:#ef6e27;
}
@media only screen and (max-width:765px){
    .et_pb_more_button {
        min-width: 160px;
}
	.ns-loyalty-wrap {
        max-width: 100% !important;
        margin-top: 30px;
}
}

.pdff-headerCenter {
    font-size: 35px !important;
  }
.fuel-card .pdff-previewWrapper {
    height: auto !important;
}
/* Revs - Search Results Template, More Info link */
.wpsl-store-location {
    position: relative;
}
@media only screen and (min-width: 1580px) {
    .wpsl-store-location p:nth-child(2) {
	    position: absolute;
        top: 100%;
        right: 0;
}
}
.wpsl-store-location p:nth-child(2) {
    text-transform: none;
    text-decoration: underline;
    font-weight: 500;
    color: #fff;
	font-size: 15px;
}
#wpsl-wrap #wpsl-result-list ul li:hover .wpsl-store-location p:nth-child(2) a {
  color: #EF6E27 !important;
  opacity: 1;
  text-decoration: underline;
}
/* GTranslate */
@media only screen and (min-width: 1501px){
    #gt_float_wrapper {
	    top: 40px !important;
        right: 3% !important;
}
    .gt_float_switcher {
        border-radius: 8px !important;
}
}
@media only screen and (min-width: 981px) and (max-width: 1500px){
	#gt_float_wrapper {
	    top: 0 !important;
		right:0 !important;

}
	.gt_float_switcher img {
        width: 20px !important;
}
	.gt_float_switcher {
		font-size:16px !important;
	}
}
@media only screen and (max-width: 980px) {
	body #gt_float_wrapper {
	    top: 105px !important;
		left:12% !important;
		width: 90px;
		position: absolute !important;
	}
	.gt_float_switcher img {
        width: 20px !important;
	}
	.gt_float_switcher {
		font-size:16px !important;
	}
}

@media (min-width: 380px) and (max-width: 419px) {
	body #gt_float_wrapper {
	    top: 100px !important;
	}	
}

@media  (max-width: 379px) {
	body #gt_float_wrapper {
	    top: 93px !important;
	}	
}

.gt_switcher_wrapper {
right: 3% !important;
} 

body .gt_switcher_wrapper .gt_switcher {
width: 128px; 
}

body .gt_switcher_wrapper .gt_switcher .gt_selected a {
padding: 1px 5px;
}

body .gt_switcher_wrapper .gt_switcher .gt_selected a,
body .gt_switcher_wrapper .gt_switcher .gt_selected a:hover,
body .gt_switcher_wrapper .gt_switcher .gt_option {
border-color: transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 1px solid transparent;
}

body .gt_switcher_wrapper .gt_switcher .gt_option {
background-color: #ef6e27;
}

body .gt_switcher_wrapper .gt_switcher .gt_option a:hover {
opacity: 0.5;
}

#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
top: 0;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code,
.gt_float_switcher .gt_options a {
font-size: 13px;
color: #fff;
}

#gt_float_wrapper .gt_float_switcher img {
width: 20px !important;
}

#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang,
#gt_float_wrapper .gt_float_switcher .gt_options a {
padding: 2px 6px;
}

#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    height: 19px;
    width: 9px;
    vertical-align: sub;
}

#gt_float_wrapper .gt_float_switcher .gt_options a:hover {
background-color: #361548;
}

#gt_float_wrapper .gt_float_switcher .gt-selected,
#gt_float_wrapper .gt_float_switcher .gt_options a  {
background-color: #ef6e27;
color: #fff;
}

#gt_float_wrapper .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
background-image: url(/wp-content/uploads/g-translate-white-arrow.svg);
}

/*Revs*/

@media only screen and (min-width: 1367px) {
    .tablet-view-image {
	    display:none !important;
}
}
@media only screen and (max-width: 980px) {
	.tablet-section-text .et_pb_fullwidth_header.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
        max-width: 100% !important;
}
	.fullwidth-hero-image.et_pb_fullwidth_header .header-content {
        width: 100%;
}
}
@media only screen and (min-width: 980px) and (max-width: 1366px) {
	.tablet-view-text.et_pb_fullwidth_header {
		background-image: none !important;
	}
	.tablet-view-text {
		background-image: none !important;
		background-color: #fff !important;
	}
	.tablet-section-text.et_pb_section {
		height: auto !important;
	}
	.tablet-view-text .et_pb_fullwidth_header_container .header-content {
        width: 100% !important;
		max-width: 100% !important;
  }
	.tablet-view-text .header-content {
        width: 100% !important;
		max-width: 100% !important;
  }
	.tablet-section-text .et_pb_fullwidth_header.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
        max-width: 100% !important;
}
	.tablet-view-text .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
        max-width: 100% !important;
}
	.tablet-view-text .header-content h2.et_pb_module_header {
        padding-top: 0 !important;
		padding-bottom: 20px !important;
  }
	.tablet-view-text.et_pb_fullwidth_header, .tablet-section-text.et_pb_fullwidth_header{
        min-height: unset !important;
}
    .et_pb_section_4.et_pb_section.section-tablet2 {
		background-image: none !important;
	}
	.et_pb_section.et_pb_section_7.tablet-jitterz-section {
		background-image: linear-gradient(180deg,#361548 0%,rgba(54,21,72,0.5) 100%,rgba(255,255,255,0) 100%) !important;
		background-color: #2864bc !important;
	}
	.tablet-jitterz-section .et_pb_row .et_pb_column {
		width:100% !important;
	}
	.tablet-jitterz-section .et_pb_blurb.et_pb_blurb, .albertos-food-section .et_pb_blurb.et_pb_blurb, .sbarros-section .et_pb_blurb.et_pb_blurb {
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.tablet-jitterz-section .et_pb_row {
		min-height:unset !important;
	}
	.et_pb_section.et_pb_section_11.albertos-food-section {
		background-image: linear-gradient(180deg,#361548 0%,rgba(54,21,72,0.5) 69%,#b4b4b4 100%),url(/wp-content/uploads/albertos-background-mob-top.jpg) !important;
		background-color: #fff !important;
	}
	.albertos-food-section .et_pb_row .et_pb_column {
		width:100% !important;
	}
	.albertos-food-section .et_pb_row {
		min-height:unset !important;
	}
	.et_pb_section.et_pb_section_2.coffee-section {
		background-image: none !important;
		background-color: #fff !important;
	}
	.coffee-section .et_pb_row {
		min-height:unset !important;
	}
	.coffee-section .et_pb_row .coffee-col2 {
		width:100% !important;
	}
	.coffee-section .et_pb_column.et_pb_column_empty, .hot-food-section .et_pb_column.et_pb_column_empty, .fresh-healthy-section .et_pb_column.et_pb_column_empty, .sbarros-section .et_pb_column.et_pb_column_empty{
        width:0 !important;
}
	.coffee-section .et_pb_text, .hot-food-section .et_pb_text, .fresh-healthy-section .et_pb_text {
        max-width: 100% !important;
}
	.et_pb_section.et_pb_section_4.hot-food-section {
        background-image: linear-gradient(360deg,#361548 0%,rgba(54,21,72,0.5) 48%,rgba(255,255,255,0) 100%),url(/wp-content/uploads/food-and-beverage-at-northstar-v5-hotfood-mob2-1.jpg) !important;
  }
	.hot-food-section .et_pb_row .hot-food-col1 {
		width:100% !important;
	}
	.hot-food-section .et_pb_row {
		min-height:unset !important;
	}
	.et_pb_section.et_pb_section_6.fresh-healthy-section {
        background-image: url(/wp-content/uploads/salad-healthy-menu-items2.jpg) !important;
	}
	.fresh-healthy-section .et_pb_row {
		min-height:unset !important;
	}
	.fresh-healthy-section .et_pb_row .fresh-healthy-col2 {
		width:100% !important;
	}
	.et_pb_section.et_pb_section_9.sbarros-section {
        background-position: center bottom 0px;
        background-image: linear-gradient(180deg,rgba(255,255,255,0.87) 88%,rgba(43,135,218,0) 100%),url(/wp-content/uploads/sbarros-background-mob-top.jpg) !important;
  }
	.sbarros-section .et_pb_row .sbarros-col2 {
		width:100% !important;
	}
}
@media only screen and (max-width: 1366px) {
    .section-desktop {
	    display:none;
}
	.section-tablet .et_pb_row, .section-tablet1 .et_pb_row {
		display:flex;
		flex-direction:column;
}
	.section-tablet .et_pb_row .et_pb_column, .section-tablet1 .et_pb_row .et_pb_column, .section-tablet2 .et_pb_row .et_pb_column {
		width:100%;
	}
	
}
@media only screen and (min-width: 980px) and (max-width: 1366px){
	.home-slider .et_pb_bg_layout_dark .et_pb_slide_description {
        min-height: 800px;
       /*max-height: 600px;*/
		}
	.section-tablet1 .et_pb_row .et_pb_column.col1 {
		border-right:0px;
		border-bottom:1px solid #fff;
	}
	.fixed-buttons .et_pb_button_module_wrapper {
        position: relative !important;
		margin-left:0 !important;
}
	.section-tablet2 .et_pb_row {
		display:flex;
		flex-direction:column;
}
	.second-on-mobile {
        -webkit-order: 2 !important;
        order: 2 !important;
  }
	.section-tablet2 .tablet-view-image {
		padding-bottom:30px;
	}
	.section-tablet2 .text-tablet-about  {
		padding-top:30px;
	}
	.section-tablet2 .et_pb_text, .section-tablet1 .et_pb_text {
        max-width: 100% !important;
}
}
@media only screen and (min-width: 1367px) {
    .section-tablet {
		display:none;
	
}
}
@media only screen and (min-width: 1440px) and (max-width: 1750px) {
    .carson2 .et_pb_fullwidth_header_0 {
        min-height: 750px;
        padding-top: 8%;
}
	.carson2 .et_pb_fullwidth_header {
        background-position: 25% top !important;
		
  }
	.carson2 {
    background-size: contain !important;
  }
	
/*Carson1*/
	    .carson1 .et_pb_fullwidth_header_0 {
        min-height: 750px;
        padding-top: 8% !important;
}
	.carson1 .et_pb_fullwidth_header {
        background-position: 25% top !important;
		
  }
	.carson1 {
    background-size: cover !important;
  }
	.carson1 .et_pb_fullwidth_header.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
        max-width: 30%;
}
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
       max-width: 30% !important;
}
}

/* LONG BEACH EDIT ONLY - LOWER TEXT TO COVER A SECTION OF THE IMAGE */
.long-beach-section .et_pb_slider_fullwidth_off .et_pb_slide_0 .et_pb_slide_description{
	    padding-top: 25% !important;
}

/* SPANISH TRANSLATION EDITS */
@media (min-width: 1779px) {
	html[lang="es"] body.page-id-554 .home-blurb .et_pb_module_header {
		height: 128px;
	}
}

@media (min-width: 1388px) and (max-width: 1778px) {
	html[lang="es"] body.page-id-554 .home-blurb .et_pb_module_header {
	height: 151px;
	}
}

@media (min-width: 1367px) and (max-width: 1387px) {
	html[lang="es"] body.page-id-554 .home-blurb .et_pb_module_header {
	height: 200px;
	}
}

/* spanish edits */
html[lang="es"] .english-translation {
	display: none;
}

html[lang="es"] .spanish-translation {
	display: block;
}

html[lang="en-US"] .english-translation {
	display: block;
}

html[lang="en-US"] .spanish-translation {
	display: none;
}

/* loyalty page - redeem points section on mobile/tablet/small desktop */
@media (max-width: 1366px) {
	.section-tablet2 .et_pb_row .et_pb_column.mobile-width {
		width: 80% !important;
		margin: auto;
	}
	
	#redeem-points .redeem-points-row {
		width: 100%;
	}
}

/* center the footer logo */
@media (max-width: 980px) {
	.logo-col {
		width: 100% !important;
	}
}

/* align logo to top for "tablet" */
@media (min-width: 980px) and (max-width: 1366px) {
	.logo-col {
		justify-content: flex-start;
	}
}


