/*
 Theme Name:   Divi Intuitive Digital
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  A child of Divi from Elegant Themes, developed by In2itive Search
 Author:       In2itive Search
 Author URI:   http://in2itivesearch.com
 Template:     Divi
 Version:      1.0.0
 Tags:         responsive, page builder, elegant themes, content modules, theme options, enhanced customizer
 Text Domain:  In2itive-child
*/

.white-hamburger:before {
    color: #fff !important;
}
/* Change Font */
body, p, h1, h2, h3, h4, h5, h6 {
	font-family: 'Cabin', Helvetica, Arial, Lucida, sans-serif!important;
	font-weight: 100 !important;
	line-height: 1.4em;
}

a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #40a3cf;
}

a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #2c313a;
}

.et_pb_text h3 a {
	font-weight: 100!important;
	color: #40a3cf;
}
.et_pb_text h3 a:hover {
	font-weight: 100!important;
	color: #2c313a;
	border-bottom: none!important;
}
/*Button Styling - SEE CUSTOM CSS section in Divi Theme Options*/
.et_pb_button {
    color: #fff !important;
}

/* Hide stuff */

.hide, #services-menu .mobile_menu_bar {
	display: none!important;
}

/* Icon fonts */

@font-face {
	font-family: 'et-line';
	src:url('fonts/et-line.eot');
	src:url('fonts/et-line.eot?#iefix') format('embedded-opentype'),
		url('fonts/et-line.woff') format('woff'),
		url('fonts/et-line.ttf') format('truetype'),
		url('fonts/et-line.svg#et-line') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
      font-family: 'fontello';
      src: url('fonts/font/fontello.eot?44358594');
      src: url('fonts/font/fontello.eot?44358594#iefix') format('embedded-opentype'),
           url('fonts/font/fontello.woff?44358594') format('woff'),
           url('fonts/font/fontello.ttf?44358594') format('truetype'),
           url('fonts/font/fontello.svg?44358594#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .fontello {
    	font-family: "fontello";
    }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'et-line';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}
.icon-mobile:before {
	content: "\e000";
}
.icon-laptop:before {
	content: "\e001";
}
.icon-desktop:before {
	content: "\e002";
}
.icon-tablet:before {
	content: "\e003";
}
.icon-phone:before {
	content: "\e004";
}
.icon-document:before {
	content: "\e005";
}
.icon-documents:before {
	content: "\e006";
}
.icon-search:before {
	content: "\e007";
}
.icon-clipboard:before {
	content: "\e008";
}
.icon-newspaper:before {
	content: "\e009";
}
.icon-notebook:before {
	content: "\e00a";
}
.icon-book-open:before {
	content: "\e00b";
}
.icon-browser:before {
	content: "\e00c";
}
.icon-calendar:before {
	content: "\e00d";
}
.icon-presentation:before {
	content: "\e00e";
}
.icon-picture:before {
	content: "\e00f";
}
.icon-pictures:before {
	content: "\e010";
}
.icon-video:before {
	content: "\e011";
}
.icon-camera:before {
	content: "\e012";
}
.icon-printer:before {
	content: "\e013";
}
.icon-toolbox:before {
	content: "\e014";
}
.icon-briefcase:before {
	content: "\e015";
}
.icon-wallet:before {
	content: "\e016";
}
.icon-gift:before {
	content: "\e017";
}
.icon-bargraph:before {
	content: "\e018";
}
.icon-grid:before {
	content: "\e019";
}
.icon-expand:before {
	content: "\e01a";
}
.icon-focus:before {
	content: "\e01b";
}
.icon-edit:before {
	content: "\e01c";
}
.icon-adjustments:before {
	content: "\e01d";
}
.icon-ribbon:before {
	content: "\e01e";
}
.icon-hourglass:before {
	content: "\e01f";
}
.icon-lock:before {
	content: "\e020";
}
.icon-megaphone:before {
	content: "\e021";
}
.icon-shield:before {
	content: "\e022";
}
.icon-trophy:before {
	content: "\e023";
}
.icon-flag:before {
	content: "\e024";
}
.icon-map:before {
	content: "\e025";
}
.icon-puzzle:before {
	content: "\e026";
}
.icon-basket:before {
	content: "\e027";
}
.icon-envelope:before {
	content: "\e028";
}
.icon-streetsign:before {
	content: "\e029";
}
.icon-telescope:before {
	content: "\e02a";
}
.icon-gears:before {
	content: "\e02b";
}
.icon-key:before {
	content: "\e02c";
}
.icon-paperclip:before {
	content: "\e02d";
}
.icon-attachment:before {
	content: "\e02e";
}
.icon-pricetags:before {
	content: "\e02f";
}
.icon-lightbulb:before {
	content: "\e030";
}
.icon-layers:before {
	content: "\e031";
}
.icon-pencil:before {
	content: "\e032";
}
.icon-tools:before {
	content: "\e033";
}
.icon-tools-2:before {
	content: "\e034";
}
.icon-scissors:before {
	content: "\e035";
}
.icon-paintbrush:before {
	content: "\e036";
}
.icon-magnifying-glass:before {
	content: "\e037";
}
.icon-circle-compass:before {
	content: "\e038";
}
.icon-linegraph:before {
	content: "\e039";
}
.icon-mic:before {
	content: "\e03a";
}
.icon-strategy:before {
	content: "\e03b";
}
.icon-beaker:before {
	content: "\e03c";
}
.icon-caution:before {
	content: "\e03d";
}
.icon-recycle:before {
	content: "\e03e";
}
.icon-anchor:before {
	content: "\e03f";
}
.icon-profile-male:before {
	content: "\e040";
}
.icon-profile-female:before {
	content: "\e041";
}
.icon-bike:before {
	content: "\e042";
}
.icon-wine:before {
	content: "\e043";
}
.icon-hotairballoon:before {
	content: "\e044";
}
.icon-globe:before {
	content: "\e045";
}
.icon-genius:before {
	content: "\e046";
}
.icon-map-pin:before {
	content: "\e047";
}
.icon-dial:before {
	content: "\e048";
}
.icon-chat:before {
	content: "\e049";
}
.icon-heart:before {
	content: "\e04a";
}
.icon-cloud:before {
	content: "\e04b";
}
.icon-upload:before {
	content: "\e04c";
}
.icon-download:before {
	content: "\e04d";
}
.icon-target:before {
	content: "\e04e";
}
.icon-hazardous:before {
	content: "\e04f";
}
.icon-piechart:before {
	content: "\e050";
}
.icon-speedometer:before {
	content: "\e051";
}
.icon-global:before {
	content: "\e052";
}
.icon-compass:before {
	content: "\e053";
}
.icon-lifesaver:before {
	content: "\e054";
}
.icon-clock:before {
	content: "\e055";
}
.icon-aperture:before {
	content: "\e056";
}
.icon-quote:before {
	content: "\e057";
}
.icon-scope:before {
	content: "\e058";
}
.icon-alarmclock:before {
	content: "\e059";
}
.icon-refresh:before {
	content: "\e05a";
}
.icon-happy:before {
	content: "\e05b";
}
.icon-sad:before {
	content: "\e05c";
}
.icon-facebook:before {
	content: "\e05d";
}
.icon-twitter:before {
	content: "\e05e";
}
.icon-googleplus:before {
	content: "\e05f";
}
.icon-rss:before {
	content: "\e060";
}
.icon-tumblr:before {
	content: "\e061";
}
.icon-linkedin:before {
	content: "\e062";
}
.icon-dribbble:before {
	content: "\e063";
}

/* Icon fonts */

/*Connected bullet lists*/

.dots-list {
	width: 100%;
}

.dots-list ul {
	padding-left: 50px;
	position: relative;
	margin-bottom: 20px;
	list-style: none !important;
}

.dots-list ul li {
	position: relative;
	margin-top: 0em;
	margin-bottom: 20px;
}

.dots-list ul li .number_divider {
	position: absolute;
	left: -50px;
	font-weight: 800;
	font-size: 2em;
	top: -5px;
}

.dots-list ul li:before {
	content: "";
	background: #40a3cf;
	position: absolute;
	width: 2px;
	top: 7px;
	bottom: -33px;
	left: -24px;
}

.dots-list ul li:after {
	content: "";
	background: #40a3cf;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	top: 7px;
	left: -31px;
}

.dots-list ul li:last-child:before {
	content: "";
	background: transparent;
}

/*End Connected bullet lists*/


/*Vertical center*/

.vertical-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*Vertical center*/

/*Blog image crop*/


/* Custom Styling */
#et_search_icon.white-search::before, .et_close_search_field.white-search::after{
	color: #fff;
}
.et-search-field.white-search::-webkit-input-placeholder {
	color: #fff;
}
.et-search-field.white-search::-moz-placeholder {
	color: #fff;
}
.et-search-field.white-search:-ms-input-placeholder {
	color: #fff;
}
.not-home #main-header .nav li ul {
	background-color: #fefefe;
}
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
.et_fixed_nav.et_show_nav #page-container {
	padding-top: 0 !important;
}
.et-fixed-header #top-menu a {
	color: rgba(0, 0, 0, 0.6);
}
.not-home #main-header {
	background-color: #fff;
}
.not-home .et_header_style_centered .mobile_nav .select_page,
.not-home .et_header_style_split .mobile_nav .select_page,
.not-home .et_nav_text_color_light #top-menu > li > a,
.not-home .et_nav_text_color_dark #top-menu > li > a,
.not-home #top-menu a,
.not-home .et_mobile_menu li a,
.not-home .et_nav_text_color_light .et_mobile_menu li a,
.not-home .et_nav_text_color_dark .et_mobile_menu li a,
.not-home #et_search_icon:before,
.not-home .et_search_form_container input,
.not-home span.et_close_search_field:after,
.not-home #et-top-navigation .et-cart-info,
.not-home #top-menu li.current-menu-item > a {
    color: rgba(0, 0, 0, 0.6);
}
.et-search-field {
	font-size: 22px !important;
	font-weight: 300;
}
p:last-of-type {
	padding-bottom: 1em;
}

h1{
	padding-bottom: 13px;
}

h3, h2 {
	padding: 10px 0;
}

.et_pb_text h3 a {
	font-weight: 700;
}

.et_pb_text h3 a:hover {
	border-bottom: 1px solid #8BC98C;
}

.et_pb_text p:last-of-type {
	padding-bottom: 15px;
}
.home-blurb-icon {
	font-size: 7em;
}
.home-blurbs a {
	color: #666;
}
.et_pb_blog_grid .et_pb_post {
    border: 1px solid #f6f4f4;
}
.et_pb_contact p input, .et_pb_contact p textarea {
    border: 1px solid rgba(255, 255, 255, 0.27);
    color: #2D2D2D;
    background-color: rgba(255, 252, 252, 0.58);
}
.round-image img {
	border-radius: 50% !important;
}
.cd-timeline-content {
	min-height: 240px !important;
}
.cd-timeline-content .the-excerpt {
	color: #E6E6E6;
}
/*Team members animated gifs*/

#nick-footer img:hover {
	content: url('/wp-content/themes/Divi-child/images/nick-footer.jpg');
}
#dan-auerbach img:hover {
	content: url('/wp-content/themes/Divi-child/images/dan-auerbach.jpg');
}
#kelly-kitchel img:hover {
	content: url('/wp-content/themes/Divi-child/images/kelly-kitchel.jpg');
}
#anish-vonahlefeld img:hover {
	content: url('/wp-content/themes/Divi-child/images/anish-vonahlefeld.jpg');
}
#richard-pastenes img:hover {
	content: url('/wp-content/themes/Divi-child/images/intuitive-digital-richard-pastenes.jpg');
}
#jake-mcgrady img:hover {
	content: url('/wp-content/themes/Divi-child/images/jake-mcgrady.jpg');
}
#alysha-schultz img:hover {
	content: url('/wp-content/themes/Divi-child/images/alysha-schultz-2.jpg');
}
#lynn-hericks img:hover {
	content: url('/wp-content/themes/Divi-child/images/lynn-hericks.jpg');
}
#sarra-sorokina img:hover {
	content: url('/wp-content/themes/Divi-child/images/sarra-sorokina.jpg');
}
#erika-nudelman img:hover {
	content: url('/wp-content/themes/Divi-child/images/erika-nudelman.jpg');
}
#rachel-bills img:hover {
	content: url('/wp-content/themes/Divi-child/images/rachel-bills.jpg');
}
#brittany-valli img:hover {
	content: url('/wp-content/themes/Divi-child/images/brittany-valli.jpg');
}
/*Team members animated gifs*/

/* Align/padding job litings title */
#whr_embed_hook h3.whr-title {
	padding-left: 15px;
}

/* Align/padding job litings title */

.single-team-member-row {
	max-width: 20.875%;
}
.et_pb_team_member_description {
    display: block;
    text-align: center;
}
.cd-timeline-title-container, .cd-timeline-item-title {
    color: #E6E6E6;
}
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    border-color: transparent #27323a transparent transparent !important;
}
#footer-widgets .footer-widget li {
	padding-left: 0;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-bottom {
	padding: 0;
}
.services-page .et_pb_fullwidth_header_scroll {
	position: relative;
}

.footer-bottom-left,
.footer-bottom-right {
	box-sizing: border-box;
	margin: 0;
	padding-top: 7px;
	width: 50%;
	float: left;
}

.footer-bottom-right p.credit {
	text-align: right;
}
#footer-bottom {
    display: none;
}
#footer-custom {
	padding-top: 0!important;
}
.footer-widget .footer-social .fa {
	color: rgba(255, 255, 255, 0.22);
	font-size: 45px;
	padding: 0 0.6em;
}
.footer-text a, .footer-text p, .footer-text h3 {
	color: rgba(255, 255, 255, 0.56) !important;
	font-family: 'Cabin', Helvetica, Arial, Lucida, sans-serif!important;
	font-size: 98%;
}
#footer-widgets .et_pb_widget {
	float: none;
}

/* simplified footer 11/30/17 */
#footer-html {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
#footer-html h2 {
  color: white;
  margin-bottom: 10px;
}
#footer-html i {
    font-size: 2.25em;
    margin: 5px 10px;
}
#footer-html i:hover {
  opactity: .6;
}

#footer-html #social-footer {
  display: inline-block;
  margin-top: 50px;
}

#footer-html #gform_10 {
    max-width: 500px;
}
#footer-html #gform_10 > .gform_footer {
    display: inline-block;
    /* padding: 0.85em 0 0.625em !important; */
    width: 120px;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
#footer-html input#input_10_1 {
    width: 100%;
    margin-top: 8px;
}
#footer-html #gform_10 .gform_body {
    display: inline-block;
    float: left;
    width: calc(100% - 140px);
}
#footer-html .gform_footer input {
    width: 100% !important;
}
#footer-html .gform_description {
  text-align: center !important;
}
#footer-html #input_10_1::-webkit-input-placeholder,
#footer-html #input_10_1::-moz-placeholder,
#footer-html #input_10_1:-moz-placeholder,
#footer-html #input_10_1::-ms-input-placeholder {
    color: #656665;
}

/* Parallax footer */
#page-container {
    margin-bottom: 580px;
}
#main-footer {
position: fixed;
width: 100%;
bottom: 0;
z-index: 1;
}
#main-footer .container {
	max-width: none;
	width: 100%;
}
/* Set footer height */
body #main-footer {
	height: 600px ;
}
#main-content {
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0px 25px 30px 0px rgba(0,0,0,0.61);
	-moz-box-shadow: 0px 25px 30px 0px rgba(0,0,0,0.61);
	box-shadow: 0px 25px 30px 0px rgba(0,0,0,0.61);
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 15px !important;
}
.footer-text-title, .gform_footer {
	padding: 0!important;
}
.footer-text-title {
	font-size: 28px;
}
.footer-text h4 {
	line-height: 1em;
}
.footer-text .et_pb_contact_form_0.et_pb_contact_form_container .et_pb_button,
.footer-text .gform_wrapper .gform_footer input.button, 
.footer-text .gform_wrapper .gform_page_footer input.button {
    color: rgba(255, 255, 255, 0.56) !important;
    border-width: 1px !important;
    border-radius: 1px;
    border-color: rgba(255, 255, 255, 0.56) !important;
    letter-spacing: 0px;
    font-size: 14px;
}
.footer-text .et_pb_contact p input, .et_pb_contact p textarea {
    color: #4e575d !important;
    border: 2px solid #4e575d;
    background-color: #27323a;
}
.footer-text .et_pb_contact_submit {
	margin-left: 0;
}
.footer-text .et_contact_bottom_container {
	overflow: visible;
}

.footer-text .gform_wrapper .top_label .gfield_label {
    /* display: none; */
}
.footer-text .gform_title, #input_3_1_3_container label {
	display: none;
}
.footer-text .gform_wrapper .left_label .gfield_label {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.56) !important;
}
body .gform_wrapper .gfield_required {
	display: none !important;
}
.footer-text .gform_wrapper input[type=text],
.footer-text .gform_wrapper input[type=url], 
.footer-text .gform_wrapper textarea.textarea,
.footer-text .gform_wrapper .gform_footer input.button, 
.footer-text .gform_wrapper .gform_page_footer input.button  {
    background-color: rgb(54, 69, 80) !important;
}
.footer-text .gform_wrapper {
    padding-bottom: 0;
    margin-top: -30px;
}
.footer-text .gform_wrapper form {
    text-align: right;
}
.footer-text .gform_wrapper .left_label li.field_sublabel_below .gfield_label {
    margin: 2px 0 0 0;
    padding: 12px 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 0px;
    font-size: 92%;
    box-sizing: border-box;
    width: 34%;
}
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email], 
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number], 
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password], 
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel], 
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text], 
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url], 
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email], 
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number], 
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password], 
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel], 
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text], 
.footer-text .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url], 
.footer-text .gform_wrapper .ginput_complex input[type=email], 
.footer-text .gform_wrapper .ginput_complex input[type=number], 
.footer-text .gform_wrapper .ginput_complex input[type=password], 
.footer-text .gform_wrapper .ginput_complex input[type=tel], 
.footer-text .gform_wrapper .ginput_complex input[type=text], 
.footer-text .gform_wrapper .ginput_complex input[type=url] {
	width: 100% !important;
}
.footer-text .gform_wrapper .left_label div.ginput_complex, 
.footer-text .gform_wrapper .right_label div.ginput_complex,
.footer-text .gform_wrapper .left_label input.large, 
.footer-text .gform_wrapper .left_label select.large, 
.footer-text .gform_wrapper .left_label textarea.large, 
.footer-text .gform_wrapper .left_label textarea.medium, 
.footer-text .gform_wrapper .left_label textarea.small, 
.footer-text .gform_wrapper .right_label input.large, 
.footer-text .gform_wrapper .right_label select.large, 
.footer-text .gform_wrapper .right_label textarea.large, 
.footer-text .gform_wrapper .right_label textarea.medium, 
.footer-text .gform_wrapper .right_label textarea.small {
    width: 66%;
} 
.footer-text div.ginput_container_name span {
	margin-right: 0;
}
.footer-text .gform_wrapper .gform_footer.left_label, 
.footer-text .gform_wrapper .gform_footer.right_label {
    width: 181px;
    margin-top: -92px !important;
    float: right;
}
.footer-text .id-mailchimp-footer .gfield_label {
	border: none !important;
}
/* .footer-text #field_3_5 {
	display: none !important;
} */
/*Adding custom checkbox icons*/
.footer-text .id-mailchimp-footer label#label_3_5_1 {
	position: relative;
	margin: 0 20px !important;
	padding-left: 25px;
}
.footer-text .id-mailchimp-footer label#label_3_5_1:before {
	font-family: FontAwesome;
	font-size: 21px;
	/*absolutely positioned*/
	position: absolute;
	top: -3px;
	left: 0;
}
.footer-text .id-mailchimp-footer label#label_3_5_1:after  {
	font-family: FontAwesome;
	font-size: 21px;
	/*absolutely positioned*/
	position: absolute;
	top: -3px;
	left: 0;
}
.footer-text .id-mailchimp-footer label#label_3_5_1:before {
	content: '\f096'; /*unchecked*/
}
.footer-text .id-mailchimp-footer label#label_3_5_1:after {
	color: #FFC251;
	content: '\f046'; /*checked*/
	/*checked icon will be hidden by default by using 0 max-width and overflow hidden*/
	max-width: 0;
	overflow: hidden;
	opacity: 0.5;
	/*CSS3 transitions for animated effect*/
	transition: all 0.35s;
}
/*hiding the original checkboxes*/
.footer-text .id-mailchimp-footer .gchoice_3_5_1 input[type="checkbox"] {
	display: none;
}
/*when the user checks the checkbox the checked icon will animate in*/
.footer-text .id-mailchimp-footer .gchoice_3_5_1 input[type="checkbox"]:checked + label#label_3_5_1:after {
	max-width: 25px; /*an arbitratry number more than the icon's width*/
}
.footer-text .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
	font-weight: 100;
}
.footer-text #label_3_5_1 {
	text-align: left !important;
}
.footer-text input[type=text], 
.footer-text input[type=password], 
.footer-text input[type=tel], 
.footer-text input[type=email], 
.footer-text input.text, 
.footer-text input.title, 
.footer-text textarea, 
.footer-text select {
    color: #fff !important;
    border: none;
}
.footer-text .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.footer-text .gform_wrapper .gform_footer.right_label,
.footer-text .gform_wrapper .left_label textarea.medium {
    padding: 15px !important;
}
.footer-text .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}
.footer-text .ginput_complex.ginput_container.gf_name_has_1 span {
    width: 93%;
}
.footer-text .ginput_container_name span {
    padding-right: 5px;
}
.footer-text input#gform_submit_button_3 {
	position: relative;
    padding: 1em 2em;
    margin: 0 !important;
    border: 2px solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /* background: transparent; */
    font-size: 20px;
    font-weight: 500;
    float: right;
    line-height: 1.7em !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.footer-text .et_pb_text_3 {
	margin-bottom: 0 !important;
}
.footer-text input#gform_submit_button_3:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid transparent;
}
.footer-text .gform_wrapper div.validation_error {
    color: #bdbf00;
    font-size: 16px;
    font-weight: 100;
    border-top: 1px solid #bdbf00;
    border-bottom: 1px solid #bdbf00;
}
.footer-text .gform_wrapper .validation_message {
    color: #bdbf00;
    font-weight: 100;
}
.footer-text .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.footer-text .gform_wrapper li.gfield_error select, 
.footer-text .gform_wrapper li.gfield_error textarea {
    border: 1px solid #bdbf00 !important;
}
.footer-text .gform_wrapper li.gfield.gfield_error, 
.footer-text .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(189, 191, 0, 0.06);
    border-top: 1px solid #bdbf00;
    border-bottom: 1px solid #bdbf00;
}
.footer-text .gform_wrapper ul:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span,
.footer-text .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span,
#input_3_1_3_container {
    width: 92.75% !important;
}
.footer-text .gform_wrapper .left_label .gfield_error input.large, 
.footer-text .gform_wrapper .left_label .gfield_error select.large, 
.footer-text .gform_wrapper .left_label .gfield_error textarea.textarea, 
.footer-text .gform_wrapper .right_label .gfield_error input.large, 
.footer-text .gform_wrapper .right_label .gfield_error select.large, 
.footer-text .gform_wrapper .right_label .gfield_error textarea.textarea {
    width: 66%;
}
.footer-text .gform_footer {
    margin-top: 0 !important;
    margin-right: 0 !important;
}
.footer-text .validation_error {
    display: none;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0 !important;
}
.footer-widget .et_pb_gutters2.et_pb_row.et_pb_row_fullwidth{
	max-width: 85% !important;
}
.footer-text .gform_footer.left_label {
	margin-left: 32% !important;
	padding:  0 !important;
}
#footer-widgets {
    padding: 8% 0 0;
}
#main-footer li.id-captcha > div {
	display: flex;
    margin-left: 0px !important;
}
.footer-social {
    margin-top: 0;
}
/* End Parallax footer */
@media (min-width: 981px) {
	.et_pb_gutters3 .footer-widget {
		margin-bottom: 1% !important;
	}
}
@media (max-width: 980px) {
	.footer-widget:nth-child(n) {
	    width: 100% !important;
	    margin: 0;
	}
	.footer-social .fa {
	    padding: 0 0.4em;
	}
	/* Parallax footer */
	/*#page-container {
	    margin-bottom: 1155px;
	}
	body #main-footer {
	height: 1200px ;
	}*/
	#menu-small-business-services, #services-menu-container, #services-menu .fullwidth-menu-nav {
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.footer-bottom-left, .footer-bottom-right {
		width: 100%;
		float: none;
		text-align: center;
	}
	.footer-bottom-right p.credit {
    	text-align: center;
    }
    /* Disable Parallax footer on mobile*/
    #main-footer {
		position: relative;
		z-index: 0;
	}
	#page-container {
	    margin-bottom: 0;
	}
	body #main-footer {
		height: auto ;
	}
	/* fix footer form on small screens */
	#footer-html #gform_10 > .gform_footer,
	#footer-html #gform_10 .gform_body {
		width: 100%;
		max-width: 100% !important;
	}
	#footer-html #field_10_1 {
	    padding: 0;
	}
	/* End Disable Parallax footer on mobile*/
	.footer-text .et_contact_bottom_container {
		width: 97%;
	}
	ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
    	margin-left: 0 !important;
	}
	.footer-text .et_pb_contact_submit {
		width: 100%;
	}
	.footer-text .gform_wrapper .left_label li.field_sublabel_below .gfield_label {
		width: 100%;
		border: 0px;
		padding: 12px 0px;
		font-size: 100%;
	}
	.footer-text .gform_wrapper .left_label div.ginput_complex, 
	.gform_wrapper .right_label div.ginput_complex,
	.footer-text .gform_wrapper .left_label div.ginput_complex, 
	.footer-text .gform_wrapper .right_label div.ginput_complex,
	.footer-text .gform_wrapper .left_label input.large, 
	.footer-text .gform_wrapper .left_label select.large, 
	.footer-text .gform_wrapper .left_label textarea.large, 
	.footer-text .gform_wrapper .left_label textarea.medium, 
	.footer-text .gform_wrapper .left_label textarea.small, 
	.footer-text .gform_wrapper .right_label input.large, 
	.footer-text .gform_wrapper .right_label select.large, 
	.footer-text .gform_wrapper .right_label textarea.large, 
	.footer-text .gform_wrapper .right_label textarea.medium, 
	.footer-text .gform_wrapper .right_label textarea.small,
	.footer-text .ginput_complex.ginput_container.gf_name_has_1 span,
	.footer-text .gform_wrapper .gform_footer.left_label, .footer-text .gform_wrapper .gform_footer.right_label,
	.footer-text input#gform_submit_button_3, .footer-text #input_3_1_3_container {
    	width: 100% !important;
    	padding: 0;
	}
	.footer-text .gform_wrapper .gform_footer.left_label, .gform_wrapper .gform_footer.right_label {
    	margin-left: 0;
    }
    .footer-text .ginput_container_checkbox {
    	clear: both;
    }
    .footer-text .gform_wrapper .left_label textarea.medium {
    	padding: 15px !important;
	}
	.footer-text .id-mailchimp-footer label#label_3_5_1 {
		margin: 10px 0 !important;
	}
	.footer-text .gform_footer.left_label {
		margin-left: 0% !important;
	}
	.footer-text input#gform_submit_button_3 {
	    margin: 0 !important;
	}
	.footer-text .gform_wrapper .gform_footer.left_label, 
	.footer-text .gform_wrapper .gform_footer.right_label {
    	margin-top: 0 !important;
    	float: none;
	}
}

/* @media only screen and (min-width: 641px) {
#main-footer .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
	width: 99.75% !important;
}
} */

/* Disable Parallax footer on small screens*/
@media screen and ( max-height: 870px ) {
    #main-footer {
		position: relative;
		z-index: 0;
	}
	#page-container {
	    margin-bottom: 0;
	}
	body #main-footer {
		height: auto ;
	}
}
/* End Disable Parallax footer on small screens*/

/*override gravity form button text color on contact page*/
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] {
	color:#fff !important;
}


