@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;900&display=swap');
/*
 Theme Name:   GP Child Theme
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child themea
 Author:       DFW Craft Shows
 Thank You:	   Tom Debello, Paul Lacey, Adrian Lacey, and Muhammad Kashif
 Author URI:   https://dfwcrafts.com
 Template:     generatepress
 Version:      0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
 */
/* Add your custom styles below... */
/*
 * Media queries
 */
/*@include bp-babybear {
 display: none;
 } */
/*
 * FONTS
 */
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Nunito Sans', sans-serif;
  color: #545454;
  letter-spacing: 0px;
  background-color: #fff !important;
}
*:active, *:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
h1, h1 .fl-heading-text {
  font-size: 40px;
}
h2, h2 .fl-heading-text {
  font-size: 34px;
}
h3, h3 .fl-heading-text {
  font-size: 24px;
}
h4, h4 .fl-heading-text {
  font-size: 18px;
}
/* change the color of linked text in social media section to gray and hover is orange*/

.social-headers a {
	color: #545454;
}

.social-headers a:hover {
	color: #545454;
}
/*********************** Tiny Header Style ****************************/
/* Please note that there is vertical-align:middle applied directly to each of the two elements because it was not working on the module as a whole. 
/* Do not change linked text color in mini-header*/

.tiny-header {
/*	background: linear-gradient(45deg, #cdece7, #a4cccc);*/
    background: linear-gradient(45deg, #c1f6f4, #84C0C6);
}
.tiny-header-events {
	background: linear-gradient(45deg, #c8f5f0, #d4f5f1);

}
.alt-blue {
	background: linear-gradient(45deg, #8fbdcc, #81abb9);
}

.tiny-header a {
	color: #01456a;
}
.tiny-header .brown-text a {
	color: #fff !important;
}
/*do change color on hover*/
.tiny-header a:hover {
	color: #00334e;
}
/*display icon and text inline*/
.tiny-header h3 {
	display:inline;
}

/****** Page Not Found 404 ******/
.page-not-found h1 {
	font-size:65px;
}


@media all and (max-width: 768px) { 
	.page-not-found h1 {
	font-size:50px; 
	}
	.page-not-found {
		text-align:center;
	}
}

p, ul {
  font-size: 18px; /*used to be 18*/
  line-height: 1.5;
}

@media all and (max-width: 992px) {
  h1, h1 .fl-heading-text {
    font-size: 36px;
  }
  h2, h2 .fl-heading-text {
    font-size: 30px;
  }
  h3, h3 .fl-heading-text {
    font-size: 25px;
  }
  h4, h4 .fl-heading-text {
    font-size: 18px; /* used to be 22, but changed it for the footer */
  }
	
  p, ul {
    font-size: 18px; /* used to be 17 */
    line-height: 1.5;
  }
}
@media all and (max-width: 768px) {
  h1, h1 .fl-heading-text {
    font-size: 33px;
  }
  h2, h2 .fl-heading-text {
    font-size: 26px;
  }
  h3, h3 .fl-heading-text {
    font-size: 22px;
  }

  h4, h4 .fl-heading-text {
    font-size: 18px;
  }
  p, ul {
    font-size: 17px; /*used to be 16*/
    line-height: 1.5;
  }
}
/* this is for disclaimer text assigned to a module*/
  .disclaimer p, p.disclaimer {
 	font-size: 15px;
}

/* price text on design and advertise pages*/
  .prices p {
 	font-size: 16px;
}
.fl-rich-text ul {
  margin: 0px 0px 20px 30px !important;
  list-style: none !important;
}
.fl-rich-text ul:last-child {
  margin-bottom: 0px !important;
}
.fl-rich-text ul li {
  padding-bottom: 10px;
  position: relative;
}
.fl-rich-text ul li:last-child {
  padding-bottom: 0px;
}
.fl-rich-text ul li:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background-size: cover;
  background-image: url("/wp-content/uploads/2020/12/crafts-check-solid.svg"); 
  left: -30px;
  border-radius: 50%;
  top: 2px;
}
.blue-check ul li:after{
background-image: url("/wp-content/uploads/2020/11/crafts-check-solid-blue.svg"); 
}
.fl-rich-text p:last-child {
  margin-bottom: 0 !important;
}
@media all and (max-width: 992px) {
  .fl-row-content {
    max-width: 880px !important;
  }
	/******** Increase Logo / Header size on Tablet & Mobile ****/
	.navigation-branding img, .site-logo.mobile-header-logo img {
	height:60px !important;
	}
}
@media all and (max-width: 768px) {
  .fl-row-content {
    max-width: 600px !important;
  }
  .fl-row-content img {
    max-height: 420px;
    object-fit: cover;
  }

}
.ul-flex ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ul-flex ul li {
  flex-basis: 50%;
}
.fl-button {
  font-family: 'Nunito Sans', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  font-weight: 900 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 8px !important;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05) !important;
  min-width: 180px;
  padding: 16px 25px !important;
  display: block;
  text-align: center !important;
  font-size: 15px !important;
  position: relative;
  left: 0;
  transition: 0.3s;
}
.fl-button:hover {
  
}
@media all and (max-width: 768px) {
  .fl-button {
    font-size: 14px !important;
    min-width: 150px;
    padding: 16px 16px !important;
  }
}
.primary .fl-button {
  background: #ff923e !important;
  border-color: #ff923e !important;
  color: #fff !important;
}
.primary .fl-button span, .primary .fl-button i {
  color: #fff !important;
}
.primary .fl-button:hover {
  background: #f4842d !important;
  border-color: #f4842d !important;
  color: #fff !important;
}
.primary .fl-button:hover span {
  color: #fff !important;
}

/* dark blue button */
.secondary .fl-button {
  background: #009cd6 !important;
  border-color: #009cd6 !important;
  color: #fff !important;
}
.secondary .fl-button span {
  color: #fff !important;
}
.secondary .fl-button:hover {
  background: #00729d !important;
  border-color: #00729d !important; /*old color e838718*/
  color: #fff !important;
}
.secondary .fl-button:hover span {
  color: #fff !important;
}

/* light blue button */
.tertiary .fl-button {
  background: #01456a !important;
  border-color: #01456a !important;
  color: #fff !important;
}
.tertiary .fl-button span {
  color: #fff !important;
}
.tertiary .fl-button:hover {
  background: #00334e !important;
  border-color: #00334e !important; /*old color e838718*/
  color: #fff !important;
}
.tertiary .fl-button:hover span {
  color: #fff !important;
}

.transparent-primary .fl-button 
{
  background: none !important;
  border-color: #ff923e !important;
  color: #ff923e !important;
}
.transparent-primary .fl-button:hover {
  border-color: #ff923e !important;
  color: #fff !important;
  background: #e83871 !important;
}
.transparent-primary .fl-button:hover span {
  color: #fff !important;
}
.transparent-secondary .fl-button {
  background: none !important;
  border-color: #009cd6 !important;
  color: #009cd6 !important;
}
.transparent-secondary .fl-button:hover {
  border-color: #e83871;
  color: #fff !important;
  background: #e83871 !important;
}
.transparent-secondary .fl-button:hover span {
  color: #fff !important;
}
.dual-btn {
  margin-top: -5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dual-btn.center {
  justify-content: center;
}
/* center btn + text link module for mobile only, requires adding a 20px margin to the right of the text to even out the spacing within the module*/
@media all and (max-width: 768px) { 
	.dual-btn.mobile-center {
		justify-content:center;
	}
	.dual-btn.mobile-center div.link {
		margin-right:22px;
	}
}
.dual-btn div {
  margin-top: 5%;
}
.dual-btn div:first-child {
  margin-right: 5%;
}
.dual-btn div.link a {
  position: relative;
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #01456a;
}
/*removed class link-white and use this one instead to change the link text to white*/
.dual-btn div.link.white-text a {
	color:#fff;
}
.dual-btn div.link.white-text a:hover {
	color:#009cd6;
}
/*change link text to gray with blue highlight*/
.dual-btn div.link.gray-text a {
	color:#545454;
}
.dual-btn div.link.gray-text a:hover {
	color:#009cd6;
}

.dual-btn div.link a:hover {
  color: #00334e;
}
.dual-btn div.link a:hover::after {
  right: -35px; /*how far the arrow moves */
}
.dual-btn div.link a::after {
  transition: 0.3s;
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  right: -30px; /*arrow position */
  height: 24px;
  width: 24px;
  top: 50%;
  transform: translate(0%, -50%);
}


.secondary p {
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  position: relative;
}
.secondary p a {
  font-family: 'Nunito Sans', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  font-weight: 900 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 8px !important;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05) !important;
  min-width: 180px;
  padding: 16px 25px !important;
  display: block !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  position: relative !important;
  left: 0 !important;
  transition: 0.3s !important;
  background: #009cd6 !important;
  border-color: #009cd6 !important;
  color: #fff !important;
}
.secondary p a:hover {
  /*left: 10px !important;*/
  background: #00729d !important;
  border-color: #00729d !important;
  color: #fff !important;
}
@media all and (max-width: 768px) {
  .secondary p a {
    font-size: 14px !important;
    min-width: 150px;
    padding: 16px 16px !important;
  }
}
.secondary p a.added_to_cart {
  padding: 2px 5px !important;
  position: absolute !important;
  font-size: 12px !important;
  bottom: 105% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-width: 100px;
  background-color: #c0c0c0  !important;
  border-color: #c0c0c0 !important;
}

/*test for single button add to cart */
.singlecart p {
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  position: relative;

}

.singlecart p a {
  font-family: 'Nunito Sans', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  font-weight: 900 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 8px !important;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05) !important;
  min-width: 180px;
  padding: 16px 25px !important;
  display: block !important;
  text-align: center !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  position: relative !important;
  left: 0 !important;
  transition: 0.3s !important;
  background: #ff923e !important;
  border-color: #ff923e !important;
  color: #fff !important;
}
.singlecart p a:hover {
  /*left: 10px !important;*/
  background: #f4842d !important;
  border-color: #f4842d !important;
  color: #fff !important;
}
@media all and (max-width: 768px) {
  .singlecart p a {
    font-size: 14px !important;
    min-width: 150px;
    padding: 16px 16px !important;
  }
}
.singlecart p a.added_to_cart {
  padding: 2px 5px !important;
  position: absolute !important;
  font-size: 12px !important;
  bottom: 105% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-width: 100px;
  background-color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}


/* CSS styles for click-col clickable columns for categories etc. */

.click-col .fl-col-content:hover{
	box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1), 0px 6px 12px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1); /* Horizontal/Vertical/Blur/Spread/Color */
	transition-duration: 0.3s; 
}
/*keep the headers from changing colors when adding links*/
.click-col a{
	color:#545454 !important;
}


/* To stop the hover on child column */

.no-effect .fl-col-content:hover{
transform:none;
box-shadow:none;
}

/*CSS style for price columns*/

.price-col .fl-col-content {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
	border-radius:15px;
	/* use this to center the ul & icons, also uncomment the display inline block below*/
	/*text-align: center;*/
}

.price-col .fl-col-content ul {
	
	list-style-position: inside;
}

.price-col .fl-col-content ul li {
	/*display: inline-block;*/ /*you need this to keep icons with text for centering*/
	padding: .5rem 0;
	border-bottom: 1px solid #e1e1e1;
	
}
/* use this to turn off icons. Top padding to re-align icons with the text. */
.price-col .fl-col-content ul li:after {
	top: 10px !important;
}


.price-col li:last-child {
    border: none !important;
}

.sale-ribbon {
	
	background-image: linear-gradient(to right, #00729d , #009cd6);
	text-align:center;
	width:40%;
	color:#fff;
	letter-spacing:8px;
	align-content:center;
	margin:auto;
	position:relative;
	font-weight:900;
	font-size:15px;
	height:22px;
	padding-left:8px;
}

.sale-ribbon:before {
    content: '';
    border: 11px solid #00729d;
    border-left-color: transparent;
    border-left-width: 12px;
    position: absolute;
    top: 0;
    left: -18px;
}
.sale-ribbon:after {
    content: '';
    border: 11px solid #009cd6;
    border-right-color: transparent;
    border-right-width: 12px;
    position: absolute;
    top: 0;
    right: -18px;
}

.quotation{
  margin: 0 auto;
  quotes: "\201C""\201D""\2018""\2019";
  padding: 10px 20px;
  line-height: 1.4;
	text-decoration: italic;
}

.quotation:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -5px;
  position: relative;
  top: 20px;
  color: #ccc;
  font-size: 3.5em;
}
.quotation::after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 5px;
  position: relative;
  top: 25px;
  color: #ccc;
  font-size: 3.5em;
}
.quotation-footer{
  text-align: right;

}

.bottom-align-btns
{
align-content: flex-end;
flex: 1 1 0;
display: grid;
}
/*nudge the background image for tablet views on all full screen images so that they are better centered for other devices*/
@media all and (max-width: 992px) {
  .invert-no-banner .fl-row-content-wrap {
    background-position: 80%; 
  }
  .reduce-nudge-half .fl-row-content-wrap{
    background-position: 65% !important; 
  }
  .reduce-nudge .fl-row-content-wrap{
    background-position: 60% !important; 
  }
  
}

/*special class for using CTA banners without the full background image on tablet, such as the submit event ones with a full image instead of a flat lay*/
@media all and (max-width: 992px) {
  .invert-no-banner-cta .fl-row-content-wrap {
    background-image: none;
  }
}
/*use this class for the cta banners using invert-no-banner-cta.*/
@media all and (max-width: 992px) {

  .invert-no-banner-cta.white-text, .invert-no-banner-cta.blue-text 
	{
    color: #01456a !important; 
  	}

}
.min-height .fl-row-content-wrap {
  display: flex;
  align-items: center;
  min-height: 500px;
}
@media all and (max-width: 992px) {
  .min-height .fl-row-content-wrap {
    min-height: 500px;
    align-items: center;
  }
}
@media all and (max-width: 768px) {
  .min-height .fl-row-content-wrap {
    min-height: 500px;
    align-items: center;
  }
  .invert-no-banner .fl-row-content-wrap {
	  background-image: none;
  }
  .invert-no-banner.white-text, .invert-no-banner.blue-text 
  {
  	color: #01456a !important;
  }
	/* the bottom align css was suddenly breaking the site on mobile so I added a media query to unset them*/
  .bottom-align-btns
  {
	align-content: unset;
	flex: unset;
	display: unset;
  }
}
/********** Hide Mediavine ad blocking code from affecting display ****/
.ghost-code {
	margin: 0px;
        }
/********** Advertise page Digital Ads / Banner Ads Example Sections ****/

.ad-examples {
	border: 2px dashed #01456a;
	background-color:#01456a;
	color:#fff;
	font-size:50px;
	font-weight:900;
	line-height:1;
}

.ad-250 {
	margin:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	width: 250px;  
	height: 250px;  
}
.ad-examples:hover {
	border: 2px dashed #ff923e !important;
	background-color:#ff923e !important;
	box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1), 0px 6px 12px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1); /* Horizontal/Vertical/Blur/Spread/Color */
	transition-duration: 0.3s; 
}

.ad-200 {
  margin:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  width: 200px;
  height: 200px;
}

.ad-300-250 {
  margin:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  width: 300px;
  height: 250px;
}

.ad-300-100 {
  margin:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  width: 300px;
  height: 100px;
}

.ad-300-600 {
  margin:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  width: 300px;
  height: 600px;
}

.overlay .fl-row-content-wrap:after, .gradient .fl-row-content-wrap:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.overlay .fl-row-content, .gradient .fl-row-content {
  z-index: 10;
}
.intro-max-width {
  width: 100%;
}
.intro-max-width .fl-col-content {
  max-width: 800px;
  margin: 0 auto;
}

/*this image is used for the image-text column layouts that alternate. Added code to make to follow page re-sizing and match text*/
.general-img img {
  border-radius: 0px;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05);
  height:500px !important;
  object-fit:cover;
}
/*use this for extra long text blocks that need additional padding*/
.general-img-ext img {
  border-radius: 0px;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05);
  height:600px !important;
  object-fit:cover;
}
/*crop closer to a portait layout for tablet so the image height more closely matches the text height.*/
@media all and (max-width: 992px) {
	.general-img img {
		object-fit: cover !important;
	}
	.general-img-ext img {
		object-fit: cover !important;
	}
}

/* talk bubble chat bubble for character illustration */
/*added a margin to the bottom so the text bubble was just a little higher than the illustration*/
.speech-bubble {
	position: relative;
	background: #efefef;
	border-radius: 1.5em;
	margin-bottom:50px;
	padding:5px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 30%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-right-color: #efefef;
	border-left: 0;
	border-bottom: 0;
	margin-top: -15px;
	margin-left: -30px;
}
/*added a margin to the bottom so the text bubble was just a little higher than the illustration*/
.speech-bubble-flipped {
	position: relative;
	background: #efefef;
	border-radius: 1.5em;
	margin-bottom:50px;
	padding:5px;
}
.speech-bubble-flipped:after {
	content: '';
	position: absolute;
	right: 0;
	top: 35%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-left-color: #efefef;
	border-right: 0;
	border-bottom: 0;
	margin-top: -15px;
	margin-right: -30px;
}
/*shrink character and move it to the right side, adjust speech bubble size and triangle placement.*/
@media all and (max-width: 768px) {
	.speech-bubble-character img
	{
		width:50%;
		margin-left:25%;
	}
	.speech-bubble {
		margin-bottom:10px;
	}
	.speech-bubble:after {
		bottom: 0;
		left: 35%;
		top:unset;
		width: 0;
		height: 0;
		border: 30px solid transparent;
		border-top-color: #efefef;
		border-bottom: 0;
		border-right: 0;
		margin-left: -15px;
		margin-bottom: -30px;
	}
	.speech-bubble-flipped {
		margin-bottom:10px;
	}
	.speech-bubble-flipped:after {
		bottom: 0;
		left: 35%;
		top:unset;
		width: 0;
		height: 0;
		border: 30px solid transparent;
		border-top-color: #efefef;
		border-bottom: 0;
		border-right: 0;
		margin-left: -15px;
		margin-bottom: -30px;
	}
}

.fl-heading strong, .underlined-heading strong {
  font-weight: 900 !important;
  position: relative;
}
.fl-heading strong::after, .underlined-heading strong::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 20x;
  width: 100%;
  border: solid 3px #545454;
  border-color: #545454 transparent transparent transparent;
  border-radius: 50% 50% 0% 0%;
}
.fl-heading strong.orange::after, .underlined-heading strong.orange::after {
  border: solid 3px #ff923e;
  border-color: #ff923e transparent transparent transparent;
}
.fl-heading strong.blue::after, .underlined-heading strong.blue::after {
  border: solid 3px #01456a;
  border-color: #01456a transparent transparent transparent;
}
.fl-heading strong.white::after, .underlined-heading strong.white::after {
  border: solid 3px #fff;
  border-color: #fff transparent transparent transparent;
}
.blue-text {
  color: #01456a !important;
}
.blue-text strong::after {
  border-color: #01456a transparent transparent transparent;
}
.dark-blue-text {
  color: #001f38 !important;
}
.dark-blue-text strong::after {
  border-color: #001f38 transparent transparent transparent;
}
.white-text {
  color: #fff !important;
}
.white-text strong::after {
  border-color: #fff transparent transparent transparent;
}

#primary-menu a {
  font-weight: 700;
}
#primary-menu li.menu-btn {
  margin-left: 20px;
}
#primary-menu li.menu-btn a {
  border-radius: 8px;
  text-transform: uppercase;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05);
  background-color: #ff923e !important;
  border: 1px solid #ff923e !important;
  color: #fff !important;
}
#primary-menu li.menu-btn a:hover {
  background-color: #009cd6 !important;
  border-color: #009cd6 !important;
  color: #fff !important;
}
span.mobile-menu {
    text-transform: uppercase;
}

/********************************** VITALS *************************************/

.vitals hover {
	color:#ff923e;
}

/***************************** GRAVITY FORM STYLE *****************************/

/*submit and next buttons*/
/*.gform_wrapper button, html input[type=button], input[type=reset], input[type=submit]*/ 
.gform_wrapper button, .gform_wrapper input[type=submit], body .gform_wrapper .gform_body .gform_page_footer .gform_next_button, body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], .gform_wrapper input#gf_coupon_button.button {
  font-family: 'Nunito Sans', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  font-weight: 900 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 8px !important;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05) !important;
  min-width: 100px;
  padding: 10px 25px !important;
  text-align: center !important;
  font-size: 15px !important;
  transition: 0.3s;
  background-color: #ff923e !important;
}
/*increase input text size*/
body .gform_wrapper input[type="text"], body .gform_wrapper input[type="url"], body .gform_wrapper input[type="email"], body .gform_wrapper input[type="tel"], body .gform_wrapper input[type="number"], body .gform_wrapper input[type="password"], body .gform_wrapper textarea, body .gform_wrapper .gfield select {
font-size: 16px !important;
}
.gform_wrapper button:hover, .gform_wrapper input[type=submit]:hover, body .gform_wrapper .gform_body .gform_page_footer .gform_next_button:hover, body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper input#gf_coupon_button.button:hover {
	background-color: #f4842d !important;
}
/*previous button*/
.gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
    text-transform: uppercase;
	font-weight: 700 !important;
	color: #ff923e !important;
	background-color: #fff !important;
	box-shadow:none !important;
	padding-left:0 !important;
	height:auto !important;
}
.gform_wrapper.gravity-theme .gform_previous_button.button:hover, .gform_wrapper.gravity-theme .gform_save_link.button:hover {
	color: #f4842d !important;
}

.gform_wrapper .gfield_required .gfield_required_custom, .gform_wrapper .gfield_required .gfield_required_text {
	font-style:normal !important;
	font-weight:600 !important;
}
/* hide paypal "two ways to pay" text */
span.paypal-button-text.true {
    display: none !important;
}
.html-subheader {
	font-size: 20px !important;
    font-weight: 900 !important;
	text-transform:uppercase;
}
.product-header {
	margin-top:15px;
    color: #545454 !important;
	margin-bottom:5px;
}
.warning-header {
	text-transform:uppercase;
	font-weight:700;
}
.summary-items {
	text-transform: uppercase;
    font-weight: 700 !important;
}
.event-date-header {
		text-transform: uppercase;
    font-weight: 700 !important;
}
/* repeater label styling */
.gform_wrapper.gravity-theme .gfield_repeater_cell label {
	color: #545454 !important;
    font-weight: 700 !important;
}

/*style total field*/
#input_7_138, #input_14_138  {
	padding:0 !important;
	border-style:none !important;
	font-size: 18px;
    font-weight: 700;
    color: #545454;
}
/*style summary calculation field for quantities*/
#input_7_208, #input_7_209, #input_7_210, #input_7_212, #input_7_215, #input_7_216, #input_7_217, #input_7_214, #input_7_213, #input_7_219, #input_14_208, #input_14_209, #input_14_210, #input_14_212, #input_14_215, #input_14_216, #input_14_217, #input_14_214, #input_14_213, #input_14_219  {
	padding:0 !important;
	border-style:none !important;
	font-size: 16px;
    font-family: inherit;
    font-weight: 700;
	color: #545454;
}
/*larger text on event listing type selection*/
select#input_7_67 {
    font-size: 16px;
}
/*extensions message on the post image upload bc for some reason it's different than the file upload fields*/
span#extensions_message_7_73, span#extensions_message_14_73 {
	font-size:15px;
}
.summary-bulk-note {
	text-transform:uppercase;
	font-size:.85em;
	font-weight:500;
}
/*change alignment on the placeholder text for the booth width and depth*/
input#input_7_41::placeholder, input#input_7_43::placeholder {
    text-align: right;
}
/*border above summary section*/
.section-underline, div#field_7_184, div#field_14_184 {
    border-bottom: 3px #545454 solid !important;
}
/*light gray background behind coupon*/
.gray-background {
    background-color: #fafafa;
	padding-bottom:15px;
}
.blue-background {
	background-color: #eaeff1;
	padding-bottom:15px;
}

.red-background {
    background-color: #fff9f9;
	padding-bottom:15px;
	border:1.5px solid #c02b0a;
	padding-right:2px;
}
.yellow-background {
    background-color: #fff4e7;
	padding-bottom:15px;
}
.gform_wrapper .gfield_error .validation_message {
	padding-top: 10px !important;
}
.gform_wrapper .gform_validation_errors {
	background-color: #fff4e7;
}

.gf_coupon_item {
    text-transform: uppercase;
    font-size: 15px;
}

.product-details {
	font-size: 18px !important;
    text-transform: uppercase;
	font-weight: 700 !important;
}

.product-checkbox {
    font-weight: 700;
    text-transform: uppercase;
	margin-top:-15px !important;
	font-size:15px !important;
}

.compare-link {
	text-transform:uppercase;
	font-size:.85em;
	font-weight:700;
}
.compare-link a {
	color:#ff923e;
}

.compare-link a:hover {
	color:#f4842d; 
}

.add-top-margin {
	margin-top:20px !important;
}
.add-top-padding {
	padding-top:20px;
}
.add-bottom-margin {
	margin-bottom:20px !important;
}
.remove-bottom-margin {
	margin-bottom:0px !important;
}
.reduce-top-space {
	margin-top:0px !important;
	padding-top:0px !important;
}
.add-padding-left {
	padding-left:15px;
}

/* adjusting spacing on certain fields*/
#field_7_4-1-1 .gfield_label, #input_7_24-2-1 {
		padding-top:0 !important;
}
.gfield_label, #field_7_133 > label,  {
	font-size:14px !important;
	padding-top:0 !important;
}
div#field_7_146-3-1 {
	margin-bottom:0 !important;
}
h3.gsection_title{
	margin-bottom:0 !important;
	margin-top:20px !important;
	font-size:28px !important;
}
/*section titles at the beginning of the pages */
#field_4_22 h3.gsection_title, #field_4_31 h3.gsection_title {
	font-size:30px;
	margin-bottom:0;
}
/* space between fields*/
.gform_wrapper.gravity-theme .gfield {
    margin-bottom: 10px;
}
/*space between label and description*/
.gform_wrapper.gravity-theme .field_sublabel_above .description, .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description, .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description {
     margin-top: 0px !important; 
}

.gsection_description {
    margin-top: -10px !important;
}
.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    color: #545454 !important;
	font-size: 16px !important;
}


.gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px !important;
	text-transform:uppercase;
	padding-top: 20px !important;
}
/*prevent the padding from happening on nested forms*/
.tingle-modal-box .gform_wrapper.gravity-theme .gfield_label {
padding-top: unset !important;
}

.sub-label {
	margin-top:-10px !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: inherit !important;
}

.gform_wrapper.gravity-theme .ginput_container_time {
    max-width: 76px !important;
}

/*this was to hide the validation message, but it hides all the validation, so that doesn't work.*/
/*#gform_multifile_messages_7_236, #gform_multifile_messages_7_99, #gform_multifile_messages_7_103, #gform_multifile_messages_7_104, #gform_multifile_messages_7_105, #gform_multifile_messages_14_235 {
    display: none;
}*/

/************************* STYLES FOR GRAVITY WIZ NESTED FORMS *****************************************/

button.gpnf-add-entry {
	padding:0 !important;
	background-color:#fff !important;
	color: #ff923e !important;
	box-shadow:none !important;
	margin-top:0;
}

.gpnf-nested-entries th {
    text-transform: uppercase;
    font-weight: 700;
}

button.gpnf-add-entry:hover {
	background-color: #fff !important;
	color: #f4842d !important;
}

button.gpnf-add-entry::before{
	content: "\f055";
	font-family: "Font Awesome 5 Pro";
	padding:0;
	color: #ff923e !important;
}

button.gpnf-add-entry:hover::before {
	color: #f4842d !important;
}

td.gpnf-row-actions {
    text-transform: uppercase;
	font-weight: 700;
}

.gpnf-row-actions button {
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
}
.gpnf-row-actions button:hover {
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
}
/********************** styles for modal window ***************************/
.gpnf-modal .gpnf-modal-header {
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
}
.gpnf-modal .tingle-btn {
    text-transform: uppercase;
    font-weight: 700;
}
.gpnf-nested-entries th {
    background-color: #fafafa !important;
}
td.gpnf-field {
    text-transform: uppercase;
}

/************************** STYLES FOR GRAVITY FORM CODED REPEATERS BY KASHIF  **************************/
.ginput_container_date label ,.ginput_container_time label{
  display:none !important;
}
.gfield_repeater_cell:nth-child(2) {
	  grid-column: span 6;
	  width: 50%;
	  display: inline-block;
	}
	.gfield_repeater_cell:nth-child(3) {
	  grid-column: span 6;
	  width: 50%;
	  display: inline-block;
	}
/*change to 1 column for mobile*/
.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text, .gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text{
  line-height: 2px;
}
.gfield_repeater_items {
  counter-reset: section;
}
.gfield_repeater_items .gfield_label {
  font-size: 1.6rem;
}
.gfield_repeater_items .gfield_repeater_item {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.gfield_repeater_items .gfield_repeater_item:before {
  counter-increment: section;
  content: "Event Date " counter(section);
  color: black;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#field_7_1500 .gfield_repeater_items .gfield_repeater_item:before {
  counter-increment: section;
  content: "EVENT CONTACT " counter(section);
  color: black;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
#field_7_2000 .gfield_repeater_items .gfield_repeater_item:before {
  counter-increment: section;
  content: "BOOTH SIZE " counter(section);
  color: black;
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.gfield_repeater_items .gfield_repeater_item:last-child .gfield_repeater_buttons {
  display: block;
}
/*create 3 columns for the event contacts fields*/
#field_7_1003 .gfield_repeater_cell{
  max-width: 30%;
  display: inline-block;
  margin-right: 2%;
}
#field_7_2000 .gfield_repeater_cell:not(:first-child) {
  max-width: 23%;
  display: inline-block;
  margin-right: 2%;
}
/*************** adjust multi-columns down to 1 column for mobile *************/
@media all and (max-width: 768px) { 
	.gfield_repeater_cell:nth-child(2) {
	  grid-column: 1/-1;
	  width: 100%;
	  display: inline-block;
	}
	.gfield_repeater_cell:nth-child(3) {
	  grid-column: 1/-1;
	  width: 100%;
	  display: inline-block;
	}
	#field_7_1003 .gfield_repeater_cell{
		max-width:60%;
	}

	#field_7_2000 .gfield_repeater_cell:not(:first-child) {
		max-width:40%;
	}
}

/************* styles for the repeater text and buttons ***********************/
.gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons .add_repeater_item {
  margin-right: 20px;
}
button.add_repeater_item.add_repeater_item_text, button.remove_repeater_item.remove_repeater_item_text {
    background-color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

.gfield_repeater_items .gfield_repeater_item:before {
    color: #545454 !important;
    font-size: 18px !important;
	margin-bottom: 30px;
    margin-top: 30px;
}

/**************************  EVENTS CALENDAR STYLE SECTION *********************************/

.tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle:focus, .tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle:focus, .tribe-filter-bar .tribe-filter-bar-c-filter__toggle:focus, .tribe-filter-bar button.tribe-filter-bar-c-filter__toggle:focus {
    outline: none;
}

a.tribe-events-calendar-month__calendar-event-tooltip-title-link.tribe-common-anchor-thin {
	font-size:18px !important;
}
.category-description {
	width:80%;
	margin-bottom:-20px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs {
	display:none;
}
/*remove subscribe button from the bottom of the calender widget ical google*/
.tribe-events-c-subscribe-dropdown__container {
    display: none !important;
}
/*vendor type tags with color backgrounds*/
.event-tag {
    background-color: #ff923e;
    line-height: 1.25;
    padding: 3px 8px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
}
.event-tag a {
	color:#ffffff;
}
#verified.event-tag {
    background-color: #009cd6;
}
.event-icon {
	color:#009cd6;
}
/*change width of map preview by default*/
.fl-module-fl-the-events-calendar-map .tribe-events-venue-map {
width:75%;
}
/*change map width for mobile*/
@media all and (max-width: 768px) { 
	.fl-module-fl-the-events-calendar-map .tribe-events-venue-map {
width:100%;
}
	.category-description {
width:100%;
	}
	/*if the events page is swimming on mobile, use this
	.tribe-common .tribe-common-l-container {
		width:90% !important;
		overflow:hidden;
	}*/
}
/*swimming on mobile*/
@media only screen and (max-width: 468px) {
  .tribe-events-calendar-list, .tribe-events-calendar-day {
    width: 99% !important;
    margin: auto !important;
  }
}

/***************************** EVENT LISTING STYLES ****************************/
p.accessibility-in-out i {
    margin-right: 8px;
}
h3.fl-heading.perks {
    margin-bottom: 10px;
}
.event-dates {
	text-transform:uppercase;
}
.recurring-details {
	text-transform:uppercase;
}
/*change checkbox color to white so you can see the check--no longer needed*/
/*.tribe-common .tribe-common-form-control-checkbox__input:checked {
    background-color: #fff !important;
}*/
.canceled-event {
	color:darkred !important;
	font-weight:bold !important;
	text-transform: uppercase !important;
	padding-bottom:10px;
}

.canceled-event-strike {
	text-decoration: line-through;
}
/*change the canceled label text to uppercase*/
.tribe-events-status-label__text.tribe-events-status-label__text--canceled {
	text-transform:uppercase;
}

.rescheduled-event {
	color:#00729d !important;
	font-weight:bold !important;
	text-transform: uppercase !important;
	padding-bottom:10px;
}
/***************************** POP UP MAKER STYLES ********************************/
.gray-icon {
	color:#545454;
}
/******************************  BLOG STYLE SECTION ******************************/

/******************************* Blog Sidebar Menu Styles ***************************/
/* sticky position is in another area, blog-sidebar class */
/*coming soon section class to hide*/
.coming-soon {
	display:none !important;
}
.wp-block-gallery .blocks-gallery-item:after {
    list-style-type: none !important;
	list-style:none !important;
	background-image:none !important;
}

#blog-sidebar-menu a {
  font-weight: 500;
  color: #545454;
  padding:8px 0;
}

#blog-sidebar-menu a:hover {
  font-weight: 500;
  color: #ff923e;
  padding:8px 0;
}

#blog-sidebar-menu h4 .fl-heading-text {
	font-size:20px !important;
}
/*change color of load more button in the advanced tab of the posts widget by using the buttton classes primary, secondary, tertiary*/
.fl-builder-pagination, .fl-builder-pagination-load-more {
    padding: 20px 0 !important;
}
@media all and (max-width: 992px) {
	.fl-builder-pagination, .fl-builder-pagination-load-more {
		padding: 10px 0 !important;
	}
}
/*one row of 3 on desktop, two rows of 2 on tablet. Posts per page should be set to 4*/
@media all and (min-width: 992px) {
	.one-two-row :nth-child(4) {
		display:none;
	}
}
/*one row of 3 on desktop, one row of 2 on tablet. Posts per page should be set to 3*/
@media all and (max-width: 992px) {
	.one-row :nth-child(3) {
		display:none;
	}
	.two-two-row :nth-child(5), .two-two-row :nth-child(6) {
		display:none;
	}
}
/****************************** BLOG POST STYLES ************************************/
/*style the social media section of artisan highlights*/
.blog-increase-padding {
	padding-top:20px;
	padding-bottom:20px;
	margin:auto;
	align-content:center;
}
.blog-increase-padding-40 {
	padding-top:40px;
	padding-bottom:40px;
	margin:auto;
	align-content:center;
}
.blog-increase-top-padding-40 {
	padding-top:40px;
	padding-bottom:20px;
	margin:auto;
	align-content:center;
}
.blog-artist-social {
	font-size:.8em;
	margin-top:-15px;
	margin-bottom:10px;
	font-weight:600;
	text-transform:uppercase;
}

/*remove left padding from text in media + text arrangment ONLY when text is on the left side.*/
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left:0;
}
/*add padding to the top of the text on mobile*/
@media all and (max-width: 600px) { 
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding-left:0;
		padding-top:30px;
	}
	
@media all and (max-width: 768px) {
/*overwrite the max-height styling from the text-img alternate styling in */
.wp-block-image img {
    max-height: inherit !important;
	}
}
	/* messing with image styling between screen sizes. didn't love it*/
	/*.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height:100%;
	}*/
}
/*keep the image from getting cropped too much on wider screens by setting a min height*/
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
   /* min-height: 350px;*/
	/*    background-size: contain;
    background-repeat: no-repeat;*/
}

.wp-block-pullquote p {
    font-size: 1.25em !important;
}
.original-date {
	font-style:italic;
	font-size:.8em;
}
.tag-list {
	font-size:.8em;
	text-transform:uppercase;
}
.quotation.blog-quote {
	font-size: 1.5em ;
	
	line-height:1.7;
	font-style:italic;
	padding-top: 40px;
	padding-bottom:40px;
	/*color:#01456a;*/
}
.quotation.blog-quote:before {
  left: -15px;
  position: relative;
  top: 30px;
  font-size: 3.5em;
	/*color:#00334e;*/
}
.quotation.blog-quote::after {
  left: -5px;
  position: relative;
  top: 35px;
/*color:#00334e;*/
  font-size: 3.5em;
}
/* style ul to change checkmark color to light blue*/
ul.blog-list li:after {
	background-image: url("/wp-content/uploads/2020/11/crafts-check-solid-blue.svg"); 
}
ul.blog-list {
  margin-left: 5em !important;
  padding-bottom:10px;
  padding-top:10px;
}
/* style ul to change checkmark color to light blue*/
ul.blog-list-left li:after {
	background-image: url("/wp-content/uploads/2020/11/crafts-check-solid-blue.svg"); 
}
ul.blog-list-left {
  margin-left: 2.5em !important;
  padding-bottom:10px;
  padding-top:10px;
}
/* style ul into large numbered lists large numbers and background gradient*/
ul.blog-list-numbered {
  counter-reset: index;  
  padding: 0;
  /*max-width: 300px !important;*/
  margin-left: 3em !important;
}
.blog-list-numbered li {
	padding-bottom:10px;
}
.no-results {
	padding-top:10px;
}
@media all and (max-width: 768px) {
	ul.blog-list-numbered { margin-left: 1em !important;}
}
/* List element */
.fl-rich-text .blog-list-numbered li {
  counter-increment: index; 
  display: flex;
  align-items: center;
  box-sizing: border-box;

}

/* Element counter */
.fl-rich-text .blog-list-numbered li::before {
  content: counters(index, ".", decimal-leading-zero);
  font-size: 1.5rem;
  text-align: right;
  font-weight: bold;
  min-width: 50px;
  padding-right: 12px;
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
  background-image: linear-gradient(to bottom, #009cd6, #01456a);
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fl-rich-text .blog-list-numbered li::after {
display:none;
}
/* don't know what this is doing*/
@use postcss-preset-env {
  stage: 0;
  autoprefixer: {
    grid: true;
  }
  browsers: last 2 versions
}
/*background color with rounded corners and slightly smaller text*/
.blog-tip {
	border-radius: 15px;
	font-size:.95em;
	background-color: #f0f5f8;
	padding: 1em;
	margin:2em 0 3em 0;
}
.blog-tip-icon {
	padding-right:7px;
}
.blog-disclaimer {
	font-size:.75em;
}
/*change global style on blog post buttons*/
.wp-block-button .wp-block-button__link {
    font-weight:800 !important;
    border-radius: 8px !important;
    background-color: #ff923e !important;
	text-transform: uppercase;
	margin-bottom:20px;
}
.wp-block-button .wp-block-button__link:hover {
    background-color: #f4842d !important;	
}
.wp-block-button.round-up .wp-block-button__link {
    background-color: #009cd6 !important;
}
.wp-block-button.round-up .wp-block-button__link:hover {
    background-color: #00729d !important;	
}
h3.round-up a{
	color:#545454;
}
/*change style on comment button*/
.comments #submit {
	font-weight:800 !important;
    background-color: #ff923e !important;
	text-transform: uppercase;
	font-family:inherit;
}

.subscribe-form .fl-subscribe-form .fl-form-field input, .subscribe-form .fl-subscribe-form .fl-form-button input {
  border: 1px solid #c1c1c1;
  padding: 16px 18px !important;
}
.subscribe-form .fl-subscribe-form .fl-form-field input::placeholder, .subscribe-form .fl-subscribe-form .fl-form-button input::placeholder {
  opacity: 1;
  color: #1d252c;
  font-weight: 600 !important;
}
.subscribe-form .fl-subscribe-form .fl-form-field .fl-button, .subscribe-form .fl-subscribe-form .fl-form-button .fl-button {
  transition: 0.3s;
}
.subscribe-form .fl-subscribe-form .fl-form-field .fl-button span, .subscribe-form .fl-subscribe-form .fl-form-button .fl-button span, .subscribe-form .fl-subscribe-form .fl-form-field .fl-button i, .subscribe-form .fl-subscribe-form .fl-form-button .fl-button i {
  color: #fff !important;
}
@media all and (max-width: 992px) {
  .subscribe-form .fl-subscribe-form .fl-form-field, .subscribe-form .fl-subscribe-form .fl-form-button {
    width: 100%;
  }
}
.subscribe-form-footer .fl-subscribe-form .fl-form-field input, .subscribe-form-footer .fl-subscribe-form .fl-form-button input {
  border: 1px solid #c1c1c1;
  padding: 10px 12px !important;
  font-size: 13px !important;
}
.subscribe-form-footer .fl-subscribe-form .fl-form-field input::placeholder, .subscribe-form-footer .fl-subscribe-form .fl-form-button input::placeholder {
  opacity: 1;
  color: #1d252c;
  font-weight: 600 !important;
}
.subscribe-form-footer .fl-subscribe-form .fl-form-field .fl-button, .subscribe-form-footer .fl-subscribe-form .fl-form-button .fl-button {
  padding: 9px 10px !important;
  transition: 0.3s;
  min-width: 135px !important;
}
.subscribe-form-footer .fl-subscribe-form .fl-form-field .fl-button span, .subscribe-form-footer .fl-subscribe-form .fl-form-button .fl-button span, .subscribe-form-footer .fl-subscribe-form .fl-form-field .fl-button i, .subscribe-form-footer .fl-subscribe-form .fl-form-button .fl-button i {
  color: #fff !important;
  line-height: 1;
  font-size: 13px !important;
}
.subscribe-form-footer .fl-subscribe-form .fl-form-field .fl-button i, .subscribe-form-footer .fl-subscribe-form .fl-form-button .fl-button i {
  margin-right: 4px;
}
@media all and (max-width: 992px) {
  .subscribe-form-footer .fl-subscribe-form .fl-form-field, .subscribe-form-footer .fl-subscribe-form .fl-form-button {
    width: 100%;
  }
}

.new-subscribe-footer {
	text-align:left;
	padding-left:0;

}

footer .upper-footer p, footer .upper-footer a, footer .upper-footer h5 {
  color: #fff;
}
footer .upper-footer p:visited, footer .upper-footer a:visited, footer .upper-footer h5:visited {
  color: #fff;
}
footer p, footer a {
  font-size: 14px;
}
footer h5 {
  color: #fff;
  margin-bottom: 0px !important;
}
footer .fl-module-heading .fl-module-content {
  margin-bottom: 0px;
}
footer .lower-footer ul {
  display: flex;
  justify-content: flex-end;
}

/* media query to affect alignment of mini footer on mobile*/

@media all and (max-width: 768px) {
footer .lower-footer ul {
    justify-content:left;
}
}

footer .lower-footer ul li {
  padding-bottom: 0px;
  margin-right: 10px;
}
footer .lower-footer ul li:last-child {
  margin-right: 0px;
}
footer .lower-footer ul li a {
  color: #545454;
}

.convertBox-newsletter .cb-box__type-embed {
	margin:0 !important;
}
.convertBox-newsletter .cb-box__type-embed .cb-box__inner-col {
	padding:0 !important;
}
.convertBox-newsletter .cb-element__type-text .cb-element__inner {text-align:left !important;}
.slideout-navigation .site-logo {
  margin: 40px 20px 30px 20px;
}
.faux-newsletter-box {
	height: 50px;
    width: auto;
    background-color: #fff;
    border: 2px #ccc;
    border-radius: 5px;
    border-style: solid;
}
.image-left, .image-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-left img, .image-right img, .image-left article, .image-right article {
  width: 48%;
}
.image-right img {
  order: 2;
}
.image-right article {
  order: 1;
}
.testimonials .user {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 0 0;
}
.testimonials .user img {
  border-radius: 50%;
  border: 2px solid #ff923e;
  max-width: 138px;
}
.testimonials .user .user-context {
  width: calc(100% - 170px);
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.testimonials .user .user-context img {
  display: none;
}
.testimonials .user .user-context p {
  font-size: 20px !important;
  margin-bottom: 15px;
  line-height: 1.5;
  font-style: italic;
}
.testimonials .user .user-context h4 {
  font-weight: 900;
  margin-bottom: 0;
  text-transform: none;
}
@media only screen and (max-width: 1080px) {
  .testimonials .user {
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .testimonials .user {
    max-width: 100%;
  }
  .testimonials .user img {
    max-width: 120px;
  }
  .testimonials .user .user-context {
    width: calc(100% - 145px);
  }
  .testimonials .user .user-context h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonials .user {
    margin: 0 auto;
  }
  .testimonials .user img {
    display: none;
  }
  .testimonials .user .user-context {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .testimonials .user .user-context p {
    width: 100%;
    margin-bottom: 20px;
  }
  .testimonials .user .user-context img {
    display: block;
    width: 40%;
  }
  .testimonials .user .user-context h4 {
    width: 60%;
  }
}
span.dollarsign {
	margin-top: -10px;
}
/*********************************** Convert Box Styles *******************************/
/* make the bold font bolder to match the rest of the website*/
[id^=cbox] .cb-element__type-text .cb-element__inner b, [id^=cbox] .cb-element__type-text .cb-element__inner strong {
    font-weight: 900 !important;
}
[id^=cbox] .cb-element__type-btn .cb-element__button b, [id^=cbox] .cb-element__type-btn .cb-element__button strong {
    font-family: inherit;
    font-weight: 900 !important;
}

/*****************************GLOBAL Nav Menu style ***********************************/
/****************- Menu, Slide Out Menu, and Ultimate Member Avatar in Menu**************/

/* the avatar profile picture in the menu, hidden in mobile and text hidden in desktop */
#primary-menu li.menu-item img.avatar{
	vertical-align: text-bottom;
}
#primary-menu li.menu-item img.avatar + span{
	display: none;
}
#generate-slideout-menu li.menu-item img.avatar{
	display: none;
}
/*change the sub menu background color to white */
#generate-slideout-menu .slideout-menu li {
	background-color:#ffffff;	
}
/* move the sub nav over a bit so it's obviously under the parent menus */
.main-navigation .main-nav ul ul li a {
	padding-left:30px;
}

/************************* UTLIMATE MEMBER VENDOR DIRECTORY GLOBAL STYLES *********************/
/*trying to remove weird rounded corners on inputs on ios*/

.um-header {
  border: none !important;
}
/*make the field labels bolder, but it's universal for any field label on forms etc.*/
.um-field-label label{
	font-weight: 700 !important;
}

/*navbar style - avatar profile picture circle crop for nav bar */
img.um-avatar { 
	border-radius: 45px !important; 
	width: 35px;
}
/* hide directory header on computers only */
/*body:not(.fl-builder-mobile) .um.um-directory .um-member-directory-header{
	display: none;
}*/
/* updated code to hide directory header on large screens only */

/*hide directory header everywhere */
	.um.um-directory .um-member-directory-header{
		display:none;
	}

div.uimob340 div.um-profile-body,
div.uimob500 div.um-profile-body {
	padding-left: 15px;
	padding-right: 15px;
}
/* fix the weird text button alignment in the vendor directory search filters & the search filter pro radio buttons happening now with GP theme update */
.um-facet-search-field input {
	vertical-align: middle !important;
}
.searchandfilter input {
	vertical-align: middle !important;
}

/************************** WOOCOMMERCE ACCOUNT PAGE ********************************/

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link {
    background: #efefef;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    border-color: #fff;
    /*border-top: 5px solid;*/
	margin-bottom:8px !important;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link a {
	color: #545454;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link a:hover {
	background: #ff923e;
	color: #fff;
	text-decoration: none;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link.is-active {
	background:#fff;
	border: none;
}
/* make the add remove buttons smaller */
.woocommerce-PaymentMethod a.button {
    padding: 10px !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 20px;
}

/************************** WOOCOMMERCE MINI CART ***************************/

.woocommerce-mini-cart a:hover {
    background-color: #fff !important;
    color: #ff923e !important;
}
/*
.remove_from_cart_button:hover {

	 background-color: #fff !important;
     color: #ff923e !important;
}*/

/************************** ULTIMATE MEMBER ACCOUNT PAGE ***************************/

/*Modify the account page so it looks a little better on tablet */
.um-account.uimob800 .um-account-main {
	max-width: 659px;
}
/***** Ultimate Member Button Styles *******/
/*main button styles provided by UM and pulled from additional css*/
.um .um-col-alt .um-button,
.um .um-do-search.um-button{	
  color: #fff !important;
  font-family: 'Nunito Sans', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  font-weight: 900 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 8px !important;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05) !important;
  padding: 16px 25px !important;
  display: block;
  text-align: center !important;
  font-size: 15px !important;
  position: relative;
  left: 0;
  transition: 0.3s;
  background: #ff923e !important;
  border-color: #ff923e !important;
}
.um .um-col-alt .um-button:hover,
.um .um-do-search.um-button:hover{
  background: #f4842d !important;
  border-color: #f4842d !important;
}
.um .um-col-alt .um-button *,
.um .um-do-search.um-button *{
  color: #fff !important;
}
.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line label .um-search-line{
	border-radius: 2px !important;
}

/* change the color of the right button on the save profile page and any other UM layout with two buttons*/
.um .um-button.um-alt {
	background-color: #ffaf71 !important;
	border-color: #ffaf71 !important;
}
/*change the add / change photo buttons to gray instead of orange*/
.um a.um-button {
	background-color:#efefef !important;
	color:#545454;
}
/*change the edit profile button back to normal*/
.um-member-card .um-members-edit-btn a.um-edit-profile-btn {
	background-color:#efefef !important;
	color:#545454;
}

/*************************************** DIRECTORY STYLE *******************************/

/*change the color of the location listed and overwrite font-size:13px so the font inherits the page style*****/
/*keep the cards the same height no matter screen size*/
.um-members .um-member{
    max-height:375px !important;
    min-height:375px !important;
}

.um-member-tagline {
	color:#545454 !important;
	font-size:inherit !important;
	line-height:2 !important;
}
/*override display:block and allow the categories to display centered*/
.um-directory .um-user-tag {
	display:inline !important;
	float:none !important;
	border-radius:5px !important;
	font-size:15px !important;
}
.um-directory .um-user-tag:hover { 
	border: 1px solid #009cd6 !important;
	border-radius: 5px;
} 
.um-directory .um-user-tag a { 
	color:#545454 !important;
} 
/*increase size of business name on directory*/
.um-directory .um-member-name a {
	font-size:18px !important;
	font-weight:900 !important;
}

/************************************** PROFILE STYLE ***************************************/
/* make the images fall in next to each other so there aren't any gaps, larger than mobile view only*/
@media (min-width: 768px) {
	.um-profile-body.main.main-default .um-field-type_image{
		display:inline-block !important;
		width: 33.33%;
	}

	.um-profile-body.main.main-default .um-col-121, .um-profile-body.main.main-default .um-col-122 {
		width: 100% !important;
	}
}
/* style and add etsy icon for social media */
i.um-icon-social-etsy::before{
  content: "E";
  font-size: 18px;
  font-weight:800 !important;
  position: relative;
  top: -1px;
}
/*override display:block and allow the categories to display centered in the directory*****/
.um-profile .um-user-tag {
	display:inline-block !important;
	float:none !important;
	background-color:#ff923e !important;
	border: 1px solid #ff923e !important;
	border-radius:5px !important;
	font-size:15px !important;
}
.um-profile .um-user-tag:hover { 
	background-color: #009cd6 !important;
	border: 1px solid #009cd6 !important;
} 
.um-profile .um-user-tag a { 
	color:#ffffff !important;
} 
/*increases the size of the business description text*/
.um-profile-meta .um-meta-text {
    font-size: 18px !important;
	margin-bottom:10px;
}
/*this makes the business name bolder in the profile header*/
.um-profile.um .um-name a {
    color: #555555;
    font-weight: 800;
}
/*increase the size of the website info etc */
.um-meta span {
	font-size:inherit !important;
}

.um-profile-meta {
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
}

.um-profile-body {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05);
}
.um-field-label {
  border-bottom: none !important;
}

.um-profile-divider {
	color:#545454;
	border-bottom: 1px solid #efefef !important;
	padding-bottom:5px;
	margin-bottom:0px !important;
}

/************************************** NextMove Lite **************************************/

/*remove the second portion of additional information for subscriptions link to my account on the thank you page*/
.xlwcty_wrap .xlwcty_textBox.xlwcty-wc-thankyou {
display: none;
}


/****************************** MAILERLITE BLOG EMBED FORM ********************************/ 
/*transparent background*/
.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: #72d9f800 !important;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
	font-family: 'Nunito Sans', sans-serif !important;
	font-weight:900 !important;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description, .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
	font-family: 'Nunito Sans', sans-serif !important;
}

#mlb2-1818274.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width:none !important;
}
/*commented this out because it messed up the "lets connect" CTA but needed it for blog main page*/
#mlb2-1818274.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description {
	font-family: 'Nunito Sans', sans-serif !important;
}
/*text inside of search box*/
#mlb2-1818274.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
	font-family: 'Nunito Sans', sans-serif !important;
	color:#545454 !important;
}
/****** MailerLite Footer Embed Form ****/
#mlb2-1817856.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox {
    margin: 0 !important;
}

#mlb2-1817856.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow {
    margin-bottom: 15px !important;
}
/*On Let's Connect CTA on blog page to convert the checkbox label text to gray instead of blue*/
.gray-text div {
	color:#545454 !important;
}


/******************************** BLOG POST WIDGET STYLES **************************************/

/*uncomment this section if you need to hide the empty post widget containers OUTSIDE of the weekend guide*/
.pp-content-grid-empty {
    margin-top: -40px;
    padding: 0;
    border: none;
}
.fl-post-grid-empty {
	text-align:center;
	margin-top:-40px;
}
.fl-post-grid-post {
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.grid {
  background-color: #f6f6f6;
  transition: 0.3s;
  text-align: center;
/*  min-height:460px;*/
}
/*this class reduces the height on the blog post widgets since they don't have the big circles*/
/*.blog-post .grid {
	min-height: 420px !important;
}*/
.grid .fl-post-text {
  padding: 0 20px 30px 20px;
}
.grid .fl-post-text .date {
  text-transform: uppercase;
  margin: -50px auto 0 auto;
  background: #ff923e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  font-weight: 900;
  color: #fff;
  font-size: 16px !important;
  line-height: 1.25;
}
.grid .fl-post-text .date-rect {
  text-transform: uppercase;
  margin: -50px auto 0 auto;
  background: #ff923e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  font-weight: 900;
  color: #fff;
  font-size: 16px !important;
  line-height: 1.25;
}
.fl-post-text .date-rect-text {
	font-size:16px;
}
.fl-post-text .date-rect-text a{
	color:#fff;
}
.event-location {
	padding-top:20px;
}
/*created for the orange blog category tags on the post widget*/
.grid .fl-post-text .category-tag {
    text-transform: uppercase;
    margin: -30px auto 0 auto;
    background: #ff923e;
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
    text-align: center;
    width:75%;
    height: 40px;
    border-radius: 0px;
    position: relative;
    z-index: 9;
    font-weight: 900;
    color: #fff;
    font-size: 14px !important;
}
.grid .fl-post-text .category-tag a {
    color:#fff;
}
/*event category tag*/
.grid .fl-post-text .category-event, .list-carousel .fl-post-text .category-event, .grid-carousel .fl-post-text .category-event{
    text-transform: uppercase !important;
    width:100%;
    border-radius: 0px;
    position: relative;
    z-index: 9;
    font-weight: 900;
    font-size: 14px !important;
}
/*remove the dashed box when a widget is empty*/
.pp-content-grid-empty {
	border:none;
}
.grid .fl-post-text .category-event, .grid-carousel .fl-post-text .category-event {
	    margin:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.grid .fl-post-text .category-event a, .list-carousel .fl-post-text .category-event a, .grid-carousel .fl-post-text .category-event a{
    color:#545454;
}
.grid .event-title  {
	min-height:125px;
}
.grid-carousel .event-title  {
	min-height:200px;
}
.grid .blog-title  {
	min-height:120px;
}
.weekend-guide-posts .event-title {
	min-height:155px;
}
.weekend-guide-posts .event-title-2-col {
	min-height:155px;
}
.grid .fl-post-text h4{
  margin-top: 10px;
  margin-bottom: 0px !important;
  font-size:20px;
}
.grid .fl-post-text h4 a {
  color:#545454;
  
}
.grid .fl-post-text .category {
  font-size: 13px;
  color: #545454;
}
.grid .fl-post-text .fl-post-more-link {
  margin-top: 30px;
  
}

.grid .fl-post-text .fl-post-more-link a, .fl-post-more-link a {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color:#ff923e;
}
.grid img {
  transition: 0.3s;
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.fl-builder-pagination-load-more {
  padding-bottom: 0px !important;
}

.grid-carousel {
  border: 3px dotted transparent;
  background-color: #f6f6f6;
  transition: 0.3s;
  text-align: center;
}
.grid-carousel .fl-post-text {
  padding: 0 20px 30px 20px;
}
.grid-carousel .fl-post-text .date {
  text-transform: uppercase;
  margin: -30px auto 0 auto;
  background: #ff923e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 9;
  font-weight: 900;
  color: #fff;
	/*reducing css? */
  font-size: 16px !important;
}
.grid-carousel .fl-post-text h4 {
  margin-top: 30px;
  margin-bottom: 0px !important;
  font-size:20px;
}
.grid-carousel .fl-post-text h4 a {
	color:#545454;
}
.grid-carousel .fl-post-text .category {
  font-size: 13px;
  color: #545454;
}
.grid-carousel .fl-post-text .fl-post-more-link {
  margin-top: 30px;
}
.grid-carousel .fl-post-text .fl-post-more-link a {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
	color:#ff923e;
}
.grid-carousel img {
  transition: 0.3s;
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.owl-dots {
  margin-top: 40px;
}
.owl-dots .owl-dot span {
  background: #ffcca4 !important;
}
.owl-dots .owl-dot.active span {
  background: #ff923e !important;
}
.fl-post-grid-post {
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.fl-post-grid-post:hover {
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05);
}
.fl-post-grid-post:hover .grid {
  border-color: #ffcca4;
}


.list-carousel {
  border: 3px dotted transparent;
  background-color: #f6f6f6;
  transition: 0.3s;
  text-align: center;
}
.list-carousel .fl-post-text {
  padding: 0 20px 30px 20px;
}
.list-carousel .fl-post-text .date {
  text-transform: uppercase;
  margin: -30px auto 0 auto;
  background: #ff923e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 9;
  font-weight: 900;
  color: #fff;
	/*fixing size on mobile, was 11*/
  font-size: 16px !important;
}
.list-carousel .fl-post-text h4 {
  font-weight: 600 !important;
  font-size: 18px !important;
  margin-top: 30px;
  margin-bottom: 0px !important;
  text-transform: none !important;
}
.list-carousel .fl-post-text h3 a, .list-carousel .fl-post-text h4 a {
	color:#545454 !important;
}

.list-carousel .fl-post-text .category {
  font-size: 13px;
  color: #545454;
}
.list-carousel .fl-post-text .fl-post-more-link, .weekend-guide-main .fl-post-text .fl-post-more-link {
  margin-top: 30px;
}
.list-carousel .fl-post-text .fl-post-more-link a {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.list-carousel img {
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
 .list-carousel .fl-post-text .fl-post-more-link a, .weekend-guide-main .fl-post-text .fl-post-more-link a {
    font-family: 'Nunito Sans', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
    font-weight: 900 !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 8px !important;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05) !important;
    min-width: 180px;
    padding: 12px 18px !important;
    display: inline-block;
    text-align: center !important;
    font-size: 15px !important;
    position: relative;
    left: 0;
    transition: 0.3s;
    color: #fff;
    background-color: #ff923e;
    border-color: #ff923e;
  }
  .list-carousel .fl-post-text .fl-post-more-link a:hover, .weekend-guide-main .fl-post-text .fl-post-more-link a:hover {
    /*left: 10px;*/
    background-color: #f4842d;
    border-color: #f4842d !important;
  }
@media only screen and (max-width: 768px) { /*this was 750 and idk why bc everything else is 768*/
	.list-carousel .fl-post-text h3 {
		margin-top: 30px;
	}
	.list-carousel .owl-dots {
  margin-top: 20px;
}
	
}
@media only screen and (min-width: 768px) { /*this was 750 and idk why bc everything else is 768*/
  .list-carousel {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .list-carousel .fl-post-text {
    width: 50%;
    min-height: 400px;
    padding: 30px 30px;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left !important;
  }
  .list-carousel .fl-post-text .date {
	  display:none;
  }
  .grid .fl-post-text .content-excerpt p, .list-carousel .fl-post-text .content-excerpt p, .grid-carousel .fl-post-text .content-excerpt p {
    margin-bottom: 0 !important;
  }
 
  .list-carousel .fl-post-image {
    width: 50%;
    height: 500px; /*100%;*/
    padding: 0;
  }
  .list-carousel .fl-post-image img {
    object-fit: cover;
    min-height: 400px;
	  
  }
}
.list-carousel .owl-dots {
  margin-top: 40px;
}
.list-carousel .owl-dots .owl-dot span {
  background: #ffcca4 !important;
}
.list-carousel .owl-dots .owl-dot.active span {
  background: #ff923e !important;
}
.weekend-guide a {
	color:#545454;
}

.weekend-guide-posts img {
  transition: 0.3s;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.weekend-guide-posts .fl-post-text .date-for-img {
  text-transform: uppercase;
  margin: -30px auto 0 auto;
  background: #ff923e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 9;
  font-weight: 900;
  color: #fff;
  font-size: 11px !important;
}
.weekend-guide-posts .fl-post-text {
  text-align: center;
  background-color: #f6f6f6;
  padding-top: 80px !important;
  position: relative;
  border-radius: 8px;
  cursor: default;
}
.weekend-guide-posts .fl-post-text .date {
  text-transform: uppercase;
  margin: 0 auto;
  background: #ff923e;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 60px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 9;
  font-weight: 900;
  color: #fff;
  font-size: 11px !important;
}

.weekend-guide-posts .fl-post-text .category-event {
    text-transform: uppercase !important;
    width:100%;
    border-radius: 0px;
    position: relative;
    z-index: 9;
    font-weight: 900;
    font-size: 14px !important;
}

.weekend-guide-posts .fl-post-text .category-event a, .weekend-guide-posts h4 a {
	color:#545454;
}

.weekend-guide-posts .fl-post-text .event-location {
	padding-top:20px;
	font-size:17px;
}

.weekend-guide-posts .fl-post-text .fl-post-title {
  margin-bottom: 10px;
  padding-bottom: 0;
 /* font-size: 13px;*/
}
.weekend-guide-posts .fl-post-text .fl-post-more-link {
  display: inline-block;
  margin-top: 30px;
}
.weekend-guide-posts .fl-post-text .fl-post-more-link a {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color:#ff923e;

}

.fl-post-feed-post {
  border-radius: 0px;
  margin-bottom: 0;
  border: none;
  transition: 0.3s;
}
.fl-post-feed-post:hover {
  cursor: pointer;
}

/*change post titles to not alter color when they are linked*/
.fl-post-feed-header a, .fl-post-feed-header a:hover {
	color:#545454;
}
/*change post widget list view read more text to lowercase*/
a.read-more {
	text-transform:lowercase;
}

.list {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.list .fl-post-text {
  padding: 20px 30px;
  width: 60%;
}
.list .fl-post-text h4 {
  font-weight: bold !important;
 
}
.list .fl-post-text p {
  font-size: 16px !important;
}
.list .fl-post-text .fl-post-more-link a {
  display: inline-block;
  margin-top: 5px !important;
  font-family: 'Nunito Sans', sans-serif;
  border-radius: 8px;
  background-color: #ff923e;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  padding: 16px 32px 16px 16px;
  color: #fff !important;
}
.list .fl-post-text .fl-post-more-link a::after {
  transition: 0.3s;
  position: absolute;
  transition: 0.3s;
  content: ">";
  display: block;
  right: 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list .fl-post-text .fl-post-more-link a:hover {
  background-color: #009cd6;
}
.list .fl-post-text .fl-post-more-link a:hover::after {
  right: 5px;
}
.list .fl-post-image {
  margin-bottom: -5px;
  width: 40%;
}
.list .fl-post-image img {
  height: 350px;
  object-position: center;
  object-fit: cover;
  transition: 0.3s;
}
.comments input, .comments textarea {
  /*border: 1px solid #ff923e;*/
}
.comments #submit {
  background: #ff923e !important;
  text-transform: uppercase;
  border-radius: 8px;
  transition: 0.3s;
}
.blog-sidebar {
  position: sticky;
  top: 20px;
}
.directory-sidebar {
  position: sticky;
  top: 20px;
}
@media all and (max-width: 768px) {
  .blog-sidebar {
    position: static;
  }
}
.contact-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
}
.contact-form .gfield_label {
  display: none !important;
}
.contact-form input[type=text], .contact-form textarea {
  padding: 10px !important;
  background: #fff;
  border: none;
}
.contact-form ::placeholder {
  color: #2f2f2f !important;
  font-family: 'Nunito Sans', sans-serif;
}
.contact-form .gform_button {
  font-family: 'Nunito Sans', sans-serif;
  font-weight:900;
  border: 1px solid #ff923e !important;
  background: #ff923e !important;
  text-transform: uppercase;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  transition: 0.3s;
}
.contact-form .gform_button:hover {
  background: #f4842d !important;
  border-color: #f4842d !important;
}
.contact-form.show-labels .gfield_label {
  display: block !important;
}
@media all and (max-width: 992px) {
  .faqs-posts .fl-post-feed-post {
    margin-bottom: 20px !important;
  }
}
.accordion {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.accordion .label {
  background: #f6f6f6;
  padding: 15px 20px;
  position: relative;
  z-index: 3;
  height: auto !important;
}
.accordion .label::before, .accordion .label::after {
  height: 14px;
  width: 14px;
  content: "\f067"; /*changed from dotted icon*/
  font-family: 'Font Awesome 5 pro';
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  top: 50%;
  right: 23px;
  position: absolute;
  transform: translateY(-50%);
  color: #ff923e;
}
.accordion .label::after {
  content: "\f068";
  right: 23px;
}
.accordion .label::before {
  display: block;
}
.accordion .content {
  padding: 15px 20px 0px 20px;
  border-left: 3px dotted #f6f6f6;
  border-right: 3px dotted #f6f6f6;
  border-bottom: 3px dotted #f6f6f6;
  transition: 0.5s ease;
  opacity: 1;
  overflow: hidden;
}
.accordion:not(.active) .content {
  opacity: 0;
  position: absolute;
}
.accordion.active .label::before {
  display: none;
}
.page-id-78864 .inside-article input, .page-id-78864 .inside-article select, .page-id-78864 .inside-article textarea {
  width: 100%;
}
.page-id-78864 .inside-article .wpuf-submit-button {
  max-width: 180px;
  font-family: 'Nunito Sans', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  font-weight: 900 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 8px !important;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05) !important;
  background-color: #ff923e;
  padding: 16px 25px !important;
  display: block;
  text-align: center !important;
  font-size: 15px !important;
  position: relative;
  left: 0;
  transition: 0.3s;
}
.page-id-78864 .inside-article .wpuf-submit-button:hover {
  background-color: #009cd6;
  left: 10px;
}
@media all and (max-width: 768px) {
  .page-id-78864 .inside-article .wpuf-submit-button {
    font-size: 14px !important;
    min-width: 150px;
  }
}

/************************************** ADANCED ADS STYLES ***********************************/
/*change the button to match*/
.advanced-ads-selling-setup-ad-details-submit.button.button-primary
{	
 	font-weight:800 !important;
    border-radius: 8px !important;
    background-color: #ff923e !important;
	text-transform: uppercase;
	margin-bottom:20px;
	margin-top:20px;
	display:block;
}
.advanced-ads-selling-setup-ad-details-submit.button.button-primary:hover {
    background-color: #f4842d !important;	
}
/*entire container
#post-83296 .inside-article {
	
}*/
/*change hyperlink field to be longer and shorter*/
#advanced-ads-selling-setup-ad-details-url-input-128 {
	width:50%;
	height:40px;
}
/*add padding between text and hyperlink field*/
.advanced-ads-selling-setup-ad-details-url.advanced-ads-selling-setup-ad-details-content {
	padding-right:20px;
}
/*veritcal spacing around the file upload section*/
.advanced-ads-selling-setup-ad-details-image-upload.advanced-ads-selling-setup-ad-details-content {
padding-top:20px;
padding-bottom:20px;}

/* use this negative margin to close the giant bottom margin that appears after every ad group*/
.dfwcs-sidebar-for-blog, .dfwcs-sidebar-for-local-pages, .dfwcs-content-for-blog, .dfwcs-content-for-local-pages {
    margin-bottom: -40px !important;
}
.dfwcs-content {
	margin-bottom: -30px !important;
	margin-top: 40px;
}

/************************************ WOO COMMERCE STYLES *******************************/
/*remove prices from Advanced Ads products*/
.postid-83255 .price, .postid-81494 .price {
    display: none;
}
/*move everything up from where you removed the prices*/
ul#advads_selling_option_ad_price {
	list-style:none !important;
	margin-left:30px;
	margin-top:0px;
}

/*move sales tag into the image*/
.woocommerce span.onsale {
	position:absolute !important;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price {
	color:#009cd6 !important;
}
/*add gap between paypal and the submit button*/
#payment .payment_methods>.wc_payment_method>label {
	margin-bottom:20px;
}
/*fix size and alignment of x's on the cart page*/
.woocommerce a.remove {
    font-size: 14px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 14px !important;
}
.checkout-html-div .woocommerce-checkout-payment p {
  margin-top: 25px;
}
/*change color of text on WOOCOMMERCE update button*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #ffffff !important;
}
/*change the shape and styling of the woo commerce butttons for cart & checkout */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-family: 'Nunito Sans', sans-serif !important;
  letter-spacing: 0px !important;
  /*font-weight: 600 !important; */
  border-radius: 8px !important;
}

.woocommerce div.product form.cart .variations {
	margin-bottom:20px !important;
}
.woocommerce-variation-price {
	margin-bottom:20px !important;
}
.woocommerce div.product form.cart .variations td.label {
	padding-right:0;
	vertical-align:middle;
}
.postid-81119 .variations label {
	display:none;
}
.woocommerce a.button.alt {
	font-weight: 800 !important;
	text-transform: uppercase !important;
	background-color: #ff9233 !important;
	border-width: 1px !important;
	border-style: solid !important;
  	box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05) !important;
}
.woocommerce a.button.alt:hover {
	background-color: #f4842d !important;
}

/* fix the weird spacing that search & filter is causing on drop downs for checkout page */
.woocommerce .select2-container .select2-selection--single {
    height: auto !important;
}

button#place_order.button.alt {
  font-family: 'Nunito Sans', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  font-weight:800 !important;
	background-color:#ff923e;
}
button#place_order.button.alt:hover {
background-color:#f4842d;
}

/* Style purchase/sign up button on single product page */
.woocommerce div.product form.cart .button {
  font-family: 'Nunito Sans', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  font-weight:800 !important;
  font-size:1em !important;
  /*background-color: #ff9233 !important;*/
  display: block !important;
}
.woocommerce .product-name a {
	color:#545454 !important;
}
.woocommerce .product-name a:hover {
	color:#009cd6 !important;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2 {
    font-weight: 600 !important;
    color:#222222 !important;
}
/* bottom align the woocommerce buttons and make columns flex on tablet and mobile for related products*/
ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
}
 .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    margin-bottom: auto !important;
}
/*fix grid and columns for related products on all screen sizes*/
@media (min-width: 992px) {
    .woocommerce .related ul.products, .woocommerce .up-sells ul.products {
        display: flex !important;
		grid-gap:20px !important;
    }
}

@media (min-width: 768px) {
.woocommerce .fl-module-fl-woo-related-products .related ul.products li.product {
    width: auto !important; 
    margin-bottom:40px;
	
	}
}
.reduce-left-margin .fl-module-content .fl-node-content {
	margin-left:0 !important;
}
.single-product-row .button {
  font-family: 'Nunito Sans', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0px !important;
  font-weight: 900 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 8px !important;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.05), 0px 6px 12px rgba(0, 0, 0, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.05) !important;
  padding: 16px 25px !important;
  display: block;
  text-align: center !important;
  font-size: 15px !important;
  position: relative !important;
  left: 0 !important;
  transition: 0.3s !important;
  background-color: #ff923e !important;
  border-color: #ff923e !important;
}
.single-product-row .button:hover {
 /* left: 10px !important;*/
  background-color: #f4842d !important;
  border-color: #f4842d !important;
}
@media all and (max-width: 768px) {
  .single-product-row .button {
    font-size: 14px !important;
    padding: 16px 16px !important;
  }

}
.filter .sf-field-search label, .filter .sf-field-search input {
  width: 100% !important;
}

.filter .sf-field-search input {
  border: none;
  background-color: #fff;
}
@media all and (max-width: 768px) {
.filter .sf-field-search input {
  border: none;
	border-radius: 8px;
  background-color: #fafafa;
}
}
.filter h4 {
  font-size: 20px;
  margin-top:10px;
	/*margin: 10px 0px;*/
}
.filter .sf-field-category label {
  font-size: 16px;
}
.filter .sf-field-category label:hover {
  cursor: pointer;
  color: #ff923e;
}
.filter input[type='radio'] {
  visibility: hidden;
}
@-moz-document url-prefix() { 
	.filter input[type='radio'] {
  visibility: visible;
}
}
.filter input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -7px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.filter input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -7px;
  left: -1px;
  position: relative;
  background-color: #ffa500;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.faqs-filter .sf-field-search {
  margin-top: 30px;
}
.faqs-filter .sf-field-search label, .faqs-filter .sf-field-search input {
  width: 100% !important;
}
.faqs-filter .sf-field-search input {
  /*border: 3px solid #ff923e;*/
	border-radius: 8px;
}
.faqs-filter .sf-field-taxonomy-faqs_cat ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.faqs-filter .sf-field-taxonomy-faqs_cat ul li {
  border-radius: 8px;
  padding: 0px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: #ff923e;
  color: #fff !important;
  width: 22%;
}
@media all and (max-width: 992px) {
  .faqs-filter .sf-field-taxonomy-faqs_cat ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .faqs-filter .sf-field-taxonomy-faqs_cat ul li:last-child, .faqs-filter .sf-field-taxonomy-faqs_cat ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  .faqs-filter .sf-field-taxonomy-faqs_cat ul li {
    width: 100%;
    margin-bottom: 20px !important;
  }
  .faqs-filter .sf-field-taxonomy-faqs_cat ul li:last-child {
    margin-bottom: 0 !important;
  }
}
.faqs-filter .sf-field-taxonomy-faqs_cat ul li.sf-option-active {
  background: #01456a;
}
.faqs-filter .sf-field-taxonomy-faqs_cat ul li:hover {
  cursor: pointer;
  /*background: #009cd6;*/
}
.faqs-filter .sf-field-taxonomy-faqs_cat ul li label {
  width: 100%;
  margin: 0px !important;
  padding: 18px 10px;
}
.faqs-filter .sf-field-taxonomy-faqs_cat ul li label:hover {
  cursor: pointer;
}
.faqs-filter .sf-field-taxonomy-faqs_cat ul li input {
  display: none;
}
/************************* Ultimate Member & Facet Styles **************************/
/* I think there are vendor profile styles somewhere else too.
/*trying to make the profile body the same width as the header*/
.um-66438.um .um-profile-body {
    max-width: 100% !important;
}

.directory-share {
	background: #fff;
    padding: 30px;
    box-shadow: 0px 1px 16px rgb(0 0 0 / 5%), 0px 6px 12px rgb(0 0 0 / 5%), 0px 4px 8px rgb(0 0 0 / 5%);
}
.fl-col-group.fl-node-61675a9e3fbb6 {
    max-width: 1100px !important;
    margin: auto !important;
}
div#um_field_66438_message label {
    font-size: 20px !important;
    font-weight: 800 !important;
}
@media (max-width: 1180px) {
    .fl-col-group.fl-node-61675a9e3fbb6{
        margin-left:20px !important;
		margin-right:20px !important;
    }
}
/*change cover photo default background to match header
.um-member-cover, .um-cover-e {
	background: linear-gradient(45deg, #cdece7, #a4cccc) !important;	
}*/


div.um-profile-body div.um-field-value a{font-size: 16px !important;}
div.um-profile-body div.um-field-label label{font-size: 16px !important;}
/********************************************************************************/

.member-filter {
  font-size: 16px !important;
}

.um-facet-search-row.all_sources .um-facet-search-close, .um-facet-search-row.all_sources .um-facet-search-open {
    display: none;
}

label.um-facet-search-label {
    cursor: pointer;
}

i.um-faicon-plus {
    color: #ff923e;
}

i.um-faicon-plus:hover {
    color: #f4842d;
}

/* I don't remember what this was for
  .member-filter #fs-input-all_sources {
  border: none;
  background-color: #fff;
  width: 100% !important;
}*/

@media only screen and (min-width: 992px) {
.member-filter #fs-input-all_sources {
  border: none;
  background-color: #fff;
  width: 100% !important;
}
}
@media all and (max-width: 992px) { 
	.member-filter #fs-input-all_sources {
		border: solid 1px !important;
		border-color: #d8d8d8 !important;
		border-radius: 5px;
		width: 100% !important;
	}
	.vip_categories[data-accordion-open=""] .um-facet-search-field,
	.billing_city[data-accordion-open=""] .um-facet-search-field {
		display: none;
	}
	.vip_categories[data-accordion-open=""] .um-facet-search-open, .billing_city[data-accordion-open=""] .um-facet-search-open {
    display: block;
	}

.vip_categories[data-accordion-open=""] .um-facet-search-close, .billing_city[data-accordion-open=""] .um-facet-search-close {
    display: none;
	}
}
.member-filter .um-facet-picked-lists {
  list-style: none;
  margin: 0px !important;
  font-size: 14px;
  color: #ff923e;
}
.member-filter .um-facet-picked-lists ::marker {
  visibility: hidden !important;
  display: none;
}

.member-filter .umfs-reset-button-wrapper {
  list-style: none;
  margin: 0px !important;
  font-size: 14px;
  color: #ff923e;
}

/**************************** FACET SEARCH BAR CUSTOM STYLES ***********************/
.member-filter .um-facet-search-label, .member-filter .um-facet-search-label {
  font-size: 20px;
  margin: 20px 0px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
/*spacing above and below each sections fields*/
.um-facet-search-field {
	margin-top:5px;
	margin-bottom:20px;
}
/*spacing after search box*/
.um-facet-search-row {
	margin-bottom:30px !important;
}
.member-filter .um-facet-check-box-item {
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
/*display: inline-block;*/
  display: block;
}
.member-filter .um-facet-check-box-item:hover {
  color: #ffa500;
}
.member-filter input[type='checkbox'] {
  margin-right: 5px;
  visibility: hidden;
  cursor: pointer !important;
}
/*checkboxes were getting hidden on firefox*/
@-moz-document url-prefix() { 
	.member-filter input[type='checkbox'] {
  margin-right: 5px;
  visibility: visible;
  cursor: pointer !important;
}
}

.member-filter input[type='checkbox']:after {
  opacity: 1 !important;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -5px;
  left: -2px;
  position: relative;
  background-color: #d1d3d1;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.member-filter input[type='checkbox']:before {
  opacity: 1 !important;
  width: 100%;
  visibility: visible;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  content: '';
  display: block;
  cursor: pointer;
}
.member-filter input[type='checkbox']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -5px;
  left: -2px;
  position: relative;
  background-color: #ffa500;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.member-filter input[type='checkbox']:checked {
  height: 12px !important;
}

.tribe-common-l-container {
  padding: 0 !important;
}
.tribe-common-l-container button {
  font-family: 'Nunito Sans', sans-serif !important;
}
.tribe-common-l-container .tribe-common-c-btn {
  background-color: #ff923e;
  color: #fff !important;
  border-color: #ff923e;
}
.tribe-common-l-container .tribe-common-c-btn:hover {
  background-color: #009cd6;
}
.tribe-common-l-container .tribe-events-c-ical__link {
  border: none;
  color: #009cd6 !important;
}
.tribe-common-l-container .tribe-events-c-ical__link:hover {
  background-color: #009cd6;
  color: #fff !important;
}
.tribe-common-l-container .tribe-events-c-ical__link:before {
  display: none;
}
.tribe-common-l-container p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px !important;
}
.tribe-common-l-container h1, .tribe-common-l-container h2, .tribe-common-l-container h3, .tribe-common-l-container h4, .tribe-common-l-container h5, .tribe-common-l-container span, .tribe-common-l-container a, .tribe-common-l-container time {
  font-family: 'Nunito Sans', sans-serif !important;
}
.tribe-common-l-container .tribe-common-h4--min-medium {
  text-transform: unset !important;
}
.tribe-common-l-container .tribe-common-h4--min-medium a {
  border: none;
}
.tribe-common-l-container .tribe-common-h4--min-medium a:hover {
  color: #ff923e;
  border: none;
}
.tribe-common-l-container .read-more {
  color: #ff923e;
  font-weight: bold;
}
.tribe-common-l-container .read-more:hover {
  color: #009cd6;
}

/* styling for the responsive HTML table for feature comparison chart */

:root {
    --bg-table-stripe: #f6f6f5;
    --b-table: #e3e3e2;
    --caption: #242423;
}

table {
    background-color: transparent;
    border-collapse:collapse;
	font-family: 'Nunito Sans', sans-serif;
  	/*font-family: Arial, Helvetica, sans-serif*/
}

table h4 {
	margin-bottom:0px;
	font-size:20px;
}

th {
    text-align:left;
	font-weight:500;
}

td {
	vertical-align: middle;
}
/*styling for table headers and check marks, organized by listing tier. Use these classes to check a box in the table.*/
.basic-header {
	background-color:#bfbfbf; 
	color:#ffffff; 
	font-family: 'Nunito Sans', sans-serif;
 	font-weight: 900;
	text-transform: uppercase;
	font-size:1.25em;
}

.basic-cell {
	background-image: url("/wp-content/uploads/2020/11/DFWCS_Submit-Event_checkmark-gray.svg"); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.large-btn .fl-button {
	font-size: 25px !important;
}

.premium-header {
	background-color:#ff9233; 
	color:#ffffff;
	font-family: 'Nunito Sans', sans-serif;
 	font-weight: 900;
	text-transform: uppercase;
	font-size:1.25em;
}

.premium-cell {
	background-image: url("/wp-content/uploads/2020/11/DFWCS_Submit-Event_checkmark-orange.svg"); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.standard-header {
	background-color:#009cd6; 
	color:#ffffff; 
	font-family: 'Nunito Sans', sans-serif;
 	font-weight: 900;
	text-transform: uppercase;
	font-size:1.25em;
}

.standard-cell {
	background-image: url("/wp-content/uploads/2020/11/DFWCS_Submit-Event_checkmark-blue.svg"); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.platinum-header {
	background-color:#01456a; 
	color:#ffffff;
	font-family: 'Nunito Sans', sans-serif;
 	font-weight: 900;
	text-transform: uppercase;
	font-size:1.25em;
}

.platinum-cell {
	background-image: url("/wp-content/uploads/2020/11/DFWCS_Submit-Event_checkmark-navy.svg"); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

/*for the main groups in the rows*/
.row-header { 
	font-family: 'Nunito Sans', sans-serif;
 	font-weight: 900;
	text-transform: uppercase;
	font-size:1.25em;
	padding-left: .75em !important;
}

/*size and align checkmarks, displays better in mobile version than using background image*/
.img-cell img{
	text-align:center;
	vertical-align:middle;	
	width:20px;
}

.dcf-txt-center {
      text-align: center!important;
    }

    .dcf-txt-left {
      text-align: left!important;
    }

    .dcf-txt-right {
      text-align: right!important;
    }
    
.dcf-table caption {
      color: var(--caption);
      /*font-size: 1.13em;*/
      font-weight: 700;
      padding-bottom: .56rem;
    }

    .dcf-table thead {
      /*font-size: .84em*/
    }

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      /*font-size: 1.2em;*/
    }

    .dcf-table tfoot {
      /*font-size: .84em*/
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em;
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em;
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      /*border-bottom: 1px solid var(--b-table) -- removes repeat border between bottom of the mobile cells*/
		margin-bottom:10px; /*create spacing between bottom of each section when using display:block*/
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      /*vertical-align: bottom; --center align if you remove this*/
    }
/*if you want the headers at the top for mobile, create a media query and use this class in it.*/
    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
    /*  vertical-align: top;*/
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em;
    }

    .dcf-table-bordered thead th {
      padding-top: 1em;
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw;
    }
.dcf-prices {
	width:60%;
	margin-left:auto;
	margin-right:auto;
}
	@media all and (max-width: 768px) {
      .dcf-prices {
        width: 100%;
      }

      @media only screen and (max-width: 42.09em) {
        .dcf-table-responsive thead {
          clip: rect(0 0 0 0);
          -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
          height: 1px;
          overflow: hidden;
          position: absolute;
          width: 1px;
          white-space: nowrap;
        }

        .dcf-table-responsive tr {
          /*display: block;  --causes the tr to be displayed to the right of the td comparison*/
        }

        .dcf-table-responsive td {
          -webkit-column-gap: 3.16vw;
          -moz-column-gap: 3.16vw;
          column-gap: 3.16vw; /*test, used to be 3.16vw*/
          display: grid;
          grid-template-columns: 1fr 2fr;
          text-align: left !important;
        }

        .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
          border-width: 0;
        }

        .dcf-table-responsive.dcf-table-bordered tbody td {
          border-top-width: 0;
        }

        .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
          padding-bottom: .75em;
        }

        .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
          padding-bottom: 0;
        }

        .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
          padding-right: 0;
        }

        .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
          border-bottom-width: 0;
        }

        .dcf-table-responsive tbody td:before {
          content: attr(data-label);
          float: left;
          font-weight: 700;
          padding-right: 1.78em;
        }

        /*remove all caps to allow space for larger text in mobile view*/
        .row-header {
          text-transform: none !important;
          font-size: 1em !important;
        }

      }

      .dcf-overflow-x-auto {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
      }
    }
