/*
Theme Name: West Melbourne Smash Repairs
Theme URI: http://dobble.com.au/
Author: Dobble Pty Ltd
Author URI: http://dobble.com.au/
Description: West Melbourne Smash Repairs
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	outline:none;
}
*::selection {
	background-color:#f47920;
	color:#fff;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}		
html,
body,
header,
footer,
main-area
{
	margin:0;
	padding:0;
}		
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:24px;
	font-weight:300;
	line-height:175%;
}
.content-area {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:20px;
	position:relative;
}
a {
	text-decoration:none;
	font-weight:400;
	color:inherit;
	
	transition:color .2s ease;
	-moz-transition:color .2s ease;
	-webkit-transition:color .2s ease;
	-o-transition:color .2s ease;			
}

#top-strip {
	background-color:#373d43;
	font-size:18px;
	color:#fff;
	position:relative;
}
#top-strip .content-area {
	padding:10px 20px;
}
#top-strip a {
	text-decoration:none;
	color:inherit;
	font-weight:400;
	
	transition: color .2s ease;
	-moz-transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
}
#top-strip a:hover {
	color:#f47920;
}
#top-strip .address,
#top-strip .phone {
	text-indent:30px;
	background-position:center left;
	background-repeat:no-repeat;
	background-size:17px 23px;
	display:inline-block;
}		
#top-strip .address {
	background-image:url('images/address-pin.png');
}
#top-strip .phone {
	background-image:url('images/phone.png');
	margin-left:40px
}

#top-strip #social-media-quicklinks {
	position:absolute;
	right:20px;
	width:auto;
	height:43px;
	display:block;
	display:inline-block;
}
#top-strip #social-media-quicklinks .sm-quicklink {
	width:28px;
	height:23px;
	display:inline-block;
	
	background-size:28px 23px;
	background-position:center center;
	background-repeat:no-repeat;
	vertical-align:middle;
	margin-left:9px;			
}
#top-strip #social-media-quicklinks .facebook {
	background-image:url('images/facebook.png');
}
#top-strip #social-media-quicklinks .googleplus {
	background-image:url('images/googleplus.png');
}
#top-strip #social-media-quicklinks .twitter {
	background-image:url('images/twitter.png');
}
#top-strip #social-media-quicklinks .instagram {
	background-image:url('images/instagram.png');
}		
#top-strip #social-media-quicklinks .sm-quicklink a {
	width:100%;
	height:100%;
	display:block;
}

#header-main {
	background-color:rgba(21,24,26,.9);
	position:relative;
}

#header-main #main-menu {
	position:absolute;
	right:20px;
	top:0;			
}

#header-main #main-menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	height:183px;
}
#header-main #main-menu ul li {
	display:inline-block !important;
	text-transform:uppercase;
	font-size:25px;
	color:#fff;
	margin:0 15px;
	position:relative;
}
#header-main #main-menu ul li:first-child {
	margin: 0 15px 0 0;
}
#header-main #main-menu ul li:last-child {
	margin: 0 0 0 15px;
}
#header-main #main-menu ul li ul{
	transition:1s;
}
#header-main #main-menu ul li a{
	text-decoration:none;
	color:inherit;
	width:100%;
	height:100%;
	display:inline-block;
	line-height:183px;
	vertical-align:middle;
	
	transition: color .2s ease;
	-moz-transition: color .2s ease;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
}
#header-main #main-menu ul li a:hover {
	color:#f47920;
}

#header-main #main-menu ul li:hover ul{
	display:block
}
#header-main #main-menu ul li ul{
	display:none;
	height:auto;
	width:290px;
	position:absolute;
	background-color:rgba(21,24,26,.9);
	padding:20px;
	border-top:5px solid #f47920;
	z-index:9999;
}
#header-main #main-menu ul ul li{
	width:100%;
	margin:0 !important;
}
#header-main #main-menu ul li ul li a{
	width:100%;	
	height:auto;
	padding:0;
	margin:0 !important;
	line-height:100%;
	padding:20px;
	text-transform:none;
	font-size:20px;
	
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}
#header-main #main-menu ul li ul li a:hover{
	background-color:#f47920;
	color:#fff;
}

#top-footer {
	background-color:#eee;
}
#bottom-footer {
	background-color:#373d43;
	color:#fff;
}
#bottom-footer p#site-info {
	text-align:center;
	font-size: 18px;
	margin:10px;
	line-height:175%;
}
#bottom-footer p#site-info a {
	text-decoration:none;
	color:inherit;
	font-weight:400;
	
	transition:color .2s ease;
	-moz-transition:color .2s ease;
	-webkit-transition:color .2s ease;
	-o-transition:color .2s ease;
}
#bottom-footer p#site-info a:hover {
	color:#6abc9f;
}

footer #footer-contact-info,
footer #footer-contact-form {
	width:100%;
	max-width:49.7%;
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:20px auto;
	font-size:20px;
}

footer hr {
	height:5px;
	background-color:#373d43;
	width:60px;
	border:none;
	text-align:left;
	margin:0 0 20px;
}
footer h5 {
	font-size:26px;
	font-weight:400;
	color:#1a1b1c;
	margin:0;
	padding;0;
}
footer a:hover {
	color:#f47920;
}
footer table td {
	vertical-align:top;
}
footer table td:nth-child(1) {
	max-width:30px;
}
footer table td:nth-child(1) img {
	margin-top:7px;
}
footer table td:nth-child(2) {
	padding-left:20px;
}
footer input, 
footer textarea {
	padding:10px;
	background:transparent;
	border:0;
	border-bottom:1px solid #1a1b1c;
	width:100%;
	font-family:'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:300;
	margin:2px auto;
}
footer textarea {
	height:120px;
	resize:none;
	overflow:hidden;
}
footer input[type="submit"] {
	background-color:#f47920;
	color:#fff;
	border:none;
	cursor:pointer;
}

@media all and (max-width:960px) {
	footer #footer-contact-info,
	footer #footer-contact-form {
		max-width:none;
		margin-bottom:40px;
		font-size:18px;
	}
	footer {
		line-height:145%;
	}
	footer h5 {
		font-size:22px;
	}
	footer table td:nth-child(1) img {
		margin-top:5px;
	}
}
hr.h2-hr {
	height:5px;
	background-color:#373d43;
	width:120px;
	border:none;
	text-align:center;
	margin:20px auto;
}
h2 {
	font-size:48px;
	text-align:center;
	text-transform:uppercase;
}
p {
	font-size:22px;
	text-align:justify;
	text-align-last:left;
}

#quicklinks {
	text-align:center;
}
#quicklinks .quicklink {
	width:100%;
	
	max-width:383px;
	margin: 20px auto;
	background-color:#eeeeee;
	display:inline-block;
	text-align:center;
}
#quicklinks .quicklink span {
	text-transform:uppercase;
	font-size:26px;
	font-weight:300;
}
#quicklinks .quicklink-icon {		
	width:207px;
	height:180px;
	display:block;			
	margin:20px auto 20px;
	
	background-image:url('images/quicklinks.png');			
	background-repeat:no-repeat;
	background-size:300%;						
}
#quicklinks .quicklink a {
	width:100%;
	height:100%;
	display:block;
	padding:40px 10px;
	
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
}

.services {		
	background-position: 0 0;
}
.online-quote {
	background-position: -207px 0;
}
.contact-us {
	background-position: -414px 0;
}

#quicklinks .quicklink a:hover .services {		
	background-position: 0 -180px;
}
#quicklinks .quicklink a:hover .online-quote {
	background-position: -207px -180px;
}
#quicklinks .quicklink a:hover .contact-us {
	background-position: -414px -180px;
}

#quicklinks .quicklink a:hover {		
	background-color:#f47920;
	color:#fff;
}
			

button {
	display:inline-block;
	margin 0 1em;
	border:none;
	background:none;
}

.lines-button {
  padding: 25px;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  /* */
}

/*
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}
*/

.lines {
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #ecf0f1;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 40px;
  height: 5px;
  background: #ecf0f1;
  border-radius: 0.28571rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.lines:before {
  top: 11px;
}
.lines:after {
  top: -11px;
}

.lines-button:hover .lines:before {
  top: 13px;
}
.lines-button:hover .lines:after {
  top: -13px;
}

.lines-button.open {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}





.lines-button.x.open .lines {
  background: transparent;
}
.lines-button.x.open .lines:before, .lines-button.x.open .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 40px;
}
.lines-button.x.open .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.open .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}


.lines-button.x.close .lines::after {
	-webkit-transform: rotate3d(0,0,1,-45deg);
	transform: rotate3d(0,0,1,-45deg);
}
.lines-button.x.close .lines::before {
	-webkit-transform: rotate3d(0,0,1,-45deg);
	transform: rotate3d(0,0,1,45deg);
}

.lines-button.x.close .lines::before, .lines-button.x.close .lines::after {
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	top:0px;
	width:40px;			
}
.lines-button.x.close .lines {
	background:transparent;
}

#responsive-header {
	display:none;
	background-color:#373d43;
	position:relative;
	padding:0px;
	text-align:center;
}

.header-image {
	margin-top:-366px;
	width:100%;
	position:relative;
	z-index:-1;
	height:800px;
	display:block;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
		
@media all and (max-width:1100px) {
	header nav#main-menu {
		display:none;
	}
	header #main-logo {
		text-align:center;
	}
	#responsive-header {
		display:block;
	}
	.header-image {
		margin:0;
	}
	#header-main {
		background-color:rgba(21,24,26,1);
	}
}
@media all and (max-width:960px){
	#social-media-quicklinks div {
		display:none !important;
	}
	#top-strip {
		text-align:center;
	}			
}
@media all and (max-width:600px){
	#top-strip {
		text-align:center;
	}	
	#top-strip .address{
		display:none;
	}
	#top-strip .phone{
		margin:0;
	}
}

header #responsive-menu {
	display:none;
}
header #responsive-menu nav ul {
	list-style-type:none;
	padding:20px;
	background-color:rgba(25,26,24,.95);
	position:absolute;
	top:41px;
	width:100%;
	color:#fff;
	text-transform:uppercase;
	width:100%;
	z-index:9999;
}
header #responsive-menu nav ul li {
	position:relative;
}
header #responsive-menu nav>ul>li>a:before,
header #responsive-menu nav>ul>li>a:after {
	content:" - ";
}
header #responsive-menu nav ul li a{
	border-bottom: 0px solid #fff;
	border-height:20px;
}
header #responsive-menu nav ul li a:hover{
	color:#f47920;
}
header #responsive-menu nav ul li ul {
	position:static;
	background:transparent;
	padding:0;
	font-size:20px;
	text-transform:none;
	margin:0 auto;
}
header #responsive-menu nav ul li ul li a{
	border:none;
}



/* ------------------ GET A QUOTE ------------------- */
#quote-btn-wrapper {
	text-align:center;
	margin:0 auto;
}
#online-quote-btn,
#onsite-quote-btn {
	width:50%;
	display:inline-block;
	background-color:#aaa;
	color:#fff;
	text-align:center;
	padding:20px;
	font-size:22px;
	font-weight:400;
	box-sizing:border-box;
	cursor:pointer;
	
	transition: .2s ease;
	-moz-transition: .2s ease;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
}
#online-quote-btn {
	background-color:rgb(244,121,32);
}
#online-content-area,
#onsite-content-area {
	width:100%;
	margin:5px auto;
	display:block;
	text-align:left;
}
#onsite-content-area {
	display:none;
}
.btn-let-us-help {
	padding:30px;
}
.btn-let-us-help a {
	width:100%;
	height:100%;
	display:block;
	text-decoration;
	color:#fff;
}

#personnel-wrapper {
	text-align:center;
}
.personnel-container {
	width:100%;
	max-width:390px;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
}

.personnel-container .personnel-name {
	font-size:32px;
	font-weight:bold;
	display:block;
	text-align:center;
	color:#222;
	
}
.personnel-container a {
	transition:color .2s ease;
	-moz-transition:color .2s ease;
	-webkit-transition:color .2s ease;
	-o-transition:color .2s ease;
}
.personnel-container a:hover {
	color: #F60;
}

#home-slider-wrapper {
	background-image:url('images/home-banner.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
#home-slider-container {
	width:100%;
	max-width:918px;
	text-align:center;
	margin:0 auto;
	padding:20px 10px 60px;
	/*position:absolute;
	top:235px;
	left:50%;
	margin-left: -449px;*/
	
	-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 3s; /* Firefox < 16 */
	-ms-animation: fadein 3s; /* Internet Explorer */
	-o-animation: fadein 3s; /* Opera < 12.1 */
	animation: fadein 3s;
}
#home-slider-container .line-1,
#home-slider-container .line-2,
#home-slider-container .line-3 {
	font:inherit;
	font-size:48px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 3px #666;
	letter-spacing:2px;
	text-transform:uppercase;
	display:block;
	margin:40px auto;
	line-height:90%;
}
#home-slider-container .line-2 {
	color:#f47920;
	font-size:70px;
	letter-spacing:0px;
}
#home-slider-container #slider-btn {
	background-color:#f47920;
	color:#fff;
	font-size:24px;
	width:auto;
	display:inline-block;
}
#home-slider-container #slider-btn a {
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	font:inherit;
	color:inherit;
	padding:20px 40px;
	box-sizing:border-box;
	
	transition: padding .2s ease;
	-moz-transition: padding .2s ease;
	-webkit-transition: padding .2s ease;
	-o-transition: padding .2s ease;
}
#home-slider-container #slider-btn a:hover {
	padding:25px 50px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.home-banner-image {
	width:100%;
	margin-top:-200px;
}
@media all and (max-width:720px) {
	#home-slider-container .line-1,
	#home-slider-container .line-3 {
		font-size:31px;
	}
}



/* ----------- ONLINE QUOTE FORM ------------- */
.bfQuickMode {
        width:100%;
        max-width:800px !important;
        margin:0 auto;
}
.bfQuickMode label {
	margin:20px 0 5px 0 !important;
	display:block !important;
	width:100% !important;
	font-size:15px !important;
}
.bfQuickMode input,
.bfQuickMode textarea,
.bfQuickMode select,
.bfQuickMode button {
	width:100% !important;
	display:block;
	-moz-appearance:none !important;
	-webkit-appearance:none !important;
	padding:20px !important;
	
	background-color:#fafafa !important;
	border:none !important;
	border-radius:4px !important;
	-moz-border-radius:4px !important;
	-webkit-border-radius:4px !important;
	
	font-family:"PT Sans", sans-serif !important;
	font-size:14px !important;
	font-weight:300;
	box-shadow:inset 0px -0.3em 0px 0px rgba(0,0,0,0.2) !important;
	
	color:#1a1b1c !important;
	
	transition: box-shadow .2s ease !important;
	-moz-transition: box-shadow .2s ease !important;
	-webkit-transition: box-shadow .2s ease !important;
	-o-transition: box-shadow .2s ease !important;
        margin:0 0 22px 0;
}
.bfQuickMode input:hover,
.bfQuickMode textarea:hover,
.bfQuickMode input:focus,
.bfQuickMode textarea:focus {
	box-shadow:inset 0px -0.3em 0px 0px #f47920 !important;
	outline:none !important;
}
.bfQuickMode textarea {
	height:150px !important;
	overflow:hidden !important;
	resize:none !important;
}
.bfQuickMode select {
	width:100% !important;
	max-width:320px !important;
}

.bfQuickMode fieldset {
	padding:20px !important;
	margin:20px auto !important;
	border:1px solid #eaeaea !important;
}
.bfQuickMode fieldset legend {
	margin:0 !important;
	padding:0 !important;
	
	font-size:22px !important;
	padding:0 15px 0 5px !important;
	color:#f47920 !important;
        font-weight:400;
}
.bfQuickMode button,
.bfQuickMode input[type="submit"] {
	background-color:#f47920 !important;
	color:#fff !important;
	cursor:pointer !important;
	letter-spacing:3px !important;
	word-spacing:3px !important;
	text-transform:uppercase !important;
	outline: none !important;
	margin:20px auto !important;
	
	transition:background-color .2s ease !important;
	-moz-transition:background-color .2s ease !important;
	-webkit-transition:background-color .2s ease !important;
	-o-transition:background-color .2s ease !important;
}
.bfQuickMode button:hover,
.bfQuickMode input[type="submit"] {
	background-color: #d0671c !important;
}
.bfQuickMode section.bfElemWrap {
	padding:0 !important;
}
.bfPage .bfPageIntro {
	font-size:16px !important;
	text-align:center !important;
	margin: 20px auto !important;	
}
@media all and (max-width:767px) {
	.bfQuickMode input,
	.bfQuickMode textarea,
	.bfQuickMode select,
	.bfQuickMode .bfElementGroupNoWrap {
		max-width:none !important;
		width:100% !important;
	}
	.bfPage .bfPageIntro {
		text-align:justify !important;
	}
}