/*
	Theme Name: All Cost
	Theme URI: http://www.staticshift.com.au
	Author: Team Static Shift
	Description:Developed for AllCost Project
*/
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #343434;
	font-weight: normal;
}
p {
	line-height: 25px;
	margin: 0px;
	margin-bottom: 1em;
	color: #343434;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
h1, .h1 {
	font-size:26px;
}
h2, .h2 {
	font-size:22px;
}
h3, .h3 {
	font-size:18px;
}
h4{
}
h5{
}
h6 {
}
.container {
	max-width: 990px;
}
dt 
{
	margin:2px;
}
header.content-header {
	padding: 0px;
	min-height: 0px;
}
.content-header h1 {
	font-size: 25px;
}
.content-header h1, .content-header h2, .content-header h3 {
	color: #5287a6;
}
/* Set our footer to "almost" black */
.sidebar-footer {
	background-color: #2f2f2f;
	color: white;
}
.sidebar-footer h1, .sidebar-footer h2, .sidebar-footer h3 {
	color: #fff;
}
/* Set link colors to off white and text to gray for footer */
.sidebar-footer, .footer-nav-menu {
	color: #95a5a6;
}
.sidebar-footer a:not(.btn), .footer-nav-menu a:not(.btn) {
	/*color: #95a5a6;*/
	color: #4c4c4c;
}
.sidebar-footer a:hover:not(.btn), .sidebar-footer a:focus:not(.btn), .footer-nav-menu a:hover:not(.btn), .footer-nav-menu a:focus:not(.btn) {
	/*color: #c0392b;*/
	color: #2a2a2a;
	text-decoration: underline;
}
.entry-meta, .comment-edit-link {
	font-size: 16px;
}
/* Set our site credits to "not quite" black */
.after-footer {
	background: #f8f8f8 none repeat scroll 0 0;
	border-top: 6px solid #5287a7;
	margin: 35px 0 0;
	padding: 25px 0;
	color: #4c4c4c;
}
.after-footer a {
	color: #4c4c4c;
}
/* Move up the edit link on single pages so it doesn't create an uncolored section
 * Note that its parent must have relative positioning for this to work. Not used.
 */
/*.page .entry-content {
	position: relative;
}
.page footer.entry-meta {
	position: absolute;
	bottom: 0;
}*/

/*
 * STYLE SOME COMMON WORDPRESS WIDGETS AND PLUGINS
 */

/* Get WordPress Jetpack Popular Posts Widget to look like other thumbnail posts */
.widgets-list-layout-links {
	float: left !important;
	margin-left: 15px !important;/*margin-left: 1.625em !important;*/
}
/* Hide JetPack's sharing module from pages with posts */
.page-posts .sharedaddy {
	display: none;
}
form.contact-form textarea {
	height: 108px;
}
a {
	color: #5287a6;
}
a:hover {
	color: #74a9c8;
}
h1 {
	color: #5287a6;
	font-size: 25px;
}
h2 {
	font-size: 22px;
	margin-bottom: 6px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
.social-link {
	margin-left: 141px;
}
.social-link h2 {
	color: #5287a6;
	float: left;
	font-size: 17px;
	margin: 2px 4px 0 0;
}
.toll-number {
	background: url(images/toll-number-bg.png) no-repeat 0 0;
	width: 245px;
	min-height: 45px;
	margin: 7px 0 0 38px;
}
.toll-number h4 {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	display: block;
	padding: 9px 0 0 90px;
}
#logoArea {
	margin: 22px 0px;
}
#logo {
	margin-top: 17px;
}
.navbar-default {
	background-image: url(images/nav-bg-repeat.jpg);
	background-color: transparent;
	border: 0px;
	margin-bottom: 0px;
}
.navbar-nav {
	margin: 0 -15px;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #5287a6;
	background-color: #EEE;
}
.slider {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	margin-bottom: 0px;
}
.slider #slide {
	width: 100% !important;
	position: relative;
}
.slider #slide .slide-item {
	width: 100% !important;
}
.slider #slide .slide-item img {
	width: 100% !important;
}
.slider #slide .slide-item .caption {
	width: 100%;
	background: url(images/caption-bg.png) repeat;
	padding: 8px 0;
	position: absolute;
	z-index: 99;
	left: 0;
	bottom: 0px;
}
.slider #slide .slide-item .caption h2 {
	color: #5287a6;
	font-size: 26px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.content-area {
	padding-top: 5px;
}
.search_form {
	display:none;
	margin-top:8px;
}
.navbar-form {
	margin:0px;
	padding:0px;
	border:0px;
}
.search-area {
	width: 100%;	
	position: relative;
}
.search-area input[type="text"] {
	background: #ffffff;
	-webkit-box-shadow: inset 1px 1px 28px 0px rgba(224,224,224,0.61);
	-moz-box-shadow: inset 1px 1px 28px 0px rgba(224,224,224,0.61);
	box-shadow: inset 1px 1px 28px 0px rgba(224,224,224,0.61);
	width: 100%;
	border: none;
	padding: 7px 15px;
}
.search-area button[type="submit"] {
	background: url(images/search-icon.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	border: none;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	font-size: 0px;
	text-indent: -99;
	top: 8px;
	right: 6px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
blockquote {
	border: none;
	font-size: inherit;
	margin: 0;
	padding: inherit;
}
#secondary {
	padding-top: 14px;
}
.right-area .contact-sidebar {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 26px -6px rgba(226,226,226,0.82);
	-moz-box-shadow: 0px 0px 26px -6px rgba(226,226,226,0.82);
	box-shadow: 0px 0px 26px -6px rgba(226,226,226,0.82);
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
}
.right-area .contact-sidebar p {
	line-height: 22px;
}
.contact-sidebar input[type="text"] {
	width: 100%;/* padding:5px 8px; background:#e2e2e2; border:1px solid #c9c9c9; -webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px; */
}
.contact-sidebar input[type="email"] {
	width: 100%;/* padding:5px 8px; background:#e2e2e2;  border:1px solid #c9c9c9; -webkit-border-radius: 7px;-moz-border-radius: 7px; border-radius: 7px; */
}
.contact-sidebar input[type="tel"] {
	width: 100%; /*padding:5px 8px; background:#e2e2e2;  border:1px solid #c9c9c9; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; */
}
.contact-sidebar textarea {
	width: 100%;
	height: 80px;/*padding:5px 8px;  background:#e2e2e2;  border:1px solid #c9c9c9;-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; */
}
.contact-sidebar table td {
	color: #5287a6;
	font-size: 15px;
	width: 125px !important;
	padding: 0 0 5px 0;
	text-transform: uppercase;

}
.contact-sidebar table td + td {
	width: 180px !important;
	padding: 0 0 5px 0;
}
.contact-sidebar table td span.red {
	color: #F00;
	background-color: transparent;
	margin-right: 5px;
}
.contact-sidebar h3 {
	text-align: center;
	color: #5287a6;
	font-size: 25px;
	padding: 5px 0;
	text-transform: uppercase;
	margin-top: 0px;
}
.contact-sidebar #submit-btn {
	margin-top: 10px !important;
}
.right-area .contact-sidebar .wpcf7-form p {
	margin: 0px;
	padding: 0px;
}
.contact-sidebar input[type="submit"] button, html input[type="button"], input[type="submit"] {
	background-color: #5287a6;
}
button:hover, button:focus, html input[type="button"]:hover, html input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #306584;
}
.entry-content h3 {
	background: rgba(0, 0, 0, 0) url("images/bullet-icon.png") no-repeat scroll 0 13px;
	color: #5287a6;
	font-size: 20px;
	font-weight: 400;
	padding: 8px 0 8px 27px;
}
.entry-content ul {
	margin: 0 0 0 15px;
	padding: 0px;
}
.entry-content ul li {
	background: rgba(0, 0, 0, 0) url("images/bullet-icon.png") no-repeat scroll 0 24px;
	color: #343434;
	font-size: 14px;
	line-height: 23px;
	padding: 20px 0 0 25px;
	margin: 0px;
	list-style-type: none;
}
.entry-content ul ul li {
	background-size:14px;
}
.blog-content {
	border-right: 1px solid #cccccc;
}
.blog-item{ margin-bottom:35px; border-bottom: 1px solid #EEE; }
.blog-right{padding:0 20px;}
.blog-right h2{color:#242424; font-size:22px; text-transform:uppercase; font-weight:400; padding-bottom:6px; margin:0 0 8px 0; border-bottom:1px solid #ccc;}

.blog-right .recent-post{}
.blog-right .recent-post ul{list-style:none;}
.blog-right .recent-post ul li{float:left; margin: 4px;}
.blog-right .recent-post img{ width: 70px; height:70px; }
.blog-right .recent-post{

}

.archieve{margin:20px 0 0 0; }
.archieve p{color:#757575; font-size:13px; line-height:21px; }

.service-area{margin:15px 0; float:left;}
.service-area .service-left{ padding-right:25px; }
.service-area .service-right{}

.service-area h2{ color:#5287a6; }


.service-left h2{ color:#5287a6;  padding: 0 0 15px;}
.service-left p{color:#343434; font-size:14px; line-height:23px;  }
.service-left ul{list-style:none; margin:0 0 15px 0; padding:0;}
.service-left ul li { padding:20px 0 0 25px; background:url(images/bullet-icon.png) no-repeat 0 24px;  color:#343434; line-height:23px;  }


.gallery-area { position:relative;}
.gallery-area  h2{ color:#5287a6;  font-size:25px; padding: 0 0 15px;}
.gallery-area ul{list-style:none; margin:10px 0 0 8px;; padding:0; width:98%;}
.gallery-area ul li {float:left; margin:0 0 0 15px; ; }
.gallery-area ul li img{max-width:210px; }


#gallery-left {position:absolute; width:16px; left:0px; top:130px ;z-index:99; cursor:pointer;}
#gallery-right {position:absolute; width:16px; right:0px; top:130px ;z-index:99;cursor:pointer;}
.service-right .alignleft 
{
	max-width:135px;
}


@media (max-width: 767px) {
.social-link {
	margin-left: 50px;
	margin-top: 20px;
}
	.search_form {
		margin:0px -15px 15px -15px;
		border-top:1px solid #eeeeee;
		padding-top:15px;
	}
}
@media (max-width:500px) {
	.slider #slide .slide-item .caption h2 {
		font-size:17px !important;	
	}
	#logo {
		text-align:center;
	}
	#logo a {
		display:block;
	}
}