/*
Theme Name: Protect Australia
Theme URI: 
Author: Andrew Phillips
Author URI: http://www.phillipsdesign.com.au
Description: 
Version: 1.0
Text Domain: protectaustralia
*/

/* #Site Styles
================================================== */

body {
	background: #f2f2f2;
	color: #232323;
}

a {
	color: #3077ba;
	text-decoration: underline;
}

a.btn {
	text-decoration: none;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.5em;
}

h1, h2, h3, h4 {
	font-family: "futura-pt",sans-serif;
	font-weight: normal;
}

h4 {
	font-weight: bold;
}

hr {
	border: solid #DDD;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}

#fixed-popover {
	position: fixed;
	right: 110px;
	z-index: 99;
	width: 300px;
}

#fixed-buttons {
	display: none;
	position: fixed;
	right: 20px;
	top: 140px;
	z-index: 99;
	padding: 10px;
	border-radius: 10px;
	width: 80px;
}

#fixed-buttons a {
	text-decoration: none;
}

#fixed-buttons img {
	opacity: 1;
	z-index: 99;
	width: 70px;
	margin: 3px 0;
	cursor: pointer;
}

#fixed-buttons img:hover {
	opacity: 0.8;
}
 
#fixed-buttons .tooltip {
	margin-top: -20px;
}

#contact-popover-content, #social-popover-content {
	display: none;
}

#social-buttons {
	width: 150px;
}

#social-buttons h2 {
	margin: 0;
}

#social-buttons img {
	opacity: 1;
	z-index: 99;
	width: 70px;
	margin: 3px 0;
}

.popover-textarea {
	max-height: 50px;
}

#footer-call {
	text-align: center;
	margin-bottom: 10px;
	position: fixed;
	right: 20px;
	bottom: 11px;
	z-index: 99;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
	border-radius: 10px;
	width: 220px;
	height: 100px;
}

.call-today {
	color: #177ABD;
	font-size: 21px;
}

.call-number {
	color: #DB2026;
	font-size: 24px;
	font-weight: bold;
}

.breakout-box {
	font-size: 18px;
	border-top: 3px solid #4E4E4E;
	border-bottom: 3px solid #4E4E4E;
	padding: 10px 0;
	font-style: italic;
	color: #464646;
}

#home_quote_box .wpcf7-text {
	background-color: #fbffd4;
	border-radius: 6px;
}

#logo {
	float: left;
	margin-top: 10px;
}

#header {
	margin-bottom: 16px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
	background-color: #eee;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 52px;
	box-shadow: 0px 1px 3px #DADADA;
}

.nav-justified > li > a {
	border-right: 1px solid #D1D1D1;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #313131;
	text-decoration: none;
	text-align: center;
	background-color: #fff; /* Old browsers */
	background-repeat: repeat-x; /* Repeat the gradient */
	background-image: -moz-linear-gradient(top, #FFF 0%, #EDFCFF 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#EDFCFF)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #FFF 0%,#EDFCFF 100%);
	background-image: -o-linear-gradient(top, #FFF 0%,#EDFCFF 100%); /* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#EDFCFF',GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #FFF 0%,#EDFCFF 100%); /* W3C */
}

.nav-justified > .current_page_item > a,
.nav-justified > li > a:hover,
.nav-justified > .current_page_item > a:focus {
	background-color: #E0FAFF;
	background-image: none;
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.nav-justified > li:first-child > a {
	border-radius: 5px 0px 0 0;
}

.nav-justified > li:last-child > a {
	border-radius: 0 5px 5px 0;
	border-right: 0;
}

.dropdown-menu {
	margin-top: 0px;
	border-radius: 0;
	margin-left: -1px;
	background-color: #EDFCFF;
	padding: 0;
}

.dropdown-menu > li > a {
	text-decoration: none;
	border-bottom: 1px solid #D7E9EC;
	padding: 8px 12px;
}

.dropdown-menu > li > a:hover {
	background-color: #D3E8EC;

}

/* #Page Styles
================================================== */

/* General Styles */

.page {
	min-height: 400px;
}

.entry-title {
	border-bottom: 1px solid #E2E2E2;
	margin: 40px 0 30px;
}

/* Homepage Styles */

.home .btn-lg {
	margin-top: 15px;
}

#homepage_slider {
	margin-bottom: 40px;
	margin-top: 30px;
}

#homepage_intro_text h1 {
	margin-top: 0;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 20px;
}

#homepage_intro_text h2 {
	font-size: 23px;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#homepage_intro_text img {
	border: 4px solid #fff;
	box-shadow: 2px 2px 6px -3px black;
	margin: auto;
	float: right;
}

#homepage_intro_text li {
	font-weight: bold;
}

#home-icons {
	margin: 10px 0 40px;
}

#home-icons div {
	text-align: center;
}

#home-icons img {
	width: 110px;
}

.icons-heading {
	font-size: 17px;
	width: 100%;
	float: left;
	margin: 10px 0 5px;
	color: #5C5C5C;
	text-transform: uppercase;
	font-weight: bold;
}

.icons-desc {
	font-style: italic;
	color: #616161;
}

.ticks {
	list-style-image: url('img/tick.jpg');
	padding-left: 20px;
}

#home_quote_box {
	background-color: #DFDFDF;
	border-radius: 8px;
	border: 4px solid #FFF;
	padding: 20px 20px 0px 20px;
	box-shadow: 1px 1px 5px #B6B6B6;
}

#home_quote_box h3 {
	font-size: 21px;
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 10px;
}

#ico_house {
	width: 23px;
	height: 20px;
	margin-right: 10px;
	margin-bottom: -3px;
}

#home_quote_box p {
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 10px;
}

#home_quote_box label {
	margin-top: 10px;
}

.strikeout {
	text-decoration: line-through;
}

#home_alarm_prices {
	float: right;
	margin-top: -88px;
	text-align: right;
}

.home_alarm_price_bold {
	font-size: 1.8em;
	width: 125px;
	float: left;
	text-align: right;
	padding-right: 12px;
	font-family: "futura-pt",sans-serif;
	font-weight: bold;
}

.home_alarm_price {
	font-family: "futura-pt",sans-serif;
	font-size: 1.8em;
}

#home_alarm_prices button {
	background: #df1920;
	color: white;
	text-shadow: 1px 1px 0 black;
	font-size: 1em;
	border-radius: 6px;
	box-shadow: 1px 1px 6px -2px black;
	border: 1px inset #d76e72;
	margin-top: 15px;
	padding: 10px 15px;
}

#featured_product_1_left_col img {
	width: 140px;
	float: left;
}

#featured_product_2_left_col {
	margin-bottom: 40px;
}

.home_third_col {
	font-size: 0.9em;
	line-height: 1.4em;
}

.home_third_col h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

.home_third_container {
	padding: 10px;
}

.home_twitter_time {
	font-size: 0.8em;
}

.home_footer h4 {
	text-align: center;
	padding-bottom: 10px;
}

#home_newsletter_subscribe {
	text-align: center;
}

#home_newsletter_subscribe h3 {
	margin-top: 0;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
}

#mc_embed_signup .fine-print {
	text-align: left;
	padding: 0;
	font-size: 10px;
	line-height: 100%;
	margin-top: 10px;
}


#home_newsletter_subscribe_container {
	background: #D4E7EC;
	padding: 10px;
	border-left: 5px solid #C7DADF;
}

#home_newsletter_subscribe .email {
	margin-bottom: 10px;
}

/* WooCommerce Overrides */

.product .tabs {
	display: none;
}

.add_to_cart_button {
	font-size: 17px !important;
	background: #E24D4D !important;
	text-shadow: none !important;
	color: #FFF !important;
	width: 100%;
	text-align: center;
	border-radius: 5px !important;
	padding: 10px !important;
}

.product.woocommerce {
	border: 0 !important;
}

.product .amount {
	display: none;
}

.product .panel {
	margin-bottom: 0;
	background-color: inherit;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
}

/* Product - We.R */

#product-banner-we-r {
	height: 290px;	
	margin: 8px 0 60px;
}

.post-60 h1 {
	font-size: 31px;
}

.post-60 h2 {
	color: #0084AD;
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-left: 5px solid #DFDFDF;
	padding-left: 8px;
}

#we-r-pricing td h2 {
	margin: 0;
}

.pricing-col {
	padding: 0;
}

.pricing-col table {
	margin-top: 10px;
	background: #FFF;
}

.we-r-right-sidebar {
	text-align: center;
}

#we-r-network {
	margin-bottom: 50px;
}

#we-r-mobile {
	margin-bottom: 20px;
}

/* Product - Life Watch */

.fullwidth-banner {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	background-position: center;
	text-align: center;
}

#product-banner-lifewatch {
	height: 247px;	
	margin: 100px 0 60px;
}

#product-background-lifewatch {
	height: 510px;
	margin: 40px 0 40px;
}

#lifewatch-logo {
	margin-top: -230px;
	float: left;
}

#lifewatch-sidebar {
	background: #FFF;
}

#order-sidebar {
	list-style: none;
	padding: 0;
}

.btn-order-sidebar {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

#order-sidebar li img {
	width: 50px;
	margin: 0 10px 0 0;
	padding-bottom: 50px;
	float: left;
}

#order-sidebar li h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #1A8D10;
	margin-bottom: 3px;
}

#lifewatch-price {
	text-align: center;
}

#lifewatch-price h2 {
	clear: both;
	font-size: 18px;
}

#lifewatch-features {
	width: 290px;
	padding-left: 30px;
	margin-bottom: 40px;
}

#lifewatch-features li {
	border-bottom: 1px solid #A9CA85;
}

#lifewatch-pricing h2 {
	font-weight: bold;
	margin: 0;
	font-size: 20px;
}

#lifewatch-pricing-options-header {
	margin: 20px 0;
}

#lifewatch-pricing button {
	margin-top: 30px;
	font-size: 16px;
}

#lifewatch-pricing .pricing-col {
	background-color: #FFF;
	padding: 20px;
}

.no-margin {
	margin: 0 !important;
}

.center {
	text-align: center;
}

#ico_email {
	width: 100px;
	height: 72px;
	float: left;
}

#footer {
	margin-top: 80px;
	background: #fff;
	border-top: 1px solid #dddddd;
	padding-top: 30px;
}

.footer_column ul {
	list-style: none;
	padding: 0;
}

.footer_column h3 {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #DDD;
	margin-bottom: 12px;
	padding-bottom: 5px;
}

#footer p {
	clear: both;
	padding: 20px 0 5px 0;
	font-size: 0.85em;
	text-align: center;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	#fixed-buttons {
		display: block;
	}

}