/*!
Theme Name: MSD Axilur
Theme URI: https://artefact.com/
Author: Artefact
Author URI: https://artefact.com/
Description: Description
Version: 1.05
Template Version: 1.05
Bitbucket Theme URI: https://bitbucket.org/netbooster/msd-axilur-wp-theme/
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: msd_axilur
Tags: MSD-Axilur, Artefact

MSD Axilur is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

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:
----------------------------------------------------------------
# Mixins
# Normalize
# Typography
	## Fonts
	## Typography
# Navigation
	## Header
	## Footer
# Elements
	## General Styling
	## Buttons
	## Global Components
	## Form
# Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/* ===================
    Breakpoints
====*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
/* Big monitors */
/* ===================
    Colors
====*/
/*--------------------------------------------------------------
# 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; }

body, html {
  position: relative;
  overflow-x: hidden;
  width: 100%; }

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

.clearfix {
  clear: both; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'DINOT';
  font-weight: 400;
  src: url("fonts/dinot/dinot.eot");
  /* IE9 Compat Modes */
  src: url("fonts/dinot/dinot.eot?#iefix") format("embedded-opentype"), url("fonts/dinot/dinot.woff2") format("woff2"), url("fonts/dinot/dinot.woff") format("woff"), url("fonts/dinot/dinot.ttf") format("truetype"), url("fonts/dinot/dinot.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: 'DINOT';
  font-weight: 700;
  src: url("fonts/dinot/dinotbold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/dinot/dinotbold.eot?#iefix") format("embedded-opentype"), url("fonts/dinot/dinotbold.woff2") format("woff2"), url("fonts/dinot/dinotbold.woff") format("woff"), url("fonts/dinot/dinotbold.ttf") format("truetype"), url("fonts/dinot/dinotbold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: 'DINOT';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  font-size: 35px; }

h2 {
  font-size: 30px;
  letter-spacing: 0.5px;
  font-weight: 700; }
  @media only screen and (max-width: 480px) {
    h2 {
      font-size: 23px; } }

h3 {
  font-size: 25px;
  margin-bottom: 10px; }

p {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5; }

div > span, td {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5; }

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

.highlight {
  color: #e53138; }

.section-contrast .highlight {
  color: #000; }

.subtitle {
  font-size: 85%; }

.subtext {
  max-width: 75%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation - Header
--------------------------------------------------------------*/
header#masthead {
  position: fixed;
  display: block;
  width: 100%;
  padding: 15px 30px;
  top: 0;
  left: 0;
  height: 83px;
  z-index: 99;
  transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 480px) {
    header#masthead {
      padding: 15px; } }

@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px; }
    body.admin-bar #wpadminbar {
      position: fixed; } }

body.admin-bar header#masthead {
  top: 32px; }
  @media only screen and (max-width: 782px) {
    body.admin-bar header#masthead {
      top: 46px; } }

.corner-device {
  position: absolute;
  right: 0;
  top: 0;
  width: 380px;
  z-index: 9; }
  @media only screen and (max-width: 950px) {
    .corner-device {
      width: 250px; } }

/*=================================
        Logo styling
=================================*/
.site-logo {
  width: 150px;
  float: left;
  margin-top: 5px;
  margin-left: 15px;
  transition: all 0.25s ease-in-out;
  display: block; }
  @media only screen and (max-width: 480px) {
    .site-logo {
      float: none;
      clear: both;
      top: 15px;
      position: relative;
      margin-left: 0;
      width: 100px;
      transition: opacity 0.25s ease-in-out; } }

.logo-svg {
  width: 100%; }

.logo-path {
  fill: #e53138;
  transition: fill 0.3s ease-in-out; }

body.home #primary-menu li a {
  color: #fff; }
body.home .logo-path {
  fill: #fff; }

/*=================================
        Main navigation
=================================*/
#primary-menu {
  border-left: 2px solid #e53138;
  float: left;
  display: block;
  margin-top: 18px;
  margin-left: 25px;
  transition: margin 0.3s ease-in-out;
  padding-left: 10px; }
  @media only screen and (max-width: 1000px) {
    #primary-menu {
      display: none; } }
  #primary-menu li {
    display: inline-block; }
    #primary-menu li a {
      font-weight: 700;
      padding: 10px 20px;
      color: #000;
      font-size: 15px;
      transition: color 0.3s ease-in-out; }
      #primary-menu li a:active {
        text-decoration: none; }
      #primary-menu li a:hover, #primary-menu li a:focus {
        text-decoration: none;
        padding: 13px 20px;
        border-bottom: 2px solid #e53138; }
    #primary-menu li.current_page_item a {
      color: #e53138; }

/*=================================
        Burger navigation
=================================*/
.burger-menu {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  padding: 15px 15px;
  border-radius: 100%;
  background-color: #e53138;
  text-align: right;
  line-height: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: arial;
  z-index: 99;
  transition: all 0.3s ease-in-out; }
  .burger-menu:hover {
    text-decoration: none;
    box-shadow: 0 0 40px 0 rgba(255, 49, 56, 0.2);
    transform: scale(1.03); }
  .burger-menu .burger-line {
    display: inline-block;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    margin: 2px 0;
    background: #fff;
    transition: margin 0.3s ease-in-out; }
    .burger-menu .burger-line.small {
      width: 70%; }
  @media only screen and (max-width: 480px) {
    .burger-menu {
      width: 35px;
      height: 35px;
      padding: 10px 10px;
      margin-top: 7px; }
      .burger-menu .burger-line {
        margin: 1px 0px;
        height: 2px; } }

body.nav-open, body.overlay-open {
  overflow: hidden;
  position: fixed; }
  body.nav-open header#masthead, body.overlay-open header#masthead {
    background: transparent;
    box-shadow: none; }
  body.nav-open .logo-path, body.overlay-open .logo-path {
    fill: #fff;
    transition: fill 0.3s ease-in-out; }
  body.nav-open #primary-menu, body.overlay-open #primary-menu {
    display: none; }
  body.nav-open .burger-menu, body.overlay-open .burger-menu {
    background: rgba(255, 255, 255, 0.2); }
    body.nav-open .burger-menu:hover, body.overlay-open .burger-menu:hover {
      background: #fff; }
      body.nav-open .burger-menu:hover .burger-line, body.overlay-open .burger-menu:hover .burger-line {
        background: #e53138; }
    body.nav-open .burger-menu .burger-line, body.overlay-open .burger-menu .burger-line {
      position: relative;
      transform: rotate(45deg);
      top: 0px; }
      body.nav-open .burger-menu .burger-line:first-of-type, body.overlay-open .burger-menu .burger-line:first-of-type {
        top: 7px;
        transform: rotate(-45deg); }
        @media only screen and (max-width: 480px) {
          body.nav-open .burger-menu .burger-line:first-of-type, body.overlay-open .burger-menu .burger-line:first-of-type {
            top: 5px; } }
      body.nav-open .burger-menu .burger-line.small, body.overlay-open .burger-menu .burger-line.small {
        display: none; }

body.overlay-open .site-logo {
  display: none; }

/*=================================
        Animation - Update nav design when document is scrolled
=================================*/
header#masthead.scrolled {
  background-color: #fff;
  padding: 0px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  height: 50px; }
  @media only screen and (max-width: 480px) {
    header#masthead.scrolled {
      padding: 0 15px; } }
  header#masthead.scrolled .logo-path {
    fill: #e53138; }
  header#masthead.scrolled #primary-menu {
    margin-top: 16px; }
    header#masthead.scrolled #primary-menu li a {
      color: #000; }
    header#masthead.scrolled #primary-menu li.current_page_item a {
      color: #e53138; }
  header#masthead.scrolled .burger-menu {
    width: 35px;
    height: 35px;
    padding: 10px 10px;
    margin-top: 7px; }
    header#masthead.scrolled .burger-menu .burger-line {
      margin: 1px 0px;
      height: 2px; }

@media only screen and (max-width: 480px) {
  .site-logo.animate {
    opacity: 0; } }

.site-logo.scrolled {
  width: 110px;
  margin-top: 11px; }
  @media only screen and (max-width: 480px) {
    .site-logo.scrolled {
      clear: none;
      float: left;
      margin-left: 15px;
      position: static; } }

/*=================================
        Fullscreen Navigation - Burger
=================================*/
.fullscreen-nav {
  background-color: #e53138;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  z-index: 97;
  padding: 120px 15px;
  display: none; }
  @media only screen and (max-width: 767px) {
    .fullscreen-nav::before {
      content: '';
      position: fixed;
      z-index: 1;
      top: 0;
      right: 0;
      left: 0;
      height: 140px;
      pointer-events: none;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMyUiIHN0b3AtY29sb3I9IiNlNTMxMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MSUiIHN0b3AtY29sb3I9IiNlNTMxMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTUzMTM4IiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
      background: -moz-linear-gradient(top, #e53138 60%, #e53138 61%, rgba(229, 49, 56, 0) 100%);
      background: -webkit-linear-gradient(top, #e53138 60%, #e53138 61%, rgba(229, 49, 56, 0) 100%);
      background: linear-gradient(to bottom, #e53138 60%, #e53138 61%, rgba(229, 49, 56, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53138', endColorstr='#00e53138',GradientType=0 ); }
    .fullscreen-nav::after {
      content: '';
      position: fixed;
      z-index: 1;
      bottom: 0;
      right: 0;
      left: 0;
      height: 100px;
      pointer-events: none;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1MzEzOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2U1MzEzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2U1MzEzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, rgba(229, 49, 56, 0) 0%, #e53138 73%, #e53138 77%);
      background: -webkit-linear-gradient(top, rgba(229, 49, 56, 0) 0%, #e53138 73%, #e53138 77%);
      background: linear-gradient(to bottom, rgba(229, 49, 56, 0) 0%, #e53138 73%, #e53138 77%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e53138', endColorstr='#e53138',GradientType=0 ); } }

.fullscreen-navigation-content {
  text-align: center;
  margin: auto;
  max-width: 500px; }

.fullscreen-menu {
  padding: 0;
  margin: 0; }
  .fullscreen-menu ul {
    padding: 0; }
  .fullscreen-menu li {
    display: block; }
    .fullscreen-menu li.current_page_item a {
      border-radius: 100px;
      background: rgba(255, 255, 255, 0.2); }
      .fullscreen-menu li.current_page_item a:hover {
        border-color: #e53138; }
  .fullscreen-menu a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 40px;
    margin: 10px 0;
    border-bottom: 2px solid #e53138; }
    .fullscreen-menu a:hover {
      text-decoration: none;
      border-color: #fff; }
    .fullscreen-menu a:active, .fullscreen-menu a:focus {
      text-decoration: none; }

/*--------------------------------------------------------------
# Navigation - Footer
--------------------------------------------------------------*/
footer {
  margin: 100px 0 0 0;
  border-bottom: 3px solid #e53138;
  padding: 20px 15px;
  position: relative; }
  @media only screen and (max-width: 480px) {
    footer {
      margin-top: 50px; } }

.msd-logo {
  position: absolute;
  bottom: 30px;
  left: 0px; }

.footer-navigation {
  display: block;
  float: right;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 480px) {
    .footer-navigation {
      margin-top: 30px;
      text-align: right;
      width: 150px;
      float: right;
      margin-bottom: 10px; } }
  .footer-navigation ul {
    padding: 0; }
  .footer-navigation li {
    display: inline-block; }
    .footer-navigation li a {
      font-weight: 700;
      padding: 10px 20px;
      color: #e53138;
      transition: color 0.3s ease-in-out; }
      @media only screen and (max-width: 480px) {
        .footer-navigation li a {
          padding: 5px 10px; } }

.back-to-top {
  width: 35px;
  position: absolute;
  right: 35px;
  top: -25px;
  cursor: pointer;
  display: none; }
  .back-to-top img {
    max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .back-to-top {
      display: block; } }
  @media only screen and (max-width: 480px) {
    .back-to-top {
      right: 15px;
      top: -15px; } }

.section-footer-dog {
  margin-top: 50px; }

.footer-dog-content {
  margin-top: 70px;
  position: relative;
  z-index: 1; }

.footer-dog {
  width: 120%;
  margin-left: -20%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*=================================
        Images
=================================*/
.hero-image img {
  pointer-events: none; }

/*=================================
        Hero
=================================*/
.hero-text {
  position: relative;
  z-index: 1; }

/*=================================
        Buttons
=================================*/
a.btn, .btn {
  display: inline-block;
  background: #e53138;
  border-radius: 100px;
  padding: 10px 40px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
  text-align: center; }
  a.btn:hover, .btn:hover {
    text-decoration: none;
    box-shadow: 0 0 40px 0 rgba(255, 49, 56, 0.2);
    transform: scale(1.03); }

a.btn-sec, .btn-sec {
  background: #fff;
  color: #e53138;
  padding: 7px 20px; }
  a.btn-sec:hover, .btn-sec:hover {
    box-shadow: 0 0 40px 0 rgba(255, 255, 255, 0.2); }

button {
  background: transparent;
  border: none;
  box-shadow: none; }

/*=================================
        Content containers
=================================*/
.content-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px; }

section {
  clear: both; }

.section-contrast {
  width: 100%;
  background-color: #e53138;
  color: #fff;
  padding: 50px 0; }

/*=================================
        Design assets
=================================*/
.colored-box {
  display: block;
  width: 100%;
  padding: 100px 0;
  min-height: 300px;
  position: relative;
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    .colored-box {
      padding: 100px 20px; } }
  .colored-box .ovals-both {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #fbddd3; }
    .colored-box .ovals-both::before {
      content: '';
      display: block;
      position: absolute;
      width: 600px;
      height: 600px;
      right: 0%;
      top: 0%;
      transform: translateX(40%) translateY(-55%);
      border-radius: 100%;
      background-color: #e53138; }
      @media only screen and (max-width: 768px) {
        .colored-box .ovals-both::before {
          width: 300px;
          height: 300px; } }
    .colored-box .ovals-both::after {
      content: '';
      display: block;
      position: absolute;
      width: 400px;
      height: 400px;
      left: 0%;
      bottom: 0%;
      transform: translateX(-70%) translateY(70%);
      border-radius: 100%;
      background-color: #e53138; }
      @media only screen and (max-width: 768px) {
        .colored-box .ovals-both::after {
          width: 200px;
          height: 200px; } }
  .colored-box .ovals-single {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #fbddd3; }
    .colored-box .ovals-single::before {
      content: '';
      display: block;
      position: absolute;
      width: 600px;
      height: 600px;
      left: 0%;
      top: 0%;
      transform: translateX(-50%) translateY(-65%);
      border-radius: 100%;
      background-color: #e53138; }
      @media only screen and (max-width: 768px) {
        .colored-box .ovals-single::before {
          width: 300px;
          height: 300px; } }
    @media only screen and (max-width: 480px) {
      .colored-box .ovals-single::before {
        content: '';
        display: block;
        position: absolute;
        width: 600px;
        height: 600px;
        right: 0%;
        top: 0%;
        transform: translateX(40%) translateY(-55%);
        border-radius: 100%;
        background-color: #e53138; } }
  @media only screen and (max-width: 480px) and (max-width: 768px) {
    .colored-box .ovals-single::before {
      width: 300px;
      height: 300px; } }
    @media only screen and (max-width: 480px) {
      .colored-box .ovals-single::after {
        content: '';
        display: block;
        position: absolute;
        width: 400px;
        height: 400px;
        left: 0%;
        bottom: 0%;
        transform: translateX(-70%) translateY(70%);
        border-radius: 100%;
        background-color: #e53138; } }
  @media only screen and (max-width: 480px) and (max-width: 768px) {
    .colored-box .ovals-single::after {
      width: 200px;
      height: 200px; } }

/*=================================
        Carrousel slider
=================================*/
.slider-content {
  position: relative;
  max-width: 307px;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .slider-content {
      margin-left: 8.33333%; } }
  @media only screen and (max-width: 480px) {
    .slider-content {
      max-width: none;
      margin-left: 0%; } }

.slider-images {
  text-align: center;
  margin-top: -180px; }
  .slider-images img {
    max-width: 100%; }
  @media only screen and (max-width: 991px) {
    .slider-images {
      margin-top: -60px; } }
  @media only screen and (max-width: 767px) {
    .slider-images {
      text-align: center;
      margin-top: -180px;
      position: absolute;
      top: 0;
      transform: translateY(-10%);
      width: 50%;
      right: 0; } }
  @media only screen and (max-width: 480px) {
    .slider-images {
      width: 60%;
      margin-top: -130px; } }

.slide {
  display: none;
  transition: all 0.4s ease-in-out; }
  .slide.slide-in-transition {
    transition: all 0s; }
  .slide.slide-1 {
    display: block; }
  @media only screen and (max-width: 480px) {
    .slide h2 {
      max-width: 150px; } }

.slide-nav {
  margin-top: 50px;
  position: relative; }
  .slide-nav .slide-nav-icons {
    display: inline-block; }
    @media only screen and (max-width: 480px) {
      .slide-nav .slide-nav-icons {
        position: absolute;
        right: 0%;
        margin-top: -5px; } }
  .slide-nav .slide-arrow {
    width: 35px;
    margin-right: 5px;
    cursor: pointer; }
  .slide-nav span {
    vertical-align: middle; }

/*=================================
        Accordion
=================================*/
@media only screen and (max-width: 767px) {
  .accordion {
    margin-left: 60px; } }

.accordion-element {
  position: relative;
  margin-top: 10px;
  cursor: pointer; }

.accordion-arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 5px;
  left: -60px;
  transition: transform 0.5s ease-in-out; }

.accordion-content {
  overflow: hidden;
  display: none; }
  .accordion-content p {
    margin: 0; }

.accordion-element:first-of-type .accordion-content {
  display: block; }

.accordion-element.active .accordion-arrow {
  transform: rotate(90deg); }

/*=================================
        Video Overlay
=================================*/
.play-button {
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  outline: none;
  transition: color 0.4s ease-in-out; }
  .play-button:hover {
    color: #e53138; }
    .play-button:hover .play-icon {
      background-image: url(img/arrow-right.svg);
      box-shadow: 0 0 40px 0 rgba(255, 49, 56, 0.2); }

.play-icon {
  display: inline-block;
  height: 36px;
  width: 36px;
  background-image: url(img/arrow-right-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 15px;
  border-radius: 100%;
  transition: all 0.4s ease-in-out; }

.play-button--text {
  display: inline-block;
  vertical-align: middle; }

.video-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e53138;
  z-index: 98;
  display: none; }
  @media only screen and (max-width: 480px) {
    .video-overlay {
      background: #000; } }
  .video-overlay .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden; }
    .video-overlay .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .video-overlay .video {
    position: fixed;
    width: calc(100% - 200px);
    height: calc(100% - 200px);
    top: 100px;
    left: 100px;
    background: transparent; }
    @media only screen and (max-width: 480px) {
      .video-overlay .video {
        width: 100%;
        height: 100%;
        top: 25%;
        left: 0px;
        background: #000; } }

/*--------------------------------------------------------------
# Form elements
--------------------------------------------------------------*/
form {
  position: relative; }

input {
  border-radius: 100px;
  background: #eaeaea;
  padding: 12px 20px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  outline: none;
  display: inline-block;
  width: 100%; }

.notification {
  position: absolute;
  top: -10px;
  transform: translateY(-100%);
  background: #e53138;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 100px;
  width: auto;
  text-align: center;
  display: none; }
  .notification::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: #e53138;
    transform: rotate(45deg);
    bottom: -5px;
    left: 30px; }

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Templates - Template Front Page
--------------------------------------------------------------*/
/* ===================
    Secure only styling this template
     ## Template Specific styling only.
====*/
.template-frontpage {
  /*=================================
          Hero
  =================================*/
  /*=================================
          Choose animal box
  =================================*/
  /*=================================
          Section one
  =================================*/
  /*=================================
          Section two
  =================================*/
  /*=================================
          Section three
  =================================*/
  /*=================================
          Section four
  =================================*/ }
  .template-frontpage .hero {
    position: relative; }
    .template-frontpage .hero .hero-image {
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .template-frontpage .hero .hero-image {
          margin-top: -200px; } }
      @media only screen and (max-width: 480px) {
        .template-frontpage .hero .hero-image {
          margin-top: 0; } }
    .template-frontpage .hero .hero-text {
      position: absolute;
      top: 30%;
      transform: translateY(-50%);
      max-width: 550px;
      color: #fff; }
      .template-frontpage .hero .hero-text h1 {
        font-size: 45px; }
        @media only screen and (max-width: 991px) {
          .template-frontpage .hero .hero-text h1 {
            font-size: 35px; } }
        @media only screen and (max-width: 480px) {
          .template-frontpage .hero .hero-text h1 {
            font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        .template-frontpage .hero .hero-text {
          margin-left: 8.33333%; } }
      @media only screen and (max-width: 768px) {
        .template-frontpage .hero .hero-text {
          top: 50%; } }
      @media only screen and (max-width: 600px) {
        .template-frontpage .hero .hero-text {
          top: 45%;
          max-width: 400px; } }
      @media only screen and (max-width: 480px) {
        .template-frontpage .hero .hero-text {
          top: 30%; } }
  .template-frontpage .hero-mobile {
    display: none; }
    @media only screen and (max-width: 768px) {
      .template-frontpage .hero-mobile {
        display: block; } }
  @media only screen and (max-width: 768px) {
    .template-frontpage .hero-desktop {
      display: none; } }
  .template-frontpage .choose-pet {
    text-align: center;
    margin-top: -250px; }
    @media only screen and (max-width: 767px) {
      .template-frontpage .choose-pet {
        margin-top: -80px;
        margin-bottom: 100px; } }
    @media only screen and (max-width: 480px) {
      .template-frontpage .choose-pet {
        margin-top: 0; } }
    .template-frontpage .choose-pet h3 {
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .template-frontpage .choose-pet h3 {
          display: none; } }
  .template-frontpage .choose-box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }
  .template-frontpage .choice {
    display: block;
    width: 50%;
    float: left;
    padding: 20px 0;
    color: #000;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out; }
    .template-frontpage .choice:hover {
      background-color: #fbddd3;
      text-decoration: none; }
    .template-frontpage .choice span {
      display: block;
      margin-top: 10px; }
      @media only screen and (max-width: 850px) {
        .template-frontpage .choice span {
          font-size: 14px; } }
  .template-frontpage .choice-image {
    height: 70px; }
  .template-frontpage .lifted-content {
    margin-top: -233px; }
    @media only screen and (max-width: 767px) {
      .template-frontpage .lifted-content {
        width: 350px;
        max-width: 85%;
        margin-left: 8.33333%;
        padding-bottom: 50px; } }
  .template-frontpage .animal-image {
    margin-left: -250px;
    margin-top: -300px;
    width: 1000px;
    pointer-events: none; }
    @media only screen and (max-width: 767px) {
      .template-frontpage .animal-image {
        max-width: 100%;
        margin-left: 0;
        margin-top: -150px; } }
    @media only screen and (max-width: 480px) {
      .template-frontpage .animal-image {
        max-width: 130%;
        margin-left: -15%; } }
  .template-frontpage .s-three-lift {
    margin-top: -150px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .template-frontpage .s-three-lift {
        margin-top: 0; } }
  .template-frontpage .slider-cat {
    float: right;
    width: 150%;
    margin-top: -350px;
    margin-right: -50px; }
    @media only screen and (max-width: 1020px) {
      .template-frontpage .slider-cat {
        margin-top: -200px; } }
    @media only screen and (max-width: 767px) {
      .template-frontpage .slider-cat {
        width: 90%;
        margin-top: -240px;
        margin-right: 180px; } }
    @media only screen and (max-width: 480px) {
      .template-frontpage .slider-cat {
        margin-right: 100px;
        margin-top: -170px; } }
  .template-frontpage .section-three {
    margin-bottom: 75px; }
    @media only screen and (max-width: 767px) {
      .template-frontpage .section-three .colored-box {
        padding-bottom: 250px; } }
    @media only screen and (max-width: 480px) {
      .template-frontpage .section-three .colored-box {
        padding-bottom: 180px; } }
  @media only screen and (max-width: 768px) {
    .template-frontpage .s-four-content {
      margin-top: 50px; } }

/*--------------------------------------------------------------
# Templates - Template Animal Page
--------------------------------------------------------------*/
/* ===================
    Secure only styling this template
     ## Template Specific styling only.
====*/
.template-animal {
  /*=================================
          Hero
  =================================*/
  /*=================================
          Section one
  =================================*/
  /*=================================
          Section two
  =================================*/
  /*=================================
          Section three
  =================================*/
  /*=================================
          Section four
  =================================*/ }
  .template-animal .hero {
    position: relative; }
    .template-animal .hero .hero-image {
      position: absolute;
      top: 70%; }
      @media only screen and (max-width: 768px) {
        .template-animal .hero .hero-image {
          top: 100%;
          margin-top: -200px;
          margin-left: 100px; } }
      @media only screen and (max-width: 480px) {
        .template-animal .hero .hero-image {
          position: absolute;
          top: 70%; } }
      .template-animal .hero .hero-image img {
        margin-left: -30%;
        margin-top: -300px;
        width: 1000px; }
        @media only screen and (max-width: 1100px) {
          .template-animal .hero .hero-image img {
            width: 750px;
            margin-left: -20%;
            margin-top: -150px; } }
        @media only screen and (max-width: 768px) {
          .template-animal .hero .hero-image img {
            margin-left: 50%;
            margin-top: -50px;
            width: 130%; } }
        @media only screen and (max-width: 767px) {
          .template-animal .hero .hero-image img {
            margin-left: 50%;
            margin-top: -50px;
            width: 60%; } }
        @media only screen and (max-width: 480px) {
          .template-animal .hero .hero-image img {
            margin-left: -10%;
            margin-top: 20px;
            width: 120%; } }
      @media only screen and (max-width: 768px) {
        .template-animal .hero .hero-image {
          margin-top: -200px; } }
      @media only screen and (max-width: 480px) {
        .template-animal .hero .hero-image {
          margin-top: 0; } }
    .template-animal .hero .hero-text {
      margin-top: 200px;
      margin-bottom: 200px;
      max-width: 400px; }
      @media only screen and (max-width: 767px) {
        .template-animal .hero .hero-text {
          margin-left: 8.33333%; } }
      @media only screen and (max-width: 768px) {
        .template-animal .hero .hero-text {
          top: 50%; } }
      @media only screen and (max-width: 480px) {
        .template-animal .hero .hero-text {
          top: 30%; } }
  .template-animal .hero-mobile {
    display: none; }
    @media only screen and (max-width: 768px) {
      .template-animal .hero-mobile {
        display: block; } }
  @media only screen and (max-width: 768px) {
    .template-animal .hero-desktop {
      display: none; } }
  .template-animal .ovals-both, .template-animal .ovals-single {
    height: 100%;
    max-height: 400px;
    bottom: auto; }
  .template-animal .slider {
    position: relative; }
  .template-animal .slider-content {
    max-width: none; }
    @media only screen and (max-width: 767px) {
      .template-animal .slider-content {
        margin-left: 0%;
        max-width: 300px; } }
    @media only screen and (max-width: 480px) {
      .template-animal .slider-content {
        max-width: none; } }
  @media only screen and (max-width: 768px) {
    .template-animal .slider-images {
      margin-top: -100px; } }
  .template-animal .slider-images img {
    max-width: 300px; }
    @media only screen and (max-width: 768px) {
      .template-animal .slider-images img {
        max-width: 150%; } }
    @media only screen and (max-width: 767px) {
      .template-animal .slider-images img {
        max-width: 300px; } }
  @media only screen and (max-width: 767px) {
    .template-animal .slider-images {
      margin-top: 0;
      position: relative;
      transform: none;
      text-align: left;
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    .template-animal .slider-images {
      text-align: center; } }
  .template-animal .s-four-content {
    margin-top: 50px; }

/*--------------------------------------------------------------
# Templates - Template Products Page
--------------------------------------------------------------*/
/* ===================
    Secure only styling this template
     ## Template Specific styling only.
====*/
.template-products {
  /*=================================
          Hero
  =================================*/
  /*=================================
          Section one
  =================================*/
  /*=================================
          Section two / Section product list
  =================================*/
  /*=================================
          Section three
  =================================*/
  /*=================================
          Section four
  =================================*/ }
  .template-products .hero {
    position: relative; }
    .template-products .hero .hero-image {
      position: absolute;
      top: 0; }
      .template-products .hero .hero-image img {
        margin-left: -35%;
        margin-top: -50px;
        width: 1000px; }
        @media only screen and (max-width: 991px) {
          .template-products .hero .hero-image img {
            position: absolute;
            margin-left: -20%;
            margin-top: -50px;
            height: calc(100% + 50px);
            width: auto; } }
      @media only screen and (max-width: 991px) {
        .template-products .hero .hero-image {
          position: absolute;
          top: 0;
          bottom: 0; } }
      @media only screen and (max-width: 767px) {
        .template-products .hero .hero-image {
          left: 50%;
          margin-top: 0; } }
    .template-products .hero .hero-text {
      margin-top: 200px;
      margin-bottom: 200px;
      max-width: 400px;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .template-products .hero .hero-text {
          margin-left: 8.33333%; } }
      @media only screen and (max-width: 768px) {
        .template-products .hero .hero-text {
          top: 50%; } }
      @media only screen and (max-width: 480px) {
        .template-products .hero .hero-text {
          top: 30%; } }
  .template-products .hero-mobile {
    display: none; }
    @media only screen and (max-width: 768px) {
      .template-products .hero-mobile {
        display: block; } }
  @media only screen and (max-width: 768px) {
    .template-products .hero-desktop {
      display: none; } }
  .template-products .colored-box {
    margin-top: 0; }
  .template-products .section-product-list {
    margin: 100px 0;
    padding: 0 8.3333%; }
    @media only screen and (max-width: 480px) {
      .template-products .section-product-list {
        margin: 50px 0; } }
  .template-products .product-content {
    margin-right: 10%; }
    @media only screen and (max-width: 767px) {
      .template-products .product-content {
        margin: 50px auto;
        max-width: 400px; } }
    .template-products .product-content h2 {
      min-height: 85px; }
      @media only screen and (max-width: 767px) {
        .template-products .product-content h2 {
          min-height: 0; } }
    @media only screen and (max-width: 767px) {
      .template-products .product-content p {
        min-height: 0; } }
  .template-products .s-four-content {
    margin-top: 50px; }

/*--------------------------------------------------------------
# Templates - Template Product Single Page
--------------------------------------------------------------*/
/* ===================
    Secure only styling this template
     ## Template Specific styling only.
====*/
.template-product-single {
  /*=================================
          Hero
  =================================*/
  /*=================================
          Section one
  =================================*/
  /*=================================
          Section two / Section product table
  =================================*/
  /*=================================
          Section three
  =================================*/
  /*=================================
          Section four
  =================================*/ }
  .template-product-single .hero {
    position: relative; }
    @media only screen and (max-width: 560px) {
      .template-product-single .hero {
        margin-bottom: 220px; } }
    @media only screen and (max-width: 480px) {
      .template-product-single .hero {
        margin-bottom: 0; } }
    .template-product-single .hero .hero-image img {
      max-width: 100%;
      max-height: 450px;
      margin-top: 100px; }
      @media only screen and (max-width: 880px) {
        .template-product-single .hero .hero-image img {
          margin-top: 200px; } }
      @media only screen and (max-width: 767px) {
        .template-product-single .hero .hero-image img {
          margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .template-product-single .hero .hero-image {
        text-align: center;
        position: absolute;
        max-width: 40%;
        top: 40%;
        right: 0; } }
    @media only screen and (max-width: 560px) {
      .template-product-single .hero .hero-image {
        top: 90%; } }
    @media only screen and (max-width: 480px) {
      .template-product-single .hero .hero-image {
        position: relative;
        top: auto;
        right: auto;
        max-width: 300px;
        text-align: center;
        margin: 30px auto 0px auto; } }
    .template-product-single .hero .hero-text {
      margin-top: 200px; }
      @media only screen and (max-width: 767px) {
        .template-product-single .hero .hero-text {
          margin-left: 8.3333%;
          max-width: 50%; } }
      @media only screen and (max-width: 560px) {
        .template-product-single .hero .hero-text {
          max-width: none; } }
      @media only screen and (max-width: 480px) {
        .template-product-single .hero .hero-text {
          margin-top: 140px; } }
  .template-product-single .section-product-table {
    margin: 100px 0; }
  .template-product-single .product-table {
    width: 100%;
    margin-top: 40px; }
    @media only screen and (max-width: 480px) {
      .template-product-single .product-table {
        margin-top: 15px; } }
  .template-product-single th {
    text-align: left;
    font-size: 35px;
    padding: 0px 15px;
    padding-bottom: 10px; }
  .template-product-single tr:nth-child(even) {
    background: #eaeaea; }
  @media only screen and (max-width: 480px) {
    .template-product-single tr {
      display: block;
      padding: 25px 0; }
      .template-product-single tr:first-of-type {
        display: none; } }
  .template-product-single td {
    padding: 10px 15px; }
    @media only screen and (max-width: 480px) {
      .template-product-single td {
        display: block;
        padding: 5px 15px; } }
  .template-product-single .table-label {
    font-size: 80%;
    font-weight: normal;
    display: none;
    color: #e53138; }
    @media only screen and (max-width: 480px) {
      .template-product-single .table-label {
        display: block; } }
  .template-product-single .s-four-content {
    margin-top: 50px; }

/*--------------------------------------------------------------
# Templates - Template Retailers Page
--------------------------------------------------------------*/
/* ===================
    Secure only styling this template
     ## Template Specific styling only.
====*/
.template-retailers {
  /*=================================
          Hero
  =================================*/
  /*=================================
          Google map
  =================================*/
  /*=================================
          Retailer list
  =================================*/
  /*=================================
          Text section - End
  =================================*/ }
  .template-retailers .hero {
    position: relative; }
    .template-retailers .hero .hero-image img {
      max-width: 100%;
      max-height: 450px;
      margin-top: 100px; }
      @media only screen and (max-width: 880px) {
        .template-retailers .hero .hero-image img {
          margin-top: 200px; } }
      @media only screen and (max-width: 767px) {
        .template-retailers .hero .hero-image img {
          margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .template-retailers .hero .hero-image {
        text-align: center;
        position: absolute;
        max-width: 40%;
        top: 40%;
        right: 0; } }
    @media only screen and (max-width: 560px) {
      .template-retailers .hero .hero-image {
        position: relative;
        top: auto;
        right: auto;
        max-width: 300px;
        text-align: center;
        margin: 30px auto 0px auto; } }
    .template-retailers .hero .hero-text {
      margin-top: 200px; }
      @media only screen and (max-width: 767px) {
        .template-retailers .hero .hero-text {
          margin-left: 8.3333%;
          max-width: 50%; } }
      @media only screen and (max-width: 560px) {
        .template-retailers .hero .hero-text {
          margin-top: 140px;
          max-width: none; } }
  .template-retailers .section-map {
    margin-top: 50px; }
  .template-retailers .map-search {
    position: relative;
    transform: translateY(50%);
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 1; }
    @media only screen and (max-width: 630px) {
      .template-retailers .map-search {
        transform: none; } }
    @media only screen and (max-width: 600px) {
      .template-retailers .map-search {
        text-align: center; } }
    .template-retailers .map-search .btn {
      margin-left: 10px; }
      @media only screen and (max-width: 600px) {
        .template-retailers .map-search .btn {
          margin: 0; } }
  @media only screen and (max-width: 600px) {
    .template-retailers .between-inputs {
      display: block;
      margin: 10px 0; } }
  @media only screen and (max-width: 720px) {
    .template-retailers .between-inputs .highlight {
      display: none; } }
  .template-retailers .input-wrapper {
    position: relative;
    display: inline-block;
    display: inline-block;
    width: 240px;
    margin-right: 10px; }
    .template-retailers .input-wrapper input.postal-search {
      padding-right: 50px; }
    @media only screen and (max-width: 600px) {
      .template-retailers .input-wrapper {
        margin: auto;
        display: block; } }
  .template-retailers .btn-search {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: #e53138;
    background-image: url(img/search-icon.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
    outline: none; }
    .template-retailers .btn-search:hover {
      text-decoration: none;
      box-shadow: 0 0 40px 0 rgba(255, 49, 56, 0.2);
      transform: scale(1.03) translateY(-50%); }
  .template-retailers .google-map {
    width: 100%;
    height: 550px;
    background: lightgray; }
  .template-retailers #map {
    height: 100%; }
  .template-retailers .section-retailerlist {
    margin-bottom: 70px; }
    @media only screen and (max-width: 768px) {
      .template-retailers .section-retailerlist {
        margin-bottom: 50px; } }
  .template-retailers .retailer {
    margin-bottom: 40px; }
  .template-retailers .retailer-heading p {
    margin-bottom: 5px; }
  .template-retailers .retailer-name {
    margin-bottom: 15px; }
  .template-retailers .s-three-content {
    margin-top: 50px; }

/*--------------------------------------------------------------
# Templates - Template Animal Page
--------------------------------------------------------------*/
/* ===================
    Secure only styling this template
     ## Template Specific styling only.
====*/
.template-worms-animal {
  /*=================================
          Hero
  =================================*/
  /*=================================
          Section one
  =================================*/
  /*=================================
          Section two
  =================================*/
  /*=================================
          Section three
  =================================*/
  /*=================================
          Section four
  =================================*/ }
  .template-worms-animal .hero {
    position: relative; }
    .template-worms-animal .hero .hero-image {
      position: absolute;
      top: 60%; }
      .template-worms-animal .hero .hero-image img {
        margin-left: -30%;
        margin-top: -300px;
        width: 1000px; }
        @media only screen and (max-width: 1100px) {
          .template-worms-animal .hero .hero-image img {
            width: 200%;
            margin-top: -50%; } }
        @media only screen and (max-width: 768px) {
          .template-worms-animal .hero .hero-image img {
            margin-left: -30%;
            margin-top: -20%;
            width: 170%; } }
        @media only screen and (max-width: 767px) {
          .template-worms-animal .hero .hero-image img {
            margin-left: 20%;
            margin-top: -10%;
            width: 100%; } }
        @media only screen and (max-width: 480px) {
          .template-worms-animal .hero .hero-image img {
            margin-left: -10%;
            margin-top: 20px;
            width: 440px; } }
    .template-worms-animal .hero .hero-text {
      margin-top: 200px;
      margin-bottom: 200px;
      max-width: 400px; }
      @media only screen and (max-width: 767px) {
        .template-worms-animal .hero .hero-text {
          margin-left: 8.33333%; } }
      @media only screen and (max-width: 768px) {
        .template-worms-animal .hero .hero-text {
          top: 50%; } }
      @media only screen and (max-width: 480px) {
        .template-worms-animal .hero .hero-text {
          top: 30%; } }
  .template-worms-animal .hero-mobile {
    display: none; }
    @media only screen and (max-width: 768px) {
      .template-worms-animal .hero-mobile {
        display: block; } }
  @media only screen and (max-width: 768px) {
    .template-worms-animal .hero-desktop {
      display: none; } }
  .template-worms-animal .ovals-both, .template-worms-animal .ovals-single {
    height: 100%;
    max-height: 400px;
    bottom: auto; }
  .template-worms-animal .s-four-content {
    margin-top: 50px; }

/*--------------------------------------------------------------
# Templates - Template Animal Page
--------------------------------------------------------------*/
/* ===================
    Secure only styling this template
     ## Template Specific styling only.
====*/
.template-worms {
  /*=================================
          Hero
  =================================*/
  /*=================================
          Section one
  =================================*/
  /*=================================
          Section two
  =================================*/
  /*=================================
          Section three
  =================================*/
  /*=================================
          Section four
  =================================*/ }
  .template-worms .hero {
    position: relative; }
    .template-worms .hero .hero-text {
      margin-top: 200px;
      margin-bottom: 100px; }
      @media only screen and (max-width: 767px) {
        .template-worms .hero .hero-text {
          margin-left: 8.33333%; } }
      @media only screen and (max-width: 768px) {
        .template-worms .hero .hero-text {
          top: 50%; } }
      @media only screen and (max-width: 480px) {
        .template-worms .hero .hero-text {
          top: 30%; } }
  .template-worms .column-2-box {
    width: 100%;
    margin-bottom: 50px; }
    .template-worms .column-2-box a {
      text-decoration: none; }
      .template-worms .column-2-box a:hover, .template-worms .column-2-box a:focus, .template-worms .column-2-box a:active {
        text-decoration: none; }
    .template-worms .column-2-box .left-box, .template-worms .column-2-box .right-box {
      text-align: center;
      padding: 150px 0; }
      @media only screen and (max-width: 767px) {
        .template-worms .column-2-box .left-box, .template-worms .column-2-box .right-box {
          padding: 50px 0; } }
      .template-worms .column-2-box .left-box:hover .link-arrow, .template-worms .column-2-box .right-box:hover .link-arrow {
        transform: translateX(10px); }
    .template-worms .column-2-box .left-box {
      background: #fbddd3;
      color: #e53138; }
    .template-worms .column-2-box .right-box {
      background: #e53138;
      color: #fff; }
    .template-worms .column-2-box .animal-illustration {
      max-height: 150px;
      margin-bottom: 20px; }
    .template-worms .column-2-box .animal-name {
      text-decoration: none; }
    .template-worms .column-2-box .link-arrow {
      width: 35px;
      margin-left: 10px;
      vertical-align: middle;
      transition: all 0.4s ease-in-out; }
  .template-worms .s-four-content {
    margin-top: 50px; }

/*# sourceMappingURL=style.css.map */
