/*
Theme Name: Waikiwi Vet Services
Theme URI: http://underscores.me/
Author: emotive
Author URI: http://emotivedesign.co.nz
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: waikiwi-vet-services
Domain Path: /languages/
Tags:

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.

 Waikiwi Vet Services is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body{color: #013765;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;}

button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

.entry-title{font-size:20px; font-weight:600;}
.entry-content h1{font-size:20px; line-height:40px;font-weight:600;}
.entry-content h2{font-size:16px; line-height:40px;font-weight:600;}
.entry-content h3{font-size:14px; line-height:40px;font-weight:600;}
.entry-content h4{font-size:14px; line-height:40px;font-weight:400;}
.entry-content ul{list-style-position:inside;}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
.content-area img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
.products a:hover {
    opacity: .5;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
4.9 structure color
--------------------------------------------------------------*/
#masthead{background: #014885; /* Old browsers */
background: -moz-linear-gradient(top,  #014885 30%, #02559c 72%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#014885), color-stop(72%,#02559c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #014885 30%,#02559c 72%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #014885 30%,#02559c 72%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #014885 30%,#02559c 72%); /* IE10+ */
background: linear-gradient(to bottom,  #014885 30%,#02559c 72%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014885', endColorstr='#02559c',GradientType=0 ); /* IE6-9 */
}

#colophon{background:#013765;}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #013765;
}
a:visited {
	color:#013765;
}
a:hover,
a:focus,
a:active {
	color: royalblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 2.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*  Mobile Layout: 320px.---------------------------------------------------
-------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
#first,#third{width:220px; float:left;color:lightblue; margin-right:20px;}
#masthead{}
	.products {
		width: 64%;
		float: none;
		margin: 2% 19%;
}
.price{font-size: 1.5em;
		font-weight: 600;text-align:right;}
	.price-widget{font-size: 1.5em;
			font-weight: 600;}
.products a{text-decoration: none;}
.products a:hover{color:#013765;}
.product-side{margin: 2em auto;}
.product-side .widget-title{margin-top: 2em;}
#third {
		width: 323px;
float:left;color:lightblue; margin-right:20px;
}
.site-title{text-indent:-9999px}
.site-title a{ position:absolute; top:10px; left:0; background: url(images/logo-mobile.png) no-repeat; width:280px; height:78px;padding:40px 0px;}

.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.7);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 16px;
		line-height: 20px;
	}
	.ei-title h3{
		font-size: 16px;
		line-height: 20px;
	}.ei-slider-wrapper{display:none;}
	.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: 200px;
	margin: 0 auto;
	display:block;
}
#front-links{background:#02559c; width:100%; padding:30px 10px 10px 10px;}
.frontgroup{background:#013765; padding:10px 20px; width:100%; float:left; min-height:69px;margin-bottom:3px;}
.frontcon{float:right; }

   .frontcon img{width:100%; margin:auto 0;}
.fronttitle{margin:0; float:left; clear:none;margin-top:0px;color:#fff; text-transform:uppercase;}

.site-description{ color: #fff;
padding-top: 20px;
margin: 0 auto;
width: 296px;
font-size: 13px;
font-style: italic;
line-height: 16px;
text-align: center;
}
.fone{ width:100%;font-size:30px; font-style:normal; line-height: 46px;display: block; text-align:center;border-bottom:2px solid #fff; margin-bottom:5px;}
.fone:before{content:'Phone ';}
.hours-details{width:200px;font-size-adjust: 0.48;}
.service-menu-list{display:none;}
.site-content{padding: 2%;}
.bloglogo,.blogimage{display:none;}
#second{display:block;}
#footer-widget-area {padding:0 2%;}
}

/*  Wide Mobile Layout: 480px. ----------------------------------------
------------------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px)  {
	.products {
		width: 31%;
		float: left;
		margin: 2% 1%;
}
.price{font-size: 1.5em;
		font-weight: 600;text-align:right;}
	.price-widget{font-size: 1.5em;
			font-weight: 600;}
.products a{text-decoration: none;}
.products a:hover{color:#013765;}
.product-side{margin: 2em auto;}
.product-side .widget-title{margin-top: 2em;}
#third {
		width: 323px;
float:left;color:lightblue; margin-right:20px;
}
#masthead{}
#first,#third{width:220px; float:left;color:lightblue; margin-right:20px;}
#footer-widget-area {padding:0 2%;}
#second{display:block;}
.site-content{padding:2%;}
.site-title{text-indent:-9999px}
.site-title a{ position:absolute; top:10px; left:0; background: url(images/logo-mobile.png) no-repeat; width:410px; height:78px;padding:40px 200px;}
.ei-slider-wrapper{display:block;}
.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.7);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 16px;
		line-height: 20px;
	}
	.ei-title h3{
		font-size: 12px;
		line-height: 18px;
	}
	.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: 250px;
	margin: 0 auto;
	display:block;
}

.site-description {
color: #fff;
padding-top: 20px;
margin: 0 0 0 20px;
width: 296px;
font-size: 13px;
font-style: italic;
line-height: 16px;
text-align: center;
}
.bloglogo,.blogimage{display:none;}
}

/*  Tablet Layout: 768px.--------------------------------------------
--------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
#masthead{}
	.products-content{float:left;}
	.products {
		width: 31%;
		float: left;
		margin: 2% 1%;
}
.price{font-size: 1.5em;
		font-weight: 600;text-align:right;}
	.price-widget{font-size: 1.5em;
			font-weight: 600;}
.products a{text-decoration: none;}
.products a:hover{color:#013765;}
.product-side{margin: 2em auto;}
.product-side .widget-title{margin-top: 2em;}
#third {
		width: 323px;
float:left;color:lightblue; margin-right:20px;
}
#first,#third{width:220px; float:left;color:lightblue; margin-right:20px;}
.site-content{padding:2%;}
.site-title{text-indent:-9999px}
.site-title a{ position:absolute; top:10px; left:0; background: url(images/logo.png) no-repeat; width:410px; height:78px;padding:40px 200px;}
dl-trigger{float:right;}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 25px;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #fff;
}
.ei-title h3{
	font-size: 16px;
	line-height: 20px;
	width:95%;
	font-family: 'Open Sans', sans-serif;
	text-transform: normal;
	color: #fff;
	float:right;
}
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: 300px;
	margin: 0 auto;
	display:block;
}
#second{display:block;}
#front-links{background:#02559c; width:100%; padding:30px 10px 10px 10px;}
.frontgroup{background:#013765; padding:10px 20px; width:100%; float:left; min-height:69px;margin-bottom:3px;}
.frontcon{float:right; }

   .frontcon img{width:100%; height:100%; margin:auto 0;}
.fronttitle{margin:0; float:left; clear:none;margin-top:12px;color:#fff; text-transform:uppercase;}
.site-description{color:#fff; padding-top:50px; margin:0 0 2%  0; width:65%; font-size:13px;font-style:italic; line-height:9px; text-align:right;}
.fone{border-right:3px solid #fff;font-size:33px; font-style:normal; vertical-align: -13px;margin-right:4px;}
.hours-details{width:200px;font-size-adjust: 0.45;}

.blogcontent{width:73%;float:right;}
.bloglogo{ width: 180px;
height: 120px; float:left; background:lightblue url(images/bloglogo.png) no-repeat center center;}
article{width:100%; clear:both;}
.blogimage{float:left;}
.site-content .widget-area {

margin-top: 20px;
}
#footer-widget-area {padding:0 2%;}
}

/* Desktop ------------------------------------------------------------
-----------------------------------------------------------------------*/
@media only screen and (min-width: 992px){

	.products-content{width: 100%; float:left;display: block;}
	.products {
    width: 23%;
    float: left;
    margin: 2% 1%;
}
.price{font-size: 1.5em;
    font-weight: 600;text-align:right;}
	.price-widget{font-size: 1.5em;
	    font-weight: 600;}
.products a{text-decoration: none;}
.products a:hover{color:#013765;}
.product-side{margin: 2em auto;}
.product-side .widget-title{margin-top: 2em;}
#third {
    width: 323px;
float:left;color:lightblue; margin-right:20px;
}

#first{width:220px; float:left;color:lightblue; margin-right:20px;}
#masthead{}
.site-branding{position:relative; width:980px; margin:0 auto; }
.site-content{width:980px; margin:0 auto;}
.site-title{text-indent:-9999px}
.site-title a{ position:absolute; top:10px; left:0; background: url(images/logo.png) no-repeat; width:410px; height:78px;padding:40px 200px;}
.dl-trigger{display:none;}

nav.dl-menuwrapper .dl-menu{
					float:right;
					margin: 5px 0 0 0;
					position: inherit;
					width:53%;
					opacity: 100;
					pointer-events: inherit;
					-webkit-transform: translateY(0);
					-moz-transform: translateY(0);
					transform: translateY(0);
					-webkit-backface-visibility: block;
					-moz-backface-visibility: block;
					backface-visibility: block;
}
nav.dl-menuwrapper ul {background:none;}
nav.dl-menuwrapper li{float:left;}
nav.dl-menuwrapper {width:1024px;
										max-width: none;
										margin:0 auto;
										float:none;
										margin-top:5px;}

		nav.dl-menuwrapper li.dl-back:after,
nav.dl-menuwrapper li > a:not(:only-child):after {
										position: absolute;
										top: 0;
										line-height: 50px;
										font-family: ;
										speak: none;
										-webkit-font-smoothing: antialiased;
										content:none;
}
.disablekk{cursor: default !important;
    pointer-events: none;}
   .dl-back{display:none;}

		nav.dl-menuwrapper ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background:#02559c;
	display: none;
	float: left;
	left: 0;
	position: absolute;

	z-index: 99999;
}
nav.dl-menuwrapper ul ul ul {
	left: 100%;
	top: 0;
}
nav.dl-menuwrapper ul ul a {
	width: 200px;
}
nav.dl-menuwrapper ul ul li {
}
nav.dl-menuwrapperli:hover > a {
}
nav.dl-menuwrapper ul ul :hover > a {
}
nav.dl-menuwrapper ul ul a:hover {
}
nav.dl-menuwrapper ul li:hover > ul {
	display: block;
}

	.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: 350px;
	margin: 0 auto;
	display:block;
}
	.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 25px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #fff;
}
.ei-title h3{
	font-size: 16px;
	line-height: 20px;
	width:80%;
	font-family: 'Open Sans', sans-serif;

	color: #fff;
	float:right;
}
	/*
Theme Name: Waikiwi Vet Services
Layout: Sidebar-Content
*/

.content-area {
	float: right;
	margin: 20px 0 0 -25%;
	width: 100%;
}
.site-main {
	margin: 0 0 0 25%;
}
.site-content .widget-area {
	float: left;
	overflow: hidden;
	width: 25%;
	margin-top:20px;
}
.site-footer {
	clear: both;
	width: 100%;
}
#front-links{ padding:40px;}
.frontgroup{background:#013765; padding:10px 15px; width:17%; float:left;margin:10px 12px; min-height:69px;}
.frontcon{float:right; }

   .frontcon img{width:100%; margin:auto 0;}
.fronttitle{margin:0; float:left; clear:none;margin-top:0;max-width:75px;color:#fff; text-transform:uppercase;}

.site-description{color:#fff; float:right; margin:20px 0 20px 0; width:53%; font-size:13px;font-style:italic; line-height:13px; text-align:right;}
.fone{border-right:3px solid #fff;font-size:33px; font-style:normal; vertical-align: -13px; margin-right:4px; text-align:left;}

.hours-details{width:200px;font-size-adjust: 0.45;}
#linkarea{width:980px; margin:0 auto;}
/* footer widgets
-------------------------------------*/
#footer-widget-area{width:980px; margin:20px auto;}


#second{width:220px; float:left; display:block;}
#second a{color:lightblue; text-decoration:none;}
#second a:hover{text-decoration:underline;}
/* services menu
----------------------------------------*/
.colorbar{width:100%; float:right; border-bottom:6px solid;}
.services-container{margin:0 auto; width:980px;}
.widget-title,.child-title{clear:both; font-weight:600; font-size:16px;}
aside{font-size:14px;}
.child-menu-list a{text-decoration:none;}
.child-menu-list:hover{background:lightblue;}
.blogcontent{width:73%;float:right;}
.bloglogo{ width: 180px;
height: 120px; float:left; background:lightblue url(images/bloglogo.png) no-repeat center center;}
article{width:100%; clear:both;}
.blogimage{float:left;}
}
/* sidebar child menu
------------------------------------------*/
#current a{font-weight:600;color:#013765}

#current:after{content:'>';font-weight:600;}

#current-green-m a{color:green;font-weight:600;}
#current-orange-m a{color:orange;font-weight:600;}
#current-light-blue-m a{color:lightblue;font-weight:600;}
#current-yellow-m a{color:yellow;font-weight:600;}
#current-red-m a{color:red;font-weight:600;}
#current-pink-m a{color:pink;font-weight:600;}
#current-purple-m a{color:purple;font-weight:600;}
/* services menu
----------------------------------------*/
#services-menu{width:100%; background:#013765;
}
#services-menu ul{margin:0;list-style:none; color:#fff; padding-top: 15px; }

.service-menu-list{ float:left;margin-right: 20px;}
.service-menu-list a{color:#fff;text-decoration:none;}
.service-menu-list a:hover{text-decoration:underline;}
.parent-title{text-transform:uppercase; float:left;margin-right:20px;color:#fff;}
.menu-title{margin-right: 20px;
vertical-align: 12px;}

.green-m{border-color: green;}
.orange-m{border-color:  orange;}
.light-blue-m{border-color: lightblue;}
.yellow-m{border-color: yellow;}
.red-m{border-color: red;}
.pink-m{border-color: pink;}
.purple-m{border-color: purple;}



.green{border-right: 7px solid green;}
.orange{border-right: 7px solid orange;}
.light-blue{border-right: 7px solid lightblue;}
.yellow{border-right: 7px solid yellow;}
.red{border-right: 7px solid red;}
.pink{border-right: 7px solid pink;}
.purple{border-right: 7px solid purple;}

#first,#third{color:lightblue;}

/* Responsive Multi-Level Menu
--------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:url('../waikiwi-vet-services/fonts/icomoon.eot');
	src:url('../waikiwi-vet-services/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	url('../waikiwi-vet-services/fonts/icomoon.woff') format('woff'),
	url('../waikiwi-vet-services/fonts/icomoon.ttf') format('truetype'),
	url('../waikiwi-vet-services/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Common styles of menus */

.dl-menuwrapper {
	width: 100%;
	max-width: 300px;
	float: right;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
	z-index:9999;
}

.dl-menuwrapper:first-child {
	margin-right: 100px;
}

.dl-menuwrapper button {
	background: #ccc;
	border: none;
	width: 48px;
	height: 45px;
	text-indent: -900em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
	background: #aaa;
}

.dl-menuwrapper button:after {
	content: '';
	position: absolute;
	width: 68%;
	height: 2px;
	background: #3D85C2;
	top: 10px;
	left: 16%;
	box-shadow:
		0 10px 0 #3D85C2,
		0 20px 0 #3D85C2;
}

.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.dl-menuwrapper li {
	position: relative;
}

.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #fff;
	outline: none;
	text-decoration:none;
}

.no-touch .dl-menuwrapper li a:hover {
	background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	margin: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index:9999;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	z-index:999;
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
	display: none;
}

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
	display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	margin: 0;
	z-index:999;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
	-webkit-animation: MenuAnimOut1 0.4s;
	-moz-animation: MenuAnimOut1 0.4s;
	animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
	-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
	-moz-animation: MenuAnimOut2 0.3s ease-in-out;
	animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
	-webkit-animation: MenuAnimOut3 0.4s ease;
	-moz-animation: MenuAnimOut3 0.4s ease;
	animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
	-webkit-animation: MenuAnimOut4 0.4s ease;
	-moz-animation: MenuAnimOut4 0.4s ease;
	animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0.4s ease;
	-moz-animation: MenuAnimOut5 0.4s ease;
	animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut2 {
	100% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut3 {
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut4 {
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut1 {
	50% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-moz-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut2 {
	100% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut3 {
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut4 {
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut1 {
	50% {
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}

@keyframes MenuAnimOut2 {
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut3 {
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut4 {
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		transform: translateY(40%);
		opacity: 0;
	}
}

.dl-menu.dl-animate-in-1 {
	-webkit-animation: MenuAnimIn1 0.3s;
	-moz-animation: MenuAnimIn1 0.3s;
	animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
	-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
	-moz-animation: MenuAnimIn2 0.3s ease-in-out;
	animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
	-webkit-animation: MenuAnimIn3 0.4s ease;
	-moz-animation: MenuAnimIn3 0.4s ease;
	animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
	-webkit-animation: MenuAnimIn4 0.4s ease;
	-moz-animation: MenuAnimIn4 0.4s ease;
	animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
	-webkit-animation: MenuAnimIn5 0.4s ease;
	-moz-animation: MenuAnimIn5 0.4s ease;
	animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn2 {
	0% {
		-webkit-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn1 {
	0% {
		-moz-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-moz-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-moz-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn2 {
	0% {
		-moz-transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn3 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn4 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn1 {
	0% {
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes MenuAnimIn2 {
	0% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn3 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn4 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
	-webkit-animation: SubMenuAnimIn1 0.4s ease;
	-moz-animation: SubMenuAnimIn1 0.4s ease;
	animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
	-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
	animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
	-webkit-animation: SubMenuAnimIn3 0.4s ease;
	-moz-animation: SubMenuAnimIn3 0.4s ease;
	animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
	-webkit-animation: SubMenuAnimIn4 0.4s ease;
	-moz-animation: SubMenuAnimIn4 0.4s ease;
	animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	-webkit-animation: SubMenuAnimIn5 0.4s ease;
	-moz-animation: SubMenuAnimIn5 0.4s ease;
	animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn2 {
	0% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn3 {
	0% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn4 {
	0% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn1 {
	0% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn2 {
	0% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateX(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn3 {
	0% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn4 {
	0% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn1 {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn2 {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn3 {
	0% {
		transform: translateZ(-300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn4 {
	0% {
		transform: translateZ(300px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0px);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
	-webkit-animation: SubMenuAnimOut1 0.4s ease;
	-moz-animation: SubMenuAnimOut1 0.4s ease;
	animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
	-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
	-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
	animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
	-webkit-animation: SubMenuAnimOut3 0.4s ease;
	-moz-animation: SubMenuAnimOut3 0.4s ease;
	animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
	-webkit-animation: SubMenuAnimOut4 0.4s ease;
	-moz-animation: SubMenuAnimOut4 0.4s ease;
	animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	-webkit-animation: SubMenuAnimOut5 0.4s ease;
	-moz-animation: SubMenuAnimOut5 0.4s ease;
	animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut2 {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(100%);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut3 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut4 {
	0% {
		-webkit-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(300px);
		opacity: 0;
	}
}

@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut1 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(50%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut2 {
	0% {
		-moz-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-moz-transform: translateX(100%);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut3 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut4 {
	0% {
		-moz-transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(300px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut1 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(50%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut2 {
	0% {
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		transform: translateX(100%);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut3 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(-300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut4 {
	0% {
		transform: translateZ(0px);
		opacity: 1;
	}
	100% {
		transform: translateZ(300px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		transform: translateZ(-200px);
		opacity: 0;
	}
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
	display: block;
}

.no-js .dl-menuwrapper li.dl-back {
	display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
	content: '';
}
.dl-menuwrapper button {
	background: #014885;
	border-radius:0;
	box-shadow:none;
	left: 244px;
}

 .dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active
 {
	background: #013765;
	box-shadow:none;
}
.dl-menuwrapper ul{background: #014885;
	box-shadow:none; }

li > ul, li > ol
{
margin-bottom: 0;
 margin-left:0;
}

/* slideshow
--------------------------------------------*/
.ei-slider-wrapper {
position: relative;
width: 100%;
background:#013765;
}

.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:10;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
	z-index:0;
}
.ei-slider ul{ margin-bottom:0;background: #02559c;}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	z-index:1px;
}
.site .ei-slider-large li img{
	width: 100%;
}

.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
	list-style:none;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #013765;

}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #014885 ;
	width: 100%;
	height: 100%;
	cursor: pointer;

	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect:
        below 0px -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(transparent),
            color-stop(50%, transparent),
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

/* front page links
--------------------------------------------*/

#front-links{background:#02559c; width:100%;}


.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*ie fix/hack */



#masthead{}
.ie .site-branding{position:relative; width:980px; margin:0 auto; }
.ie .site-content{width:980px; margin:0 auto;}
.ie .site-title{text-indent:-9999px}
.ie .site-title a{ position:absolute; top:10px; left:0; background: url(images/logo.png) no-repeat; width:410px; height:78px;padding:40px 200px;}
.ie .dl-trigger{display:none;}

.ie nav.dl-menuwrapper .dl-menu{
					float:right;
					margin: 5px 0 0 0;
					position: inherit;
					width:53%;
					opacity: 100;
					pointer-events: inherit;
					-webkit-transform: translateY(0);
					-moz-transform: translateY(0);
					transform: translateY(0);
					-webkit-backface-visibility: block;
					-moz-backface-visibility: block;
					backface-visibility: block;
}
.ie nav.dl-menuwrapper ul {background:none;}
.ie nav.dl-menuwrapper li{float:left;}
.ie nav.dl-menuwrapper {width:1024px;
										max-width: none;
										margin:0 auto;
										float:none;
										margin-top:5px;}

		.ie nav.dl-menuwrapper li.dl-back:after,
.ie nav.dl-menuwrapper li > a:not(:only-child):after {
										position: absolute;
										top: 0;
										line-height: 50px;
										font-family: ;
										speak: none;
										-webkit-font-smoothing: antialiased;
										content:none;
}
.ie .disablekk{cursor: default !important;
    pointer-events: none;}
   .ie .dl-back{display:none;}

		.ie nav.dl-menuwrapper ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background:#02559c;
	display: none;
	float: left;
	left: 0;
	position: absolute;

	z-index: 99999;
}
.ie nav.dl-menuwrapper ul ul ul {
	left: 100%;
	top: 0;
}
.ie nav.dl-menuwrapper ul ul a {
	width: 200px;
}
.ie nav.dl-menuwrapper ul ul li {
}
.ie nav.dl-menuwrapperli:hover > a {
}
.ie nav.dl-menuwrapper ul ul :hover > a {
}
.ie nav.dl-menuwrapper ul ul a:hover {
}
.ie nav.dl-menuwrapper ul li:hover > ul {
	display: block;
}

	.ie .ei-slider{
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: 350px;
	margin: 0 auto;
	display:block;
}
.ie .ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ie .ei-title h2, .ie .ei-title h3{
	text-align: right;
}
.ie .ei-title h2{
	font-size: 25px;
	line-height: 50px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #fff;
}
.ie .ei-title h3{
	font-size: 16px;
	line-height: 20px;
	width:80%;
	font-family: 'Open Sans', sans-serif;

	color: #fff;
	float:right;
}
	/*
Theme Name: Waikiwi Vet Services
Layout: Sidebar-Content
*/

.ie .content-area {
	float: right;
	margin: 20px 0 0 -220px;
	width: 750px;
}
.ie .site-main {
	margin: 0 0 0 0;
}
.ie .site-content .widget-area {
	float: left;
	overflow: hidden;
	width: 220px;
	margin-top:20px;
}
.ie .site-footer {
	clear: both;
	width: 100%;
}
.ie #front-links{ padding:40px;}
.ie .frontgroup{background:#013765; padding:10px 15px; width:17%; float:left;margin:10px 12px; min-height:69px;}
.ie .frontcon{float:right; }

  .ie  .frontcon img{width:100%; margin:auto 0;}
.ie .fronttitle{margin:0; float:left; clear:none;margin-top:0;max-width:75px;color:#fff; text-transform:uppercase;}

.ie .site-description{color:#fff; float:right; margin:20px 0 20px 0; width:53%; font-size:13px;font-style:italic; line-height:13px; text-align:right;}
.ie .fone{border-right:3px solid #fff;font-size:33px; font-style:normal; vertical-align: -13px; margin-right:4px; text-align:left;}

.ie .hours-details{width:200px;font-size-adjust: 0.45;}
.ie #linkarea{width:980px; margin:0 auto;}
/* footer widgets
-------------------------------------*/
.ie #footer-widget-area{width:980px; margin:20px auto;}
.ie #first{width:220px; float:left;color:lightblue;}
.ie #second{width:220px; float:left;}
/* services menu
----------------------------------------*/
.ie .colorbar{width:100%; float:right; border-bottom:6px solid;}
.ie .services-container{margin:0 auto; width:980px;}
.ie .widget-title,.ie .child-title{clear:both; font-weight:600; font-size:16px;}
.ie aside{font-size:14px;}
.ie .child-menu-list a{text-decoration:none;}
.ie .child-menu-list:hover{background:lightblue;}

/*-////////////////////////////////////////////////////////////////-*/
.pagination-nav {
clear:both;
padding:0;
margin:0 0 20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination-nav span, .pagination-nav a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#013765;
background: #fff;
border:1px solid #013765;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.pagination-nav a:hover{
color:#fff;
background: #013765;
}

.pagination-nav .current{
padding:6px 9px 5px 9px;
background: #013765;
color:#fff;
}
.fb:before{
text-decoration:none;
font-family: "dashicons";
content: "\f304";
font-size:30px;
vertical-align:-10px;
color:lightblue}
.qcard {width:100%;}
.qcard img{max-width:100%; height:auto;}
figure.gallery-item {
    float: left;
    margin: .5em;
}
