/*
Theme Name: The Factory Theme
Theme URI: http://thefactoryreno.com
Description: An awesome theme. 
Author: The Factory
Author URI: http://thefactoryreno.com
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");


/* ==== RESPONSIVE (copy from list below) ==== */


@media only screen and (max-width: 480px) {
    /* 480px and below */
}
@media only screen and (max-width: 500px) {
    /* 500px and below */
}
@media only screen and (max-width: 600px) {
    /* 600px and below */
}
@media only screen and (max-width: 768px) {
    /* 768px and below */
}
@media only screen and (max-width: 900px) {
    /* 900px and below */
}
@media only screen and (max-width: 1000px) {
    /* 1000px and below */
}
@media only screen and (max-width: 1100px) {
    /* 1100px and below */
}




/* ========================================== UNIVERSAL ================================================= */


/* === UNIVERSAL: menu tweeks */

nav.main_menu>ul>li>a {

    font-weight: 800;
}




/* === UNIVERSAL: white section inbetween with negative margin */
.tf-section-break {
	margin-top:-40px;
}

/* === UNIVERSAL: 'tf-row-pad' - adding 25px of padding top and bottom */

.tf-row-pad {
    padding-top: 75px;
    padding-bottom: 75px;
}
.tf-row-border {
	text-align: left;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
	padding: 30px;
}
.tf-row-pad-about {
    padding-top: 35px;
    padding-bottom: 35px;
}
.tf-row-bottom-pad {
    padding-top: 35px;
    padding-bottom: 75px;
}

/* === UNIVERSAL: 'tf-white-text' - makes text color white, assign as in-line element */

.tf-white-text {
    color: white;
}

/* === UNIVERSAL: 'tf-button' - to be determined */

a.tf-button {
    
}
a.tf-button-white {
	border: 1px solid white;
	padding: 8px 20px;
	border-radius: 20px;
	color: #fff;
}
a.tf-button-grey {
	border: 1px solid #303030;
	padding: 8px 20px;
	border-radius: 20px;
	color: #303030;
}

a.tf-button:hover {

}


/* === UNIVERSAL: 'tf-list' - list type styling */

ul.tf-list {
    padding-left: 1em;
}
ul.tf-list li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}


/* === UNIVERSAL: 'tf-caption' - changing the caption size */

span.tf-caption {
    font-size: 0.8em;
}

/* === UNIVERSAL: padding on bullet points */
ul {
	list-style-position: inside;
	padding-left: 20px;
}
/* === UNIVERSAL: Gravity Forms - changing the styling of gravity forms */

#gform_submit_button_1 {
	color: #616161;
	border-color: #e0e0e0;
	text-align: center;
}

body .gform_wrapper input[type="submit"]:hover {
    color: #f2f2f2 !important;
}

.gform_wrapper textarea.medium {
	border: 1px solid #e0e0e0;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	border: 1px solid #e0e0e0;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	border: 1px solid #e0e0e0;
}

body .gform_wrapper input[type="submit"]:hover {
	background-color: #fff;
	border-color: #616161;
	color: #616161 !important;
}

body .gform_wrapper div.validation_error {
	background-color: rgba(131,175,194,.25);
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(131,175,194,.25);
	margin-bottom: 6px !important;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #616161;
}

.gform_wrapper .validation_message {
	color: #616161;
	font-weight: 700;
	letter-spacing: normal;
}

body .gform_wrapper div.validation_error {
    background-color: #999999;
}

.gform_wrapper li.gfield.gfield_error {
    background-color: transparent!important;
    border-top: none;
    border-bottom: none;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0!important;
}

body .gform_wrapper input[type=submit] {
	border: 1px solid #303030;
	border-radius: 1px;
	
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #616161;
}

.gfield_label {
	color: #616161;
}

label {
	color: #616161;
}

body .gform_wrapper input[type="submit"]:hover, body .gform_wrapper input[type="button"]:hover, body .gform_wrapper input[type="reset"]:hover {
	background-color: #bde3f4;
	border-color: #bde3f4;
}


/* ============================== HOME PAGE ======================================= */
.tf-section-break{
	
}
.tf-learn-more-section{
	min-height: 425px;
}
.tf-learn-more {
    padding-top: 30px;
}

.tf-learn-more-icon {
	padding-top: 30px;
}
.latest_post_holder.dividers .latest_post_date .latest_post_day {
	font-size: 30px;
}
.latest_post_holder.dividers .latest_post_date {
	border: 1px solid #b1c7cc;
	background-color: none;
}
.latest_post_holder.boxes > ul > li, .latest_post_holder.dividers > ul > li {
	background-color: none;
}
.latest_post_holder.dividers .latest_post_date, .latest_post_holder.dividers .latest_post_text_inner {
	border-right: 1px solid #e7e7e7;
}
.latest_post_holder.dividers .post_infos {
	display: none;
}

.tf-top-row-text {
	padding: 55px;
	color: #303030;
}

.tf-top-row-bg {
	background-color: #bbe2f2;
}

.tf-bottom-row-text {
	padding: 67px;
	color: white;
}

.tf-bottom-row-bg {
	background-color: #3d69ab;
}

.tf-residence {
	background-color: #03758d;
	padding: 67px;
	color: white;
}
.vc_column_container > .vc_column-inner {
	box-sizing: border-box;
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 100%;
}
.tf-get-involved{
	padding:55px;
}

.tf-keep-clean-body-text p {
	color: #555555;
}

/* ==================================== Menu Background Change ===================================== */

.header_bottom, .header_top, .fixed_top_header .bottom_header {
    background-color: rgba(2,117,140,1)!important;
}

/* ==================================== About ===================================== */

.qode-accordion-holder.clearfix.qode-toggle.qode-initial.accordion.ui-accordion.ui-accordion-icons.ui-widget.ui-helper-reset {
    background: white;
}

.tf-construction-1-text h1 {
    	color: #404040;
		font-size: 30px;
		text-transform: initial;
		font-weight: 800px;
		padding-bottom: 20px;
	}


.tf-construction-1-text h3 {
    padding-bottom: 20px;
}

.tf-about-image{
	min-height:500px;
}
.tf-discharge{
	padding: 140px;
}

.tf-about-us-water-gradient {
	padding-top: 298px;
    background-position: top center!important;
    background-image: url(http://tmstormwater.com/wp-content/uploads/2019/06/about-us-water-background.jpg);

}

.tf-discharge-img {
	padding:170px;
	background-image:url(http://tmstormwater.com/wp-content/uploads/2019/06/cleaning-trash1_01.jpg?id=446);
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
	
}

.tf-committee-img {
	padding: 170px 170px;
	background-image:url(http://tmstormwater.com/wp-content/uploads/2019/06/two-people-checking-water_01.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.tf-committee {
    padding: 150px 150px;
}

@media only screen and (max-width: 1024px) {
    /* 1024px and below */
	
	.tf-discharge{
		padding: 70px 80px 60px 80px !important;
	}
	
	.tf-committee {
    padding: 80px 60px 60px 60px !important;
	}
	
	.tf-committee-img {
		padding: 75px !important;
	}
	
	.tf-discharge-img {
		padding: 80px 60px 60px 60px !important;
	}
	
	.tf-row-pad {
    padding-top: 45px;
	}
}

@media only screen and (max-width: 770px) {
    /* 1024px and below */
	
	.tf-discharge-img {
    	padding: 78px !important;
	}
	
	.tf-discharge {
    padding: 80px 20px 50px 90px !important;
	}
	
	.tf-committee-img {
    	padding: 60px !important;
	}
	
	
}

@media only screen and (max-width: 425px) {
	 /* 425px and below */
	
	.tf-discharge {
    	padding: 0px 50px 40px 75px !important;
	}
	
	.tf-committee {
    	padding: 40px 80px 40px 80px !important;
	}
	
	.tf-construction-1-text {
    	padding-top: 0px !important;
	}
	
	.tf-row-pad {
    	padding-top: 35px !important;
   		padding-bottom: 40px !important;
	}
	
		.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
   		 padding-top: 40px;
	}
	
}

@media only screen and (max-width: 375px) {
	 /* 375px and below */
	
	.tf-discharge {
    	padding: 0px 70px 40px 70px !important;
		}
	
	.tf-committee {
    	padding: 40px 70px 40px 70px !important;
	}
	
}

@media only screen and (max-width: 320px) {
	 /* 320px and below */
	
	.vc_row.wpb_row.section.vc_row-fluid.tf-row-pad {
    	padding: 40px;
	}
	
	.tf-about-us-water-gradient {
    	padding-right: 40px !important;
    	padding-left: 40px !important;
		padding-bottom: 40px !important;
		padding-bottom: 0px !important;
  	}
	
	.tf-discharge-img {
    	padding: 0px !important;
	}
	
	.tf-committee-img {
    	padding: 0px !important;
	}
	
}


/* ==================================== CONSTRUCTION | INDUSTRIAL | RESIDENTIAL CSS ===================================== */

.tf-construction-home-image {
    padding-top: 220px;
    padding-bottom: 220px;
	background-image: url(http://tmstormwater.com/wp-content/uploads/2019/06/construction-home-image1.jpg) !important;
}

.tf-industrial-home-image {
    padding-top: 220px;
    padding-bottom: 220px;
	background-image: url(http://tmstormwater.com/wp-content/uploads/2019/06/industrial-home-picture2.jpg) !important;
}

.tf-construction-header> div > h1 {
    font-size: 50px !important;
    color: #034a81;
}

.tf-industrial-header> div > h1 {
    font-size: 50px !important;
    color: #03758d;
}

.tf-residential-home-image {
	padding-top: 220px;
    padding-bottom: 220px;
	background-image: url(http://tmstormwater.com/wp-content/uploads/2019/06/residential-home-image1.jpg) !important;
}

.tf-construction-body {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.tf-construction-copy> div >p {
    padding-top: 15px;
    font-size: 20px !important;
    font-weight: bold;
    color: #545454;
}

.tf-construction-1-header> div > h2 {
    color: black;
    padding-top: 30px;
}

.tf-construction-1-textbox {
    margin-top: 30px;
    padding-left: 10px;
}

.tf-image-1 {
    margin-top: -20px;
}

.tf-construction-1-text {
    padding-top: 20px;
}

.tf-construction-2-header> div > h2 {
    color: black;
    padding-top: 30px;
}

.tf-construction-textbody-2 {
    padding-top: 10px;
}

.tf-extra-textbody-padding {
    padding-top: 10px;
    color: black;
}

.tf-extra-textbody-padding li a {
    color: #03758d;
}

.tf-construction-body2 {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 0px;
}

.tf-construction-text-section {
    padding-left: 50px;
}

@media only screen and (max-width: 1024px) {
	/* 1024px and below */ 

	.tf-construction-home-image {
    	padding-top: 150px !important;
    	padding-bottom: 150px !important;
    	padding-left: 70px;
	}
	
	.tf-industrial-home-image {
    	padding-top: 150px !important;
    	padding-bottom: 150px !important;
    	padding-left: 70px;
	}

	.wpb_text_column.wpb_content_element.tf-construction-1-header {
   		padding-left: 0px;
	}
	
	.tf-construction-body {
    	padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	
	.tf-construction-1-text {
    	padding-left: 0px !important;
    	padding-right: 40px !important;
    	padding-top: 20px !important;
    	padding-bottom: 10px;
	}
	
	.tf-construction-2-header> div > h2 {
    	padding-left: 0px !important;
	}
	
	.tf-construction-textbody-2 p {
    	padding-left: 0px !important;
		padding-right: 40px !important;
		padding-bottom: 20px;
		
	}
	
	.tf-extra-textbody-padding {
    	padding-left: 0px !important;
		padding-right: 40px !important;
			}
	
	.mobile_menu_button span, .side_menu_button>a {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    padding-left: 50px;

	}
	
	.tf-residential-separator {
    margin-top: 40px !important;
	}
	
	ul {
    	list-style-position: inside;
    	padding-left: 20px;
    	padding-right: 20px;
	}
	
}

@media only screen and (max-width: 1000px) {
	/* 1000px and below */
	
	.tf-construction-home-image {
    	padding-top: 100px !important;
    	padding-bottom: 130px !important;
    	padding-left: 50px;
		padding-right: 50px;
		background-image: url(http://tmstormwater.com/wp-content/uploads/2019/06/home-picture-construction-mobile2.jpg) !important;
	}
	
		.tf-industrial-home-image {
    	padding-top: 100px !important;
    	padding-bottom: 130px !important;
    	padding-left: 50px;
		padding-right: 50px;
		background-image: url(http://tmstormwater.com/wp-content/uploads/2019/06/industrial-home-picture-mobile.jpg) !important;
	}
	
	.tf-residential-home-image {
		padding-top: 100px !important;
    	padding-bottom: 130px !important;
    	padding-left: 50px;
		padding-right: 50px;
		background-image: url(http://tmstormwater.com/wp-content/uploads/2019/06/residential-home-mobile1.jpg) !important;
	}

	.wpb_text_column.wpb_content_element.tf-construction-1-header {
   		padding-left: 50px;
	}
	
	.tf-construction-1-text {
    	padding-left: 50px !important;
		padding-right: 20px !important;
	}
	
	.tf-construction-2-header> div > h2 {
    	padding-left: 50px !important;
	}
	
	.tf-construction-textbody-2 p {
    	padding-left: 50px !important;
		padding-right: 20px !important;
		
	}
	
	.tf-extra-textbody-padding {
    	padding-left: 50px !important;
		padding-right: 20px !important;
	}

}

@media only screen and (max-width: 768px) {
	/* 768px and below */
	
	.tf-construction-2-header> div > h2 {
		padding-top: 0px !important;
	}
	
	.tf-construction-1-header> div > h2 {
    	padding-top: 0px !important;
	}
	
	.wpb_text_column.wpb_content_element.tf-construction-1-header {
   		padding-left: 20px;
	}
	
	.tf-construction-1-text {
    	padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.tf-construction-2-header> div > h2 {
    	padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.tf-construction-textbody-2 p {
    	padding-left: 20px !important;
		padding-right: 20px !important;
		
	}
	
	.tf-extra-textbody-padding {
    	padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.tf-construction-1-text {
    padding-bottom: 30px !important;
	}
	
}

@media only screen and (max-width: 600px) {
	/* 600px and below */

	.tf-construction-text-section {
    padding-left: 0px;
	}
	
	.tf-construction-1-text {
    padding-bottom: 20px !important;
	}
	
	.tf-learn-more {
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
	}
}

@media only screen and (max-width: 425px) {
	/* 425px and below */
	
	.tf-residential-home-image {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
	}
	
	.tf-industrial-home-image {
	background-image: url(http://tmstormwater.com/wp-content/uploads/2019/06/industrial-mobile-mobile.jpg) !important;		
	padding-top: 80px !important;
    padding-bottom: 80px !important;
	}

	.tf-construction-header> div > h1 {
    font-size: 35px !important;
	}

	.tf-industrial-header> div > h1 {
    font-size: 35px !important;
	}
	
}


	
/* ==================================== Events ===================================== */

.blog_holder article .post_info {
	display: none;
}
.latest_post_holder.dividers .latest_post_date {
    display: none;
}
.blog_holder article .post_info a, .blog_holder article .post_text h2 .date {
    display: none;
}
.latest_post_holder.dividers .latest_post_date, .latest_post_holder.dividers .latest_post_text_inner {
    padding: 10px;
}
/* ==================================== Report ===================================== */

.rg-container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 1em 0;
	color: #1a1a1a;
}
.rg-header {
	margin-bottom: 1em;
}
.rg-hed {
	font-family: "Benton Sans Bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.35em;
	margin-bottom: 0.25em;
}
.rg-subhed {
	font-size: 1em;
	line-height: 1.4em;
}
.rg-source-and-credit {
	font-family: Georgia,"Times New Roman", Times,serif;
	width: 100%;
	overflow: hidden;
	margin-top: 1em;
}
.rg-source {
	margin: 0;
	float: left;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.5em;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}
/*styles for graphic*/
table.rg-table {
	margin: 0 0 1em 0;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	border-bottom: 1px solid rgba(195,195,197,.3);
}
table.rg-table th {
	font-weight: bold;
	padding: 0.5em;
	font-size: 0.85em;
	line-height: 1.4;
}
table.rg-table td {
	padding: 0.5em;
	font-size: 0.9em;
	line-height: 1.4;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table tr {
	border-bottom: 1px solid rgba(195,195,197,.3);
	color: #222;
}
table.rg-table .number {
	text-align: right;
}
table.rg-table.zebra tr:nth-child(even) {
	background: rgba(195, 195, 197, 0.1);
}
table.rg-table tr.highlight {
	background: #edece4;
}
@media screen and (max-width: 500px) {
.rg-container {
	max-width: 500px;
	margin: 0 auto;
}
table.rg-table {
	display: block;
	width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	display: block;
	width: 100%;
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 2px solid #ccc;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;
	padding: 0;
}
table.rg-table td[data-title]:before {
	content: attr(data-title) ":�A0";
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em 0;
}
table.rg-table tr:nth-child(even) {
	background: none;
}
table.rg-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background: none;
}
table.rg-table tr.highlight {
	background: none;
}
table.rg-table.zebra tr:nth-child(even) {
	background: none;
}
table.rg-table.zebra td:nth-child(even) {
	background: rgba(195, 195, 197, 0.1);
}
}


/* ==================================== Get Involved ===================================== */

.tf-getinvolved-about-section h2 {
    text-transform: none !important;
    padding-top: 10px;
	font-family: Raleway,sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #818181;
    font-weight: 400;
	letter-spacing: 0px !important;
}

.tf-top-row-text-learn-more {
	padding: 100px;
	color: #303030;
}

.tf-bottom-row-text-learn-more {
	padding: 79px;
	color: white;
} 

.tf-learn-more-extra-pad {
    padding-top: 38px;
}

.tf-learn-more-extra-pad-right {
	padding-top: 30px;
}

.tf-stormwater-academy {
	padding-top: 80px;
	padding-bottom: 70px;
}

.tf-learn-more-accordion {
	padding-top: 50px;
}

.tf-bottom-row-text-learn-more-1 {
	padding: 100px !important;
	color: white;
} 

.tf-top-row-text-learn-more-1 {
	padding: 100px !important;
	color: #303030;
}

.qode-accordion-holder .qode-accordion-content {
    background-color: white;
}

.tf-learn-more-partners p {
	color: #555555;
}

/* ==================================== Footer ===================================== */

.tf-footer-text {
	font-size: 12px;
	line-height: 22px;
}
.footer_top h3 {
    font-size: 12px;
    color: #bbe2f2;
    font-weight: 700;
    text-transform: uppercase;
}


/* ==================================== Mobile Menu ===================================== */


span {
    color: white;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: white;
}