/*
Theme Name: MSS Medical
Theme URI: http://mssmedical.com.au
Description: MSS Medical theme
Version: 1.0
Author: Miroslav Naskovic
Author URI: http://weavingweblets.com.au
Tags: clean, html5
*/

@import "css/reset.css";
@import "css/layout.css";
@font-face {
    font-family: 'montserratbold';
    src: url('./fonts/montserrat-bold-webfont.eot');
    src: url('./fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/montserrat-bold-webfont.woff') format('woff'),
         url('./fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('./fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('./fonts/montserrat-regular-webfont.eot');
    src: url('./fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/montserrat-regular-webfont.woff') format('woff'),
         url('./fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('./fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{background: #ffffff;font-size: 15px;line-height: 130%;color: #666666;font-family: Helvetica, arial, tahoma;}
h1, h2, h3, h4, h5, h6{font-family: font-family: Helvetica, arial, tahoma;font-weight: bold;margin: 20px 0px;}
h1{font-size: 26px; line-height: 30px;}
h2{font-size: 26px; line-height: 30px;}
h3{font-size: 24px;}
h4{font-size: 22px;}
h5{font-size: 20px;}
h6{font-size: 18px;}
p{margin: 15px 0px;}
a{color: inherit;}
strong, b{font-weight: bold;}
i, em{font-style: italic; }
a{
	*color: #000000;
}
.wrapper{
	width: 1010px;
	display: block;
	position: relative;
	margin: 0px auto;
}
html, body {
	height:100%;
}
#pagecontainer {
	min-height:100%;
	position:relative;
}
#header{
	height: 168px;
	display: block;
	width: 100%;
	position: relative;
	overflow: visible;
	z-index: 10;
}
#logo{
	margin: 0px;
	padding: 0px;
}
#logo a{
	display: block;
	height: 168px;
	background: url(./images/logo.jpg?v=3) no-repeat 46px center;
	overflow: hidden;
	text-indent: -9000em;
	width: auto;
}
#nav-container{
	width: 100%;
	display: block;
	clear: both;
	position: relative;
	z-index: 0;
	height: 37px;
	overflow: visible;
	background: url(./images/nav-bg.jpg) no-repeat center center #d10019;
}
#nav{
	display: block;
	padding: 0px;
	height: 37px;
	overflow: visible;
}
#nav li{
	display: inline-block;
	float: left;
}
#nav li a{
	height: 37px;
	line-height: 37px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	float: left;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold;
	padding: 0px 15px;
	border-right: 1px solid #ffffff;
}
.menu-item-16 a{
	border-left: 1px solid #ffffff;
}
#social{
	display: inline-block;
	position: absolute;
	right: 0px;
	bottom: -15px;
}
#social a{
	display: inline-block;
	width: 34px;
	height: 33px;
	margin: 0px 2px;
	float: left;
	text-indent: -9000em;
	overflow: hidden;
	background-image: url(./images/social.png);
	background-repeat: no-repeat;
}
#social a.phone{
	background-position: left top;
}
#social a.email{
	background-position: center top;
}
#social a.linkedin{
	background-position: right top;
}
#hero{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 233px;
	position: relative;
	background-color: #caaf68;
}
#hero .hero-overlay{
	position: absolute;
	right: -96px;
	top: 0px;
	z-index: 10;
}
#hero img{
	z-index: 0;
}
#container{
	padding: 50px 0px 150px;
	background: url(./images/container-bg.jpg) repeat-x top left #ffffff;	
}
#container .wrapper{
	margin: 20px auto 30px;
	overflow: hidden;
}
.home #container .wrapper{
	margin: 35px auto 50px;
}
#container .dual-col{
	background: url(./images/border-black.jpg) repeat-y top center;
}
.dual-col article.page{
	display: inline-block;
	float: left;
	width: 435px;
	padding: 0px 65px 0px 10px;
}
.dual-col #sidebar{
	width: 455px;
	padding: 0px 0px 0px 45px;
	float: left;
	display: inline-block;
}
.home-posts ul{
	padding: 0px 0px 0px 15px;
	list-style: disc;
}
.home-posts li{
	padding: 0px 0px 25px 20px;
}
.home-posts article h4{
	font-size: 18px;
	margin: 5px 0px;
}
.home-posts article h4 a{
	text-decoration: none;
	color: #666666;
}
.posted-on{
	display: block;
	font-style: italic;
	font-size: 13px;
	margin: 0px;
	font-weight: normal;
}
.posted-on a{
	text-decoration: none;
}
.read-more{
	display: block;
	color: #caaf68;
	text-decoration: underline;
}
article.page ul{
	padding: 15px 0px 15px 20px;
	list-style: disc;
}
article.page ul li{
	margin: 5px 0px;
}
article.page ul.half{
	float: left;
	display: inline-block;
	width: 25%;
	margin-right: 25px;
}
.category article{
	margin: 40px 0px;
	overflow: hidden;
	display: block;
	clear: left;
}
.feat-img{
	display: inline-block;
	float: left;
	margin: 0px 20px 20px 0px;
}
.category article header h2{
	margin: 0px;
	font-size: 18px;
}
.category header h2 a{
	text-decoration: none;
}
.category article p{
	margin: 10px 0px;
}
.post-div{
	display: inline-block;
	float: left;
	width: 740px;
}
#post-nav{
	display: block;
	text-align: right;
	overflow: hidden;
}
#post-nav a{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	margin: 0px 3px;
	overflow: hidden;
}
#post-nav a[rel="prev"], #post-nav a[rel="next"]{
	background: #caaf68;
	padding: 0px 25px;
	text-decoration: none;
	color: #fff;
}
#post-nav a[rel="next"]{
	-webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	behavior: url(/PIE.htc);
}
#post-nav a[rel="prev"]{
	-webkit-border-radius: 10px 0px 0px 10px;
	-moz-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	behavior: url(/PIE.htc);
}
#post-nav a.back-to-posts{
	overflow: hidden;
	text-indent: -9000em;
	background: url(./images/back-to-posts.jpg) no-repeat center center;
	width: 43px;
	display: inline-block;
	*top: 3px;
	position: relative;
}
.single-post header.page-title h1{
	margin-top: 0px;
	margin-bottom: 0px;
}
.single-post .feat-img{
	margin-right: 50px;
}
body.page-id-9 article.page, body.page-id-9 aside#sidebar{
	display: inline-block;
	float: left;
	padding: 0px;
	width: 370px;
}
body.page-id-9 .dual-col{
	margin-top: 0px !important;
	background: none !important;
}
body.page-id-9 header.page-title h1, body.page-id-9 header.page-title h2{
	margin: 0px;
	display: block;
	background: #000;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	behavior: url(/PIE.htc);
}
body.page-id-9 #sidebar{
	float: right !important;
}
#contact-form{
	display: block;
	margin: 25px auto 20px;
	padding: 0px;
	list-style: none;
	width: 250px;
}
#contact-form li{
	padding: 0px;
	width: 100%;
	margin: 0px 0px 10px;
	height: auto;
}
#contact-form li input, #contact-form li textarea{
	width: 90%;
	height: 30px;
	padding: 0px 4%;
	font-size: 13px;
	font-family: Helvetica, arial, tahoma;
	line-height: 30px;
	background: #fff;
	border:1px solid #000;
}
#contact-form li textarea{
	line-height: 130%;
	padding: 4%;
	height: 130px;
}
#contact-form input.wpcf7-captchar{
	width: 90%;
}
#contact-form input[type="submit"]{
	width: 99%;
	background: #caaf68;
	color: #ffffff;
	border: none;
}
.find-changer dl{
	display: block;
	padding: 10px;
	overflow: hidden;
}
.find-changer dt{
	display: inline-block;
	float: left;
	clear: left;
	font-weight: bold;
	margin: 5px 0px; 
	width: 25px;
}
.find-changer dd{
	float: left;
	margin: 5px 0px;
	display: inline-block;
	width: 300px;
}
select#state-changer{
	margin: 0px 0px 0px 5px;
}


#footer{
	position:absolute;
    bottom:0;
	height: 100px;
	width: 100%;
	padding: 50px 0px 0px;
	font-size: 13px;
	background: url(./images/container-bg.jpg) repeat-x top left #d10019;	
}
#footer .wrapper{
	padding: 20px 0px;
	overflow: hidden;
}
#footer #copyright{
	float: right;
	display: inline-block;
	text-align: right;
	color: #fff;
	text-decoration: none;
}
#footer #copyright a{
	text-decoration: none;
}
#footer ul{
	float: left;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	width: 15%;
}
#footer .menu-footer-menu-left-container, #footer .menu-footer-menu-right-container, #footer #menu-footer-menu-left, #footer #menu-footer-menu-right{
	display: block;
	width: 100%;
}
.menu-footer-menu-left-container a, .menu-footer-menu-right-container a{
	color: #fff;
}

.banner-text{
	position: absolute;
	top: 50px;
	right: 0px;
	padding: 15px 35px 15px 40px;
	z-index: 15;
	background: url(./images/speech-left.png) no-repeat 0px 10px;
	color: #ffffff;
	font-size: 23px;
	max-width: 300px;
	font-family: 'montserratbold';
	line-height: 130%;
}

#left-speech{
	width: 31px;
	height: 25px;
	display: inline-block;
	position: relative;
	left: -35px;
	bottom: -10px;
}
#right-speech{
	width: 31px;
	height: 25px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	bottom: -10px;
}
#linkedinlink{
	float: right;
	display: inline-block;
	margin: 7px 0px;
}
.single-post article.post{
	margin: 20px 0px ;
	overflow: hidden;
}
.wp-pagenavi span.pages{
	display: none;
}
.wp-pagenavi{
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi span{
	border: none !important;
	color: #caaf68 !important;
	padding: 0px 7px !important;
	border-right: 1px solid #000 !important;
	margin: 0px !important;
}
.wp-pagenavi span{
	color: #d10019 !important;
}
a.nextpostslink{
	border-right: none !important;
}



























