/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
.btn_plus {
    width: 60px;
    height: 80px;

}
.banner_btn a {
font-size: 12px;
}	
	h2 {
    font-size: 22px;
    line-height: 30px;
    padding-top: 20px;
}
.home .content, .sidebar {
    padding-top: 30px;
	padding-bottom: 10px;
}	
	
.banner_btn a {
	color: #fff!important;
    background: #000!important;
}
#about_text input[type="submit"] {
    color: #fff !important;
    background: #000;
}
#about_text input[type="submit"]:hover,.banner_btn a:hover{background: #5d7d0a;}
#footer ul li{
padding: 0 0 0px 23px;
    background: url(//www.ndfelectrical.com.au/wp-content/uploads/2019/08/arw21-1.png) no-repeat left 8px;
}
a.cnt_btn {
    border: 2px solid #6e9606;
    padding: 0 41px;
    line-height: 46px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
	background:#addf2b
}
a.cnt_btn:hover{background:#6e9606; color: #fff;}
#after_section_3 .avia_textblock p{text-align:center;}
#footer ul.social{margin:0; padding:0; list-style:none;}
#footer ul.social li{margin:0; padding:0; display:inline-block; background:none;}

