/*
CTC Separate Stylesheet
Updated: 2017-04-13 22:15:40
*/

strong, b {
  font-weight: 700;
}

/*** Custom Square 205 Styling ***/

/* typography */
h2 { font-size: 80px; }

/* utility classes */
.mt3 { margin-top: 3rem !important; }

/* header */
body.header_transparent .main-menu > ul > li > a {
  color: white !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
body.header_transparent .slideDown .main-menu > ul > li > a {
  color: black !important;
}

.main-menu .login--btn {
  background: #fcb816;
  border-bottom: 3px solid rgba(0,0,0,0.2);
  transition: all 0.25s ease;
}

.main-menu .login--btn:hover, .main-menu .login--btn:focus {
  opacity: 0.8;
}

@media screen and (max-width: 1199px) {
  .logo {
    padding-right: 0;
  }

  .main-menu {
    margin-right: -15px;
  }

}

@media screen and (max-width: 1000px) {
  .mobile-menu .login--btn {
    display: none;
  }
}



/* home page */
.rev_slider_wrapper .tp-revslider-mainul .tp-revslider-slidesli div:last-child {
  
}

.wpb_revslider_element.wpb_content_element,
#home-map-wrap .wpb_content_element {
  margin-bottom: 0;
}

#home-products-heading {
  position: relative;
  transform: translateY(214px);
  z-index: 1;
  margin-top: -115px;
}
.portfolioFilter {
  display: none !important;
}
.product-filter-title, .service-figure figcaption .services-grid-title a {
  font-size: 25px;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-filter-title, .service-figure figcaption .services-grid-title a {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .product-filter-title, .service-figure figcaption .services-grid-title a {
    font-size: 16px;
  }
}

.service-figure .services-grid-title a {
  text-shadow: 0px 1px 2px rgba(0,0,0,0.5), 0px 1px 12px rgba(0,0,0,0.95);
}

.services-grid-thumbnail {
  max-height:  244px;
}

.services-grid-excerpt {
  font-size: 14px;
  min-height: 145px;
  padding-bottom: 20px;
  text-align: center;
}
.services-grid-excerpt p {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .services-grid .col-sm-4 {
    min-height: 321px;
  }
}
#home-map-wrap::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba( 0, 0, 0, 0.5 );
}
#home-map-wrap .home-locations-title {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* footer */
.top-footer { display: none; }
.footer .main-footer {
  background-color: #1A1A1A;
}
@media screen and (max-width: 1199px) {
  .footer .main-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.footer .main-footer #footer-logo {
  display: block;
  margin: 0 auto 0 0;
}
.footer .main-footer #footer-blurb {
  padding-right: 4rem;
  padding-top: 1rem;
  color: white;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}
.footer-menu-product-terms {
}
.footer-terms-menu-item {
}
.footer .widget.widget_nav_menu li {
  width: 100%;
  text-transform: uppercase;
}
.widget.widget_nav_menu ul li .sub-menu li a {
  text-transform: capitalize !important;
  color: white !important;
}
.footer .widget.widget_nav_menu ul li a {
  font-weight: bold;
  color: white;
  font-size: 14px;
}
.widget.widget_nav_menu ul {
  display: flex;
  flex-direction: column;
}
.copyright {
  background-color: black;
}
.copyright .copyright-row .copyright-text {
  float: none;
  text-align: center;
  color: white;
}
.copyright .copyright-row .copyright-text a {
  color: white;
}
@media screen and (max-width: 399px) {
  .copyright .copyright-row .copyright-text {
    font-size: 10px;
  }
}

/* contact form */
.wpcf7 .wpcf7-text,
.wpcf7 textarea,
.wpcf7 .select2-container {
  color: #808080;
}
.wpcf7 label{
  color: #222;
  font-size: 16px;
}
.wpcf7 .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #808080;
}
.cf7-submit-btn-push {
  margin-top: 30px;
}
input.wpcf7-submit {
  border-bottom: none;
  height: 48px;
  background-color: #808080 !important;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .col-sm-6.second {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
}

/* inner pages */

@media screen and (min-width: 768px) {
  .custom-page-header.no-parallax {
    padding-top:420px !important;
  }
}
.custom-page-header.no-parallax {
  background-position: top center !important;
}

.custom-page-header-inner:before {
      background: linear-gradient( 90deg, rgba(0,0,0,.25), rgba(0,0,0,0) ) !important;
}

.page-title {
  font-size: 100px;
  bottom: -3px;
  font-weight: 500;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .page-title {
    font-size: 80px;
    bottom: -8px;
  }
}
@media screen and (max-width: 480px) {
  .page-title {
    font-size: 50px;
    bottom: -15px;
  }
}
.page_content h3 { font-size: 25px; font-weight: bold; }
.page_content h4 { font-size: 16px; text-transform: uppercase; margin-top: 30px; margin-bottom: 15px; }
.leader-line { font-size: 18px; }
.breadcrumbs { display: none; }
.construction-custom-heading {
  color: #212121;
  text-align: left;
  text-transform: uppercase;
}
.construction-custom-heading.fancy_heading_top {
  font-size: 25px;
  font-weight: 100;
}
.construction-custom-heading.fancy_heading_bottom {
  font-size: 80px;
  margin-top: -10px;
}
@media screen and (max-width: 765px) {
  .construction-custom-heading.fancy_heading_bottom {
    margin-top: -7px;
  }
}
.product-terms-wrap .construction-custom-heading.fancy_heading_bottom {
	display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
	.product-terms-wrap .construction-custom-heading.fancy_heading_bottom {
		display: block;
	}
}
#inner-page-wrap {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.page_content ul li {
  list-style: none; 
  padding-left: 10px;
}
.page_content ul li::before {
  content: '■';
  font-size: 15px;
  display: block;
  position: absolute;
  left: -10px;
  top: -1px;
}
.page_content ul li ul li::before {
  content: '-';
  left: -5px;
}
.inner-page-side-img {
	max-width: 100%;
}
@media screen and (max-width: 991px) {
	.inner-page-side-img-wrap {
		width: 100%;
		text-align: center;
		margin-bottom: 3rem;
	}
	.inner-page-side-img {
		max-width: 300px;
  }
}

/* post pages (solutions and products) */

body.single .page_content {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 780px) {
	body.single .page_content h2 {
		text-align: left !important;
	}
}

/* locations list page */
table { margin-top: 2rem; }

.locations--table {
  table-layout: fixed;
}
.locations--table th:first-child {
  width: 20%;
}

.location--logo-container {
  width: 212px;
  padding: 20px 0;
}

.location--logo {
  max-width: 100%;
}

@media screen and (max-width: 780px) {
  .locations--table th:first-child {
    width: inherit;
  }
}
/* locations map page */
.locations-map-page #inner-page-wrap {
	margin-bottom: 0;
	margin-top: 140px;
}
.locations-map-page #inner-page-wrap .fancy_heading_bottom {
	margin-bottom: 0;
}

#map-wrap input {
	width: auto !important;
	display: inline-block;
}
#map-wrap input.wpgmza_sl_search_button_1,
#map-wrap input.wpgmza_sl_reset_button_1 {
	margin-left: 2rem;
}
#map-wrap .wpgmza_sl_radius_innerdiv1 {
	margin-left: 1rem;
}

/* map styles copied from bscrodlift.com/locations */
#map-wrap {
	height:660px;
}
/*
#wpgmza_map_1 {
  height: calc(100% - 84px) !important;
}*/
#map-wrap .wpgmza_markerbox {
	color:#8e8e8e !important;
	font-size:15px;
	font-family: 'Roboto Slab', serif;
}
#map-wrap .gm-style .gm-style-iw {
	padding:1em 1.5em;
}
#map-wrap .wpgmza_markerbox strong {
	text-transform:uppercase;
	font-size:20px;
	color:#a5671c !important;
	font-family: 'Roboto Condensed', sans-serif;
}
#map-wrap .wpgmza_gd {
	float:left;
	background:#bebfbf;
	color:#000 !important;
	padding:.75em 1.25em;
	font-family: 'Roboto Slab', serif;
}
#map-wrap .wpgmza_gd:hover {
	background:#8e8e8e;
}

.wpgmza_sl_main_div + div { height:0; }

.wpgmza_sl_main_div {
	background:#58595b;
	/*position:fixed;*/
	/*bottom:48px;*/
	/*bottom: 106px;*/
	/*bottom: 0;*/
	z-index:9999;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#bebfbf;
	font-size:16px;
	padding: .75em;
}
/*
@media screen and (max-width: 1199px) {
  .wpgmza_sl_main_div {
    bottom: 106px;
  }
}*/
.wpgmza_sl_query_div, .wpgmza_sl_radius_div {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	color:#bebfbf;
	font-size:16px;
	clear:none !important;
	margin: 0 auto;
	width:1140px;
	height:auto !important;
}
.wpgmza_sl_radius_div{
	margin-top:0 !important;
}
.wpgmza_sl_search_button {
	float:left;
	background-color:#1f282e;
	border:none;
	padding: .2em 1.5em;
	color:white;
	text-transform:uppercase;
	margin-left:1em;
}
.wpgmza_sl_radius_innerdiv1, .wpgmza_sl_query_innerdiv1 {
	line-height: 1.75em;
	padding: 0 15px;
	width:auto;
}
.wpgmza_sl_radius_select {
	height:28px;
}
.wpgmza_sl_main_div select {
	border:none;
}
.wpgmza_sl_radius_innerdiv2, .wpgmza_sl_radius_innerdiv1, .wpgmza_sl_query_innerdiv2, .wpgmza_sl_query_innerdiv1 {
	width:auto !important;
}

/***** Well Intel Page *****/

.benefits--container {
  display: flex;
  justify-content: space-between;
}

.benefits--images {
  width: 30%;
  height: auto;
}

.benefits--img-container {
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
}

.benefits--img {
  width: 100%;
  height: auto;
}

.benefits--text {
  width: 65%;
  height: auto;
}





@media screen and (max-width: 767px) {
  .benefits--container {
    flex-direction: column-reverse;
    justify-content: center; 
  }
  
  .benefits--images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .benefits--img-container {
    width: 273px;
  }

  .benefits--text {
    width: 100%
  }
}

@media screen and (max-width: 595px) {
  .benefits--images {
    width: 100%;
    justify-content: center; 
  }

  .benefits--img-container {
    margin: 10px;
  }
}
/***** Rod String Design *****/

.rod-string--images {
  display: flex;
  justify-content: space-between;
}

.rod-string--img-container {
    border: 1px solid #e6e6e6;
    width: 49%;
    height: auto;
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.rod-string--img {
  width: 100%;
}

/* my map styles */
#map-wrap input {
  height: 36px;
  padding: 0 20px;
  margin-bottom: 0;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container.select2-container--default .select2-selection--single {
  height: 36px;
  line-height: 18px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 8px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.wpgmza_sl_search_button_1, .wpgmza_sl_reset_button_1 {
  text-transform: uppercase;
}

/* archives */
.archive h2.blogpage-title-noimg { padding-top: 10px; }

/* terms and conditions pages */
.terms-title-parentheses {
  display: inline-block;
  margin-bottom: 3rem;
}
@media screen and (max-width: 799px) {
  .terms-title-parentheses {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .terms-title-parentheses {
		text-align: center;
	}
}

/* Column utility classes used by theme that were not working. */
@media screen and (min-width: 992px) {
  .col-md-25 { width: 40% !important; }
  .col-md-15 { width: 20% !important; }
}



/* COPYING FROM style.css EVERY STYLE FOR "project" AND RENAMING TO "product" */

/**
 * VC - Portfolio Grid
 */
.product {
    margin-bottom: 30px;
}
.product-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.products .col-sm-6 {
    padding: 10px !important;
}

/* The Design */
figure.products-figure {
    position: relative;
    padding: 0;
    margin: 0;
}

figure.products-figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    z-index: 1;
}

figure.products-figure figcaption .product-title {
    font-size: 20px;
    font-size: 25px;
    font-family: 'Raleway', 'sans-serif';
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    padding-bottom: 15px;
    display: block;
    overflow: hidden;
}

.product-in-filter-excerpt {
    text-align: center;
}
/* categories */
figure.products-figure .product-category a, figure.products-figure .product-category {
    color: rgba(255,255,255,0.8);
    font-size: 13px;
    -webkit-transition: colors 0.25s;
    -moz-transition: colors 0.25s;
    -ms-transition: colors 0.25s;
    -o-transition: colors 0.25s;
    transition: colors 0.25s;
}
figure.products-figure .product-category a:hover {
    color: #fff;
}
figure.products-figure .product-category {
    opacity: 0;
    padding-top: 13px;
    position: absolute;
    bottom: 20px;
    -webkit-transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -ms-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: opacity 0.8s;
}
figure.products-figure:hover .product-category {
    opacity: 1;
}
/* the overlay */
figure.products-figure:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0,0,0,0.2);
}
figure.products-figure .product-img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0;
    overflow: hidden;
}
figure.products-figure:hover .product-img:after {
    opacity: 1;
    background: linear-gradient(90deg, rgba(0,0,0,0.85) 15px, transparent);
}
figure.products-figure img {
    -webkit-transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
    -o-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    -moz-transform: translate3d(-10px,0,0);
    -ms-transform: translate3d(-10px,0,0);
    -o-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    backface-visibility: hidden;
    width: calc(100% + 20px);
    max-width: none;
}
figure.products-figure:hover img {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.products-figure {
    overflow: hidden;
    margin: 10px 1%;
}



/* The Image */
.product-filter-img img {
    width: 100%;
    height: auto;
}

/* Spacing & set responsive layout */
.products-filter, .services-grid  {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-in-filter {
    padding: 15px;
    width: 33%;
    height: auto;
}
@media screen and (max-width: 1000px) {
    .product-in-filter {
        width: 50% !important;
    }
}
@media screen and (max-width: 600px) {
    .product-in-filter {
        width: 100% !important;
    }
}


/* The Design */
figure.products-filter-figure {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

figure.products-filter-figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    z-index: 1;
}

figure.products-filter-figure figcaption .product-filter-title {
    font-size: 18px;
    font-size: 25px;
    font-family: 'Raleway', 'serif';
    text-transform: uppercase;
    font-weight: 900 !important;
    letter-spacing: -0.5px;
    color: #fff;
    position: absolute;
    bottom: 25px;
    padding-bottom: 15px;
    display: block;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
figure.products-filter-figure:hover .product-filter-title {
    transform: scale(0.9) translateY( 10px ) translateX( -5px );
}
figure.products-filter-figure figcaption:after {
    background: rgba(0,0,0,0.5);
    opacity: 0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
figure.products-filter-figure:hover figcaption:after {
    opacity: 1;
}

