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

/* -- COLORS -- */

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

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

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

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

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

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */


/* -- TYPOGRAPHY -- */

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

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

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

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

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

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

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

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

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

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

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

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */



/* -- END TEMPLATE -- */


/* -- HEADER -- */

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

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

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

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

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

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\33';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\32';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

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

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

/* -- END HEADER -- */


/* -- FOOTER -- */

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
}

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

#freshy_copyright a.copyright_fs {
	display: block;
	vertical-align: middle;
	width: 42px;
	height: 20px;
	background-image: url("/wp-content/uploads/fs-lettermark-white.svg");
	background-repeat: no-repeat;
	background-size: 42px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

/* fix if using Impreza to remove underline */
#freshy_copyright a:hover {
	border: 0 !important;
}

@media (min-width: 600px) {
	/* vertical pipe divider */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
		display: inline-block;
	}
	#freshy_copyright a.copyright_fs {
		display: inline-block;
	}
}

@media (max-width: 980px) {
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

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

.checklist ul li {
	position: relative;
	padding-left: 30px;
	margin: 0 0 6px !important;
}
.horizontal-list ul li {
	display:inline;
}
.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 30px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 20px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		-moz-column-count: 2;
		-moz-column-gap: 8px;
		-webkit-column-count: 2;
		-webkit-column-gap: 8px;
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}

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

.checklist ul li:before {
  background: transparent scroll 0 0 no-repeat;
  content: url('/wp-content/uploads/Checkmark-copy.png');
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  margin-top: 5px;
}

.checklist-white ul li:before {
  background: transparent scroll 0 0 no-repeat;
  content: url('/wp-content/uploads/Checkmark-white-1.png');
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  margin-top: 5px;
}

.horizontal-list ul li::before {
	top:-4px;
	left:5px;
}

.green-lg-list ul li::before{
	content: url(/wp-content/uploads/Checkmark-blue-22px.png);
	width: 22px;
  	height: 22px;
	margin-top: 0;
}

.pluslist ul li::before {
	content: '\f055';
}
.eventlist ul li::before {
	content: '\f274';
}
.locationlist ul li::before {
	content: '\f041';
}
.externallist ul li::before {
	content: '\f14c';	
}
.pdflist ul li::before {
	content: '\f1c1';
	color: red;
}
.userlist ul li::before {
	content: '\f2c0';
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

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

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

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

/* -- END DIVI HACKS -- */


/* -- TESTIMONIALS PLUGIN -- */

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

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* partially due to Surbma's restyling of the form, 
there now apepars to be excess margin above fields at certain screen sizes,
when two or more inputs have errors side by side (hence the + in the CSS),
so let's remove that top gap */
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
	.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
		margin-top: 0;
	}
}

/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */
img.gform_ajax_spinner[src$=".png"] {
	-webkit-animation: lime-spin 1.5s linear infinite;
	-moz-animation: lime-spin 1.5s linear infinite;
	animation: lime-spin 1.5s linear infinite;
	padding: 0;
	margin-left: 10px;
}
@-moz-keyframes lime-spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* fix for when Date Picker is used */
#ui-datepicker-div:empty {
	margin-top: 0;	
}

/* -- dropdown bg -- */
div#gform_wrapper_7 select {
    background: #eee;
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be Gutter Width 1, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;	
}
.fullwidth-row.et_pb_section .et_pb_row {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row > .et_pb_column {
		padding: 80px 6%;
	}
}
/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}
@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}	
}
/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

/* -- END HELPERS -- */


/* ---- START CUSTOM STYLES ---- */

/* --- Common Styles --- */
/*-------------------------------*/
/*
h1,h2,h3,h4,h5,h6{
	font-family:Roboto !important;
}
*/
h1, h2 {
	font-weight:900 !important;
}



@media only screen and (max-width: 980px) {
	.two-columns .et_pb_column {
	width: 50%!important;
	}
}
@media (max-width:767px){
	.one-column .et_pb_column{
		width:100% !important;
	}
}

/* ---- Top Header Style ---- */
/*-------------------------------*/

#et-secondary-menu .et-social-icon a.socicon {
	background: transparent;
	width: auto !important;
	padding: 5px 0 0 14px;
	font-weight: 400;
	color: #25A6F1;
}
.et_fullwidth_secondary_nav #top-header .container{
	padding:0;
}


/* ---- Main Header Style --- */
/*-------------------------------*/
#top-menu li{
	padding-right:50px;
}
#main-header,
#main-header.et-fixed-header {
	box-shadow: 0 5px 5px rgba(0,0,0,.06);
}

@media (min-width: 981px) {
	#main-header.et-fixed-header {
		box-shadow: 0 5px 5px rgba(0,0,0,.06) !important;
		-moz-box-shadow: 0 5px 5px rgba(0,0,0,.06) !important;
		-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.06) !important;
	}
}
#top-menu li ul.sub-menu li a{
	font-size:18px;
}

@media (max-width:1450px){
	#top-menu li a {
		font-size: 20px !important;
	}
	#top-menu li ul.sub-menu li a{
		font-size:16px !important;
	}
	#top-menu li {
		padding-right: 25px;
	}
}
@media (max-width:1200px){
	#top-menu li a {
		font-size: 14px !important;
	}
	#top-menu li {
		padding-right: 14px;
	}
	#top-menu li ul.sub-menu li a{
		font-size:14px !important;
	}
}

@media only screen and (min-width: 981px) {
	.et_header_style_left #et-top-navigation, 
	.et_header_style_split #et-top-navigation {
		padding: 40px 0 0 0 !important;
	}
}
/* --- Footer Styles --- */
/*-------------------------------*/
#footer-widgets .footer-widget li::before{
	content:none;
}
#footer-widgets .footer-widget li{
	padding-left:0px !important;
}
#footer-widgets .footer-widget .footer-social-icons li{
	margin-bottom: 0;
}
#footer-widgets .footer-widget .footer-social-icons{
	margin:0 0 0 -8px;
}
#main-footer .container{
	max-width: 1500px;
}
#main-footer #footer-widgets .footer-widget #gform_widget-2,
#main-footer #footer-widgets .footer-widget #gform_widget-2 .gform_wrapper{
	margin:0;
}
#main-footer #footer-widgets .footer-widget #gform_widget-2 ul li{
	margin: 0 !important;
	padding: 0 !important;
}
body #main-footer #footer-widgets .footer-widget .gform_wrapper .top_label div.ginput_container{
	margin-top:0px;
}
body #main-footer #footer-widgets .footer-widget .gform_wrapper .top_label div.ginput_container input{
	background: transparent;
	border: 2px solid #ACACAC;
	border-radius: 10px;
	padding: 10px;
}
body #main-footer #footer-widgets .footer-widget .gform_wrapper .gform_footer input.button,
body #main-footer #footer-widgets .footer-widget .gform_wrapper .gform_footer input[type="submit"]{
	font-weight: normal;
	margin: 0;
	font-family: Nunito;
}
body #main-footer #footer-widgets .footer-widget .gform_wrapper .gform_footer{
	padding: 0;
	text-align: left;
	margin: 0;
}

@media (min-width:981px){
	.et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget {
		margin-bottom: 50px !important;
	}
}
@media (min-width:981px){
	.et_pb_gutters3.et_pb_footer_columns5 .footer-widget{
		width: 14.6%;
	}
	.et_pb_gutters3 #footer-widgets .footer-widget{
		margin-right: 4.5%;
	}
	.et_pb_gutters3.et_pb_footer_columns5 #footer-widgets .footer-widget:last-child{
		width: 23.6%;
		margin-right: 0;
	}
}
@media (min-width:981px) and (max-width:1280px){
	#footer-widgets .footer-widget:nth-child(n) {
		width: 46.25% !important;
		margin: 0 7.5% 1.5% 0 !important;
	}
	#footer-widgets .footer-widget:nth-child(2n) {
		margin-right: 0 !important;
	}
	.et_pb_gutters3.et_pb_footer_columns5 #footer-widgets .footer-widget .fwidget {
		display: block;
		width: 100%;
	}
}

@media (min-width: 792px) and (max-width: 1280px) {
	.fwidget .textwidget .contact-footer {
		margin-left: 20px;
	}	
}

@media (max-width: 767px) {
	.fwidget .textwidget .contact-footer {
		margin-left: 20px;
	}	
}

@media (max-width:640px){
	body #main-footer #footer-widgets .footer-widget .gform_wrapper .gform_footer input.button, 
	body #main-footer #footer-widgets .footer-widget .gform_wrapper .gform_footer input[type="submit"]{
		display: inline-block;
		width: auto;
	}
}
@media (max-width:480px){
	.et_pb_gutters3.et_pb_footer_columns5 #footer-widgets .footer-widget .title{
		font-size:20px;
	}
}

.contact-footer a {
	text-transform: none;
	font-weight: 600;
	font-size: 15px;
}

.contact-footer .fa-phone {
	margin-right: 8px;
}
.contact-footer .fa-envelope-o {
	margin-right: 3px;
}

.trending p {
	font-size:20px;
}

#main-footer img.image.wp-image-159.attachment-full.size-full {
    max-width: 160px!important;
}

.fwidget {
    margin-bottom: 20px!important;
}

/* copyright font size */
#footer-widgets .footer-widget #text-6 {
	font-size: 12px;
}

/*copyright width*/
#main-footer div#text-6 {
    width: 100%;
}
@media (max-width: 1280px)  {
	.footer-widget:nth-child(n) {
    	margin: 0 7.5% 20px 0 !important;
	}
}
@media (max-width: 981px)  {
	.footer-widget h4 {
    	font-size: 18px;
	}
}

@media (min-width: 981px) {
	.et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget {
    	margin-bottom: 10px !important;
	}
}
/* --- Home Style --- */
/*-------------------------------*/

/* --- Banner image styles ---*/

.home-banner-img-blurb .et_pb_main_blurb_image{
	margin-bottom:0;
	display:block;
}
.home-banner-img-blurb .et_pb_blurb_container{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(37,166,241,0.85);
	width: 100%;
	height: 100%;
	opacity:0;
	visibility:hidden;
    transition: all 0.3s ease-in-out;
}
.home-banner-img-blurb .et_pb_blurb_container .et_pb_blurb_description{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	width: 100%;
	padding: 0px 15px;
}
.home-banner-img-blurb:hover .et_pb_blurb_container{
	visibility: visible;
    opacity: 1;
}
.home-banner-img-blurb .et_pb_main_blurb_image img{
	width:100%;
}

@media (min-width:1281px) and (max-width:1600px){
	.home-banner-img-blurb.et_pb_blurb{
		font-size:26px !important;
	}
	.home-banner-text.et_pb_text h2{
		font-size:50px !important;
	}
	.home-banner-text.et_pb_text{
		font-size:20px;
	}
	.home-banner-row2 .et_pb_button_0{
		font-size: 22px !important;
	}
	.home-banner-row2 .home-banner-middle-text-box{
		padding-bottom: 15px;
		padding-top: 15px;
	}
}

@media (min-width:981px) and (max-width:1280px){
	.home-banner-img-blurb.et_pb_blurb{
		font-size:18px !important;
	}
	.home-banner-text.et_pb_text h2{
		font-size: 21px !important;
		line-height:1;
	}
	.home-banner-text.et_pb_text p{
		margin-bottom:20px;
	}
	.home-banner-text.et_pb_text{
		font-size: 16px;
	}
	.home-banner-row2 .et_pb_button_0{
		font-size: 17px !important;
	}
	.home-banner-row2 .home-banner-middle-text-box{
		padding-bottom: 15px;
		padding-top:25px;
	}
	.home-banner-row2 .et_pb_column{
		width: 33.333% !important;
	}
}

@media (max-width:980px){
	.home-banner-text.et_pb_text h2{
		font-size: 21px !important;
		line-height:1;
	}
	.home-banner-text.et_pb_text{
		font-size: 16px;
	}
	body #page-container .home-banner.et_pb_section .home-banner-row2 .et_pb_button_module_wrapper .et_pb_button {
		font-size: 17px !important;
	}
	.home-banner .home-banner-row1 .et_pb_column.col5,
	.home-banner .home-banner-row3 .et_pb_column.col5{
		width: 100%;
	}
	.home-banner .tab-mobile-home-row .et_pb_column.et_pb_column_1_4{
		width: 47.25% !important;
		margin-right: 5.5% !important;
	}
	.home-banner .tab-mobile-home-row .et_pb_column.et_pb_column_1_4:nth-child(2n){
		margin-right: 0 !important;
	}
	.home-banner .tab-mobile-home-row .et_pb_column:nth-last-child(-n+2){
		margin-bottom: 0 !important;
	}
}

.home-banner .home-banner-row2 .home-banner-middle-text-box {
	margin: 1px 2px 1px 2px !important;
}

/* ---- Home Body ---- */

.home-links a, .home-links p{
	display:inline-block;
}
.home-links a{
	text-decoration:underline;
}
.home-links a:first-child, .home-links p:first-child a{
	margin-right: 30px;
}
.home-links a:after{
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: ETmodules;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	line-height: 1;
	text-transform: none;
	content: "E";
	speak: none;
	color: #689031;
	vertical-align:middle;
}
.home-service-row .et_pb_column,
.home-wht-expect-row .et_pb_column,
.right-sided-img-row .et_pb_column,
.height-auto-row .et_pb_column{
	margin:auto;
}
.img-right-top-border{
	position:relative;
	margin:15px 15px 0 0 !important;
}
.img-right-top-border::before {
	content: "";
	display: block;
	background: #25A6F1;
	position: absolute;
	left: 15px;
	top: -15px;
	width: 100%;
	height: 15px;
}
.img-right-top-border::after {
	content: "";
	display: block;
	background: #25A6F1;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 15px;
	height: 100%;
}

.img-left-top-border{
	position:relative;
	margin:15px 0 0 15px !important;
}
.img-left-top-border::before {
	content: "";
	display: block;
	background: #25A6F1;
	position: absolute;
	right: 15px;
	top: -15px;
	width: 100%;
	height: 15px;
}
.img-left-top-border::after {
	content: "";
	display: block;
	background: #25A6F1;
	position: absolute;
	top: -15px;
	left: -15px;
	width: 15px;
	height: 100%;
}
.home-trending-textBox{
	display: flex;
	align-items: center;
}
.home-trending-textBox .et_pb_text_inner{
	flex-grow: 1;
}
.blog-cta p{
	padding-bottom:0px !important;
}
.blog-cta p {
	font-size:20px;
}

@media (max-width:1730px){
	.home-links a, .home-links p{
		display:block;
	}
	.home-links a:first-child, .home-links p:first-child a{
		margin-right: 0px;
		margin-bottom:10px;
	}
}
@media (max-width:980px){
	.home-wht-expect-row .et_pb_column,
	.right-sided-img-row .et_pb_column,
	.height-auto-row .et_pb_column{
		margin:0 0 30px 0;
	}
	.global-btn{
		font-size: 18px !important;
	}
	.home-trips .et_pb_main_blurb_image{
		margin-bottom: 15px;
	}
}
@media (max-width:767px){
	.img-right-top-border{
		margin:10px 10px 0 0 !important;
	}
	.img-right-top-border::before {
		left: 10px;
		top: -10px;
		height: 10px;
	}
	.img-right-top-border::after {
		top: -10px;
		right: -10px;
		width: 10px;
	}
	
	.img-left-top-border{
		margin:10px 0 0 10px !important;
	}
	.img-left-top-border::before {
		right: 10px;
		top: -10px;
		height: 10px;
	}
	.img-left-top-border::after {
		top: -10px;
		left: -10px;
		width: 10px;
	}
}
@media (min-width:981px) and (max-width:1500px){
	.fix-font-size-lap-tab,
	.home-trips .et_pb_module_header,
	.home-trending-textBox{
		font-size:18px !important;
	}
	.blog-cta .et_pb_text, .blog-cta .et_pb_text h4{
		font-size: 28px !important;
	}
	.global-btn{
		font-size: 20px !important;
	}
}
@media (min-width:981px){
	.home-cross-border-row .et_pb_column{
		margin-right: 0 !important;
		width: 50% !important;
	}
}


/* ---- Home Travel Package Slider Design --- */

@media (min-width:1181px) and (max-width:1450px){
	.home-service-row .home-service-col-left{
		width: 27% !important;
		margin-right: 1% !important;
	}
	.home-service-row .home-service-col-right{
		width: 72% !important;
	}
	.home-links a{
		font-size: 20px !important;
	}
}
@media (max-width:1180px){
	.slide-col-border-remove .n2-ss-layer-col{
		border-right:0px !important;
	}
	.home-service-row .home-service-col-left,
	.home-service-row .home-service-col-right{
		width:100% !important;
	}
	.home-service-row .home-service-col-left{
		margin:0 0 30px 0 !important;
	}
	.home-service-row{
		display:block !important;
		width:100% !important;
	}
}

.blog-cta p {
	font-size:20px;
}

/* --- Inner Page Styles Starts --- */
/*-------------------------------*/

@media (max-width:980px){
	.page-header-row .et_pb_column{
		margin-bottom:0px;
	}
}

/* --- Gallery Css --- */
/*---------------------*/

@media (min-width:981px){
	.travel-galleries .et_pb_gallery_items .et_pb_gallery_item{
		width: 23% !important;
		margin-right: 2.66% !important;
		margin-bottom: 2.66% !important;
	}
	.travel-galleries .et_pb_gallery_items .et_pb_gallery_item.last_in_row{
		margin-right: 0% !important;
	}
}
@media (min-width:981px) and (max-width:1500px){
	.travel-galleries .et_pb_gallery_items .et_pb_gallery_item .et_pb_gallery_title{
		font-size:18px !important;
	}
}

/* --- Travel guide --- */
/*----------------------*/

@media (min-width:981px) and (max-width:1500px){
	.travel-guide-single-block .et_pb_module_header{
		font-size:18px !important;
	}
}
.travel-guide-single-block .et_pb_main_blurb_image{
	margin-bottom: 20px;
}

/* Slider */
.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-prev,
.custom-guide-slider.et_pb_slider .et-pb-arrow-prev {
	left: 42px !important;
    opacity: 1;
}

.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-next,
.custom-guide-slider.et_pb_slider .et-pb-arrow-next {
	right: 42px !important;
    opacity: 1;
}

.custom-guide-slider.et_pb_slider .et-pb-arrow-next,
.custom-guide-slider.et_pb_slider .et-pb-arrow-prev {
	font-size: 65px;
}

.custom-guide-slider.et_pb_slider .et_pb_slides .et_pb_slider_container_inner {
	vertical-align: top !important;
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-prev,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-prev {
		left: 19px !important;
	}

	.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-next,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-next {
		right: 19px !important;
	}
}

@media (min-width: 981px) and (max-width: 1199px) {
	.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-prev,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-prev {
		left: -20px !important;
	}

	.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-next,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-next {
		right: -20px !important;
	}
}

@media (max-width: 980px) {
	.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-prev,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-prev {
		left: -20px !important;
		top: 55px;
	}

	.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-next,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-next {
		right: -20px !important;
		top: 55px;
	}
}

@media (min-width: 480px) and (max-width: 839px) {
	.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-prev,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-prev {
		left: -15px !important;
		top: 40px;
	}

	.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-next,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-next {
		right: -15px !important;
		top: 40px;
	}
	.custom-guide-slider.et_pb_slider .et-pb-arrow-next,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-prev {
		font-size: 55px;
	}
}

@media (max-width: 479px) {
	.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-prev,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-prev {
		left: -6px !important;
	}

	.custom-guide-slider.et_pb_slider:hover .et-pb-arrow-next,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-next {
		right: -6px !important;
	}
	.custom-guide-slider.et_pb_slider .et-pb-arrow-next,
	.custom-guide-slider.et_pb_slider .et-pb-arrow-prev {
		font-size: 35px;
	}
}

/* Tabs */
.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li {
	width: 24%;
}

.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li a {
	font-size: 17px;
	white-space: nowrap;
}
.custom-tabs-guide .et-pb-controllers a {
    width: 10px;
    height: 10px;
}
@media (max-width: 1794px) {
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li a {
		font-size: 15px;
	}	
}
/*slider not touching arrows*/
	.custom-tabs-guide .et_pb_slider .et_pb_container {
    	width: 90%;
	}

@media (min-width: 929px) and (max-width: 1228px) {
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li {
		width: 32%;
	}
}

@media (min-width: 768px) and (max-width: 928px) {
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li {
		width: 48%;
	}
}
@media (max-width: 767px) {
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li {
		width: 47%;
		display: table;
    	float: left;
		border-radius: 7px;
	}
	
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li a {
		padding: 4px 10px 4px;
	}
}

@media (min-width: 471px) and (max-width: 767px) {
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li a {
		font-size: 13px;
	}
}

@media (min-width: 437px) and (max-width: 470px) {
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li a {
		font-size: 12px;
	}
}

@media (min-width: 410px) and (max-width: 436px) {
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li a {
		font-size: 12px;
		white-space: inherit;
		line-height: 1.7em;
	}
	
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li {
		height: 50px !important;
	}
}

@media (max-width: 409px) {
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li a {
		font-size: 12px;
		white-space: inherit;
		line-height: 1.7em;
	}
	
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li {
		height: 50px !important;
		width: 46%;
	}
}

@media (min-width: 630px) {
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li {
    	border-radius: 7px;
	}
	.custom-tabs-guide.et_pb_tabs .et_pb_tabs_controls li a {
    	color: #404040!important;
	}
}

/* tab - slider navigation dots */
.custom-tabs-guide .et_pb_tab .custom-guide-slider .et-pb-controllers {
	bottom: 0;
}

.travel-tabs li {
	font-size:18px;
}

/* SLIDES */
/* make the bullets stay one width and centered */     
@media (min-width: 981px) {
	.custom-tabs-guide.et_pb_tabs .et_pb_module .et_pb_text_inner ul {
		max-width: 780px;
    	margin: auto;
	}
}

/* add margin to make the list centered */
/* state historic sites & museums | Caves, Caverns, mines | Parks & Recreation | ALL brewery slides | All Sports - except golf courses, golf events, horse | lodging | restaurants | Shopping
| Religious |  */
@media (min-width: 981px) and (max-width: 1279px) {
	.custom-tabs-guide.et_pb_tabs .slide-row .sm-desktop-center-list-50 {
		margin-left: 50px !important;
	}
/* flowers and trees | golf events | horse racing | casinos */	
	.custom-tabs-guide.et_pb_tabs .slide-row .sm-desktop-center-list-80 {
		margin-left: 80px !important;
	}
	
/* tennis events */	
	.custom-tabs-guide.et_pb_tabs .slide-row .sm-desktop-center-list-130 {
		margin-left: 130px !important;
	}
}
/* --- Brainstorming Page --- */
/*---------------------------*/

@media (min-width:981px){
	.brainstorming-page-row .et_pb_column{
		margin:auto;
	}
}

/* reduce padding */
body .brainstorming-form .gform_wrapper ul li.gfield {
	margin-top: 0;
}

/* --- Gravity Form Design --- */
/* ---------------------------*/

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type="text"]{
	font-size: 15px;
	color: #222;
	background: #fff;
	border: 2px solid #ACACAC;
	border-radius: 10px;
}
.gravity-form-itinerary-design .gform_wrapper .top_label input[type="email"]{
	width:100%;
}
body .gform_wrapper .gform_footer input.button, 
body .gform_wrapper .gform_page_footer input.button, 
body div.form_saved_message div.form_saved_message_emailform form input[type="submit"],
body .gform_wrapper .gform_footer input.button:hover, 
body .gform_wrapper .gform_page_footer input.button:hover, 
body div.form_saved_message div.form_saved_message_emailform form input[type="submit"]:hover{
	color:#fff;
}


.blog-filter .post-content img {
	display:none;
}
.filterable-blogposts article{
    margin-bottom: 50px!important;
}

/*.blog-grid .et_pb_blog_0 .et_pb_post .post-meta, .et_pb_blog_0 .et_pb_post .post-meta a, .et_pb_blog_2 .et_pb_post .post-meta, .et_pb_blog_2 .et_pb_post .post-meta a, .et_pb_blog_1 .et_pb_post .post-meta, .et_pb_blog_1 .et_pb_post .post-meta a, .et_pb_blog_3 .et_pb_post .post-meta a {
    background-color: #689032;
    width: max-content;
    padding: 0px 11px;
} */

.custom_blog .et_pb_blog_grid .et_pb_post .post-meta a {
	background-color: #689032;
	padding: 0px 11px;
	width: max-content;
	white-space: nowrap;
}

@media (min-width: 981px) and (max-width: 1174px) {
	.custom_blog .et_pb_blog_grid .et_pb_post .post-meta a {
		font-size: 10px !important;
	}
}

/* side bar text links */
.et_pb_widget a {
    color: #666;
    text-decoration: none;
}
.et_pb_widget a:hover {
    color: #689032;
    text-decoration: none;
}

.et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
    margin-bottom: 0px;
}

/* -- equal height blog -- */
@media only screen and (min-width: 768px) {
	.custom_blog .et_pb_post {
	min-height: 580px;
	max-height:580px;
	}
}

/* no margin below each listing */
body.et_pb_gutters3 .custom_blog  .et_pb_blog_grid .column article.et_pb_post {
	margin-bottom: 0 !important;
}

/* pagination text change */
.pagination .alignleft a {
	color: rgba(255,255,255,0);
	position: relative;
}
.pagination .alignleft a:after {
	content: "« Older Articles";
	position: absolute;
	text-align: left;
	width: 200px;
	left: 0;
	color: #689032;
}
.pagination .alignright a {
	color: rgba(255,255,255,0);
 	position: relative;
}
.pagination .alignright a:after {
	content: "Newer Articles »";
	position: absolute;
	text-align: right;
	width: 200px;
	right: 0;
	color: #689032;
}
/*
body.single-post #main-content h2 {
	font-size: 30px !important;
} */
/* Blog categories */
.post-meta {
	display: flex !important;
}

/* region categories */


.categories-order article .post-meta > a[href*="/northeast/"]:not(:first-child),
.categories-order article .post-meta > a[href*="/midwest/"]:not(:first-child),
.categories-order article .post-meta > a[href*="/south/"]:not(:first-child),
.categories-order article .post-meta > a[href*="/west/"]:not(:first-child),
.categories-order article .post-meta > a[href*="/general-travel/"]:not(:first-child) {
    order: -1;
	margin-right: 4px !important;
}
/* --- Header text with line --- */
@media (min-width: 981px) {
 .fancy-title h3 {
 position: relative;
 z-index: 1;
 overflow: hidden;
 text-align: center;
 padding-bottom: 0;
 }
 .fancy-title h3:before, .fancy-title h3:after {
 position: absolute;
 top: 49%;
 overflow: hidden;
 width: 50%;
 height: 2px;
 content: '\a0';
 background-color: #444444;
	 margin-left: 1%;
 }
 .fancy-title h3:before {
 margin-left: -51%;
 text-align: right;
 }
}

h4.widgettitle {
    color: #689032;
    font-weight: bold;
    font-size: 18px;
}


.custom_blog .post-meta a {
	font-size:14px!important;
}

@media (max-width: 980px) {
	.fancy-title h3 {
		font-size: 22px;
	}
}

/* blog sidebar */
@media (max-width: 980px) {
	.blog-filter .et_pb_widget_area #search-2,
	.blog-filter .et_pb_widget_area .et_pb_widget {
		width: 100%;
	}
	
	.blog-filter .et_pb_widget.widget_recent_entries {
		text-align: center;
	}
}

/* --- Blog edits end --- */
/* ---------- Grand Hotel font ----------- */
.Grand-Hotel {
	font-family: 'Grand Hotel', cursive !important;
}


/* fullwidth header sub font */
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
	font-family: 'Grand Hotel', cursive !important;
}

/* ---------- Grand Hotel font end ----------- */

/* ---------- Gravity form Blog edits ----------- */
div#gform_wrapper_4 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div#gform_wrapper_4 textarea.textarea, div#gform_wrapper_4 div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    background-color: #ffffff7d;
    border: none;
    font-size: 15px;
    border: solid white 2px;
    color: black ;
    padding: 16px;
    border-radius: 5px;
    line-height: initial;
    height: initial;
}
/* gform placeholders*/
::-webkit-input-placeholder { color:black ; }
:-moz-placeholder { opacity: 1; color: black ; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color: black ; } /* firefox 19+ */
:-ms-input-placeholder { color: black ; } /* ie */
input:-moz-placeholder { color: black ; }

div#gform_wrapper_4 .gform_footer input[type=submit] {
    background-color: #fff0!important;
    color: white!important;
    border: solid 2px white!important;
    border-radius: 3px;
	height: 55px;
    margin-top: 10px!important;
    font-family: 'inherit', sans-serif;
    font-weight: 500;
    font-size: 20px;
}
div#gform_wrapper_4 .gform_footer input[type=submit]:hover {
    background-color: white !important;
    color: #689032!important;
    border: solid 2px white;
    border-radius: 3px;
}
/* --- center mailing list form --- */


#gform_4 > div.gform_body {
	    width: 100% !important;
    max-width: 100% !important;
}

/* --- center mailing list form button --- */
#gform_submit_button_4 {
	margin: 0px !important;
}
/* ---------- Gravity form edits end ----------- */

/*Vertically align content*/
.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 981px) {
    .vertical-align-row {
        display: flex;
    }
}


/* ------ Trending Now Css ------- */
/*--------------------------------*/

@media (min-width:981px) and (max-width:1500px){
	.trending-now-single-block .et_pb_module_header{
		font-size:18px !important;
	}
}
.trending-now-single-block .et_pb_main_blurb_image{
	margin-bottom: 20px;
}

/* ------ FAQs -------- */
/*---------------------*/

.faq-toogle .et_pb_toggle_open .et_pb_toggle_title::before{
	color:#689031;
}

.faq-toogle .et_pb_toggle_close,
.faq-toogle .et_pb_toggle_open {
	padding: 10px;
}

/* ---- Travel Guide Pages ---- */
.tips-column {
	padding-bottom:20px!important;
}



/* ---- CUSTOM TRAVEL FORM CSS --- */
.form-subtitle h2.gsection_title {
    font-size: 32px!important;
	color: #25a6f1!important;
}

.form-subtitle {
	border-bottom:none!important;
	margin-bottom: 0px!important;
}

.gform_wrapper .percentbar_blue {
    background-color: #25a6f1!important;
    color: #FFF;
}

.gform_wrapper .gf_progressbar_percentage {
    background: #25a6f1!important;
}

.gform_wrapper .gsection {
    border-bottom: none!important;
}

div#gform_wrapper_6 label.gfield_label, div#gform_wrapper_7 label.gfield_label {
    color: #689031;
    font-size: 20px!important;
    font-weight: 900!important;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
}

div#gform_wrapper_6 ul.gfield_checkbox li label, div#gform_wrapper_6 ul.gfield_radio li label, div#gform_wrapper_7 ul.gfield_checkbox li label, div#gform_wrapper_7 ul.gfield_radio li label {
    font-family: 'Nunito';
    color: #222222;
    font-size: 18px;
	margin-top: 10px;
}

div#gfield_description_6_145 {
    color: #25a6f1;;
    font-size: 26px!important;
    font-weight: 900!important;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
	    cursor: pointer;
}

@media (max-width:767px){
	.form-subtitle h2.gsection_title {
    font-size: 24px!important;
}
	div#gform_wrapper_6 label.gfield_label, div#gform_wrapper_7 label.gfield_label {
    font-size: 18px!important;
}
	div#gform_wrapper_6 ul.gfield_checkbox li label, div#gform_wrapper_6 ul.gfield_radio li label, div#gform_wrapper_7 ul.gfield_checkbox li label, div#gform_wrapper_7 ul.gfield_radio li label {
    font-size: 14px;
}
	
}

/*popup on last question for custom travel service*/
.travel-options div#gfield_description_6_146 {
    color: #25a6f1;
    font-size: 18px;
}
@media only screen and (min-width: 1024px) {
#pum-4144 .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -45%;
    width: 95%;
}
}

/* ---- BUSINESS TRAVEL FORM ---- */
div#gform_wrapper_7 select {
    background: #f8f8f8;
}




/* --- How It works --- */
/* ------------------- */

@media (min-width:981px){
	.how-it-works-row .et_pb_column::after {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-family: ETmodules;
		font-size: 100px;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		line-height: 1;
		text-transform: none;
		content: "";
		speak: none;
		position: absolute;
		top: 15px;
		right: -50px;
		color: #689031;
	}
	.how-it-works-row .et_pb_column.et-last-child::after{
		content:"";
	}
}

@media (max-width:980px){
	.how-it-works-row .et_pb_column::after {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-family: ETmodules;
		font-size: 50px;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		line-height: 1;
		text-transform: none;
		content: "";
		speak: none;
		position: absolute;
		bottom: -65px;
		left: 50%;
		color: #689031;
		transform: translateX(-50%);
	}
	.how-it-works-row .et_pb_column.et-last-child::after{
		content:"";
	}
	.how-it-works-row .et_pb_column{
		margin-bottom:90px !important;
	}
	.how-it-works-row .et_pb_column.et-last-child{
		margin-bottom:0px !important;
	}
	.how-it-works-single-block .et_pb_main_blurb_image{
		margin-bottom:15px;
	}
}

@media (min-width:481px){
	.how-it-works-row-4col .et_pb_column::after {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-family: ETmodules;
		font-size: 100px;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		line-height: 1;
		text-transform: none;
		content: "";
		speak: none;
		position: absolute;
		top: 15px;
		right: -85px;
		color: #689031;
	}
	.how-it-works-row-4col .et_pb_column.et-last-child::after{
		content:"";
	}
}
@media (max-width:980px){
	.how-it-works-row-4col > .et_pb_column.et_pb_column_1_4:nth-child(2n)::after{
		content:"";
	}
}

@media (max-width:480px){
	.how-it-works-row-4col .et_pb_column::after,
	.how-it-works-row-4col > .et_pb_column.et_pb_column_1_4:nth-child(2n)::after{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-family: ETmodules;
		font-size: 50px;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		line-height: 1;
		text-transform: none;
		content: "";
		speak: none;
		position: absolute;
		bottom: -65px;
		left: 50%;
		color: #689031;
		transform: translateX(-50%);
	}
	.how-it-works-row-4col .et_pb_column.et-last-child::after{
		content:"";
	}
	.how-it-works-row-4col .et_pb_column{
		margin-bottom:90px !important;
	}
	.how-it-works-row-4col .et_pb_column.et-last-child{
		margin-bottom:0px !important;
	}
}
@media (min-width:481px) and (max-width:980px){
	.how-it-works-row-4col .et_pb_column::after,
	.how-it-works-row-4col > .et_pb_column.et_pb_column_1_4:nth-child(2n)::after{
		font-size: 60px;
		top: 0px;
		right: -35px;
	}
}

/* ---- Pricing Circle Design ----- */
/* --------------------------------*/

.pricing-circle{
	width:126px!important;
	height:126px!important;
	padding:10px;
	background:#ffffff;
	border-radius:50%;
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
	display:block;
	position:relative;
	text-align:center;
}
.pricing-circle .pricing-circle-inner{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.pricing-circle .main-price{
	font-size:45px;
	line-height:1;
	font-weight:900;
	font-family:Roboto;
	color:#222222;
}
.pricing-circle .main-price span{
	font-size:24px;
	position:relative;
	top:-15px;
}
.pricing-circle .pricing-text{
	color:#707070;
	font-family:Nunito;
	font-weight:400;
}
.business-travel-page-price-row .pricing-circle .pricing-text{
	font-size:18px;
}
.trip-review-page-price-row .pricing-circle .pricing-text{
	font-size:16px;
}
.business-travel-page-price-row .pricing-circle,
.trip-review-page-price-row .pricing-circle{
	margin: auto;
}

@media (max-width:800px){
	.pricing-circle .main-price{
		font-size:26px !important;
	}
	.pricing-circle .main-price span {
		font-size: 14px !important;
		top: -10px !important;
	}
	.pricing-circle .pricing-text{
		font-size: 13px !important;
		line-height: normal;
	}
}

@media (max-width:980px){
	.pricing-circle{
		margin:auto;
	}
}


/* starting at circle - Your trip review page and business travel */
.starting-at .pricing-circle {
	width: 138px !important;
    height: 138px !important;
}

.starting-at .pricing-circle .pricing-circle-inner span.starting {
	line-height: 1em;
    font-size: 14px;
}

.starting-at .pricing-circle .pricing-text {
	font-size: 16px;
}
/* ---- TRIP PAGES ---- */

.custom-toggle h5.et_pb_toggle_title {
    padding-right: 0px!important;
}

/*travel planner description*/
div#gfield_description_6_152 {
    font-size: x-large;
    padding-top: 20px;
}
@media (max-width:980px){
	div#gfield_description_6_152 {
    	font-size: initial;
	}
}

/* Vertically align trip page blurbs */
.blurb-heading-row .et_pb_blurb_content {
	display: flex;
}

.blurb-heading-row .et_pb_blurb_content .et_pb_main_blurb_image {
	margin: auto 0;
}

.blurb-heading-row .et_pb_blurb_content .et_pb_blurb_container {
	margin: 9px 0 auto 15px;
}

/* --- Stacking order ---- */

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}

/* vertically align */
.vertically-aligned {
	margin: auto;
}

/* ---- Scrolling Ancor Links ---- */

.quicklist ul li::before {
	content: '\f054';
	color: #fff;
}

.quicklist-green ul li::before {
	content: '\f054';
	color: #689031;
}

.quicklist-sm ul li::before {
	content: '\f054';
	color: #fff;
	font-size: 13px;
}
/* quicklinks */
.anchor-links a {
	color: #fff !important;
}

.anchor-links ul li::before {
	transition: all 0.3s ease-in-out;
}

.anchor-links ul li:hover::before {
	transform: rotate(90deg);
}

.anchor-links ul li:hover {
	opacity: 0.5;
}

/* responsiveness */
@media (min-width: 639px) and (max-width: 768px) {
	.anchor-links.checklist-columns-3 ul li {
    	width: 30%;
   	 	padding-right: 5px;
		padding-left: 22px;
		line-height: 1.8em;
	}	
	
	.anchor-links.checklist-columns-3 ul li::before {
		font-size: 13px;
	}
	
	.anchor-links.checklist-columns-3 ul li:nth-child(odd) {
		clear: none;
	}
}

@media (min-width:500px) and (max-width: 638px) {
	.anchor-links.checklist-columns-3 {
		padding-bottom: 20px;
	}
	
	.anchor-links.checklist-columns-3 ul li {
   	 	padding-right: 5px;
		padding-left: 22px;
		line-height: 1.8em;
		white-space: nowrap;
	}	
	
	.anchor-links.checklist-columns-3 ul {
		margin: auto;
    	width: 40%;
    	display: block;	
	}
	
	.anchor-links.checklist-columns-3 ul li::before {
		font-size: 13px;
	}
	
	.anchor-links.checklist-columns-3 ul li:nth-child(odd) {
		clear: none;
	}
}

@media (min-width:360px) and (max-width: 499px) {
	.anchor-links.checklist-columns-3 {
		padding-bottom: 20px;
	}
	
	.anchor-links.checklist-columns-3 ul li {
   	 	padding-right: 5px;
		padding-left: 22px;
		line-height: 1.8em;
		white-space: nowrap;
	}	
	
	.anchor-links.checklist-columns-3 ul {
		margin: auto;
    	width: 52%;
    	display: block;	
	}
	
	.anchor-links.checklist-columns-3 ul li::before {
		font-size: 13px;
	}
	
	.anchor-links.checklist-columns-3 ul li:nth-child(odd) {
		clear: none;
	}
}

@media (max-width: 359px) {
	.anchor-links.checklist-columns-3 {
		padding-bottom: 20px;
	}
	
	.anchor-links.checklist-columns-3 ul li {
   	 	padding-right: 5px;
		padding-left: 22px;
		line-height: 1.8em;
		white-space: nowrap;
	}	
	
	.anchor-links.checklist-columns-3 ul {
		margin: auto;
    	width: 75%;
    	display: block;	
	}
	
	.anchor-links.checklist-columns-3 ul li::before {
		font-size: 13px;
	}
	
	.anchor-links.checklist-columns-3 ul li:nth-child(odd) {
		clear: none;
	}
}

/* -- Sticky bio page menus -- */
.menu-accordion {
	display: none;
}

.menu-accordion {
  	position: fixed!important;
  	width: 251px;
  	top: 160px;
  	left: 0;
	display: block;
}

.menu-accordion {
	position: relative;
}

.page-id-3797 header {
  	height: 84px;
  	position: fixed;
  	width: 100%;
  	top: 0;
}

.page-id-3797 {
	z-index: 999;
}
.menu-accordion h2.et_pb_toggle_title {
    font-size: 30px!important;
}

@media (min-width: 980px) {
	.menu-accordion.main-nav-scrolled {
  		position: fixed;
  		width: 251px;
  		top: 120px;
  		left: 0;
	}
	
	.menu-accordion {
		position: relative;
}

	.page-id-3797 header {
  		height: 110px;
  		position: fixed;
  		width: 100%;
  		top: 0;
	}

	.page-id-3797 {
		z-index: 999;
	}
}
@media (max-width: 980px) {
	.menu-accordion {
  		position: fixed;
  		width: 251px;
  		top: 0px;
  		left: 0;
	}
	.menu-accordion h2.et_pb_toggle_title {
    	font-size: 24px!important;
	}
}


/*Vertically align content*/
.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width: 981px) {
    .vertical-align-row {
        display: flex;
    }
}



/* ---- HOW IT WORKS ---- */
@media (max-width: 980px) {
	.how-works-columns .et_pb_column{
		width:100%!important;
		margin-right: 0px!important;
	}
}


/* ---- Travel Guide Page ---- */
.travel-guide-slide .et_pb_tab {
    padding: 0px 0px;
}
.travel-guide-slide .et_pb_bg_layout_dark {
    background-color: white!important;
}
.travel-guide-slide .et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none!important;
}
.travel-guide-slide .et_pb_bg_layout_dark, .travel-guide-slide .et_pb_bg_layout_dark h1, .travel-guide-slide .et_pb_bg_layout_dark h2, .travel-guide-slide .et_pb_bg_layout_dark h3, .travel-guide-slide .et_pb_bg_layout_dark h4, .travel-guide-slide .et_pb_bg_layout_dark h5, .travel-guide-slide .et_pb_bg_layout_dark h6, .travel-guide-slide .et_pb_bg_layout_dark p, .travel-guide-slide .et_pb_bg_layout_dark li {
    color: #383535!important;
}
.travel-guide-slide ul.et_pb_tabs_controls {
    background-color: #fff;
}
.travel-guide-slide ul.et_pb_tabs_controls:after {
    border-top: none;
}
.travel-guide-slide .et_pb_tabs_controls li {
    border-right: none;
    margin-right: 10px;
	margin-top: 10px;
	border-bottom: none;
}

/* Ninja Tables */
.semantic_ui table.ui.table {
	color: #707070;
}

.semantic_ui table.ui.compact.table td {
	padding: 5px;
}

/* Ninja Tables - Experience New England Client Details */
#footable_8616 > tbody > tr.ninja_table_row_0.nt_row_id_1 > td.ninja_column_0.ninja_clmn_nm_column_title.footable-first-visible {
	    width: 200px !important;
}

/* Ninja Tables - Experience New England Trip Requests */
#footable_8619 > tbody > tr.ninja_table_row_0.nt_row_id_4 > td.ninja_column_0.ninja_clmn_nm_column_1.footable-first-visible {
	    width: 200px !important;
}


/* Ninja Tables - Family Vacation Client Details */
#footable_10751 > tbody > tr.ninja_table_row_2.nt_row_id_69 > td.ninja_column_0.ninja_clmn_nm_column_title.footable-first-visible {
	    width: 200px !important;
}

/* Ninja Tables - Family Vacation Trip Requests */
#footable_10754 > tbody > tr.ninja_table_row_6.nt_row_id_80 > td.ninja_column_0.ninja_clmn_nm_column_1.footable-first-visible {
	    width: 200px !important;
}


/* Ninja Tables - Business Meetings in San Francisc Client Details */
#footable_10370 > tbody > tr.ninja_table_row_2.nt_row_id_24 > td.ninja_column_0.ninja_clmn_nm_column_title.footable-first-visible {
	    width: 200px !important;
}

/* Ninja Tables - Business Meetings in San Francisc Trip Requests */
#footable_10378 > tbody > tr.ninja_table_row_0.nt_row_id_30 > td.ninja_column_0.ninja_clmn_nm_column_1.footable-first-visible {
	    width: 200px !important;
}



/* Ninja Tables - Southwest Colorado Client Details */
@media (min-width: 1801px) {
	#footable_10614 > tbody > tr.ninja_table_row_0.nt_row_id_45 > td.ninja_column_0.ninja_clmn_nm_column_title.footable-first-visible {
	    width: 200px !important;
	}
}



/* Ninja Tables - Southwest Colorado Trip Requests */
#footable_10617 > tbody > tr.ninja_table_row_0.nt_row_id_52 > td.ninja_column_0.ninja_clmn_nm_column_1.footable-first-visible {
	    width: 200px !important;
}

/* ---- SAMPLE ITINERARY ---- */
/*gravity form*/
.day-gallery .et-pb-arrow-next, .day-gallery .et-pb-arrow-prev {
    color: #fff!important;
}
.day-gallery .et-pb-controllers .et-pb-active-control {
    background-color: #25a6f1!important;
}
.day-gallery .et-pb-controllers a {
    opacity: 1;
    background-color: white;
}

/* Hide linkedin from post pages*/

.single-post .et_social_linkedin{
	display:none;
}

/* --- Project Work March 2020 Start ---*/
.footer-widget #divi_pb_widget-8 {
	width: 100%;
}

@media (min-width: 981px) {
	.et_pb_gutters3.et_pb_footer_columns_1_6__1_2 .footer-widget:nth-child(4) {
		width: 45.25%;
	}
	
	.et_pb_gutters3 #footer-widgets .footer-widget:last-child {
		margin-right: 0%;
	}
	
	.et_pb_gutters3 .footer-widget {
		margin-bottom: 1.5%;
	}
	
	#footer-widgets {
		padding: 4% 0 0;
	}
}

/* some styling isn't working within divi */
.postcard-footer {
	padding: 15px !important;
	/* barbershop */
	height: 100%;
    margin: 0 auto;
    background-color: #fff;
    background-repeat: repeat-y;
    background-size: 100% 88px;
    background-position: 0% 0%;
    background-image: repeating-linear-gradient(-25deg, #fff, #fff 20px, #689031 20px, #689031 40px, #fff 40px, #fff 60px, #25a6f1 60px, #25a6f1 80px);
    animation: barberpole 4s linear infinite;
	/* paper */
	  box-shadow:
    /* The top layer shadow */ 
		  0 8px 8px rgba(0,0,0,0.15), 
		  /* The second layer */ 
		  0 10px 0 -5px #eee, 
		  /* The second layer shadow */ 
		  0 10px 1px -4px rgba(0,0,0,0.15), 
		  /* The third layer */ 
		  0 20px 0 -10px #eee,
		  /* The third layer shadow */ 
		  0 20px 1px -9px rgba(0,0,0,0.15);
}

.postcard-footer .postcard-footer-row {
	padding: 15px !important;
	background-image: url(/wp-content/uploads/lightpaperfibers.png);
	background-repeat: repeat;
}

.postcard-footer .fancy-text h2 {
	font-family: 'Satisfy',handwriting !important;
	font-size: 45px !important;
}

@media (max-width: 1319px) {
	.postcard-footer .fancy-text h2 {
		font-size: 31px !important;
	}	
}

body #main-footer #footer-widgets .footer-widget .postcard-footer .postcard-form .gform_wrapper .top_label div.ginput_container input,
body .postcard-footer .postcard-form .gform_wrapper select {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #25a6f1;
	margin-top: 10px;
	padding: 2px;
	font-size: 13px;
}

body .postcard-footer .postcard-form .gform_wrapper select {
	width: 100%;
	height: 26px;
	background-color: transparent;
	color: #222;
}

body .postcard-footer .postcard-form .gform_wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

body .postcard-footer .postcard-form .gform_wrapper ul li.gfield {
	margin-top: 0;
	margin-bottom: 0;
}

.postcard-footer .postcard-footer-row .col-2 {
	padding-left: 20px;
	padding-right: 20px;
}

.postcard-footer .postcard-footer-row .above-form-text {
	margin-bottom: 0;
}

.postcard-footer .postcard-footer-row .above-form-text h3 {
	padding-bottom: 0;
	font-size: 16px;
}

@media (max-width: 980px) {
	.postcard-footer .postcard-footer-row .col-2 {
		border-left: none;
	}
	
	.postcard-footer .postcard-footer-row .col-2 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.postcard-footer .postcard-footer-row .col-1 {
		border-bottom: 3px solid #25a6f1;
	}
}

@media (min-width: 768px) and (max-width: 840px) {
	#footer-widgets .footer-widget #divi_pb_widget-8 {
		margin-top: -68px !important;
	}
}

/* submit button */
body #main-footer #footer-widgets .footer-widget .postcard-footer .postcard-footer-row .col-2 .gform_wrapper .gform_footer {
	margin-top: 10px;
}

body #main-footer #footer-widgets .footer-widget .postcard-footer .postcard-footer-row .col-2 .gform_wrapper .gform_footer input.button, 
body #main-footer #footer-widgets .footer-widget .postcard-footer .postcard-footer-row .col-2 .gform_wrapper .gform_footer input[type="submit"]{
	color: #ffffff!important;
    font-size: 13px;
    background-color: #689031;
	text-decoration: none;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.36);
    margin: 5px;
	transition: 0.3s all ease-in-out;
}

body #main-footer #footer-widgets .footer-widget .postcard-footer .postcard-footer-row .col-2 .gform_wrapper .gform_footer input.button:hover, 
body #main-footer #footer-widgets .footer-widget .gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #fff !important;
    background-color: #689031!important;
    text-decoration: none;
    box-shadow: inset 3px 2px 4px rgba(49, 68, 23, 0.50);
}

@media (max-width: 980px) {
	.footer-widget .postcard-footer .postcard-footer-row .col-2 .stamp {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
	}
}

.fancy-script h1,
.fancy-script h2,
.fancy-script h3,
.fancy-script h4,
.fancy-script h5,
.fancy-script h6 {
	font-family: 'Pacifico',handwriting !important;
}

@media (max-width: 767px) {
	.social-media-cta {
		background-position: 75%;
	}	
}


/* Popup Themes - postcard front */
.outlined-heading h2 {
	text-shadow: -2px 2px 2px #fff, 2px 2px 2px #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}

@media (max-width: 1780px) {
	#postcard-section .sticker img {
		max-width: 80%;
	}	
}

/* Make the section stay the same height and width - proportionally to an actually postcard */
@media (min-width: 981px) and (max-width: 1550px) {
	.pum-theme-postcard-front .pum-container,
	.pum-theme-postcard-front .pum-content,
	.pum-theme-postcard-front .pum-container .pum-content #postcard-section {
		min-width: 920px !important;
    	max-width: 920px  !important;
	}
	
	.pum-theme-postcard-front .pum-container #postcard-section .outlined-heading h2 {
		font-size: 75px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.pum-theme-postcard-front .pum-container,
	.pum-theme-postcard-front .pum-content,
	.pum-theme-postcard-front .pum-container .pum-content #postcard-section {
		min-width: 700px !important;
    	max-width: 700px  !important;
	}
}

@media (max-width: 400px) {
	.pum-theme-postcard-front .pum-container #postcard-section .outlined-heading h2 {
		font-size: 27px;
	}
}

/* Popup Themes - postcard back */
/* gravity form */
/* submit button */
#postcard-section-back .postcard-back-row .col-2 .gform_wrapper .gform_footer input.button, 
#postcard-section-back .postcard-back-row .col-2 .gform_wrapper .gform_footer input[type="submit"]{
	color: #ffffff!important;
    font-size: 13px;
    background-color: #689031;
	text-decoration: none;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.36);
    margin: 5px;
	transition: 0.3s all ease-in-out;
}
#postcard-section-back .postcard-back-row .col-2 .gform_wrapper .gform_footer input.button:hover, 
#postcard-section-back .postcard-back-row .col-2 .gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #fff !important;
    background-color: #689031!important;
    text-decoration: none;
    box-shadow: inset 3px 2px 4px rgba(49, 68, 23, 0.50);
}

#postcard-section-back .postcard-back-row .col-2 .gform_wrapper .gform_footer {
	padding: 0;
    text-align: left;
    margin: 0;
}

#postcard-section-back .postcard-back-row .col-2 .postcard-form .gform_wrapper .top_label div.ginput_container input {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #25a6f1;
	margin-top: 0;
	padding: 2px;
	font-size: 13px;
	background: transparent;
}

#postcard-section-back .postcard-back-row .col-2 .postcard-form .gform_wrapper ul li.gfield {
	margin-top: 0;
}

@media (min-width: 768px) {
	#postcard-section-back .postcard-back-row.popup .col-1 {
		margin-right: 0;
		margin-left: 0;
		width: 50%;
	}

	#postcard-section-back .postcard-back-row.popup .col-2 {
		margin: 0;
		width: 50%;
	}	
}


@media (min-width: 981px) and (max-width: 1550px) {
	.pum-theme-postcard-back .pum-container,
	.pum-theme-postcard-back .pum-content,
	.pum-theme-postcard-back .pum-container .pum-content #postcard-section-back {
		min-width: 920px !important;
    	max-width: 920px  !important;
	}
	
	.pum-theme-postcard-back .pum-container #postcard-section-back .outlined-heading h2 {
		font-size: 75px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.pum-theme-postcard-back .pum-container,
	.pum-theme-postcard-back .pum-content,
	.pum-theme-postcard-back .pum-container .pum-content #postcard-section-back {
		min-width: 700px !important;
    	max-width: 700px  !important;
	}
	
	#postcard-section-back .postcard-back-row {
		display: flex;
	}
}

@media (max-width: 400px) {
	.pum-theme-postcard-back .pum-container #postcard-section-back .outlined-heading h2 {
		font-size: 27px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	#postcard-section-back .postcard-back-row .col-2 {
		padding: 10px;
	}
	
	#postcard-section-back .postcard-back-sticker-row.popup .sticker.left-sticker {
		transform: translateX(-174px) translateY(248px) rotateX(0deg) rotateY(0deg) rotateZ(-10deg);
	}
	
	#postcard-section-back .postcard-back-sticker-row.popup .sticker.right-sticker {
		transform: translateX(-27px) translateY(64px) rotateX(0deg) rotateY(0deg) rotateZ(-95deg);
	}
	
	#postcard-section-back .postcard-back-sticker-row.popup .sticker.center-sticker {
		transform: translateX(12px) translateY(-106px) rotateX(0deg) rotateY(0deg) rotateZ(-5deg);
	}
}

@media (max-width: 479px) {
	#postcard-section-back .postcard-back-sticker-row.popup .sticker.right-sticker {
		transform: translateX(-27px) translateY(64px) rotateX(0deg) rotateY(0deg) rotateZ(-95deg);
	}
}


/* Our story postcard back */
#postcard-section-back.postcard-back-row.story .et_pb_row {
	background-size: initial;
    background-repeat: repeat;
    background-image: url(/wp-content/uploads/papertexture-1.jpg)!important;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	border: 1px solid #ddd;
}

/* columns */ 
#postcard-section-back.postcard-back-row.story .et_pb_row .col-1 {
	border-right: 3px solid #eee;
	margin-right: 30px;
	width: 50%;
}

#postcard-section-back.postcard-back-row.story .et_pb_row .col-2 {
	width: 44%;
}

/* stamp row */
@media (min-width: 480px) {
.stamp-row .stamp-col-1 {
	width: 55% !important;
}

.stamp-row .stamp-col-2 {
	width: 45% !important;
}	
}



/* bigger desktops */
@media (min-width: 1921px) {
	 #postcard-section-back.story .outlined-heading h2 {
		font-size: 42px;
	}	

	
	#postcard-section-back.postcard-back-row.story .outlined-heading.mike-marie h2 {
		font-size: 42px !important;
	}
		
	#postcard-section-back.postcard-back-row.story .postcard-text {
		font-size: 22px;
	}
}

/* 1536px desktops */
@media (min-width: 1367px) and (max-width: 1536px) {	
	#postcard-section-back.postcard-back-row.story .postcard-text {
		font-size: 16px;
	}
}

/* 1440px desktops */
@media (min-width: 1367px) and (max-width: 1440px) {	
	#postcard-section-back.postcard-back-row.story .et_pb_column.col-1 {
		height: 780px;
	}
}

/* 1366px desktops */
@media (min-width: 1281px) and (max-width: 1366px) {	
	#postcard-section-back.postcard-back-row.story .postcard-text {
		font-size: 12px;
	}
	
	#postcard-section-back.postcard-back-row.story .et_pb_column.col-1 {
		height: 520px;
	}
	
	#postcard-section-back.postcard-back-row.story .postcard-address {
		padding-top: 50px !important;
	}
	
	#postcard-section-back.postcard-back-row.story .outlined-heading h2 {
		font-size: 26px !important;
	}
}

/* 1280px desktops */
@media (min-width: 1200px) and (max-width: 1280px) {	
	#postcard-section-back.postcard-back-row.story .postcard-text {
		font-size: 12px;
	}
	
	#postcard-section-back.postcard-back-row.story .et_pb_column.col-1 {
		height: 520px;
	}
	
	#postcard-section-back.postcard-back-row.story .outlined-heading h2 {
		font-size: 26px !important;
	}
}

/* less than 1280px desktops */
@media (min-width: 981px) and (max-width: 1199px) {	
	#postcard-section-back.postcard-back-row.story .postcard-address {
		padding-top: 70px!important;
	}
	
	#postcard-section-back.postcard-back-row.story .postcard-address h4 {
		font-size: 12px;
	}
	
	#postcard-section-back.postcard-back-row.story .postcard-text {
		font-size: 9px;
	}
	
	#postcard-section-back.postcard-back-row.story .et_pb_column.col-1 {
		height: 400px;
	}
	
	#postcard-section-back.postcard-back-row.story .outlined-heading h2 {
		font-size: 20px !important;
	}	
}


/* 734px - 980px */
@media (min-width: 734px) and (max-width: 980px) {	
	#postcard-section-back.postcard-back-row.story .et_pb_column.col-1 {
		height: 415px;
	}
}

/* less than 734px */
@media (max-width: 733px) {	
	#postcard-section-back.postcard-back-row.story .postcard-text {
		font-size: 13px;
	}
	
	#postcard-section-back.postcard-back-row.story .et_pb_column.col-1,
	#postcard-section-back.postcard-back-row.story .et_pb_column.col-2 {
		width: 100% !important;
	}
	
	#postcard-section-back.postcard-back-row.story .et_pb_column.col-1 {
		border-right: none;
		border-bottom: 3px solid #ddd;
		margin-right: 0;
	}
	
	#postcard-section-back.postcard-back-row.story .outlined-heading.mike-marie h2 {
		font-size: 28px;
	}	
	
	#postcard-section-back.postcard-back-row.story .postcard-address h4 {
		font-size: 16px;
	}
}

@media (max-width: 479px) {
	#postcard-section-back.postcard-back-row.story .col-2 .et_pb_image.list-image {
		content: url(/wp-content/uploads/annual-founders-list-down.png) !important;
		width: 175px;
	}
	
	#postcard-section-back.postcard-back-row.story .col-2 .et_pb_image.stamp-img,
	#postcard-section-back.postcard-back-row.story .col-2 .et_pb_image.stamp-img:hover {
		text-align: center;
		display: block;
		margin: 0;
		width: auto;
	}
	
	#postcard-section-back.postcard-back-row.story .col-1 {
		padding-right: 0;
	}
}

/* inspiration guide */
.inspiration-heading h2 {
	background-color: #fff;
    display: initial;
    padding: 0 30px 0 0;
}

.inspiration-heading-right h2 {
    padding: 0 0 0 30px;
}

@media (min-width: 768px) {
	.inspiration-guide-row .col-1,
	.inspiration-guide-row .col-2 {
		display: flex;
	}

	.inspiration-guide-row .col-1 .et_pb_module,
	.inspiration-guide-row .col-2 .et_pb_module {
		margin-top: auto;
		margin-bottom: auto !important;
	}
}

@media (max-width: 767px) {
	.inspiration-heading h2 {
		padding: 0 20px 0 0;
	}
}

.inspiration-guide-row .col-2 .et_pb_module h3.et_pb_module_header {
	padding-bottom: 0;
}

/* edit background position */
.social-media-cta .inspire-row {
	background-position: 0% 58%;
}

/* sticky left icons */
ul li .floater .fm-icon,
ul li .floater .fm-icon i {
	background-color: #689031 !important;
}

ul li .floater .fm-icon:hover,
ul li .floater .fm-icon i:hover {
	background-color: #689031  !important;
}

ul li .floater .fm-label {
	background-color: #689031  !important;
}

/* divi gallery - delete image name */
figure figcaption .mfp-bottom-bar .mfp-title {
	display: none;
}

/* footer copyright */
p.copyright {
	white-space: nowrap;
}

/* no padding on headings */
.no-heading h1,
.no-heading h2,
.no-heading h3,
.no-heading h4,
.no-heading h5,
.no-heading h6 {
	padding-bottom: 0;
}

/* main menu - dropdowns */
.custom-dropdown ul.sub-menu li > a {
	font-family: 'Satisfy', handwriting;
    font-size: 22px !important;
}

/* --- Blog - using divi for single posts --- */

/* Related posts */
#left-area .related-custom .et_pb_portfolio_grid .et_pb_portfolio_item p.post-meta {
	font-family: 'Quicksand',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
	color: #ffffff!important;
	font-size: 14px!important;
	display: flex !important;
}

#left-area .related-custom .et_pb_portfolio_grid .et_pb_portfolio_item p.post-meta a {
	background-color: #689032;
	color: #ffffff!important;
    padding: 0 11px;
    width: max-content;
	font-weight: 500;
	white-space: nowrap;
    margin-bottom: 3px;
    display: inline-block;
}

@media (min-width: 981px) and (max-width: 1279px) {
	#left-area .related-custom .et_pb_portfolio_grid .et_pb_portfolio_item p.post-meta a {
		font-size: 12px;
	}	
}

/* -- equal height blog -- */
@media only screen and (min-width: 768px) {
	.related-custom .et_pb_portfolio_item {
	min-height: 480px;
	max-height:480px;
	}
}

/* -- Blog Header -- */
.custom-blog-header.et_pb_fullwidth_header .header-content-container .header-content {
	width: 100%;
    max-width: 100%;
}

.custom-blog-header.et_pb_fullwidth_header .header-content-container .header-content h2.et_pb_module_header {
	text-shadow: none;
	font-weight: 400 !important;
}

.custom-blog-header span.et_pb_fullwidth_header_subhead {
	margin-top: 30px;
}

/* lines on side of header */
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span.et_pb_fullwidth_header_subhead {
  display: inline-block;
  position: relative;  
}
.fancy span.et_pb_fullwidth_header_subhead:before,
.fancy span.et_pb_fullwidth_header_subhead:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 3px solid #404040;
  top: 10px;
  width: 150px;
}
.fancy span.et_pb_fullwidth_header_subhead:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span.et_pb_fullwidth_header_subhead:after {
  left: 100%;
  margin-left: 15px;
}

@media (min-width: 768px) and (max-width: 980px) {
	.custom-blog-header.et_pb_fullwidth_header .header-content-container .header-content h2.et_pb_module_header {
		font-size: 45px !important;
	}
}

@media (max-width: 767px) {
	.custom-blog-header.et_pb_fullwidth_header .header-content-container .header-content h2.et_pb_module_header {
		font-weight: 600 !important;
		font-size: 16px !important;
	}
	
	.custom-blog-header span.et_pb_fullwidth_header_subhead {
		margin-top: 5px;
	}
}

@media (max-width: 480px) {
	.fancy span.et_pb_fullwidth_header_subhead:before,
	.fancy span.et_pb_fullwidth_header_subhead:after {
	  width: 30px;
	  border-top: 1px solid #404040;
	  top: 4px;
	}	
}

/* -- Sidebar subscribe Form -- */
.sidebar-subscribe-form_wrapper {
	
}

body .sidebar-subscribe-form_wrapper.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
body .sidebar-subscribe-form_wrapper.gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
	color: #fff;
    background: transparent;
    border: none;
    border-radius: 0;
	border-bottom: 1px solid #fff;
	padding: 3px;
	font-size: 14px;
}

body .sidebar-subscribe-form_wrapper.gform_wrapper ul li.gfield select {
	padding: 0;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
	height: 33px;
	margin-top: 0px !important;
}

body .sidebar-subscribe-form_wrapper.gform_wrapper ul li.gfield {
	margin-top: 0;
}

body .sidebar-subscribe-form_wrapper.gform_wrapper li.hidden_label .ginput_container>* {
	margin-top: 3px;
}

body .sidebar-subscribe-form_wrapper.gform_wrapper select option {
	color: #404040;
}

/* submit button */
body .sidebar-subscribe-form_wrapper.gform_wrapper .gform_footer {
	text-align: center;
	padding: 0 0 10px;
}

body .sidebar-subscribe-form_wrapper.gform_wrapper .gform_footer input.button {
	background-color: transparent;
	border: 1px solid #fff;
	font-size: 14px;
}


body .sidebar-subscribe-form_wrapper.gform_wrapper .gform_footer input.button:hover {
	background-color: #25A6F1;
	border: 1px solid #25A6F1;
}

/* error */
body .sidebar-subscribe-form_wrapper.gform_wrapper .validation_message,
body .sidebar-subscribe-form_wrapper.gform_wrapper div.validation_error {
	color: #fffbdf;
	border-top: 2px solid #fffbdf;
    border-bottom: 2px solid #fffbdf;
}

body .sidebar-subscribe-form_wrapper.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #fffbdf;
}

/* white placeholder text */
body .sidebar-subscribe-form_wrapper.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #fff !important;
}
body .sidebar-subscribe-form_wrapper.gform_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  color: #fff !important;
}
body .sidebar-subscribe-form_wrapper.gform_wrapper .gform_fields .gfield input::-ms-input-placeholder {
	/* IE 10+ */
  color: #fff !important;
}
body .sidebar-subscribe-form_wrapper.gform_wrapper .gform_fields .gfield input::-moz-placeholder {
	/* Firefox 18- */
  color: #fff !important;
}

/*--CSS 4/2020--*/
#et-secondary-menu {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}

/* make the logo in line */
@media (min-width: 981px) {
	.et_menu_container .logo_container #logo {
		top: -22px;
		position: relative;
		z-index: 999;
	}

	.et_fixed_nav #main-header, 
	.et_fixed_nav #top-header {
		z-index: 998;
	}	
}

/* sidebar spacing */
.et_pb_column .et_pb_module .et_pb_widget {
	margin-bottom: 50px;
}

@media screen and (max-width: 414px) {	
	.postcard-footer .postcard-footer-row .col-1 {
		border-bottom: 0px!important;
	}
		
}

.popmake-content .et_pb_section {
    background: url(/wp-content/uploads/ciot-seal-impact-grunge-gray-tilt.png);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 93%;
}

#sb_instagram .sbi_photo {
	    border: 3px solid #fff;
}

body .et_pb_button_module_wrapper a.visit-blog-button.et_pb_button {
	color: #fff;
	background-color:#25a6f1!important;
}