/*
Theme Name: Dr Kristina Cvach
Theme URI: http://drkristinacvach.com.au
Author: Hyphen Digital
Author URI: http://wearehyphen.co/
*/
.gform_wrapper .gfield_html.gfield_no_follows_desc {
	color:#b90337;
	font-weight: bold;
	font-family: "proxima-nova", sans-serif !important;
}

#field_2_5 .gfield_label {
	font-size: 11px;
	font-weight: lighter;
} 

@font-face {
    font-family: proxima-nova;
    src: url(fonts/proxima-reg.otf);
}

*, html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	color: #27292c; /* text color */
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	line-height: 30px;
	background-color: #fdfaf3; /* layer fill content */
}

a {
	color: #b90337; /* text color */
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	text-decoration: underline;
}

h1 {
	color: #15758b; /* text color */
	font-family: "proxima-nova", sans-serif;
	font-size: 32px;
	font-weight: 300;
	margin-top: 100px;
}

h2 {
	color: #15758b; /* text color */
	font-family: "proxima-nova", sans-serif;
	font-size: 32px;
	font-weight: 300;
	margin-top: 100px;
}

h3 {
	color: #15758b; /* text color */
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#header {
	background-color: #71c3d5; /* layer fill content */
	padding: 30px 0;
}

	#header .contactinfo {
		color: #fff; /* text color */
		font-size: 15px;
		font-weight: 300;
		text-transform: uppercase;
		float: right;
		margin-top: 85px;
	}
		
		#header .contactinfo strong {
		font-size: 36px;
		font-weight: 500;
		display: block;
		}

	h1 a {
		display: block;
		width: 315px;
		height: 164px;
		float: left;
		background: url('img/logo.png') no-repeat;
		text-indent: -99999px;
	}

	#navigation {
		background-color: #15758b; 
	}
	
		#navigation ul {
			list-style: none;
			margin: 0;
			padding: 0;
			float: right;
			height: 45px;
		}
		
			#navigation li {
				list-style: none;
				margin: 0;
				padding: 0;
				float: left;
			}
			
				#navigation li a {
					padding: 10px 15px;
					color: #fff;
					text-decoration: none;
					font-size: 18px;
					position: relative;
					top: 6px;
				}
				
					#navigation li.current_page_item a, #navigation li:hover a {
						background: #fdfaf3;
						color: #15758b;
						font-weight: bold;
						padding: 15px 15px 15px;
						-moz-border-radius-topleft: 3px;
						-moz-border-radius-topright: 3px;
						-webkit-border-top-left-radius: 3px;
						-webkit-border-top-right-radius: 3px;
						border-top-left-radius: 3px;
						border-top-right-radius: 3px;
						-moz-box-shadow: -2px -5px 3px 0 rgba(0,0,0,.2); /* drop shadow */
						-webkit-box-shadow: -2px -5px 3px 0 rgba(0,0,0,.2); /* drop shadow */
						box-shadow: -2px -5px 3px 0 rgba(0,0,0,.2); /* drop shadow */
					}

#footer {
	background-color: #15758b; /* layer fill content */
	padding: 30px 0;
	color: #fff; /* text color */
	font-size: 13px;
	margin-top: 80px;
}

	#footer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#footer .last {
		text-align: right;
	}
	
		#footer li {
			float: left;
			padding: 0 10px;
		}

	#footer a {
		color: #fff;
		font-size: 13px;
		text-decoration: none;
	}
	
.span-11 img {
	max-width: 90%;
	height: auto;
	margin-bottom: 30px;
}

.span-12.last ul, #sidebar ul {
	list-style-image: url('img/list-item.png');
	margin: 30px 0 40px !important;
}

.home .span-12.last ul:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.home .span-12.last ul { display: inline-block; }
/* start commented backslash hack \*/
* html .home .span-12.last ul { height: 1%; }
.home .span-12.last ul { display: block; }
/* close commented backslash hack */

	.key-service li {
		float: left;
		width: 50%;
	}
	
a.cta {
	padding: 0 20px 0 0;
}

#sidebar {
	margin-top: 100px;
}

#sidebar iframe {
	border: 1px solid #71c3d5 !important;
}

#sidebar > img:first-child {
	margin: 0 0 40px;
}

#page h3 {
	color: #15758b; /* text color */
	font-size: 24px;
	font-weight: 300;
	text-transform: none;
	margin: 40px 0 20px;
}

	#page h4 {
		color: #27292c; /* text color */
		font-size: 16px;
		font-weight: bold;
	}
	
.gform_wrapper input, .gform_wrapper textarea {
	-moz-appearance: none !important;
	appearance: none !important;
	border: 1px solid #15758b !important; /* stroke */
	background-color: #fff !important; /* layer fill content */
	-moz-box-shadow: inset 1px 1px 0 rgba(21,118,139,.3); /* inner shadow */
	-webkit-box-shadow: inset 1px 1px 0 rgba(21,118,139,.3); /* inner shadow */
	box-shadow: inset 1px 1px 0 rgba(21,118,139,.3); /* inner shadow */
	padding: 10px !important;
	color: #27292c !important; /* text color */
	font-family: "proxima-nova", sans-serif !important;
	font-size: 16px !important;
	width: 100%!important;
}
	
.gform_wrapper [type="submit"] {
	background-color: #b90337 !important; /* layer fill content */
	-moz-box-shadow: 5px 5px 3px 0 rgba(212,210,205,.5); /* drop shadow */
	-webkit-box-shadow: 5px 5px 3px 0 rgba(212,210,205,.5); /* drop shadow */
	box-shadow: 5px 5px 3px 0 rgba(212,210,205,.5); /* drop shadow */
	padding: 8px 60px !important;
	border:  0 !important;
	margin-top: -20px !important;
	color: #fff !important; /* text color */
	font-family: "proxima-nova", sans-serif !important;
	font-size: 16px !important;
	font-weight: bold !important;
	float: right !important;
	width: auto !important;
}

.gform_wrapper label {
	font-weight: bold;
}

.gform_wrapper .gfield_error label {
	display: block !important;
}
.menu-item:hover .sub-menu {
	display: block;
}
.sub-menu {
	position: absolute;
	display: none;
	margin-top: 13px !important;
}
#navigation .sub-menu li {
	float: none;
	margin: -3px 0px 0px 0px;
}
#navigation .sub-menu li a {
	background: #15758b;
color: #fff;
width: 200px;
display: block;
border-bottom: 4px solid #fff;
}
#navigation .sub-menu li a:hover {
		background: #fff;
		color: #15758b;
}
}
#page li {
	list-style-image: url('img/list-item.png') !important;
}
#page .gform_body li {
	list-style-image: none !important;
}
.alignleft {
	float: left;
	margin-right:20px;
}
