/*
Theme Name: Bexley Hot Water Repairs
Author: Netwizard Design
Author URI: http://netwizarddesign.com.au/
Version 1
*/
/* =WordPress Core
-------------------------------------------------------------- */
.clear {
	clear:both;
}
.main {
	width:60%;
	float:left;
}
.sidebar {
	width:30%;
	padding:30px 2.5%;
	background:#fff;
	float:right;
}
.sidebar ul li {
	font-size:14px;
	margin:0 0 10px 0;
	line-height:20px;
}
.post {
	margin:0 0 40px 0;
}
.share {
	display:block;
	margin:15px 0;
}
.page-numbers {
	padding:20px;
	font-size:18px;
	text-decoration:none;
	background:#eee;
	border:1px solid #ccc;
	display:inline-block;
	margin:20px 0;
}
.more {
	background:#000;
	color:#fff;
	padding:10px 20px;
	display:inline-block;
	margin:15px 0;
}
.date {
	color:#999;
	font-size:13px;
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
@media only screen and (max-width: 800px) {
	.main {
		width:100%;
		float:none;
	}
	.sidebar {
		width:95%;
		padding:30px 2.5%;
		background:#fff;
		float:none;
	}
}

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
 /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/*GLOBALS*/
h3, h4, h5, h6 {
	color: #333;
}
.desc {
        color: #6f6f6f
}
/*HEADER*/
#masthead {
	padding: 20px 0;
}
#sub-branding {
	text-align: right;
}
#contact {
	width: 210px;
	margin: 0 auto;
	padding: 5px;
}
#phone {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}
/*MENU*/
.top-bar,
.top-bar.expanded .title-area,
.top-bar-section ul li,
.contain-to-grid {
	background: -moz-linear-gradient(#024675,#0184b2);
	background: -o-linear-gradient(#024675,#0184b2);
	background: -webkit-linear-gradient(#024675,#0184b2);
	background: linear-gradient(#024675,#0184b2);
}
.top-bar-section .dropdown li {
	background: #0184b2 !important;
}
#menu-main-menu {
	border-left: 1px solid #4eaccf;
}
.top-bar-section ul li {
	border-right: 1px solid #4eaccf;
}
#menu-main-menu li {
	text-align: center;
}
.top-bar-section a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	text-shadow: 1px 1px 2px #000;
	transition: all 0.3s;
}
.top-bar-section .dropdown {
	box-shadow: 0 3px 3px -2px #cccccc;
}
.parent-link:hover {
	background-color: #024675;
}
.top-bar-section .dropdown li a {
        text-transform: none
}
.top-bar-section .dropdown li a.parent-link {
        text-transform: uppercase
}
.title-area .name h1 > a,
.title-area .name > a {
	display: none;
}
.title-area .name img.logo {
	display: block;
	max-height: 100%;
}
/*HOME*/
#contact .sub-text {
	color: #a4a4a4;
}
#contact .phone-number {
	color: #02426f;
	line-height: 1.5rem;
	font-size: 1.5rem;
}
.row-section {
	padding: 40px 0;
}
/*FOOTER*/
#footer {
	background: #222;
}
#footer-text {
	color: #ccc;
	font-size: 0.75rem;
	padding: 45px 0;
}
#contact-form {
	border-radius: 3px;
	box-shadow: 0 0 5px #888;
        position: relative
}
#contact-form h1 {
	background: #c80000;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
	font-size: 1.875rem;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#contact-form .form-body {
	background: #eee;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 10px;
}
#contact-form p {
	margin: 10px 0;
}
#contact-form .green-button {
	background: #3ec231;
	color: #fff;
	display: block;
	font-size: 1.625rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
#cloader {
        background: url(../../../wp-admin/images/spinner-2x.gif) center center no-repeat;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
}
#contact-success {
        margin: 5px
}
/*IMAGES*/
.img-auto {
        display: auto;
        width: 100%
}
/*CONTENT*/
#main {
        margin: 40px 0
}
.entry-header {
	margin-bottom: 40px;
}
/*PAGINATION*/
ul.pagination li span {
        border-radius: 3px;
        transition: background-color 300ms ease-out;
        background: none;
        color: #999999;
        display: block;
        font-size: 1em;
        font-weight: normal;
        line-height: inherit;
        padding: 0.0625rem 0.625rem 0.0625rem;
}
ul.pagination li span.current {
        background-color: #008cba;
        color: #fff
}
/*PRODUCTS*/
.product-panel {
        border-radius: 5px;
        position: relative;
}
.product-panel:hover .title-overlay {
        background-color: rgba(2,70,117,1);
}
.product-panel label {
        display: block;
        line-height: 1.5rem
}
.product-panel select,
.product-panel input {
        margin-bottom: 0
}
.product-panel a {
        display: block;
        font-weight: normal;
        text-decoration: none
}
.product-details {
        position: relative;
        width: 100%;
}
.product-panel .button {
        margin-top: 10px
}
.title-overlay {
        background-color: rgba(2,70,117,0.8);
        bottom: 0;
        position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
        width: 100%;
}
.title-overlay .product-title {
         color: #fff;
         padding: 0 0.75rem;
         text-decoration: none;
}
@media only screen and (min-width: 64.063em) {
        #contact-form {
                margin-left: 50px;
        }    
} 
@media only screen and (max-width: 40em) {
	.fixed .title-area .name h1 > a,
        .fixed .title-area .name > a {
		display: inline;
	}
	#logo {
		text-align: center;
	}
	#sub-branding {
		text-align: center;
	}
        .top-bar-section ul li {
                background: none
        }
	#contact {
		float: none;
	}
        .single-product .entry-content {
                margin-top: 40px
        }
}

.facebook {
	display: inline-block;
	zoom: 1;
	background: url(images/facebook.png) center center no-repeat;
	padding: 2px 3px;
	text-indent: -9999px;
	width: 70px;
	height: 20px;
	line-height: 20px;
}


/***********blog****************/
/***********blog****************/
/***********blog****************/
/***********blog****************/
/***********blog****************/

#main{
}

#main .container{
    overflow: hidden;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
}

.primary{ width: 62%; float: left; }
.secondary {
    width: 35%;
    float: right;
    background: #efefef;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 3px 0 #ccc;
}

#blogroll {
    min-height: 470px;
}
.block {
    overflow: hidden;
    padding: 15px;
    margin: 0 0 15px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 3px 0 #ddd;
}
.block h1,
.block h2,
.block h3,
.block h4,
.blcok p{
	margin: 0 0 15px 0;
}

.block h1{ font-size: 30px; }
.block h2{ font-size: 25px; }
.block h3{ font-size: 20px; }
.block h4{ font-size: 18px; }
.block small {
    display: block;
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px 0;
    color: #999;
}
.block p{}

.block ul{ list-style: disc; }
.block ul li{ margin: 0 0 15px 0;}

.block ol{ list-style: disc; }
.block ol li{ margin: 0 0 15px 0;}


.block .info{
	overflow: hidden;
}
.block .info h1{
	margin-bottom: 15px;
}
.block .info p{
}
.block .info small{
	margin-bottom: 15px;
}

.block .callto{ margin-bottom: 0; }
.block .callto a {
    display: inline-block;
    background: #bacf30;
    background: linear-gradient(#024675,#0184b2);
    color: #eee;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
}
.block .callto a:hover{
	opacity: 0.8;
}

.facebook {
	display: inline-block;
	zoom: 1;
	background: url(images/facebook.png) center center no-repeat;
	padding: 2px 3px;
	text-indent: -9999px;
	width: 70px;
	height: 20px;
	line-height: 20px;
}

.blog.widget .widgettitle{
	font-size: 30px;
	margin: 0 0 15px 0;

}
.blog.widget .widgettitle a{
	text-decoration: underline;
}
.blog.widget .widgettitle a:hover{
	opacity: 0.8;
}

.blog.widget .pis-ul{
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
.blog.widget .pis-ul li{
	margin: 0 0 5px 0;
}
.blog.widget .pis-ul li:last-child{
	margin-bottom: 0;
}
.blog.widget .pis-ul li a{
	text-decoration: none;
}
.blog.widget .pis-ul li a:hover{
	opacity: 0.8;
}

/* #Media Queries
================================================== */

@media only screen and (max-width: 1200px) {
	
	#main .container{
		width: 96%;
	}
	
	#blogroll {
		min-height: 100px;
	}
	

/* 1200px */
}
@media only screen and (max-width: 1024px) {
.top-bar-section ul li > a {
    font-size: 14px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
}
@media only screen and (max-width: 860px) {
	
.primary,
.secondary{
	float: none;
	width: 100%;
}

.primary{
	margin-bottom: 40px
}
	
/* 860px */
}
@media only screen and (max-width: 479px) {
	
	
/* 479px */
}

@media only screen and (max-width: 340px) {
	
/* 300px */
}

