/*   
Theme Name: CPM Electrical
Description:
Author: Peninsula Digital
Author URI: http://peninsuladigital.com.au
Version: 2.2.3
Tags: 
*/

/* Contents
 
 Global
 Header 
 Navigation
 Sidebar
 Post
 Meta
 Footer
 Misc
 Pagination
 Forms
 Comments 
 Typography
 
*/

/* Global */
/* ---------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
}

html {
	padding: 0px;
	margin: 0px;
}

/* Flex Grid */
.mobilespacer {display:none;}

.flex_10,
.flex_20,
.flex_25,
.flex_33,
.flex_40,
.flex_50,
.flex_60,
.flex_66,
.flex_75,
.flex_80,
.flex_90,
.flex_100 {
	display: inline;
	float: left;
	position: relative;
}

.push {
	margin: 1px 0px 0px 0px;
}

.flex_10 {
	width: 10%;
}

.flex_20 {
	width: 20%;
}

.flex_25 {
	width: 25%;
}

.flex_33 {
	width: 33%;
}

.flex_40 {
	width: 40%;
}

.flex_50 {
	width: 50%; padding-bottom:70px; padding-top:20px;
}

.flex_60 {
	width: 60%;
}

.flex_66 {
	width: 66%;
}

.flex_75 {
	width: 75%;
}

.flex_80 {
	width: 80%;
}

.flex_90 {
	width: 90%;
}

.flex_100 {
	width: 100%;
}



.clear {
	clear: both;
}

/* Header */
/* ---------------------------------------------------------- */
#header {width:430px; margin:0 auto; padding:120px 0px 20px 0px;
	
}
#header img {width:430px; margin:0 auto; padding-bottom:30px; }
.outer_header_wrap {width:100%; background:#343434; position:fixed; z-index:9999;
}

.inner_header_wrap {width:1300px; margin:0 auto; padding:20px 0px;
}
.flex50 {float:right; width:490px;}
.flex50a {float:left; display:inline; }

#navtel {color:#fff; padding:0px; line-height:0.1em; font-weight:600; font-size:23pt!important; }
#navtel a {color:#fff;}
/* Navigation */
/* ---------------------------------------------------------- */
nav a#pull {
	display: none;
}

#navigation {
 
	clear: both;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#navigation a {
	color: #c2c2c2;
}

#navigation li li a {
	color: #c2c2c2;
}

#navigation ul {text-transform:uppercase;
	font-size: 12pt!important;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0;
}

#navigation li {
	float: left;
	position: relative;
}

#navigation a {
	font-weight: normal;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}

#navigation ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}

#navigation ul ul ul {
	left: 100%;
	top: 0;
}

#navigation ul ul a {
	background:#343434;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	text-align: left;
}

#navigation li:hover > a,
#navigation ul ul :hover > a,
#navigation a:focus {
color:#fff;	
}

#navigation li:hover > a,
#navigation a:focus {
color:#fff;
}

#navigation ul li:hover > ul {
	display: block;
}

#navigation .current_page_item > a,
#navigation .current_page_ancestor > a {
	font-weight: bold;
    color:#fff;
}

/* Home*/
/* ---------------------------------------------------------- */

.outer_wrap {width:100%;}

.inner_wrap {width:1250px; margin:0 auto; padding:50px 0px;}

.inner_wrap_about {width:1250px; margin:0 auto; padding:150px 0px;}

.outer_wrap_blue {width:100%; overflow:auto; background:#1c294e; padding:30px 0px; margin-top:40px; color:#fff;}
.inner_wrap_blue {width:1250px; margin:0 auto;}

.image_wrap { }

.image_wrap img{width:100%;}

.imagelogo {width:300px; margin:0 auto; padding:20px 0px;}

.contactform {padding:50px 0px; width:70%; float:left;}
.footerlogo {float:left; width:30%; padding-top:70px;}
.footerlogo a {text-decoration:none;}

/* Post */
/* ---------------------------------------------------------- */



img {
	max-width: 100%;
	height: auto;
}


/* Footer */
/* ---------------------------------------------------------- */

#footer {

}

.outer_footer_wrap {width:100%; background:#343434; color:#fff;}

.inner_footer_wrap {width:1250px; margin:0 auto; padding:50px 0px; }





/* Typography Framework */
/* ---------------------------------------------------------- */


body {
	font-family: 'Open Sans', sans-serif;
}

#header h2 {
	font-weight: 600;
	margin: 0px;
	line-height: 36px;
}

#header h2 a {
	color: black;
	font-size: 20pt;
	letter-spacing: -.5px;
	text-decoration: none;
    text-transform:none;
    
    
}

#header h1 a:hover {
	color: #333;
	text-decoration: none;
}
.description p { font-size:12pt!important;  font-family: 'Roboto Slab', serif;}

.description {padding:5px 0px 10px 0px;
	color: #000;
    border-bottom:10px solid #1c294e;
   
    margin:0 auto;
    text-align:center;
    text-transform:uppercase;
   }


a,
a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

thead {
	display: table-header-group;
}

tr,
img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

h2,
h3 {
	page-break-after: avoid;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

p {
	margin: 0 0 10px;
	line-height: 1.6em;
	font-size: 13pt!important;
}

small {
	font-size: 85%;
}

strong {
	font-weight: bold;
}
span.strong {
    font-weight: bold;
    font-weight:600;
}
em {
	font-style: italic;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

h1,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
    
}

h1,
h2,
h3 {text-align:center;
	line-height: 1.6em;
}

h1 {color:#fff; text-align:center;
	font-size: 30pt!important;
}

h2 {line-height:1.6em; text-transform:uppercase;
	font-size: 27pt!important; font-weight:700; font-family: 'Open Sans', sans-serif;
    
}
#blue {color:#1c294e; text-transform:uppercase; font-weight:800;}

h3 {
	font-size: 24.5px;
}

h4 {
	font-size: 17.5px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11.9px;
}

h1 small {
	font-size: 24.5px;
}

h2 small {
	font-size: 17.5px;
}

h3 small {
	font-size: 14px;
}

h4 small {
	font-size: 14px;
}

h2 a {
	text-decoration: none;
}

.headline {
	padding-bottom: 9px;
	margin: 20px 0 30px;
	border-bottom: 1px solid #eeeeee;
}
span.logotitle {font-size:101pt!important;;letter-spacing:22px;}

#logo, #logo a{letter-spacing:2px; color:#1c294e!important; font-family: 'Bevan', cursive; 
line-height:1.3em; padding-top:50px; font-size:43pt!important; text-align:center;}
ul,
ol {
	font-size: 14pt;
    font-weight:400;
	color: #222222;
	padding: 0;
	margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

li {text-indent:50px;
	line-height:2.0em;
}

dl {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

dt,
dd {
	line-height: 20px;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
	margin: 5px 0px 0px 20px;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

blockquote {
	font-size: 14px;
	line-height: 22px;
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 20px;
	quotes: "\201C""\201D""\2018""\2019";
	padding: 20px 10px 20px 90px;
	background: url("images/quotes.png") 10px 10px no-repeat #f3f3f3;
}

address {
	display: block;
	margin-bottom: 0px;
	font-style: normal;
	line-height: 20px;
}

code,
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre.prettyprint {
	margin-bottom: 20px;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

table {
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

tr,
td { font-size:13pt!important; color:#000; font-family: 'Roboto Slab', serif; font-weight:700;
	border: none;
	padding: 2px;
}

th {
	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}



label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}



select,
textarea,
input[type="text"]{
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
   
}

input[type="text"],input[type="email"] {
	display: inline-block;
	height: 20px;
	padding: 6px;
	margin-bottom: 10px;
	margin-right: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

textarea { max-width:705px;
    max-height:700px;
	height: auto;
	width:705px;
}




input[type="text"],
input[type="email"] {float:left; width:220px;}

textarea,
input[type="text"],
input[type="email"]{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus{
	border-color: none;
	outline: 0;
	
}



select {
	height: 30px;
	line-height: 30px;
	width: 220px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.wpcf7-submit {
 
background: #555555;
 border:none;
 padding:5px 20px;
color: #ffffff;
text-transform:uppercase;
 
}

