/*!
Theme Name: Blue Cross
Theme URI: http://underscores.me/
Author: Martyna Lebryk
Author URI: http://thejuicypixel.com/
Description: Theme for Blue Cross Ireland
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blue_cross
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Blue Cross is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
	line-height: 1.3em;
	margin: 0;
	clear: both;
	font-weight: 500;
}

p {
	margin-bottom: 1.5em;
}

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: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 15px;
}

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;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	text-decoration: none;
	color: #004684;
	background: #98D4EE;
	background-color: rgb(152, 212, 238);
	line-height: 1em;
	padding: 10px 20px;
	display: table;
	text-align: left;
	margin-top: 20px;
	font-family: 'Rubik', sans-serif;
	border: none;
}


button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #E3087D;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: none;
	border-radius: 0;
	padding: 8px;
	width: 95%;
	background: transparent;
	border-bottom: 1px solid #252729;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #98D4EE;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    text-decoration: underline;
}

a:visited {
	color: #98D4EE;
	text-decoration: none;
}

a:hover{
    color: #FF0000;
    text-decoration: none;
}

a:focus, a:active{
	color: #98D4EE;
    text-decoration: none;
}

a:focus {
	outline: none;
}

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


/* HEADER */

/*HEADER TOP*/


.header-top{
	background-color: #98D4EE;
}

.header-top .content-area {
    padding: 0px;
    height: 35px;
}

.header-top a{
	font-family: 'Rubik', sans-serif;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	padding: 0 15px;
	display: inline-block;
	font-weight: 500;
}


.header-top .social a{
	padding: 0 10px;
}

.header-top li:hover a, .header-top a:hover{
	color: #004684;
}

.header-top i{
	padding: 0 5px 0 0;
}

.header-locations {
    float: left;
    max-width: 50%;
}

.header-locations-title{
	display: none;
}

.header-locations a{
	color: #004684;
	position: relative;
	padding: 0;
}


.header-locations a:hover{
	color: #fff;
}

.header-locations span{
	color: #004684;
	font-weight: bold;
	padding: 0 5px;
}

.header-buttons{
	float: right;
	max-width: 50%;
}

.header-buttons ul{
	list-style: none;
}

.header-buttons li{
	float: left;
}

li.shop-button{
	background-color: #004684;
}

li.shop-button:hover{
	background-color: #fff;
}


li.donate-button{
	background-color: #FF0000;
}

li.donate-button:hover{
	background-color: #98D4EE;
}





.header-logo{
	width: auto;
	max-height: 70px;
	margin: 15px 0;
}
 
 
 
p.site-title{
    margin: 0;
    line-height: 0;
}
 
p.site-title a {
    font-size: 0;
}
 
p.site-description {
    font-size: 0;
}





/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#primary-menu {
    float: right;
    padding-top: 35px;
}

.header-box .content-area{
	padding: 0;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #004684;
	padding: 5px 10px;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

/* Small menu. */




.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	display: inline-block;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



button.menu-toggle span, button.menu-toggle span::before, button.menu-toggle span::after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background-color: #004684;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    right: 0;
}


.home button.menu-toggle span, .home button.menu-toggle span::before, .home button.menu-toggle span::after{
	background-color: #004684;
}

.home .on-scroll button.menu-toggle span, .home .on-scroll button.menu-toggle span::before, .home .on-scroll button.menu-toggle span::after{
	background-color: #1e2028;
}

.toggled button.menu-toggle span, .toggled button.menu-toggle span::before, .toggled button.menu-toggle span::after{
	background-color: #fff;
}

.home .on-scroll .toggled button.menu-toggle span, 
.home .on-scroll .toggled button.menu-toggle span::before, 
.home .on-scroll .toggled button.menu-toggle span::after{
	background-color: #004684;
}

.home .on-scroll button.menu-toggle.active span {
    background-color: transparent;
}

button.menu-toggle.active span::before {
    transform: rotate(45deg);
    top: 0;
}

button.menu-toggle span::before {
    top: -10px;
}

button.menu-toggle.active span::after {
    transform: rotate(-45deg);
    bottom: 0;
}

button.menu-toggle span::after {
    bottom: -10px;
}

button.menu-toggle {
    cursor: pointer;
    border: none;
	z-index: 200;
	width: 30px;
	height: 40px;
	padding: 0;
}

button.menu-toggle:hover{
	background-color: transparent;
}


.menu-toggle {
    position: absolute;
    z-index: 1;
	right: 40px;
}


.on-click .menu-toggle {

	-webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}

button.menu-toggle.active span {
    background-color: transparent;
}




/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* HOME PAGE */

#home-slider {
    overflow: hidden;
    max-height: 600px;
    position: relative;
    min-height: 100%;
	padding-bottom: 0;
	text-align: center;
	width: 100%;
	height: 600px;
}

 
.home-slider{
    position: relative;
}
 
#home-slider .slider-image{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    width: 100%;
    position: relative;
    background-position: center right;
    position: relative;
}
 
#home-slider .slider-image{
    height: 600px;
}

#home-slider .content-area{
	height: 100%;
	padding: 0;
}

.slider-box{
	position: absolute;
	left: 0%;
	top: 50%;
	-moz-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	max-width: 650px;
}

.slider-box h2{
	font-size: 64px;
	line-height: 1em;
	text-align: left;
	color: #fff;
}

.home-slider .slick-next,
.pet-stories .slick-next{
	right: 20px;
}

.home-slider .slick-next:hover,
.pet-stories .slick-next:hover{
	right: 10px;
}

.home-slider .slick-prev,
.pet-stories .slick-prev{
    left: 20px;
    z-index: 1;
}


.home-slider .slick-prev:hover,
.pet-stories .slick-prev:hover{
    left: 10px;
}

.home-slider .slick-prev, .home-slider .slick-next,
.pet-stories .slick-prev, .pet-stories .slick-next{
	width: 38px !important;
	height: 75px !important;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;

}

.home-slider .slick-next, .home-slider .slick-next:hover, .home-slider .slick-next:focus,
.pet-stories .slick-next, .pet-stories .slick-next:hover, .pet-stories .slick-next:focus{
	background-image: url(img/arrow-right.png);
	background-repeat: no-repeat;
}

.home-slider .slick-prev, .home-slider .slick-prev:hover, .home-slider .slick-prev:focus,
.pet-stories .slick-prev, .pet-stories .slick-prev:hover, .pet-stories .slick-prev:focus{
	background-image: url(img/arrow-left.png);
	background-repeat: no-repeat;
}



.home-slider .slick-next::before,
.pet-stories .slick-next::before{
	content: '' !important;  
}
.home-slider .slick-prev::before,
.pet-stories .slick-prev::before{
    content: '' !important;  
}

.home-slider .slick-prev::before, .home-slider .slick-next::before,
.pet-stories .slick-prev::before, .pet-stories .slick-next::before{
	font-size: 50px !important;
}



.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    padding-bottom: 56.25%;
}
 
.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
 
#splash-video {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: auto !important;
	min-width: 100% !important;
	min-height: 100% !important;
	overflow-x: hidden !important;
	background: #f8f8f8;
	    background-position-x: 0%;
	    background-position-y: 0%;
	    background-size: auto auto;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
}





a.button {
    text-decoration: none;
    color: #004684;
    background: #98D4EE;
    line-height: 1em;
    padding: 10px 20px;
    display: table;
    text-align: left;
    margin-top: 20px;
    font-family: 'Rubik', sans-serif;

}

a.button:hover{
	color: #fff;
	background-color: #004684;
}


#statistics{
	background-color: #f8f8f8;
}

#statistics .content-area {
    padding: 20px 15px;
}

#statistics span{
	display: block;
	font-family: 'Rubik', sans-serif;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	line-height: 1.2em;
}

span.text{		
	color: #004684;
	max-width: 100px;
	font-size: 14px;
}

span.number{
	color: #98D4EE;
	font-size: 32px;
	font-weight: 900;
}


#statistics img {
    max-height: 40px;
	position: absolute;
	max-width: 40px;
	left: 50px;
	top: 10px;
}


#introduction-home h3{
	font-size: 48px;
	color: #004684;
}

#introduction-home span{
	font-size: 18px;
	font-weight: bold;
}

.intro-image-box{
	max-width: 400px;
	position: relative;
	margin: 0 auto;
}

.intro-image{
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	background-position: center;
	padding-bottom: 100%;
	border-radius: 50%;
}

.intro-image:before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100px;
	height: 100px;
	z-index: 10;
}

/*.intro-image:after{
	content: '';
	border: 6px dashed #fff;
	width: 40%;
	height: 40%;
	position: absolute;
	z-index: 10;
	bottom: 80px;
	right: 0px;
	border-radius: 50%;
	
}

.intro-image-front{
	border: 6px dashed #004684;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
}*/

.intro-image-back{
	background-color: #98D4EE;
	width: 60%;
	height: 60%;
	position: absolute;
	z-index: -1;
	bottom: -0px;
	right: -50px;
	border-radius: 50%;
}

#home-icons{
	background-color: #f8f8f8;
	text-align: center;

}

#home-icons span{
	display: block;
	font-family: 'Rubik', sans-serif;
	text-align: center;
	line-height: 1.2em;
	color: #004684;
}

.icons{
	position: relative;
}

.icons img{
	max-width: 200px;
	position: absolute; 
	left: 50%;
	top: 0%;
	-moz-transform: translate(-50% , 0);
	-webkit-transform: translate(-50% , 0);
	-o-transform: translate(-50% , 0);
	transform: translate(-50% , 0);
}

.icon-blue-circle{
	background-color: #98D4EE;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

a:hover .icon-blue-circle{
	background-color: #004684;
}

.icon-title{
	font-size: 36px;
	margin: 10px 0;
	font-weight: 500;
}

.pet-stories.slick-slider{
	overflow: hidden;
}

.pet-stories .slick-slide {
    overflow: hidden;
}

.pet-story-left, .pet-story-right{
	width: 50%;
	float: left;
	height: 450px;
	position: relative;
}

.pet-story-left{
	background-color: #004684;
}

.pet-story-right{
	background-color: #98D4EE;
	position: relative;
}


.post-thumb-box{
	max-width: 650px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: -100px;
	width: 100%;
	right: 50px;
}
.post-thumb {
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    background-position: center;
    padding-bottom: 100%;
    border-radius: 50%;
    display: block;
}


.post-thumb::before {
    content: '';
    position: absolute;
    top: 100px;
	left: 0;
    width: 100px;
    height: 100px;
    z-index: 10;
}

.post-thumb::after {
    content: '';
    border: 6px dashed #fff;
    width: 40%;
    height: 40%;
    position: absolute;
    z-index: 10;
    bottom: 80px;
    right: 0px;
    border-radius: 50%;
}



.pet-story-right::after {
  position: absolute;
	content: " ";
	display: block;
	left: -150px;
	bottom: 0;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
	width: 220px;
	background: #98D4EE;
	height: 150%;
}

.project-thumb-link-box{
	position: absolute;
	left: 40%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 550px;
	z-index: 10;

}

.project-thumb-link-box::before {
    content: '';
    position: absolute;
    top: -10px;
	right: -60px;
    width: 100px;
    height: 100px;
    z-index: 10;
}

a.project-thumb-link h3{
	font-size: 48px;
	color: #fff;
	text-decoration: none;
	line-height: 1em;
	max-width: 400px;
	display: block;
	font-weight: 500;
}

.pet-story-right p{
	color: #fff;
}

.project-thumb-link-box a.button {
    color: #fff;
    background: #004684;
}

.project-thumb-link-box a.button:hover {
    color: #004684;
    background: #fff;
}


#sponsors-slider{
	background: #98D4EE;
}

#sponsors-slider img{
	padding: 40px;
}

.home #donate-now{
	display: none;
}

#sponsors-slider .slick-dots li button::before{
    font-size: 15px;
    top: 30px;
}

#sponsors-slider .slick-dots li.slick-active button::before, 
#sponsors-slider .slick-dots li button::before,
#pet-stories-main .slick-dots li.slick-active button::before, 
#pet-stories-main .slick-dots li button::before {
    color: #004684;
}

/* EVENTS */

#events {
    background-size: contain;
}


.single-event{
	background-color: #98D4EE;
	margin-bottom: 20px;
	position: relative;
}

.single-event h3{
	font-size: 21px;
	line-height: 1.2em;
	color: #004684;
}
.single-event-image{
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	background-position: center;
	min-height: 150px !important;

}

.single-event-text{
	padding: 15px 10px;
}

.single-event-date{
	position: absolute;
	top:0;
	left: 0;
	background: #FF0000;
	color: #fff;
	padding: 10px;
	max-width: 60px;
	text-align: center;
	font-size: 18px;
	border-left: 6px solid #004684;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}


.single-event-text a.button {
    color: #fff;
    background: #004684;
}

.single-event-text a.button:hover {
    color: #004684;
    background: #fff;
}


.single-event-text p {
    margin: 10px 0 5px;
}

.event-title{
	border-bottom: 6px solid #004684;
	position: relative;
	margin-bottom: 50px;
}

.event-title-spacer{
	position: relative;
	margin-bottom: 94px;
}

.event-title h3{
	color: #004684;
	font-size: 48px;
}

.event-title:after{
	content: '';
	height: 6px;
	width: 25%;
	background-color: #FF0000;
	position: absolute;
	bottom: -6px;
	left: 0;
}


/* EVENT SINGLE */

#single-event-image {
    background: #f8f8f8;
    text-align: center;
}

#single-event-image img{
	max-width: 650px;
}

#single-event .content-area {
    max-width: 850px;

}

#single-event h3{
	border-bottom: 6px solid #004684;
	position: relative;
	padding-bottom: 10px;
	font-size: 24px;
}

#single-event h3::after {
    content: '';
    height: 6px;
    width: 25%;
    background-color: #FF0000;
    position: absolute;
    bottom: -6px;
    left: 0;
}

#single-event span{
	padding: 0 0 0 30px;
	display: block;
	
}
#single-event p{
	position: relative;
}

#single-event p svg{
	position: absolute;
	top: 5px;
	left: 2px;
}

#single-event h2{
	margin: 30px 0;
}

.back-events-button a{
	color: #004684;
	display: block;
	margin-top: 50px;
	text-decoration: none;
}

.back-events-button a:hover{
	color: #98D4EE;
}


/* CAMPAIGNS */

.single-campaign-1 .col-xs-12.col-sm-12.col-md-6.single-event-image.box {
    width: 100%;
}

.single-campaign-1 .single-event-image {
    min-height: 397px !important;
}

.single-campaign-1 .col-xs-12.col-sm-12.col-md-6.box.single-event-text {
    width: 100%;
}

.single-campaign-1 .single-event-text {
    padding: 25px 10px;
}

.single-event.single-campaign-1 h3 {
    font-size: 28px;
}

.excerpt-campaign{
	display: none;
}

.single-campaign-1 .excerpt-campaign{
	display: block;
}

.single-campaign-1 .single-event-date{
	max-width: 100%;
}

/* CAMPAIGN SINGLE */

.campaign-description{
	margin-bottom: 30px;
}

.additional-dates-single{
	padding: 10px;
	background: #f8f8f8;
	margin-bottom: 30px;
}

.additional-dates-single a{
	color: #404040;
	text-decoration: underline;
}

.additional-dates-single a:hover{
	background-color: #FF0000;
}

#single-event .additional-dates-single h3{
	font-size: 18px;
}

.dates-box{

}


/* PET ADVICE */


.masthead-image {
    width: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    position: relative;
    -webkit-background-size: 70%;
    background-size: 70%;
    height: 300px;
    overflow: hidden;
}

.masthead-image::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	height: 300px;
	background: #004684;
	width: 30%;
}

.masthead-image::after {
    position: absolute;
	content: " ";
	display: block;
	left: 25%;
	bottom: -25%;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
	width: 220px;
	background: #004684;
	height: 150%;
}

.pattern-overlay{
	width: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    position: relative;
    -webkit-background-size: 120%;
    background-size: 120%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}


#pet-advice .content-area{
    max-width: 800px;
}

.intro-page{
	background: #f8f8f8;
	text-align: center;
}

.intro-page h2{
	font-size: 48px;
	color: #004684;
	margin: 0 0 20px;
}

.intro-page p{
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
	max-width: 650px;
	margin: 10px auto 0;
}

.pet-advice h3{
	font-size: 28px;
	margin: 0px 0 20px;
	text-align: center;
	color: #004684;
}
.sections{
	margin-bottom: 50px;
}

.show-service-content{
	cursor: pointer;
	border-radius: 2px;
	margin-bottom: 5px;
	background: #98D4EE;
}

.show-service-content h4{
	margin: 0;
	padding: 15px 15px 15px 40px;
	color: #fff;
	font-size: 21px;
	position: relative;
}

.service-content p, .service-content li{

}

.service-content li{
	margin-bottom: 10px;
}

.service-content p strong{
	font-size: 18px;
}

.service-content img{
    max-width: 120px;
}

img.section-icon{
	margin: 0 auto;
	max-width: 120px;
}

.show-service-content h4:before{
	display: block;
	content: '\00002b';
	background-size: 24px;
	height: 24px;
	width: 24px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -18px;
}

.show-service-content.active h4:before{
	content: '\00002d';
}

.service-content {
    background-color: #fff;
    padding: 25px;
    margin-top: -5px;
    margin-bottom: 5px;
}

#pet-advice-main .content-area{
    max-width: 800px;
}

.pet-advice-main h3{
	font-size: 28px;
	margin: 0px 0px;
	text-align: center;
	color: #004684;
}

a.advice-button h3{
	background: #98D4EE;
	display: block;
	padding: 15px;
	margin: 25px 0;
	color: #004684;
	position: relative;
	font-size: 24px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
}
a.advice-button:hover h3{
	background: #004684;
	color: #fff;
	text-decoration: none;
}


/* PET STORIES */


#pet-stories-main {
    overflow: hidden;
}


#pet-stories-main .slick-dots button{
	margin: 0;
}

#pet-stories-main .slick-dots {
    bottom: 10px;
}

#pet-stories-main .slick-dots li button::before {
	top:0;
    font-size: 15px;
}

#pet-stories ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


#pet-stories li{
	width: 30%;
	float: left;
	margin: 1.66%;
	position: relative;
	background-color: #98D4EE;
	overflow: hidden;
	
}

.news-inner{
	position: relative;
	background-color: #98D4EE;
	overflow: hidden;
	margin-bottom: 30px;
}

.pet-storeis-box{
	padding: 0 15px;
	display: block;
}

#pet-stories li:nth-child(1), #pet-stories li:nth-child(7), #pet-stories li:nth-child(11){
	width: 63.32%;
	padding: 0;
}


#pet-stories li:nth-child(1) .pet-stories-image, #pet-stories li:nth-child(7) .pet-stories-image, #pet-stories li:nth-child(11) .pet-stories-image{
	padding-bottom: 47.5%;
}




.pet-stories-image{
	max-width: 100%;
	padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    display: block;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	-o-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

a.post-link{
	font-size: 24px;
	font-family: 'Rubik', sans-serif;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: 500;
	margin: 20px 0 10px;
	line-height: 1.2em;
}

a.post-link:hover{
	color: #004684;
}

#pet-stories li p{
	max-width: 500px
}

a.post-button{
	font-family: 'Rubik', sans-serif;
	display: block;
	text-decoration: none;
	color: #004684;
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0 10px;
}

a.post-button:hover{
	color: #fff;
}

.pet-stories-image:hover{
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}


.pet-storeis-image-box {
    position: relative;
    display: block;
    overflow: hidden;
}


.pet-storeis-image-box::after {
	bottom: -3px;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #98D4EE;
	border-width: 30px;
	margin-left: -30px;
}

/* PET STORY SINGLE */

#blog-single .content-area{
	max-width: 800px;
}

h1.entry-title{
	margin: 0;
	color: #004684;
}

#single-page-news{
	background: #f8f8f8;
}

#single-page-news h3{
	margin-bottom: 30px;
}

.pet-points{
	background-color: #004684;
	color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.masthead-image-pet-stories {
    width: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    position: relative;
    -webkit-background-size: 70%;
    background-size: 70%;
    height: 400px;
    overflow: hidden;
}

.masthead-image-pet-stories::before{
	content: '';
	position: absolute;
	top:0;
	left: 0;
	height: 400px;
	background: #004684;
	width: 30%;
}

.masthead-image-pet-stories::after {
    position: absolute;
	content: " ";
	display: block;
	left: 25%;
	bottom: -25%;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
	width: 220px;
	background: #004684;
	height: 150%;
}

.pattern-overlay-pet-stories{
	width: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    position: relative;
    -webkit-background-size: 90%;
    background-size: 90%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

/* Donation Page */

 @media (max-width: 719px) {
      .donate_page_bg-small {
        background-image: url('https://www.bluecross.org.uk/sites/default/files/d8/styles/landscape_large/public/2018-04/111060_f70748564091301.jpg?itok=KGOafdHs');
      }
    }  

    @media (min-width: 720px) {
      .donate_page_bg-large {
        background-image: url('https://www.bluecross.org.uk/sites/default/files/d8/styles/landscape_large/public/2018-04/111060_f70748564091301.jpg?itok=KGOafdHs');
      }
  }



#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  text-align: center;
  color: #c3c3c3;
  text-decoration: none;
  font-family: 'Rubik', sans-serif;
  font-size: 21px;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: transparent;
  color: #fff;
  position: relative;
}

#tab-button li a:hover:after,
#tab-button .is-active a:after{
	content: '';
	position: absolute;
	width: 50%;
	left: 25%;
	background-color: #98D4EE;
	bottom: 0;
	height: 5px;
}

.tab-contents {
  padding: 30px;
}


	  .tab-button-outer {
	    position: relative;
	    z-index: 2;
	    display: block;
	  }
	  .tab-select-outer {
	    display: none;
	  }
	  .tab-contents {
	    position: relative;
	    top: -1px;
	    margin-top: 0;
	  }


.tab-contents {
  margin-top: 20px;
}

.donation-form {
    width: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}


.donation-form .tabs{
	background-color: rgba(0,0,0,0.5);
	border: none;
	border-radius: 5px;
}


.donation-form form {
    color: #fff;
    max-width: 22.7%;
    display: inline-block;
    padding: 15px;
    margin: 1%;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: center;
}

.donation-form form:after{
	clear: both;
}

.donation-form span {
    font-size: 48px;
    line-height: 1em;
    display: block;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-weight: bolder;
    margin-bottom: 20px;
}

.donation-form input[type="text"]{
	color: #404040;
	font-size: 28px;
	font-weight: bold;
	background: #fff;
	border-radius: 3px;
	padding: 5px 10px 5px 35px;
	border: none;
	position: relative;
}

.amount-input{
	position: relative;
}

.amount-input:before{
	content: '€';
	position: absolute;
	left: 15px;
	color: #404040;
	font-size: 28px;
	top: 5px;	
	z-index: 1;
}

.donation-form span.enter-value{
	font-size: 36px;
}

.donation-form button{
	font-size: 21px;
	font-weight: 500;
	color: #fff;
	background: #004684;
	border-radius: 3px;
	letter-spacing: 0.5px;
	margin: 20px auto 0;
	cursor: pointer;
}

.donation-form button:hover{
	color: #004684;
	background: #98D4EE;
}


/*GIVE*/

#give-final-total-wrap {
	display:none !important;
}



/* WAYS TO HELP */


.ways-to-help-image-box{
	overflow: hidden;
	display: block;
}

.ways-to-help-image{
	max-width: 100%;
	padding-bottom: 45%;
    background-size: cover;
    background-position: center;
    border-radius: 0;
    display: block;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	-o-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.ways-to-help-image:hover{
	-webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}


.ways-to-give-icon{
	position: absolute;
	margin-top: -10%;
	margin-left: 1%;
}

.ways-to-give-icon .icon-blue-circle {
    background-color: #98D4EE;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
	position: absolute;
	left: 10%;
	top: 0%;
}
.ways-to-give-icon img{
	max-width: 150px;
	position: absolute;
	left: 10%;
	top: 0%;
}

.ways-to-help-link {
    display: block;
    text-decoration: none;
    padding: 20px 0 50px;
    max-width: 70%;
    float: right;
    color: #004684;
}

.ways-to-help-link h3{
	font-size: 28px;
}

.read-more{
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}

a.ways-to-help-link:visited{
	color: #004684;
}

a.ways-to-help-link:hover{
	color: #98D4EE;
}

a.ways-to-help-link:hover p{
	color: #004684;
}


#ways-to-help-bottom{
	text-align: center;
	background: #f8f8f8;
}
#ways-to-help-bottom a.ways-to-help-link {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
    min-width: 100%;
}

#ways-to-help-bottom img {
    max-width: 200px;
    position: absolute;
    left: 50%;
	top: 20px;
	-moz-transform: translate(-50% , 0);
	-webkit-transform: translate(-50% , 0);
	-o-transform: translate(-50% , 0);
	transform: translate(-50% , 0);
}

#ways-to-help-bottom .sector-section{
	position: relative;
	width: 25%;
	display: inline-block;
}

#ways-to-help-bottom .icon-blue-circle {
    background-color: #98D4EE;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#ways-to-help-bottom a.ways-to-help-link:hover .icon-blue-circle {
	background-color: #004684;
}

#help-single-page .content-area{
	max-width: 800px;
}

a.download-button{
	background: #98D4EE;
	display: block;
	padding: 15px;
	margin: 50px 0;
	color: #fff;
	position: relative;
	font-size: 24px;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
}
a.download-button:hover{
	background: #004684;
}


/* INCHICORE */


ul.opening-times {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
}

ul.opening-times span{
	font-weight: 500;
}

#inchicore-page a{
	display: block;
	margin-bottom: 10px;
	color: #004684;
	font-weight: 600;
}

#inchicore-page h3 {
    font-size: 24px;
    margin: 30px 0;
    color: #004684;
}

.inchicore-details{
	text-align: center;
}


/* MOBILE CLINICS */


.mobile-clinics-buttons-box{
	background: #F0F0F0;
}


.mobile-clinics-buttons-box.sticky{
	width: 100%;
	top:0;
	z-index: 1;
}

.mobile-clinics-buttons{
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 15px;
}

.mobile-clinics-buttons a.button{
	display: block;
	margin:0;
}


#mobile-clinics-page h3, #our-fees h3, #mobile-clinics-info h3, #our-team h3{
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
}

.mobile-clinics-list h4{
	background: #98D4EE;
	color: #004684;
	padding: 15px 10px;
	font-size: 21px;
}


.mobile-clinics-list ul, #our-fees ul {
    list-style: none;
    padding: 10px;
    margin: 0px;
    background: #f8f8f8;
}

.mobile-clinics-list li, #our-fees li{
	border-bottom: 1px solid #F0F0F0;
}

.mobile-clinics-list span, .mobile-clinics-list p,
#our-fees span, #our-fees p {
    display: inline-block;
}

.mobile-clinics-list span, #our-fees span{
	font-weight: bold;
	font-size: 18px;
}
.mobile-clinics-list p, #our-fees p {
	margin: 0;
	padding: 10px 0;
}

#our-fees{
	background: #f8f8f8;
}

#our-fees .content-area {
    max-width: 650px;
}

#our-fees span{
	width: 79%;
	padding: 10px 0 20px 0;
}

#our-fees p{
	width: 20%;
	text-align: center;
	font-size: 28px;
	padding: 0;
}

.our-fees a {
  position: absolute;
  left: 0px;
  top: -60px;
}

#mobile-clinics-info .service-content {
    background-color: #f8f8f8;
}

#mobile-clinics-info .content-area{
	max-width: 800px;
}

 #our-team{
 	background: #f8f8f8;
 }

 .team-image{
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	background-position: center;
	padding-bottom: 100%;
 }

#our-team h4{
	text-align: center;
	margin-top: 15px;
	font-size: 21px;
	color: #004684;
}
#our-team span{
	text-align: center;
	font-weight: bold;
	display: block;
	color: #98D4EE;
}

#our-team p{
	text-align: center;
	font-style: italic;
}


/* DONATE NOW */

#donate-now {
   	overflow: hidden;
   	height: 300px;
}

.donate-now-right, .donate-now-left{
	width: 49.8%;
	display: inline-block;
	position: relative;
 	
}

.donate-now-right{
	float: right;
}

.donate-now-right::after {
    position: absolute;
    content: " ";
    display: block;
    left: -150px;
    bottom: 0;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
    width: 220px;
    background: #98D4EE;
    height: 150%;
}
.donate-now-right{
	height: 300px;
	background: #98D4EE;
	padding-top: 3%;

}
a.donate-now-image{
	display: block;
	height: 100%;
	background-size: cover;
	width: 100%;
	height: auto;
	position: relative;
	background-position: center;
	padding-bottom: 300px;
}

.donate-right-1, .donate-right-2{
	float: left;
	display: block;
}

.donate-right-1 img{
	width: 200px;
	width: 200px;
	position: absolute;
	z-index: 1;
}



.donate-right-2{
	width: 50%;
	position: absolute;
	left: 200px;
	z-index: 1;
}

.donate-now-right a.button{
	background: #FF0000;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
}

.donate-now-right a.button:hover{
	background: #004684;
}

.donate-now-right p{
	color: #fff;
	padding-top: 20px;
	font-weight: 500;
	font-size: 18px
}


/* SHOP */

select.orderby {
    margin: 0 0 20px;
    border: none;
    background: #98D4EE;
    color: #004684;
    padding: 10px;
}

.shop-banner{
	margin-bottom: 30px;
}

.shop-shopping-card{
	background-color: #98D4EE;
	color: #004684;
	padding: 10px;
	max-width: 250px;
	text-align: center;
	margin-bottom: 20px;
	float: right;
}

.shop-shopping-card a{
	color: #004684;
	display: block;
}

.shop-banner-mobile{
	display: none;
}


/* CHRISTMAS BANNER */

#christmas-banner {
    background: #020721;
    text-align: center;
}

.christmas-banner-inner {
	max-width: 1280px;
	margin: 0 auto;
}

.christmas-banner-inner a {
    line-height: 0;
    display: block;
}


/* DEFAULT PAGE */

#default-page .content-area{
	max-width: 850px
}


/* HOW WE HELP */

a.download-pdf {
    background-color: #98D4EE;
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
    text-decoration: none;
}
a.download-pdf:hover{
	background-color: #004684;
}


/* FOOTER */

.site-footer{
	background-color: #004684;
	color: #fff;
}

.site-info{
	max-width: 1280px;
	padding: 80px 15px 50px;
	margin: 0 auto;
}

.footer-bottom .site-info{
	padding: 10px 15px;
}

.footer-bottom{
	background-color: #002E56;
}
.footer-bottom .site-info{
	padding: 10px 15px;
}
.footer-bottom p{
	padding: 0;
	margin:0;
	color: #ccc;
	font-size: 14px;
}



a.arrow-up {
    font-size: 24px;
    float: right;
	text-decoration: none;
	position: absolute;
	top:0;
	right: 0;
	font-size: 32px;
}

footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .social-media {
	height: 45px
}

footer li{
	padding: 0;
	margin: 0;
	list-style: none;
}

footer a, footer a:visited{
	color: #fff;
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
}

footer h4{
	color: #98D4EE;
	font-size: 24px;
	margin-bottom: 15px;
}


footer .social-media li{
	float: left;
	margin-right: 20px;
}

footer .social-media li svg{
	font-size: 28px;
}

footer .donate-button a{
	background: #FF0000;	
	padding: 5px 35px;
	display: inline-block;
}

footer .donate-button a:hover{
	background: #98D4EE;
}

footer .shop-button a{
	background: #98D4EE;
	padding: 5px 35px;
	display: inline-block;
}

footer .shop-button a:hover{
	background: #fff;
	color: #98D4EE;
}


.ipaag-logo img {
    margin-top: 10px;
    max-width: 180px;
}

.ipaag-logo a:hover {
    opacity: 0.8;
}


/* GOVERNANCE */

.governance-sections{
	max-width: 800px;
	margin: 80px auto 0;
}
.col-xs-12.col-sm-5.col-md-5.govern-image{
	background-size: cover;
	min-height: 250px;
	height: 200px;
	background-position: center;
}


/* NINJA FORMS ADDITIONAL */

.ninja-forms-req-symbol {
    padding: 0px !important;
    display: unset !important;
}

.nf-form-title {
    padding: 0px !important;
    display: unset !important;
}

/* GIVE Additional */

#give-recurring-form .give-error, .give-tooltip, .give-mc-message-text, span.give-icon.padlock #give-recurring-form .give-required-indicator, form.give-form .give-error, .give-tooltip, form.give-form .give-required-indicator, form[id*=give-form] .give-error, form[id*=give-form] .give-required-indicator {
    display: inline !important;
    padding-left: 0px !important;
}

.give-goal-progress .income
{
padding-left: 0px !important;
}

.give-goal-progress .goal-text
{
padding-left: 0px !important;
}

.give-submit-button-wrap span.give-loading-animation, [id^=give-user-login-submit] span.give-loading-animation
{
	display:none !important
}

/* LAYOUT */
 
 
.main-container{
    width: 100%;
    display: table;
    margin-bottom: 200px;
    background-color: #fff;
    position: relative;
}
.content-area, .site-main{
    max-width: 1280px;
    margin: 0px auto;
    padding: 50px 15px;
    position: relative;
}
 
 
.clear{
    clear: both;
}
 
.container {
    max-width: 1280px;
    width: 100%;
    padding: 0 10px;
}
 
 
.row{
    clear: both;
    position: relative;
}
 
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: table;
  margin-bottom: 50px;
  margin-top: 50px;
}
 
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 480px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 980px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
 
 
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media screen and (max-width: 1400px) {
	.post-thumb-box {
	    max-width: 550px;
	    top: -60px;
	}
}
@media screen and (max-width: 1280px) {
	#home-slider {
	    height: 500px;
	}
	.slider-box {
	    padding-left: 65px;
	}

	.donate-right-1 img {
	    width: 150px;
	    top: 80px;
	}
	.donate-now-right {
    	width: 48%;
	}
	.donate-now-left {
	    width: 52%;
	}
	.donate-now-right::after {
	    left: -100px;
	}
}
@media screen and (max-width: 1200px) {
	.masthead-image::after {
	    left: 20%;
	}
	.pet-story-left{
		width: 60%;
	}
	.pet-story-right{
		width: 40%;
	}
	.project-thumb-link-box{
		width: 300px;
	}
}

@media screen and (max-width: 1130px) {
	.ways-to-give-icon img {
	    max-width: 100px;
	}
	.ways-to-give-icon .icon-blue-circle {
	    width: 100px;
	    height: 100px;
	}
	.ways-to-give-icon {
	    margin-top: 30px;
	}
	.ways-to-help-link {
	    max-width: 75%;
	}
	.ways-to-help-link h3 {
	    font-size: 24px;
	}

}

@media screen and (max-width: 1110px) {
	.donation-form form {
	    margin-bottom: 50px;
	    max-width: 45%;
	}
	.donation-form button{
		margin: 0 auto;
	}
}


@media screen and (max-width: 1100px) {
.masthead-image {
	    background-attachment: scroll;
	}
}
@media screen and (max-width: 1000px) {
	.post-thumb-box {
    	max-width: 450px;
    	top: 0;
    }
    a.project-thumb-link h3 {
	    font-size: 36px;
	}
	.project-thumb-link-box {
	    width: 250px;
	}
}
@media screen and (max-width: 991px){
	.donate-right-2 {
	    width: 60%;
	    left: 150px;
	}

}
@media screen and (max-width: 979px) {

	.main-navigation ul {
		display: none;
	}
	button.menu-toggle{
		background-color: transparent;
	}
    .menu-toggle {
        display: block;
    }
    .main-navigation ul {
        display: none;
    }
    .main-navigation.toggled .menu-main-menu-container {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 10;
    }
    .main-navigation.toggled{
        width: 100%;
    }
    .main-navigation.toggled ul{
        display: block;
        background-color: #004684;
        width: 100%;
        padding: 80px 0 15px 0;
    }
    .main-navigation.toggled a{
        padding: 10px;
    }
 
    .main-navigation.toggled li {
        padding: 0 15px;
    }
 
    .main-navigation.toggled ul li{
        float: none;
    }
 
	.main-navigation.toggled ul li a {
	    color: #fff;
	    font-weight: 900;
	    font-size: 20px;
	}
    .main-navigation ul ul {
        box-shadow: none;
        background-color: #252729;
        float: none;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .main-navigation ul ul a {
        width: 100%;
    }
 
    .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a{
        background-color: #98D4EE;
    }
    .main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation ul.menu a:hover{
         color: #98D4EE;
    }

     .toggled button.menu-toggle span::before, .toggled button.menu-toggle span::after {
	    background-color: #fff;
	}


	.main-navigation .current_page_item a::after, .main-navigation .current_page_ancestor a::after, .main-navigation .current-menu-ancestor a::after, .main-navigation a:hover::after, .main-navigation .current-menu-item a::after {
	    height: 0px;
	}
	#home-slider{
	    height: 400px;
	}
	.slider-box h2 {
	    font-size: 48px;
	}
	.statistics {
	    margin-bottom: 15px;
	}
	.intro-image-box {
	    margin-top: 50px;
	}
	.icons{
		margin-bottom: 30px;
	}
	.icon-title {
	    font-size: 32px;
	}
	.icons img {
	    max-width: 150px;
	}
	.icon-blue-circle {
	    width: 150px;
	    height: 150px;
	}
	#home-icons .content-area{
    	max-width: 600px;
	}
	#events .content-area {
	    max-width: 500px;
	}
	.campain-box{
		margin-top: 50px;
	}
	a.project-thumb-link h3 {
	    font-size: 32px;
	}
	.ways-to-help-link {
	    max-width: 72%;
	}
	.site-info .box{
		margin-top: 30px;
	}
	#inchicore-page .content-area, #mobile-clinics-page .content-area{
	    max-width: 600px;
	    text-align: center;
	}
	#mobile-clinics-info .content-area{
		max-width: 600px;
	}
}

@media screen and (max-width: 890px){
	#pet-stories li, #pet-stories li:nth-child(1), #pet-stories li:nth-child(7), #pet-stories li:nth-child(11) {
	    width: 46%;
	}
	#pet-stories li:nth-child(1) .pet-stories-image, #pet-stories li:nth-child(7) .pet-stories-image, #pet-stories li:nth-child(11) .pet-stories-image {
	    padding-bottom: 100%;
	}
	a.post-button {
	    margin: 10px 0;
	}
	#pet-stories li p {
	    padding: 5px 0;
	    margin: 0;
	}
	a.post-link {
	    margin: 20px 0 0px;
	}
}

@media screen and (max-width: 865px){
	.header-locations-title{
		display: block;
	}
	.header-locations p {
	    color: #004684;
	    position: relative;
	    padding: 0;
	    margin: 0;
	    font-family: 'Rubik', sans-serif;
		line-height: 35px;
		font-weight: 500;
		cursor: pointer;
	}

	span.header-locations-box{
		display: none;
		background-color: #98D4EE;
		padding: 15px;
		position: absolute;
		z-index: 10;
	}
	.header-locations-box.active{
		display: block;
	}
	.header-top a{
		display: block;
	}
	.header-locations-box span{
		display: none;
	}
	.header-locations {
	    max-width: 40%;
	}
	.header-buttons {
	    max-width: 60%;
	}
	.ways-to-help-link {
	    max-width: 68%;
	}
	#donate-now {
	    height: 250px;
	}
	a.donate-now-image {
	    padding-bottom: 250px;
	}
	.donate-now-right {
	    padding-top: 0;
	}
	.donate-right-1 img {
	    top: 60px;
	    left: -40px;
	}
	.donate-right-2 {
	    left: 120px;
	}
	.donate-now-right a.button {
	    font-size: 21px;
	}
}
@media screen and (max-width: 840px){
	.pet-story-right, .pet-story-left {
	    width: 100%;
	    height: 350px;
	}
	.post-thumb-box {
	    position: relative;
	    right: 0;
	    top:-10px;
	}
	.project-thumb-link-box{
		width: 100%;
	}
	.pet-story-right::after {
	    left: 230px;
	    bottom: 10px;
	    -webkit-transform: rotate(-25deg);
	    -moz-transform: rotate(-25deg);
	    -o-transform: rotate(-25deg);
	    transform: rotate(-85deg);
	    width: 120px;
	    height: 600px;
	}
	.project-thumb-link-box {
	    left: 50%;
	    top: 50%;
	    -moz-transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
	
	.post-thumb::after{
		position: relative;
	}
}

@media screen and (max-width: 768px){
	.masthead-image, .pattern-overlay {
	    height: 200px;
	 }
	 .masthead-image::before {
	    width: 20%;
	}
	.masthead-image::after {
	    left: 10%;
	    bottom: -35%;
	}
	#home-slider {
	    height: 300px;
	}
	.slider-box h2 {
	    font-size: 36px;
	}
	.main-navigation.toggled ul li a {
	    color: #fff;
	    font-weight: 900;
	    font-size: 18px;
	}
	#introduction-home h3, .event-title h3, .intro-page h2 {
	    font-size: 36px;
	}
	.icon-title {
	    font-size: 28px;
	}
	.ways-to-give-icon {
	    margin-top: -70px;
		margin-left: 65%;
	}
	.ways-to-help-link {
	    max-width: 100%;
	}
	#sponsors-slider img{
		padding: 15px;
	}
	a.project-thumb-link h3 {
	    font-size: 28px;
	}
	.content-area, .site-main {
	    padding: 50px 15px
	}
	  .donation-form span.enter-value {
	     font-size: 28px;
	}
}
@media screen and (max-width: 730px){
	.donate-right-1 img {
	    width: 100px;
	}
	.donate-now-right p {
	    font-size: 16px;
	}
	.donate-right-2 {
	    left: 80px;
	}
	.donate-now-right a.button {
	    font-size: 18px;
	}
}

@media screen and (max-width: 680px){
	.ways-to-give-icon {
	    margin-top: -80px;
	    margin-left: 60%;
	}
	a.donate-now-image {
	    left: -50px;
	}
}
@media screen and (max-width: 639px){
	.slider-box {
	    padding-left: 15px;
	}
	button.menu-toggle{
		margin-top: 15px;
	}
}
@media screen and (max-width: 600px){
	.masthead-image::after {
	    left: 0%;
	    bottom: -55%;
	}
	.masthead-image, .pattern-overlay {
	    height: 150px;
	}
	#statistics img {
	    left: 30px;
	}
	.tab-button-outer {
	    display: none;
	  }
	.tab-select-outer {
	    display: block;
	  }
	.donation-form form {
	    max-width: 80%;
	    display: block;
	    margin: 10px auto;
	}
	#tab-select {
	    width: 100%;
	    padding: 10px;
	    border: none;
	    color: #004684;
	    font-weight: bold;
	    font-size: 21px;
	}
	.donation-form .content-area {
	    padding: 15px;
	}
	.donation-form p{
		margin: 0;
		font-size: 16px;
		line-height: 1.2em;
	}
	.donation-form span{
		margin: 0;
	}
	.tab-contents {
	    margin-top: 0;
	}
	.tab-contents {
	    padding: 0px;
	}
	.donation-form span.enter-value {
	    font-size: 21px;
	    margin-bottom: 5px;
	}
	.shop-banner-mobile{
		display: block;
	}
	.shop-banner-desctop{
		display: none;
	}
}

@media screen and (max-width: 585px){
	#donate-now {
	    height: 200px;
	}
	a.donate-now-image {
	    padding-bottom: 200px;
	}
	.donate-right-1 img {
	    left: -50%;
	}
	.donate-right-2 {
	    width: 100%;
	    left: 0px;
	}
	.donate-now-right p {
	    padding-right: 15px;
	    margin-bottom: 0;
	}

}
@media screen and (max-width: 580px){
	.ways-to-give-icon img {
	    max-width: 80px;
	}
	.ways-to-give-icon .icon-blue-circle {
	    width: 80px;
	    height: 80px;
	}
	.ways-to-help-link h3 {
	    font-size: 21px;
	}
	.ways-to-give-icon {
	    margin-top: -60px;
	    margin-left: 60%;
	}
}
@media screen and (max-width: 560px){
	li.social{
		display: none;
	}
	#home-slider{
	    height: 250px;
	}
	button.menu-toggle {
	    margin-top: 10px;
	    right: 15px;
	}
	.intro-image-back {
	    right: -10px;
	}
	.project-thumb-link-box {
	    padding: 0 15px;
	}
	#pet-stories li, #pet-stories li:nth-child(1), #pet-stories li:nth-child(7), #pet-stories li:nth-child(11) {
	    width: 100%;
	    margin: 15px 0;
	}
}
@media screen and (max-width: 479px){
	.main-navigation.toggled .menu-main-menu-container {
	    width: 200%;
	    margin-left: -100%;
	}
		#statistics {
	    display: none;
	}
	.icon-title {
	    font-size: 24px;
	}
	#home-icons .content-area{
    	max-width: 300px;
	}
	.ways-to-give-icon img {
	    max-width: 100px;
	}
	.ways-to-give-icon .icon-blue-circle {
	    width: 100px;
	    height: 100px;
	}
	.ways-to-give-icon {
	    margin-top: -60px;
	    margin-left: 60%;
	}
	.donate-now-right p{
		margin-top: 0
	}
	.governanace h2{
		margin-top:30px;
	}
	.donate-now-right::after {
	    left: -55px;
	}
	.donate-right-1 img {
	    left: -40%;
	}
	a.donate-now-image {
	    left: 0px;
	}
}


@media screen and (max-width: 480px){
	.masthead-image::after {
	    left: -20%;
	    bottom: -45%;
	}
	.masthead-image::before {
	    width: 0%;
	}
	.masthead-image {
	    background-size: 90%;
	}
	.slider-box h2 {
	    font-size: 32px;
	}
	.content-area, .site-main {
	    padding: 50px 15px;
	}

}
@media screen and (max-width: 450px){
	#home-slider {
	    height: 200px;
	}
	#donate-now {
	    height: 150px;
	}
	a.donate-now-image {
	    padding-bottom: 150px;
	    left: -30px;
	}
	.donate-now-right p {
	    margin-top: 0;
	    line-height: 1.2em;
	}
	a.button {
	    margin-top: 10px;
	}

	.shop-shopping-card{
		float: none;
		margin: 0 auto 20px;
	}
	.woocommerce-ordering {
	    text-align: center;
	}
}
@media screen and (max-width: 400px){
	.donate-right-1 img {
	    display: none;
	}
	.donate-right-2 {
	    width: 120%;
	    left: -15%;
	}
	.header-top a {
	    padding: 0 5px;
	}
	.header-locations p {
	    font-size: 14px;
	}
}

@media screen and (max-width: 375px){
	.masthead-image::after {
	    left: -30%;
	    bottom: -45%;
    }
    button.menu-toggle {
	    margin-top: 8px;
	}
	a.project-thumb-link h3 {
	    font-size: 24px;
	}

}
@media screen and (max-width: 360px){
	.masthead-image::after {
	    left: -40%;
		bottom: -55%;
	}
	.masthead-image, .pattern-overlay {
	    height: 100px;
	}
}
@media screen and (max-width: 359px){

	.donate-right-1 img {
    	left: 0;
   		top: 0px;
	}
	.donate-now-right::after {
	    left: -55px;
	}
	#home-slider {
	    height: 180px;
	}
}
@media screen and (max-width: 350px){
	.header-top a {
	    padding: 0 5px;
	}

	.header-top .header-locations-title a {
	    padding: 0;
	}
	.header-locations p {
	    font-size: 14px;
	}
	.header-top a {
	    font-size: 12px;
	    padding: 0 8px;
	}
	.header-locations p {
		font-size: 12px;
	}
}
@media screen and (max-width: 325px){
	.header-top a {
	    font-size: 11px;
	}
	button.menu-toggle {
	    margin-top: 5px;
	}

}
