/*
Theme Name: Stargate Electrical
Theme URI: http://www.stargateelectrical.co.nz/
Author: Stargate Electrical
Author URI: http://www.stargateelectrical.co.nz/
Description: Base Template Framework for Wordpress Theme
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: default
Domain Path: /languages/
*/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

/*--------------------------------------------------------------
Theme Style
--------------------------------------------------------------*/

@font-face {
	font-family: 'TradeGothic';
	src: url('fonts/TradeGothic.eot');
	src: url('fonts/TradeGothic.woff') format('woff'), url('fonts/TradeGothic.ttf') format('truetype'), url('fonts/TradeGothic.html') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaLight';
	src: url('fonts/HelveticaLight.eot');
	src: url('fonts/HelveticaLight.woff') format('woff'), url('fonts/HelveticaLight.ttf') format('truetype'), url('fonts/HelveticaLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica';
	src: url('fonts/Helvetica.html');
	src: url('fonts/Helvetica.woff') format('woff'), url('fonts/Helvetica.ttf') format('truetype'), url('fonts/Helvetica.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Bold';
	src: url('fonts/Gotham-Bold.eot');
	src: url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.html') format('truetype'), url('fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('fonts/Gotham-Book.html');
	src: url('fonts/Gotham-Book.woff') format('woff'), url('fonts/Gotham-Book.ttf') format('truetype'), url('fonts/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body, td {
	font-family: Arial;
	color: #999
}
a {
	color: #414042;
	cursor: pointer;
	text-decoration: none
}
a:hover {
	text-decoration: none
}
h1, h2 {
	color: #da2028;
	font-family: "Helvetica";
	font-weight: bold;
	padding: 0;
	margin: 0;
	letter-spacing: .6px
}
h2 {
	font-size: 20px
}
h4 {
	margin: 10px 0 0;
	color: #da2028;
	font-size: 16px
}
p {
	padding: 7px 0;
	margin: 0;
	color: #999
}
input[type="text"], input[type="password"], input[type="file"], input[type="email"], textarea {
	padding: 5px 5px;
	margin: 3px 0px;
	border: 1px solid #cacaca;
	vertical-align: middle;
	font-size: 12px;
	color: #575757;
	border-radius: 5px
}
input[type="checkbox"], input[type="radio"], input[type="image"], input[type="reset"] {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	vertical-align: middle
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="image"] {
	cursor: pointer
}
select {
	padding: 5px 5px;
	margin: 3px 0px;
	border: 1px solid #cacaca;
	vertical-align: middle;
	font-size: 12px;
	color: #575757;
	border-radius: 5px
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle
}
.container {
	padding: 0
}
#top_area {
	margin: 0;
	padding: 25px 0 6px;
	z-index: 100;
	border-top: 7px solid #e8e8e8
}
#top_area .container {
	position: relative;
	padding: 0
}
#logo {
	max-width: 100%;
	padding: 0 0 20px 0;
	left: -32px
}
#logo>a {
	display: block;
	width: 100%
}
#logo img {
	max-width: inherit
}
.navbar {
	border: none;
	background: transparent;
	z-index: 20
}
.nav {
	padding-top: 10px;
	width: 100%
}
.nav li {
	height: 21px;
	float: left
}
#topmenu > li > a {
	line-height: 30px;
	padding: 0 15px;
	color: #787575;
	font-family: "Arial";
	font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
}
#topmenu > li > a.active, #topmenu > li > a:hover, #topmenu > li > a:focus, #topmenu > li.current-menu-item > a,  #topmenu > li.current-page-ancestor > a {
	background:none;
	border: none;
	color: #4a4545
}
#topmenu>li>a.active {
	text-decoration: underline
}

#topmenu > li.dropdown > a {
    background: url(images/menu-arrow.png) no-repeat right center;
    }
.menu {
	position: absolute;
	bottom: 0px;
	left: 240px;
	width: auto
}
#homeContent {
	margin-bottom: -25px;
	background: #fff;
	border-radius: 0 0 10px 10px
}
.homeTruck {
	position: absolute;
	left: 770px
}
#content {
	padding-top: 30px
}
#content ul li {
	color: #999
}
#content_block {
	float: left;
	margin-bottom: -25px;
	border-radius: 0 0 10px 10px;
	background: #fff;
	z-index: 100000;
	padding-bottom: 20px;
	width: 100%
}
#mid_container {
	background: #e8e8e8;
	z-index: -1;
	padding-bottom: 20px
}
#mid_container .container {
	padding-top: 20px
}
#mid_container h2 {
	text-align: center;
	padding: 20px 10px 15px 10px
}
#mid_container ul {
	list-style: none;
	padding: 0 0 0 15px
}
#mid_container ul li {
	padding: 0
}
#mid_container ul li h2 {
	text-align: left;
	padding: 20px 0 0 0
}
#mid_container ul li p {
	font-family: "Georgia";
	width: 80%
}
#btm_container {
	background: #e8e8e8
}
.panel-heading {
	overflow: hidden
}
.NewsTitle {
	float: left
}
.NewsPostdate {
	float: right
}
#testimonialImages h2 {
	padding: 0px;
	text-align: left;
	font-family: 'Arial';
	font-size: 16px;
	color: #da2028;
	font-weight: bold
}
#testimonialImages p {
	font-size: 12px
}
#testimonialImages img:nth-of-type(2) {
	position: absolute;
	bottom: 0px;
	padding-left: 20px
}
#btm_area {
	background: #00b1e8;
	font-size: 12px;
	color: #fff;
	font-family: 'Georgia'
}
#aboutus {
	padding: 20px 0 30px;
	background: #fff;
	border-radius: 15px 15px 0 0
}
#footer_contact {
	padding-left: 5px
}
#footer_contact h2, #footer_contact h4 {
	text-align: left;
	font-family: 'Georgia';
	font-size: 12px;
	text-transform: uppercase;
	color: #4a4545;
	padding: 0px;
    margin:0;
}
#footer {
	margin: 0px;
	padding: 20px;
	border-top: 1px solid #fff
}
#copyright {
	padding: 0px
}
#webarchitects {
	padding-right: 0;
	font-size: 12px;
	float: right
}
#footer a {
	color: #fff;
	font-size: 12px;
	float: right
}
#footer_contact img {
	float: right
}
.contactform {
	font-family: Georgia
}
.contactform input {
	background-color: #e8e8e8;
	width: 100%
}
.contactform .required textarea {
	background-color: #e8e8e8;
	width: 100%
}
.contactform .submit {
	width: 80px;
	height: 31px;
	float: left
}
.contactform .submit input {
	background-color: #da2028;
	text-transform: uppercase;
	border-radius: 6px;
	color: #fff;
	width: 100%;
	height: 100%;
	border: none
}
::-webkit-input-placeholder {
color:#4a4545;
font-family:Georgia;
font-size:13px
}
:-moz-placeholder {
color:#4a4545;
font-family:Georgia;
font-size:13px
}
::-moz-placeholder {
color:#4a4545;
font-family:Georgia;
font-size:13px
}
:-ms-input-placeholder {
color:#4a4545;
font-family:Georgia;
font-size:13px
}

@media (min-width:992px) {
.container {
	width: 965px
}
}

@media (max-width:992px) and (min-width:768px) {
.nav {
	border: none
}
#topmenu_area {
	margin-top: 25px
}
#top_phone_home {
	position: relative;
	top: 0
}
#mid_container ul {
	text-align: left;
	padding-left: 0px
}
#mid_container ul li {
	padding: 10px
}
#mid_container ul li p {
	width: 100%
}
}

@media (max-width:768px) {
#top_area {
	background: none;
	padding: 0 0 6px
}
.homeTruck {
	display: none
}
.menu {
	position: relative;
	left: 0px;
	width: 100%
}
.nav li {
	float: none
}
#topmenu_area {
	background-color: #fff;
	margin: 0;
	padding: 0;
	overflow: inherit;
	padding-bottom: 150px
}
#logo {
	text-align: center;
	left: 0px
}
#logo>a {
	position: relative;
	margin: 0 auto;
	background-size: 100% 100%;
	z-index: 100
}
#mid_container ul {
	text-align: center;
	padding-left: 0px
}
#mid_container ul li {
	padding: 0
}
#mid_container ul li p {
	width: 100%
}
#mid_container ul li h2 {
	text-align: center
}
.navbar-toggle {
	background-color: #000
}
#topmenu>li>a {
	line-height: 30px;
	padding: 0 0 0 15px
}
#footer>div {
	margin: 10px 0;
	font-size: 12px
}
#btm_area div {
	text-align: center;
	padding: 0 0 20px 0
}
#aboutus p {
	width: 100%
}
#aboutus a:nth-child(1) {
	text-align: center;
	padding-bottom: 20px
}
#testimonialImages {
	padding-bottom: 20px
}
#testimonialImages img:nth-of-type(2) {
	position: relative
}
#testimonials div {
	padding: 0px
}
#btm_area .contactform {
	padding: 0 10px 0 10px
}
#btm_area .submit {
	padding: 0px
}
#footer a {
	float: none
}
}
.imgBorder, .border td {
	padding: 4px;
	border: 1px solid #eceded
}
.bold {
	font-weight: bold
}
.FloatL {
	float: left
}
.FloatR {
	float: right
}
.ClearL {
	clear: left
}
.ClearR {
	clear: right
}
.ClearB {
	clear: both
}
.center {
	text-align: center
}
.right {
	text-align: right
}
.marginTop {
	margin-top: 15px
}
.marginBot {
	margin-bottom: 15px
}
.paddingH {
	padding-left: 10px;
	padding-right: 10px
}
.noDisplay {
	display: none
}
.noMargin {
	margin: 0px
}
.noPadding {
	padding: 0px
}
.noBG {
	background: none
}
.noBorder {
	border: none
}
.noUnder {
	text-decoration: none
}
.pointer {
	cursor: pointer
}
.noCursor {
	cursor: default
}
#footer_contact p {display:none;}