/*
Theme Name: Ileostomyvic
Theme URI: https://wordpress.org/themes/ileostomyvic/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Ileostomyvic is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Ileostomyvic will make your WordPress look beautiful everywhere.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: ileostomyvic

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 600;
	color: #234c80;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body {	
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
  	background: #ffffff;
   	background: -moz-linear-gradient(top, #234c80 -2%, #ffffff 98%);
  	background: -webkit-gradient(left top, left bottom, color-stop(-2%, #234c80), color-stop(98%, #ffffff));
  	background: -webkit-linear-gradient(top, #234c80 -2%, #ffffff 98%);
  	background: -o-linear-gradient(top, #234c80 -2%, #ffffff 98%);
  	background: -ms-linear-gradient(top, #234c80 -2%, #ffffff 98%);
  	background: linear-gradient(to bottom, #234c80 -2%, #ffffff 98%);
   	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234c80', endColorstr='#ffffff', GradientType=0 );
}


body,
button,
input,
select,
textarea {
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
/*	text-rendering: optimizeLegibility;*/
}

h1 {
	font-size:28px;
	line-height:30px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
h2 {
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
}

h3 {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

h4 {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
h5 {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
}
h6 {
	font-size: 12px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
	font-size: 14px;
	line-height:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	margin-bottom:20px;
	margin-top: 0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	margin: 0 0 15px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background:#ffffff;
	/* Fallback for when there is no custom background color defined. */
   	background: -moz-linear-gradient(top, #234c80 -2%, #ffffff 98%);
  	background: -webkit-gradient(left top, left bottom, color-stop(-2%, #234c80), color-stop(98%, #ffffff));
  	background: -webkit-linear-gradient(top, #234c80 -2%, #ffffff 98%);
  	background: -o-linear-gradient(top, #234c80 -2%, #ffffff 98%);
  	background: -ms-linear-gradient(top, #234c80 -2%, #ffffff 98%);
  	background: linear-gradient(to bottom, #234c80 -2%, #ffffff 98%);
   	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234c80', endColorstr='#ffffff', GradientType=0 );
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #234c80;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #666666;
	text-decoration: none;
}

a:focus {
	outline: 0;
	color: #666666;
	text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}

.wrapper{
	display: block;
	margin: 0 auto;
	max-width: 940px;
}

.content-block{
	float: left;
	width: 100%;
}
.content-inner{
	float: left;
	width: 100%;
	padding: 10px 0 30px;
}
.common-container{
	float: left;
	width: 100%;
}
.sidebar{
	float: left;
	width: 25.24%;
	margin-right: 8px;
	background: #ffffff;
}
.sidebar-content{
	float: left;
	width: 100%;
	padding: 18px 20px 20px;
	background: #fff;
}
.sidebar-top{
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666666;
}
.sidebar-top h6{
	padding-bottom: 20px;
}
.sidebar-top address p{
	margin: 0px;
}
.phone-blk{
	float: left;
	width: 100%;
	padding-bottom: 5px;
}
.phone-blk strong{
	color: #666666;
	float: left;
	padding-right: 4px;
}
.phone-blk a{
	color: #666666;
	font-weight: 400 !important;
}
.phone-blk a:hover{
	text-decoration: underline;
}

.sidebar-mid{
	float: left;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px dashed #666666;
        text-transform: uppercase;
}
.sidebar-mid ul{
	float: left;
	width: 100%;
	margin: 0px;
	list-style: none;
}
.sidebar-mid ul li{
	float: left;
	width: 100%;
	padding-top: 10px;
}
.sidebar-mid ul li:first-child{
	padding: 0px;
}

.sidebar-bottom{
	float: left;
	width: 100%;
	padding-top: 25px;
}

.heading-block{
	float: left;
	width: 100%;
	height: 49px;
	padding: 12px 20px;
	background: #234c80;
}

.content-right{
	float: left;
	width: 73.87%;
	background: #fff;
}
.content-area{
	float: left;
	width: 100%;
	padding: 20px 20px 25px 20px;
	background: #fff;
}
.content-area a{
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.content-area img{
/*	margin-bottom: 40px;*/
	display: block;
	width: 100%;
}




.favourites-blk{
	float: left;
	width: 100%;
}
.favourites-blk ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
}
.favourites-blk ul li{
	float: left;
	width: 100%;
	padding: 10px 0px;
	border-top: 1px dashed #666666;
}
.favourites-blk ul li:first-child{
	padding-top: 0px;
	border: none;
}
.favourites-blk ul li a{
	margin: 0px;
}
.fav-img{
	float: left;
	width: 38%;
}
.fav-img img{
	display: block;
	margin: 0 auto;
	width: auto;
	max-height:90px;
}
.fav-data{
	float: left;
	width: 62%;
	padding: 13px 0px;
}

.contact-page{
	float: left;
	width: 50%;
}
.contact-page .sidebar-top{
	border: none;
	padding-bottom: 0px;
}
.contact-page h6{
	color: #234c80;
}
.contact-page strong{
	color: #234c80;
}
.contact-page address p{
	margin: 0px;
}
.contact-page a{
	width: auto;
	margin: 0px;
}
.hours-and-location{
	float: left;
	width: 100%;
	padding-top: 18px;
}
.hours-and-location p{
	margin: 0px;
}
.contact-map{
	float: right;
	width: 50%;
}
.contact-content{
	float: left;
	width: 100%;
	padding-top: 10px;
}
.form-block{
	float: left;
	width: 100%;
}
.single-field{
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.single-field label{
	float: left;
	width: 100%;
	text-transform: capitalize;
	color: #234c80;
}
.single-field .input-style{
	float: left;
	width: 100%;
	border: 1px solid #cccccc;
	height: 31px;
	line-height: 31px;
	padding: 0 10px;
	background: transparent;
	border-radius: 0px;
}
.single-field .input-style:focus{
	border: 1px solid #cccccc;
	box-shadow: none;
}
.single-field textarea{
	float: left;
	width: 100%;
	border: 1px solid #cccccc;
	line-height: 18px;
	padding: 10px;
	background: transparent;
	border-radius: 0px;
	height: 76px;
	resize: none;
}
.single-field .submit-btn{
	float: right;
	width: auto;
	padding: 12px;
	background: #234c80;
	color: #fff;
}


.page.page-id-9 .content-area ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0px;
	max-width: 500px;
}
.page.page-id-9 .content-area ul li{
	float: left;
	width: 100%;
	padding: 30px 0px;
	border-bottom: 1px dashed #666;
}
.page.page-id-9 .content-area ul li:first-child{
	border-top: 1px dashed #666;
}
.page.page-id-9 .content-area ul li a{
	float: left;
        margin: 0;
        padding: 0 5px 0 15px;
        position: relative;
	width: auto;
        text-transform: uppercase;
}




/****************** 404 Page ***********************/

#wrap_404 {
	float:left;
	width:100%;
    text-align: center;
    padding: 40px 0 60px;
	background: #fff;
}
#wrap_404 h1 {
    font-size: 150px;
	color: #234c80;
	line-height:176px;
    font-weight: 700;
}
#wrap_404 h2 {
    display: block;
	color:#666;
    font-size: 26px;
	font-weight:normal;
	padding-bottom: 10px;
}

#wrap_404 h6{
    display: inline-block;
    padding-bottom: 25px;
    font-size: 20px;
    color:#666;
	font-weight:normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
#wrap_404 p {
    display: block;
	color: #234c80;
    font-size: 16px;
	margin:0;
}
#wrap_404 p a{
	padding: 8px 12px;
	display:inline-block;
	background:none;
	color: #234c80;
	border:3px solid #234c80;
	font-size:17px;
    line-height: 20px;
	text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

#wrap_404 p a:hover{
	color:#ffffff;
	background:#234c80;
	text-decoration:none;
    -webkit-transition: all 500ms ease-in 0s;
  -moz-transition: all 500ms ease-in 0s;
transition: all 500ms ease-in 0s;
}

div.wpcf7-validation-errors{
	float: left;
	width: 100%;
	margin: 0px;
}




.header-container{
    float: left;
    width: 100%;
}
.header-top{
    width: 100%;
    background: #234c80;
    display: table;
    padding: 60px 0px 0px;
}
.main-menu{
    float: right;
}
.main-menu ul{
    float: left;
    margin: 0px;
}
.main-menu ul li{
    float: left;
    list-style: none;
    margin-left: 12px;
}
.main-menu ul li:first-child{
    margin-left: 0px;
}
.main-menu ul li a{
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    padding: 8px;
    background: #3d618f;
    text-transform: uppercase;
    min-width: 128px;
    text-align: center;
    text-decoration: none;
}
.main-menu ul li a:hover{
    background: #fff;
    color: #234c80;
    -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
transition: all 300ms ease-in 0s;
}
.main-menu ul li a:focus{
    outline: none;
}
.header-bottom{
    float: left;
    width: 100%;
    margin: 15px 0px 5px;
}
.logo-block{
    float: left;
    width: 100%;
    background: #fff url("http://colovic.org.au/wp-content/uploads/2016/07/logo-bg4.png")right top no-repeat;
    padding: 15px 0px 15px 28px;
    background-size: auto 100%;
}
.logo-content{
    float: left;
    width: auto;
}
.logo-content img{
	float: left;
	width: auto;
}

.footer-container{
    float: left;
    width: 100%;
    background: #234c80;
}



.content-form-single{
     float: left;
     width: 100%;
}
.content-form-unit{
    float: left;
    width: 100%;
    max-width: 625px;
    padding: 7px 0;
}
.content-form-left{
    float: left;
    width: 25%;
    margin: 7px 0px;
    padding-right: 25px;
    text-align: right;
}
.content-form-right{
    display: table;
    width: 71%;
}
.content-form-right input[type="radio"]{
    display: table-cell; 
    vertical-align: middle;
    margin: 0px;
}
.content-form-right input[type="text"] {
    width: 100%;
    max-width: 200px;
    background: #fff;
}
.content-form-unit  input[type="text"]{
    background: #fff;
    border-radius: 0px;
}
.content-form-right input[type="text"]:focus, .content-form-unit  input[type="text"]:focus{
    border: 1px solid #d1d1d1;
}
.content-form-right label{
    display: table-cell;
    vertical-align: middle;
    min-width: 40px;
}
.content-form-outer{
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.content-form-unit.address input[type="text"]{
    margin: 7px 0px;
    max-width: 320px;
}
.content-form-unit.postcode input{
    max-width: 150px;
}
.content-form-right select{
    background: #f7f7f7;
    height: 25px;
    border: 1px solid #d1d1d1;
	border-radius: 2px;
}
.official-form{
    float: left;
    width: 100%;
    max-width: 620px;
/*    padding-bottom: 15px;*/
}
.official-form .official-left, .official-form .official-right{
    float: left;
    width: 50%;
}
.official-form .official-left label, .official-form .official-right label{
    float: left;
    width: 50%;
    text-align: right;
    padding: 20px 20px 20px 0px;
    line-height: 14px;
}
.official-form .official-left input[type="text"], .official-form .official-right input[type="text"]{
    float: left;
    width: 50%;
    background: #fff;
    border-radius: 0px;
}
.official-form .official-left input[type="date"], .official-form .official-right input[type="date"] {
    float: left;
    width: 50%;
    background: #fff;
    border-radius: 0px;
    padding: 7px 5px;
    border: 1px solid #d1d1d1;
}
.official-form .official-left input[type="text"]:focus, .official-form .official-right input[type="text"]:focus{
    border: 1px solid #d1d1d1;
}
.content-form-outer label{
    color: #234c80;
}
.content-form-right label{
    color: #686868;
}
/*
.official-right.dob input{
    max-width: 75px;
}
*/
.hospital-data{
    float: left;
    width: 100%;
}
.hospital-data .content-form-right label {
    min-width: 65px;
    float: left;
}
.hospital-data-inner.type{
    padding-top: 15px;
}
.hospital-data-inner.type label{
    min-width: 70px;
}
.hospital-data-inner{
    float: left;
    width: 100%;
}
.hospital-data-inner > input {
    float: left;
    margin-right: 20px;
}
.hospital-data-inner.type > input {
     margin-right: 12px;
}
.content-form-single input[type="submit"] {
    background: #234c80;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    text-transform: uppercase;
}
.content-form-single input[type="submit"]:hover{
   background: #007acc;
}
.content-form-single input[type="submit"]:focus{
   outline: none;
}
.form-submit{
    float: left;
    width: 40%;
    text-align: right;
}

.content-form-unit .wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}
.content-form-unit .wpcf7-form-control.wpcf7-radio {
    float: left;
    width: 100%;
}
.content-form-unit  span.wpcf7-list-item {
    float: left;
    margin: 0px 8px 0px 0px;
}
.wpcf7-form-control-wrap.your-salutation{
    width: 45%;
}
.content-form-right br{
    display: none;
}
.content-form-right.salutation .wpcf7-form-control-wrap{
    width: 50%;
	padding: 8px 0px;
}


div.wpcf7-mail-sent-ok{
    float:left;
    width:100%;
    margin:0px;
}




.personal{
    display: table;
    width: 100%;
}
.content-form-single.form2 .content-form-right input[type="text"] {
    max-width: 250px;
}
.official{
    float: left;
    width: 100%;
    padding-top: 8px;
}
.content-form-product{
    float: left;
    width: 100%;
}
.product-name{
    float: left;
    width: 40%;
}
.product-name label{
    float: left;
    text-align: left;
}
.product-code{
    float: left;
    width: 35%;
}
.product-quantity{
    float: left;
    width: 35%;
}


.brand-block{
	float: left;
	width: 100%;
        border-top: 2px dashed #8f8f8f;
        padding-top: 20px;
}
.brand-single{
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.brand-name{
	float: left;
	width: 60%;
}
.brand-name input.brand-input{
	max-width: 285px;	
}
.brand-code{
	float: left;
	width: 25%;
}
.brand-code input.brand-input{
	max-width: 110px;	
}
.brand-qty{
	float: left;
	width: 15%;
}
.brand-qty input.brand-input{
	max-width: 75px;	
}
input.brand-input{
	float: left;
	width: 100%;
	border: 1px solid #d1d1d1;
	background: #fff !important;
	border-radius: 0px;
}
input.brand-input:focus{
	box-shadow: none;
	border: 1px solid #d1d1d1;
}
.brand-block p{
	margin: 0px;
}
.order-common{
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.order-common p{
	margin: 0px;
	line-height: 18px;
}
.order-common.address strong{
	color: #234c80;
}

.content-form-single.form2 .content-form-unit .wpcf7-form-control.wpcf7-radio{
	padding: 10px 0px;
}

.content-form-single.form2 .brand-block .wpcf7-form-control.wpcf7-text{
	float: left;
	width: 100%;
	border: 1px solid #d1d1d1;
	background: #fff !important;
	border-radius: 0px;
}
.content-form-single.form2 .brand-name .wpcf7-form-control.wpcf7-text{
	max-width: 285px;
}
.content-form-single.form2 .brand-code .wpcf7-form-control.wpcf7-text{
	max-width: 110px;
}
.content-form-single.form2 .brand-qty .wpcf7-form-control.wpcf7-text{
	max-width: 75px;
}

.form-submit img{
	display: inline-block;
	width: auto;
}
span.wpcf7-not-valid-tip{
    display:inline-block;
}

/*************Footer*************/

.footer-container{
	float: left;
	width: 100%;
	background: #234c80;
}

.footer-block{
	float: left;
	width: 100%;
	padding: 20px 0px;
	text-align: center;
}
.footer-block p{
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	margin: 0px;
	line-height: 20px;
}
.footer-block p a{
	color: #fff;
}
.footer-block ul{
	float: none;
	display: inline-block;
	list-style: none;
	margin: 0px auto;
}
.footer-block ul li{
	float: left;
	width:auto;
	padding-left: 4px;
	border-left: 1px solid #fff;
	margin-left: 4px;
	color: #fff;
}
.footer-block ul li:first-child{
	margin: 0px;
	padding: 0px;
	border: none;
}
.footer-block ul li a{
	color: #fff;
}
.sidebar .heading-block h2{
    text-transform:none;
}

.g-recaptcha {
    transform:scale(0.65);
    transform-origin:0 0;
}