@charset "utf-8";
/*
Theme Name: Property Protect
Theme URI: http://www.propertyprotect.com.au
Author: Design on Tap
Author URI: http://www.designontap.com.au
Version: 1.0
*/
/******************************************************

    RESET NAUGHTY ELEMENTS
			
******************************************************/
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body { 
    margin: 0;
    padding: 0;
    color: #0f0e0e;
    background: #fff;
    -webkit-text-size-adjust: none;
    font: 12pt 'Jura', sans-serif;
    font-weight: 300;
    z-index: 1;
}

form, form input, form button, form textarea {
    font-family: 'Jura', sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, .testimonial, .testimonial_first {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.clearfix {
    margin: 0;
    padding: 0;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
    height: 0px;
    visibility: hidden;
    font-size: 0pt;
}
ul {
    margin: 0;
    padding: 0;
}

/******************************************************

	COMMON ELEMENTS
			
******************************************************/
input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border: 0px;
}
.contact__icon, .service__icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
a, button {
    text-decoration: none;
    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
}
a {
    color: #0f0e0e;
}
.wrap {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}
p {
    line-height: 1.4em;
}
nav {
    text-transform: uppercase;
}
a.s_cta, form button {
    line-height: 50px;
    height: 50px;
    padding: 0 30px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    background: #36b349;
    border: 0;
    border-bottom: 3px solid #287634;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 12pt;
    cursor: pointer;
}
a.s_cta:hover, form button:hover {
    background: #287634;
}
.text__left, .text__left p {
    text-align: left;
}
.text__right, .text__right p {
    text-align: right;
}
/******************************************************

	WP IMAGES
			
******************************************************/

img.alignright, a img.alignright, img.alignleft, a img.alignleft, img.aligncenter, a img.aligncenter, img.alignright, a img.alignright, .grid-nf img, img.alignnone, a img.alignnone {
    max-width: 100%;
    height: auto;
}
img.alignleft, a img.alignleft {
    float:left;
    margin:0 1em 1em 0;
}
img.aligncenter, a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright, a img.alignright {
    float:right;
    margin:0 0 1em 1em;
}
.aligncenter {
    margin: 20px auto;
    display: block;
}
.wp-caption {
    border: 1px solid #ccc;
    text-align: center;
    background-color: #dedede;
    padding: 10px;
}
.wp-caption img {
}
.wp-caption p.wp-caption-text {
    font-size: 10pt;
    padding: 10px 0 5px 0;
    margin: 0;
}
/******************************************************

	FORMS
			
******************************************************/
form {
    padding: 0;
    width: 70%;
    margin: 0 auto;
}
form fieldset {
    border: 0;
    padding: 10px;
}
form fieldset.fs_half {
    width: 50%;
    float: left;
    padding: 10px;
    margin: 0;
    border: 0;
}
form fieldset label {
    padding-bottom: 10px;
    display: block;
    text-align: left;
    text-transform: uppercase;
}
form fieldset input, form fieldset textarea {
    padding: 10px;
    width: 100%;
    background: #f3f3f3;
    border: 0;
    border-bottom: 3px solid #dfdfdf;
}
form fieldset textarea {
    height: 120px;
}
form button {
    background: #30a241;
}
/******************************************************

	GRIDS
			
******************************************************/

.grid-c {
    float: left;
}
[class*='col-'] {
    padding: 0 10px;
}
.col-12 {
    width: 100%;
}
.col-11 {
    width: 91.666%;
}
.col-10 {
    width: 83.333%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.666%;
}
.col-7 {
    width: 58.333%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.666%;
}
.col-4 {
    width: 33.333%;
}
.col-3 {
    width: 25%;
}
.col-s2 {
    width: 20%;
}
.col-2 {
    width: 16.666%;
}
.col-1 {
    width: 8.333%;
}
/******************************************************

	HEADER & NAV
			
******************************************************/
header {
    height: 90px;
    margin: 0;
    border-bottom: 5px solid #d3d3d3;
    padding: 0;
    background: #fff;
}
.web_brand {
    float: left;
}
nav {
    float: right;
    z-index: 10;
    position: relative;
}
nav ul {
    height: 90px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
nav ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
nav ul li a {
    line-height: 40px;
    height: 40px;
    margin: 20px 0 25px 0;
    padding: 0 20px;
    text-decoration: none;
    text-align: center;
    color: #0f0e0e;
    font-weight: 700;
    display: block;
    float: left;
}
nav ul li.menu-item-14 a {
    color: #fff;
    background: #36b349;
    padding: 0 40px;
    border-bottom: 3px solid #287634;
    line-height: 57px;
    height: 57px;
    margin: 15px 0;
}
nav ul li a:hover {
    text-decoration: none;
    color: #999;
}
nav ul li:hover {
    position: relative;
    z-index: 20;
}
nav ul li.menu-item-14 a:hover {
    background: #287634;
    border-bottom: 3px solid #03321b;
    color: #fff;
}
/******************************************************

	CONTENT
			
******************************************************/

#slider1_container {
    width: 960px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#slides {
    width: 960px;
    height: 400px;
    position: relative;
}
#slides h5 {
    padding: 20px;
    bottom: 0;
    width: 100%;
    background: url('_images/h5_back.png');
    font-size: 18pt;
    color: #fff;
    position: absolute;
    text-align: center;
    margin: 0;
}
span.jssora01l, span.jssora01r {
    height: 100px;
    width: 100px;
    background: none;
    position: absolute;
    color: #fff;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 100px;
    font-size: 30pt;
    top: 150px;
    left: 0;
}
span.jssora01r {
    top: 150px;
    left: 860px;
}
span.jssora01l:hover, span.jssora01r:hover {
    color: #287634;
}
section.content {
    padding: 40px 0;
    background: #fff;
}
section.main__one {
    padding-top: 40px;
    text-align: center;
}
section.main__two {
    background: #211f20;
    color: #fff;
    text-align: center;
}
section.content h1 {
    font-size: 24pt;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    text-align: center;
}
.service_box, .service_box p {
    text-align: justify;
    color: #fff;
}
.service_box img, section.main__five img {
    width: 30px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.service_box h2 {
    margin-top: 30px;
    color: #36b349;
}
h2, h3, h4, h5 {
    font-size: 16pt;
    margin: 0 0 20px 0;
    text-align: center;
}
h5 {
    text-align: left;
}
section.main__twoa {
    background: #efefef;
    text-align: center;
}
section.main__three {
    background: #3cb54f;
    color: #fff;
    position: relative;
    text-align: center;
}
section.main__five {
    text-align: center;
    color: #fff;
    background: #3cb54f;
}
.social__container {
    text-align: center;
    margin: 30px auto;
}
.contact__icon, .service__icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 18pt;
    text-align: center;
    color: #141313;
    background: #d9d9d9;
    display: inline-block;
    margin: 20px auto;
}
.service__icon {
    margin: 0 auto 10px auto;
    background: #211f20;
    display: block;
}
.service__icon img {
    width: 30px;
    height: 30px;
    margin: 15px;
}
.floating {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
hr.main_break {
    margin: 20px auto;
    width: 98%;
    border: 0;
    height: 0;
}
.testimonial, .testimonial_first {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    font-size: 10pt;
}
.testimonial_first {
    background: url('_images/quote.png') no-repeat top center;
    padding: 50px 0 20px 0;
    font-size: 12pt;
    border: 0;
}
/*****************************************************

	MESSAGES
			
******************************************************/

.message, .message__error, .message__good {
    padding: 10px;
    background: #fff368;
    font-size: 9pt;
    margin: 20px 0;
    line-height: 20px;
}
.message__error {
    background: #f48686;
}
.message__good {
    background: #76b376;
}

/******************************************************

	FOOTER
			
******************************************************/
footer {
    padding: 20px 0;
    color: #333;
    font-size: 10pt;
    text-align: center;
    background: #ccc;
}
footer a {
    color: #333;
}
footer a:hover {
    color: #999;
}
/******************************************************

	MOBILE MENU
			
******************************************************/

.mobile__menu {
    width: 96%;
    height: 70px;
    margin: 0 auto;
    background: url('_images/pp-brand.png') no-repeat  100% 50%;
    display: none;
    z-index: 20;
    list-style: none;
}
.mobile__menu ul {
    padding-top: 14px;
}
.mobile__menu ul li {
    list-style: none;
}
.show_mobile {
    display: none;
}
a.mobile__icon_menu {
    width: 41px;
    height: 41px;
    line-height: 39px;
    margin: 0 5px 0 0;
    text-decoration: none;
    font-size: 18pt;
    color: #211f20;
    border: 3px solid #211f20;
    display: inline-block;
    text-align: center;
    float: left;
}
.mobile__fat {
    height: 70px;
    display: none;
}
/******************************************************

	RESPONSIVE
			
******************************************************/
@media screen and (max-width:1023px) {
    .wrap, form {
	width: 97%;
    }
}	
@media screen and (max-width:959px) {
    .mobile__menu, .show_mobile, .mobile__fat {
	display: block;
    }
    header, span.no_mobile {
	display: none;
    }
    .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
	padding: 0 1%;
    }
    .col-12, .col-11, .col-10, .col-4 {
	width: 100%;
	margin: 10px 0;
    }
    .col-6, .col-5, .col-3 {
	width: 50%;
    }
    .col-3, .col-2, .col-1 {
	width: 33.333%;
    }
    .testimonial_first {
        padding: 50px 0 20px 0;
    }
    .testimonial {
        padding: 20px 0;
    }
}
@media screen and (max-width:799px) {
    .col-9, .col-8, .col-7, .col-6, .col-5, .col-4,.col-3, form fieldset.fs_half {
	width: 100%;
    }
    .col-2, .col-1 {
	width: 50%;
    }
    a.content__link {
	width: 98%;
	max-width: 98%;
	padding: 0;
	margin: 10px auto;
	float: none;
	display: block;
    }
    #slider1_container h5 {
        font-size: 18pt;
        padding: 10px;
    }
    #slider1_container {
        margin-top: 20px;
    }
}
@media screen and (max-width:320px) {
    .col-5, .col-4, .col-s2, .col-3, .col-2, .col-1 {
	width: 100%;
    }
}