/******************************************************************
Theme Name: Launtel
Theme URI: http://roundtablestudio.com.au
Description: Launtel theme, based off Bootstrap
Author: Round Table Studio
Author URI: http://roundtablestudio.com.au
Version: 1.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: LESS, Bootstrap
******************************************************************/

/* Residential form */
.name_first, .name_last, .address_city, .address_zip {
  width: 50% !important;
  float: left;
}

.name_first, .address_city {
  padding-right: 8px
}

.name_last, .address_zip {
  padding-left: 8px;
}

.address_line_1 {
  display:block;
}

#gform_fields_7 input {
  margin-bottom: 0;
}

#gform_fields_7 span:not(.gfield_required) {
  display: block;
  margin-bottom: 16px;
}

#gform_fields_7 li {
  margin-bottom: 16px;
}

#gform_fields_7 li>label {
  font-size: 14px;
}

#gform_submit_button_7 {
  margin-right: 0;
}

.dropdown-menu .menu-item a .hidden-xs {
  height: 72px;
  overflow: hidden;
}

.team-members .team-member .team-headshot {
	width: 49px !important;
}

.gigabit-contact h3.gform_title {
	color: #FFFFFF;
	font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.gigabit-contact .gform_description {
	font-size: 14px;
    line-height: 20px;
    font-weight: normal;
	color: #FFFFFF;
}

.gform_validation_container {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

.navbar-brand img {
	width: 116px;
	height: 30px;
	max-width: 116px;
}

.transition .col-sm-6 {
	margin-bottom: 32px;
}

#address_autocomplete {
	max-width: 600px;
    margin: 0 auto;
}

.page-template-template-residential .item-listing:first-of-type {
    border-top: 1px solid #e1e1e1;
    margin-top: 32px;
   	padding-top: 32px;
}

.page-template-template-residential h3 {
	margin-bottom: 16px;
}

.page-template-template-residential .solution-header h1:not(:first-of-type) {
	line-height: 30px;
	margin-bottom: 16px;
}

.page-template-template-residential .solution-header p:first-of-type {
	margin-bottom: 32px;
}

@media only screen and (min-width: 768px) {
	.case_study .pic {
	    width: 128px;
	    display: flex;
    	align-items: center;
	}

    .navbar .navbar-header .navbar-brand {
        width: 145px;
        z-index: 100;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#plans .plan .plan-title h1 {
		font-size: 19px !important;
	}
	
	#plans .plan .plan-footer h1 {
		font-size: 19px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#plans .plan .plan-title {
		height: 98px !important;
	}

    #plans .plan .plan-body span.light {
        width: 100% !important;
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {
	#plans .plan {
    	width: 100% !important;
    	max-width: 290px !important;
    	margin: 0 auto 32px !important;
    	float: none !important;
	}

    #contact_us .row .flex-left {
		order: 2 !important;
	}

	#contact_us .row .flex-right {
		order: 1 !important;
	}

	#contact_us .row .text-right {
		text-align: left;
	}
}

.carousel .carousel-inner .item.active {
    height: 600px;
}

@media only screen and (max-width: 1920px) {
    .carousel .carousel-inner .item.active {
        height: 500px;
    }
}

@media only screen and (max-width: 1399px) {
    .carousel .carousel-inner .item.active {
        height: 400px;
    }
}

@media only screen and (max-width: 991px) {
    .carousel .carousel-inner .item.active {
        height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .carousel .carousel-inner .item.active {
        height: 200px;
    }
}

.navbar.navbar-default .navbar-nav a img {
    margin-right: 8px;
    width: 32px;
}