/*
Theme Name: Ray Martin Electrical
Theme URL: https://www.raymartinelectrical.com.au
Author: Adz Power Agencies
Author URI: http://www.adzpower.com.au
 
/* * * 1.0 General * * */

body {
	margin: 0;
	padding: 0;
	background:#00a2e2;
	font-family: 'Hind', sans-serif;
	font-size: 13px;
	color: #454545;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #ec8500;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 24px;
}

.entry h2{
	padding-bottom:15px;
	color:#00a2e2;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 170%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #ec8500;
}

.clear{
	clear:both;
}

#wrapper {
	width: 100%;
	max-width:980px;
	margin: 0 auto;
	padding: 0;
}

.img-left{
	float:left;
	padding:0 20px 2px 0;
}

.img-right{
	float:right;
	padding:0 0 2px 20px;
}

.header-inner, .feature-img, #content, .paypal, input, #wrapper h1, #footer{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

/* * * 2.0 Header * * */

header{
	height:135px;
	width:100%;
	border-top:10px solid #00a2e2;
	background:url(images/header-bg.jpg) no-repeat;
	background-size:cover;
}

.header-inner{
	height:135px;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0 15px;
	position:relative;
}

.header-phone{
	font-size:26px;
	font-weight:700;
	color:#252525;
	float:right;
	padding:18px 0;
	height:30px;
}

.header-phone:hover{color:#00a2e2;}

.logo{
	padding-top:15px;
	width:380px;
	height:auto;
}

.feature-img {
	width:100%;
	height: 317px;
	background:#252525;
	padding:15px;
}

.feature-inner{
	width:100%;
	max-width:1000px;
	height:286px;
	background:url(images/featured.jpg) center no-repeat;
	background-size:cover;
	margin:0 auto;
	position:relative;
}

#home-feature{
	background:url(images/features/home-featured.jpg) center no-repeat;	
}

#about-feature{
	background:url(images/features/about-featured.jpg) center no-repeat;	
}

#services-feature{
	background:url(images/features/services-featured.jpg) center no-repeat;	
}

#faqs-feature{
	background:url(images/features/faqs-featured.jpg) center no-repeat;	
}

#contact-feature{
	background:url(images/features/contact-featured.jpg) center no-repeat;	
}

.master-electrician{
	position:absolute;
	bottom:15px;
	right:25px;
}

.nav{
	padding:8px 15px;
	right:15px;
	top:70px;
	position:absolute;
	background:#00a2e2;
	list-style-type:none;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	clear:both;
}

.nav li{
	display:inline-block;
}

.nav li a{
	color:white;
	font-weight:500;
	padding:0 7px;
	font-size:14px;
	text-transform:uppercase;
}

.nav li a:hover{
	opacity:0.8;
}

@media all and (max-width: 900px) {

.logo{
	width:265px;
	height:auto;
	padding-top:30px;
}

.nav{
	padding:8px 5px;
}

.nav li{
	display:inline-block;
}

.nav li a{
	color:white;
	font-weight:500;
	padding:0 4px;
	font-size:14px;
	text-transform:uppercase;
}

.master-electrician{
	right:25px;
}

}

@media all and (max-width: 700px) {

header{
	height:auto;
	padding-bottom:20px;
}

.header-inner{
	height:auto;
}

.header-phone{
	font-size:24px;
	font-weight:700;
	color:#252525;
	position:static;
	width:100%;
	display:block;
	text-align:center;
	padding:20px 0 0 0;
}

.logo{
	width:auto;
	max-width:100%;
	display:block;
	margin:0 auto;

}

.nav{
	clear:both;
	padding:0;
	display:block;
	position:static;
	background:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding-top:25px;
	width:100%;
}

.nav li{
	display:inline-block;
	width:100%;
}

.nav li a{
	padding:5px 0;
	background:#00a2e2;
	width:100%;
	display:block;
	text-align:center;
	margin:5px 0;
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}

}

/* * * 4.0 Content * * */

#wrapper h1{
	display:block;
	text-align:right;
	color:white;
	text-transform:uppercase;
	font-weight:700;
	font-size:36px;
	line-height:100%;
	padding:15px 0 5px 0;
}

#page {
	width: 100%;
	background:white;
	margin: 0 auto;
	padding: 0;

}

#content {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding: 45px 0 0 0;
	margin-top:5px;
	background:white;
	background-size:contain;
}

#content img{
	max-width:100%;
	height:auto;
	padding-bottom:15px;
}

.post {
	background-size:contain;
}

.post .title {
	height: auto;
	padding: 12px 0 20px 0px;
	letter-spacing: -.5px;
	color: #4f4942;
	background: url(images/img07.gif) no-repeat;
	background-position:bottom left;
}

.post .title a {
	color: #4f4942;
	border: none;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 5px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

.paypal{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:15px 0;
}

.paypal h2{
	display:block;
	text-align:right;
	color:white;
	font-size:22px;
	font-weight:700;
	text-transform:uppercase;
}

.paypal1{
	float:left;
	margin-left:-4px;
	padding-right:20px;
	width: calc(50% - 110px);
	padding-bottom:15px;
}

.paypal2{
	width:180px;
	float:left;
}

.paypal2 input{
	margin-top:20px;
	float:right;
}

.paypal form{
	color:white;
}
	
.paypal input[type="text"]{
	width:100%;
	margin-bottom:7px;
	border:none;
	padding:5px;
}

.entry li{
	color:#00a2e2;
}

.entry li div{
	color:#454545;
}

.question{
	background:#00a2e2;
	color:white;
	font-size:16px;
	padding:5px 10px 2px 10px;
}

.contact{
	padding-bottom:14px;
}


.entry a{
	font-weight:bold;
	color:#00a2e2;
}

@media all and (max-width: 1100px) {
	
#wrapper h1{
	padding:15px 15px 5px 15px;
}

.paypal{
	padding:15px;
}

#content {
	padding: 45px 15px 0 15px;
}

}

@media all and (max-width: 700px) {
.entry img{
	padding:0 0 30px 0;
	display:block;
	margin:0 auto;
	float:none;
}

#content {
	padding: 25px 15px 0 15px;
}

#wrapper h1{
	text-align:left;
	line-height:130%;
}

.paypal h2{
	text-align:left;
}

.paypal1{
	float:none;
	margin-left:0;
	padding-right:0;
	width:100%;
	padding-bottom:0;
}

.paypal2{
	width:100%;
	float:none;
	padding-bottom:15px;
}

.paypal2 input{
	margin-bottom:0;
	margin-top:10px;
}

.contact{
	width:100%;
	float:none;
}

}

/* * * 5.0 Footer * * */

#footer {
	margin: 0 auto;
	padding: 30px 0 15px 0;
	background: #252525;
	clear:both;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding-top:8px;
}

#footer span{
	border-right:solid 2px #FFFFFF;
	padding:0 6px;
}

#footer .last{
	border-right:none;
}

#footer a {
	color:white;
}

#footer h2 {
	margin: 0;
	padding: 0px 30px 10px 30px;
	font-size:13px;
	text-align: center;
	color: #fff;
	letter-spacing:1px;
	font-weight:bold;
}

/* * * 6.0 Mobile * * */

@media all and (max-width: 700px) {

#footer {
	height: auto;
	padding: 10px 15px 15px 15px;
}

#footer span{
	border-right:none;
	padding:5px 0;
	width:100%;
	float:left;
}

#footer .last{
	border-right:none;
	padding-bottom:25px;
}

#footer h2 {
	padding: 0px 0px 10px 0px;
}