/*
 Theme Name:     Health Point Child
 Theme URI:      http://health-point-wp.webfactoryltd.com/
 Description:    Health Point Child Theme
 License: 		 Proprietary Envato
 License URI:    http://themeforest.net/wiki/support/legal-terms/licensing-terms/
 Author:         WebFactory
 Author URI:     http://www.webfactoryltd.com/
 Template:       health-point
 Version:        1.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../health-point/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

html {
	background-color: #36667A;
}

body {
    background-color: #f4f7f9;
}

body.home {
	background-color: #FFF;
}

header {
	background-image: none;
}

h1 {
	line-height: 1.1em;
}

h3 {
	margin-bottom: 10px;
	color: #333!important;
}

h4 {
	font-size: 16px!important;
	font-weight: bold!important;
	color: #333!important;
	margin-bottom: 5px!important;
}

ul, ol {
    margin-bottom: 30px!important;
}

table {
	border: 2px solid #CCC;
	width: 100%;
}

thead {
	background-color: #36667A;
	color: #FFF;
	text-shadow: none!important;
}

td {
	padding: 10px 5px;
	text-align: center;
}

td:first-child {
	text-align: left;
}

tr.odd {
	background-color: #E7EDF1;
}

.navbar .nav > li > a:hover {
	background-color: transparent;
}

#teaser {
		background: #b0c9d9; /* Old browsers */
			background: -moz-linear-gradient(top,  #b0c9d9 0%, #d9e4eb 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0c9d9), color-stop(100%,#d9e4eb)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #b0c9d9 0%,#d9e4eb 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #b0c9d9 0%,#d9e4eb 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #b0c9d9 0%,#d9e4eb 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #b0c9d9 0%,#d9e4eb 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0c9d9', endColorstr='#d9e4eb',GradientType=0 ); /* IE6-9 */
}

#tagline {
	background: #b0c9d9; /* Old browsers */
		background: -moz-linear-gradient(top,  #b0c9d9 0%, #d9e4eb 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0c9d9), color-stop(100%,#d9e4eb)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #b0c9d9 0%,#d9e4eb 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #b0c9d9 0%,#d9e4eb 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #b0c9d9 0%,#d9e4eb 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #b0c9d9 0%,#d9e4eb 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0c9d9', endColorstr='#d9e4eb',GradientType=0 ); /* IE6-9 */
	margin-bottom: 0px;
    padding: 15px 0;
}

.tagline-title {
	color: #36667A;
	text-shadow: none;
}

body.home #tagline {
	background: #36667A;
}

blockquote {
	background: #357697; /* Old browsers */
		background: -moz-linear-gradient(top,  #357697 0%, #36667a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#357697), color-stop(100%,#36667a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #357697 0%,#36667a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #357697 0%,#36667a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #357697 0%,#36667a 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #357697 0%,#36667a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#357697', endColorstr='#36667a',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

blockquote, blockquote p {
    color: #FFF;
    font-size: 18px !important;
    font-style: normal;
    line-height: 24px !important;
    padding: 5px 15px;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

blockquote cite {
    color: #72BBCC;
    display: block;
    font-size: 12px;
}

#content li {
	margin-bottom: 10px;
	padding-left: 0; 
    text-indent: -.9em;
    list-style-type: none;
}

#content li:before {
	content: "• ";
	font-size: 21px;
	color: #b6343b;
}

aside h4 {
	font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    text-shadow: none;
    color: #000;
}

#footer-bottom {
    background-image: none;
    border-top: none;
}

#footer-bottom .container {
	background-image:none;
}

#footer-bottom p {
    font-size: 12px!important;
}

#content p {
    font-size: 14px;
    line-height: 22px;
    text-shadow: none;
}

ul.footer-menu {
	list-style-type: none;
	float: right;
	margin-top: 18px;
}

ul.footer-menu li {
	float: left;
	text-shadow: none;
	margin: 0 5px;
	border-right: 1px solid #c1d1dc;
	font-size: 13px;
}

ul.footer-menu li a {
	margin-right: 20px;
}

ul.footer-menu li:nth-of-type(5) {
	border-right: none;
}

header #top {
	background-image: url(images/header-bg.jpg);
	background-position: right top;
}

header h1 img {
    margin-top: -40px;
}

.home .callout {
	background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 50%, #e7edf1 99%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(99%,#e7edf1)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 50%,#e7edf1 99%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 50%,#e7edf1 99%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 50%,#e7edf1 99%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 50%,#e7edf1 99%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7edf1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #CCC;
	-webkit-border-radius: 6px;
       -moz-border-radius: 6px;
          border-radius: 6px;
	padding: 20px;
	margin-bottom: 40px;
	margin-top: 10px;
}

.home .callout h4 {
	text-transform: uppercase;
	font-size: 18px;
}

.home .callout .checkbox1 {
	margin-top: 0;
}

.home .callout .callout-img {
	margin-bottom: 15px;
}

.home .callout p {
	margin-bottom: 0;
	font-size: 14px;
}

.home aside {
	border-top: solid 50px #36667A;
}

.home aside .span12 {
	background-color: #FFF;
	margin-top: -40px;
	padding-left: 10px;
	-webkit-border-radius: 6px;
       -moz-border-radius: 6px;
          border-radius: 6px;
}

.three-fourths {
    float: left;
    margin: 0 0 0 0;
    padding-bottom: 40px;
    width: 73%;
    float: left;
}

#feature-bar {
	width: 20%;
	padding: 3%;
	color: #34515F;
	background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #e7edf1 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7edf1)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e7edf1 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#e7edf1 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#e7edf1 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#e7edf1 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7edf1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #D9E4EB;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	padding: 20px;
	float: right;
}

#feature-bar h3,
#sidebar h4 {
	color: #333;
}

#feature-bar ul {
    margin-left: 15px;
}

.sidebar-inner {
	color: #34515F;
	background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #e7edf1 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7edf1)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e7edf1 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#e7edf1 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#e7edf1 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#e7edf1 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7edf1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #D9E4EB;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px
}

ul.slides {	
	margin-bottom: 0!important;
}


.flex-control-nav {
    bottom: -65px!important;
}

.flex-control-paging li a {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1.0)!important;
	box-shadow: none!important;
}

.flex-control-paging li a.flex-active {
	background: none repeat scroll 0 0 #36667A!important;
	box-shadow: none!important;
}

i#captcha-explanation {
	font-size: .9em;
	color: #999;
}

.captcha-container span {
    width: 120px;
}

::-moz-selection{ background: #338fcb; color:#fff; text-shadow: none; }

::selection { background:#338fcb; color:#fff; text-shadow: none; } 

@media (max-width: 767px) {
}

@media (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.navbar {
	    display: inline-block;
	    float: none !important;
	    margin: 0 9px 0 0 !important;
	    width: 80% !important;
	}

}

@media (min-width: 768px) and (max-width: 979px) {
	#feature-bar {
		width: 100%;
	}
}

@media (max-width: 480px) {
	#feature-bar {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#feature-bar {
		width: 100%;
	}
}

@media (max-width: 979px) {
	#feature-bar {
		width: 100%;
	}
}

@media (min-width: 980px) {

}

div.wpcf7 p {
	margin: 0;
	padding: 0;
}

/* Breaks responsive
.home .third, .home .third-last {
    width: 32%;
    margin: 0 2% 0 0;
}

.home .third-last {
	margin: 0;
}
*/