/*!
/*
 Theme Name:   Argyle Backpackers Web Site
 Theme URI:    https://www.launchsite.co.uk
 Description:  Launch Site GeneratePress child theme
 Author:       Jonathan Alstead
 Author URI:   https://launchsite.co.uk
 Template:     generatepress
 Version:      0.1
 Date:         27th March 2019
*/
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/*------------------------------------------------------------------------

FLEXBOX

-------------------------------------------------------------------------*/
/* ==========================================================================
   Variables
   ========================================================================== */
/* line 29, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_variables.scss */
#booking_widget button.check_availability {
  background-color: #BBB41B;
  border: 1px solid #bbb41b;
  min-height: 45px;
  width: 220px;
  -webkit-box-shadow: 0 6px #b1aa11;
  box-shadow: 0 6px #b1aa11;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 18px;
  transform-style: preserve-3d;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0; }
  /* line 50, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_variables.scss */
  #booking_widget button.check_availability:hover {
    top: 2px;
    background: #8e880e;
    border: 1px solid #8e880e;
    -webkit-box-shadow: 0 4px #847e04;
    box-shadow: 0 4px #847e04; }
  /* line 57, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_variables.scss */
  #booking_widget button.check_availability:after {
    content: "\e952";
    font-family: 'Ultimate-Icons';
    speak: none;
    font-size: 1.3em;
    margin-left: 8px; }

/* line 116, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_variables.scss */
#custom_html-9, #booking_widget form {
  padding: 0;
  margin: 0; }

/* GeneratePress Site CSS */
/* DEFAULTS & OVERRIDES */
/* Subtle fade animation on all hover transitions */
/* line 3, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
a, img {
  transition: all 200ms linear; }

/* Specify the weight of strong tag */
/*  GENERATEPRESS PRIMARY NAVIGATION */
/* Define logo width */
/* Add a subtle shadow to pages that don't have a photo hero banner or merged header */
/* line 17, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.inside-header {
  box-shadow: 0px 15px 10px -15px #eee; }

/* line 20, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.header-wrap .inside-header {
  box-shadow: none; }

/*  GENERATEPRESS PRIMARY NAVIGATION */
/* Remove the submenu shadow */
/* line 26, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.main-navigation ul ul,
.secondary-navigation ul .sub-menu {
  box-shadow: none; }

/* BEAVER BUILDER # */
/* BEAVER BUILDER GRADIENT ROWS */
/* Class needed for photo overlay gradients on rows. Add .fl-gradient to any photo background row */
/* Essential gradient CSS */
/* line 35, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.fl-gradient .fl-row-content-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }

/* line 42, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.fl-gradient .fl-row-content {
  position: relative;
  z-index: 1; }

/* BEAVER BUILDER POSTS MODULE */
/* Tweak the posts gallery style */
/* line 49, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.fl-post-gallery-post {
  border: 1px solid #fff;
  margin: 0; }

/* line 53, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.fl-post-gallery-text {
  padding: 10% 15%; }

/* BEAVER BUILDER EDITORIAL TYPOGRAPHY TWEAKS */
/* useful text module classes make the paragraph text larger or smaller */
/* Center all editorial text in mobile views */
/* MISC PLUGINS */
/* WP SHOW POSTS */
/* line 70, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.wp-show-posts-columns {
  text-align: center; }

/* line 73, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.wp-show-posts-columns article {
  padding-bottom: 10px; }

/* line 76, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.wp-show-posts-columns .wp-show-posts-entry-title {
  font-size: 24px;
  margin-bottom: -10px; }

/* line 80, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.wp-show-posts-inner p {
  font-size: 16px;
  margin: 0 auto;
  max-width: 360px; }

/* ## SOCIAL WARFARE ## */
/* Add a subtle rounded edge on the Social Warfare shre buttons */
/* line 88, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.submit,
.nc_socialPanel {
  border-radius: 6px; }

/* ## NAVIGATION MENU ITEMS ## */
/* Twitter icon color */
/* line 95, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
#primary-menu a:not(:hover) .fa-twitter::before {
  color: #55acee;
  color: #55acee; }

/*  WIDGETS  */
/* Improve the style of recent entries */
/* line 102, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.widget_recent_entries li {
  margin-bottom: 10px; }

/* line 105, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.widget_recent_entries .post-date {
  color: #666;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  font-size: 85%; }

/* GENERATEPRESS FOOTER WIDGET AREA */
/* GeneratePress widget layout tweaks & alignments for 3 columns */
@media (min-width: 1025px) {
  /* line 115, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
  .footer-widgets .footer-widget-1 {
    text-align: left;
    width: 25%; }

  /* line 119, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
  .footer-widgets .footer-widget-2 {
    text-align: left;
    width: 40%; }

  /* line 123, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
  .footer-widgets .footer-widget-3 {
    text-align: right;
    width: 35%; } }
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 129, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
  .footer-widgets .footer-widget-1,
  .footer-widgets .footer-widget-2,
  .footer-widgets .footer-widget-3 {
    clear: none !important;
    float: left;
    width: 33.3333%; } }
@media (max-width: 768px) {
  /* line 138, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
  .footer-widgets .widget {
    float: none;
    margin: 0 auto;
    max-width: 400px;
    padding: 60px 20px 0 20px;
    text-align: center; } }
/* SPECIAL EFFECTS */
/* Photo contrast hover effect */
/* line 151, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_gpress.scss */
.post .post-image:hover img,
.wp-show-posts img:hover,
a:hover .fl-post-gallery-img {
  -webkit-filter: contrast(125%) saturate(0);
  filter: contrast(125%) saturate(0);
  transition: .3s ease-in-out; }

/* End GeneratePress Site CSS */
/* ==========================================================================
   ROOT 
   ========================================================================== */
/* ==========================================================================
   Selection Highlights
   ========================================================================== */
/* line 17, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
::-moz-selection {
  background: #0a13a3;
  background: #0a13a3;
  text-shadow: none; }

/* line 23, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
::selection {
  background: #0a13a3;
  text-shadow: none; }

/* ==========================================================================
   Links
   ========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
/* ==========================================================================
   Typography
   ========================================================================== */
/* line 414, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_mixins.scss */
h1, .disable-responsive-font-size h1, h1.disable-responsive-font-size {
  font-size: 3rem; }
@media (max-width: 992px), (max-height: 992px) {
  /* line 50, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
  h1 {
    font-size: calc(1.4rem + 2.58065vmin) ; } }

/* line 54, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
.fl-rich-text h2, h2 .fl-heading-text, h2.uabb-cta-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px; }
  /* line 414, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_mixins.scss */
  .fl-rich-text h2, .disable-responsive-font-size .fl-rich-text h2, .fl-rich-text h2.disable-responsive-font-size, h2 .fl-heading-text, .disable-responsive-font-size h2 .fl-heading-text, h2 .fl-heading-text.disable-responsive-font-size, h2.uabb-cta-title, .disable-responsive-font-size h2.uabb-cta-title, h2.uabb-cta-title.disable-responsive-font-size {
    font-size: 3rem !important; }
  @media (max-width: 992px), (max-height: 992px) {
    /* line 54, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
    .fl-rich-text h2, h2 .fl-heading-text, h2.uabb-cta-title {
      font-size: calc(1.4rem + 2.58065vmin)  !important; } }
  /* line 60, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
  .fl-rich-text h2:before, h2 .fl-heading-text:before, h2.uabb-cta-title:before {
    background-color: #4C1B6E;
    width: 150px;
    height: 5px;
    position: absolute;
    bottom: 0;
    content: "";
    text-align: left;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    @media (max-width: 768px) {
      /* line 60, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
      .fl-rich-text h2:before, h2 .fl-heading-text:before, h2.uabb-cta-title:before {
        height: 3px;
        bottom: -2px; } }

/* line 414, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_mixins.scss */
h3, .disable-responsive-font-size h3, h3.disable-responsive-font-size {
  font-size: 2.5rem; }
@media (max-width: 992px), (max-height: 992px) {
  /* line 84, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
  h3 {
    font-size: calc(1.3rem + 1.93548vmin) ; } }

/* line 414, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_mixins.scss */
h4, .disable-responsive-font-size h4, h4.disable-responsive-font-size {
  font-size: 2.5rem; }
@media (max-width: 992px), (max-height: 992px) {
  /* line 88, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
  h4 {
    font-size: calc(1.3rem + 1.93548vmin) ; } }

/* line 414, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_mixins.scss */
h5, .disable-responsive-font-size h5, h5.disable-responsive-font-size {
  font-size: 1.5rem; }
@media (max-width: 992px), (max-height: 992px) {
  /* line 92, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
  h5 {
    font-size: calc(1.1rem + 0.64516vmin) ; } }

/* line 100, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
.room-profiles h4 {
  background-color: white;
  position: relative; }
  /* line 414, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_mixins.scss */
  .room-profiles h4, .disable-responsive-font-size .room-profiles h4, .room-profiles h4.disable-responsive-font-size {
    font-size: 1.5rem; }
  @media (max-width: 992px), (max-height: 992px) {
    /* line 100, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
    .room-profiles h4 {
      font-size: calc(1.1rem + 0.64516vmin) ; } }
  /* line 104, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
  .room-profiles h4:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 4px;
    top: 0;
    right: 0; }

/* line 116, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
p {
  font-size: 1rem; }

/* line 126, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
.gallery-cto .fl-module-content {
  border: 1px solid #e2d8a8;
  -webkit-border-radius: 8px;
  border-radius: 8px; }
/* line 131, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
.gallery-cto h2 {
  margin-bottom: 30px !important; }

/* line 137, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
p:empty {
  display: none; }

/* ==========================================================================
   Lists and Ordered Lists
   ========================================================================== */
/* ==========================================================================
   Images
   ========================================================================== */
/* line 156, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_general.scss */
.fl-gradient .fl-row-content-wrap:after {
  background: #4C1B6E;
  /* fallback for old browsers */
  background: linear-gradient(to right, rgba(76, 27, 110, 0.2), rgba(128, 0, 255, 0.25));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-filter: contrast(125%) saturate(0);
  filter: contrast(125%) saturate(0); }

/* ==========================================================================
   Animations
   ========================================================================== */
/* ==========================================================================
   Main Content
   ========================================================================== */
/* line 7, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_layout.scss */
body.single.single-post .site.grid-container {
  max-width: 100%; }

/* ==========================================================================
   Footer
   ========================================================================== */
/* ==========================================================================
   Admin Bar
   ========================================================================== */
@media (min-width: 768px) {
  /* line 6, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  #wpadminbar {
    opacity: 0;
    transition: all 0.5s ease; }

  /* line 10, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  #wpadminbar:hover {
    opacity: 1; }

  /* line 13, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  body.admin-bar {
    margin-top: -32px !important; } }
/* ==========================================================================
   Top Header
   ========================================================================== */
/* line 21, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
.top-available {
  display: none; }

/* line 24, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
#custom_html-9 {
  float: none;
  width: 100%; }

/* line 29, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
.top-header__wrapper {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  /* line 36, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  .top-header__wrapper .top-telephone i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

/* ==========================================================================
   Header
   ========================================================================== */
/* line 50, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
header .inside-header {
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (max-width: 768px) {
  /* line 60, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  #sticky-navigation img {
    height: auto;
    padding: 5px 0 0 5px; }
  /* line 65, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  #sticky-navigation .hamburger {
    padding: 10px 14px 10px 20px; }
  /* line 69, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  #sticky-navigation .hamburger-box {
    height: 28px;
    width: 32px; }
  /* line 73, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  #sticky-navigation button.menu-toggle {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    line-height: 0;
    color: #FFF;
    background-color: #301145;
    padding: 0;
    width: auto; }
    /* line 81, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
    #sticky-navigation button.menu-toggle:before {
      display: none;
      width: auto; }
    /* line 85, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
    #sticky-navigation button.menu-toggle:hover, #sticky-navigation button.menu-toggle:visited {
      color: #6d467b; }

  /* line 95, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  #site-navigation .inside-navigation {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }

  /* line 103, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  :not(.sticky-logo).site-logo img {
    width: auto !important;
    height: auto !important; }

  /* line 108, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  button.menu-toggle {
    color: #FFF;
    background-color: transparent;
    border: 0;
    width: 100%; }
    /* line 121, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
    button.menu-toggle:before {
      display: none;
      width: auto; }
    /* line 125, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
    button.menu-toggle:hover, button.menu-toggle:visited {
      color: #6d467b; } }
@media (min-width: 767px) {
  /* line 133, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
  .site-header .site-logo {
    position: relative; }
    /* line 135, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
    .site-header .site-logo:before {
      background-color: #4C1B6E;
      width: 60px;
      height: 60px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      content: "";
      position: absolute;
      left: 0;
      display: inline-block; }
    /* line 146, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
    .site-header .site-logo:after {
      position: absolute;
      left: 0;
      background-image: url(/wp-content/uploads/2019/02/logo-arrows.svg);
      background-repeat: no-repeat;
      content: "";
      display: block;
      width: 58px;
      height: 58px;
      top: 1px;
      left: 1px;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      animation: rotate 0.5s linear alternate 2;
      -webkit-animation-delay: 0.3s;
      -moz-animation-delay: 0.3s;
      -o-animation-delay: 0.3s;
      animation-delay: 0.3s; }
    /* line 166, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_header.scss */
    .site-header .site-logo img {
      padding-left: 75px;
      position: relative; } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); } }
/* ==========================================================================
   Menus
   ========================================================================== */
/*----------------------- Slide Out Menu -------------------------*/
@keyframes wave {
  from {
    top: 1000px;
    opacity: 0; }
  to {
    top: 20px;
    opacity: 1; } }
/* line 24, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
.slideout-navigation.is-open .slideout-menu li:nth-of-type(1) {
  animation: wave 0.8s 0.0625s cubic-bezier(0.43, 1.6, 0.57, 0.88) forwards !important; }

/* line 24, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
.slideout-navigation.is-open .slideout-menu li:nth-of-type(2) {
  animation: wave 0.8s 0.125s cubic-bezier(0.43, 1.6, 0.57, 0.88) forwards !important; }

/* line 24, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
.slideout-navigation.is-open .slideout-menu li:nth-of-type(3) {
  animation: wave 0.8s 0.1875s cubic-bezier(0.43, 1.6, 0.57, 0.88) forwards !important; }

/* line 24, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
.slideout-navigation.is-open .slideout-menu li:nth-of-type(4) {
  animation: wave 0.8s 0.25s cubic-bezier(0.43, 1.6, 0.57, 0.88) forwards !important; }

/* line 24, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
.slideout-navigation.is-open .slideout-menu li:nth-of-type(5) {
  animation: wave 0.8s 0.3125s cubic-bezier(0.43, 1.6, 0.57, 0.88) forwards !important; }

/* line 24, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
.slideout-navigation.is-open .slideout-menu li:nth-of-type(6) {
  animation: wave 0.8s 0.375s cubic-bezier(0.43, 1.6, 0.57, 0.88) forwards !important; }

/* line 24, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
.slideout-navigation.is-open .slideout-menu li:nth-of-type(7) {
  animation: wave 0.8s 0.4375s cubic-bezier(0.43, 1.6, 0.57, 0.88) forwards !important; }

/* line 30, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
.slideout-navigation .slideout-menu {
  position: absolute;
  top: 20px;
  bottom: 0;
  min-height: 100%; }
  /* line 35, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
  .slideout-navigation .slideout-menu li {
    opacity: 0;
    position: relative;
    z-index: 2;
    transition: all 300ms cubic-bezier(0.42, 2.12, 0.35, 0.55);
    display: block; }
    /* line 41, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
    .slideout-navigation .slideout-menu li a {
      padding-bottom: 0; }
      /* line 43, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
      .slideout-navigation .slideout-menu li a:after {
        position: relative;
        top: -8px;
        content: "";
        display: block;
        background-color: #FFF;
        width: 0;
        height: 3px;
        -webkit-transition: width 300ms ease-in;
        -moz-transition: width 300ms ease-in;
        -ms-transition: width 300ms ease-in;
        -o-transition: width 300ms ease-in;
        transition: width 300ms ease-in; }
      /* line 57, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
      .slideout-navigation .slideout-menu li a:hover:after {
        width: 100%; }
  /* line 63, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_menus.scss */
  .slideout-navigation .slideout-menu .availabilty a:after {
    top: 0;
    background-color: #BBB41B; }

/* ==========================================================================
   Widgets
   ========================================================================== */
/* ==========================================================================
   Comments
   ========================================================================== */
/* line 5, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_comments.scss */
.comment-content a {
  word-wrap: break-word; }

/* ==========================================================================
   Forms
   ========================================================================== */
/* line 7, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
.fl-module-mailchimp-subscribe-form .uabb-form-error-message {
  top: 20px; }

/* line 11, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
.fl-module-contact-form input {
  border-color: #c9bfdc; }

/* line 14, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  outline: none;
  border: 1px solid #7772b9; }

/* line 21, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
textarea + label,
input[type=text] + label, input[type=email] + label, input[type=tel] + label {
  display: block;
  cursor: text;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #777;
  transition: .15s ease-out all;
  position: absolute;
  top: 1.45rem;
  left: 1.1rem; }

/* line 35, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
input[type=text] + label.labelup,
input[type=email] + label.labelup, input[type=tel] + label.labelup, textarea + label.labelup,
.error label, textarea:focus + label,
input[type=text]:focus + label, input[type=email]:focus + label, input[type=tel]:focus + label {
  top: .5rem;
  left: 1.1rem;
  font-size: 0.7em !important;
  font-weight: bold;
  opacity: .5;
  transition: all .15s ease-out; }

/* line 48, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
input:focus::-webkit-input-placeholder {
  color: rgba(53, 53, 53, 0.3);
  transition: color .2s ease-in-out; }

/* line 54, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
input:focus::-moz-placeholder {
  color: rgba(53, 53, 53, 0.3);
  transition: color .2s ease-in-out; }

/* line 59, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
input:focus:-moz-placeholder {
  color: rgba(53, 53, 53, 0.3);
  transition: color .2s ease-in-out; }

/* line 64, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
input:focus:-ms-input-placeholder {
  color: rgba(53, 53, 53, 0.3);
  transition: color .2s ease-in-out; }

/* line 71, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
input::-webkit-input-placeholder {
  color: #353535;
  font-size: inherit;
  line-height: 1.1;
  transition: color .2s ease-in-out; }

/* line 78, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
input::-moz-placeholder {
  color: #353535;
  opacity: 1;
  font-size: inherit;
  line-height: 1.1;
  transition: color .2s ease-in-out; }

/* line 86, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
input:-moz-placeholder {
  color: #353535;
  opacity: 1;
  font-size: inherit;
  line-height: 1.1;
  transition: color .2s ease-in-out; }

/* line 94, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
input:-ms-input-placeholder {
  color: #353535;
  font-size: inherit;
  line-height: 1.1;
  transition: color .2s ease-in-out; }

/* line 104, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
#booking_widget {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  /* line 112, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
  #booking_widget ol {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }
    @media (max-width: 589px) {
      /* line 112, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
      #booking_widget ol {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  /* line 124, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
  #booking_widget li {
    list-style-type: none;
    flex-basis: calc(550px * 999 - 100% * 999);
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 33.333%;
    margin: 2px; }
    /* line 132, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
    #booking_widget li label {
      display: block;
      width: 100%; }
    /* line 136, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
    #booking_widget li input {
      width: 250px !important;
      margin-right: 4px; }
  /* line 141, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
  #booking_widget .select_occupancies {
    display: flex; }
    /* line 143, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
    #booking_widget .select_occupancies label {
      width: 4em;
      margin-right: 10px; }
  /* line 148, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
  #booking_widget button.check_availability {
    margin-top: 10px; }
    @media (max-width: 468px) {
      /* line 148, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
      #booking_widget button.check_availability {
        width: 100%; } }
  /* line 155, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
  #booking_widget fieldset.actions {
    margin: 10px 0; }

/* line 163, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
#booking_widget {
  border: 1px solid #000; }
  /* line 165, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
  #booking_widget input {
    width: 800px !important; }

/* line 170, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_forms.scss */
.formtastic {
  border: 1px solid #ffd; }

/* line 1, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger {
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none !important; }

/*   .hamburger:hover {
  opacity: 0.7; } */
/* line 23, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger-box {
  width: 28px;
  height: 24px;
  display: inline-block;
  position: relative;
  z-index: 300; }

/* line 31, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

/* line 37, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 28px;
  height: 4px;
  background-color: #4C1B6E;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

/* line 50, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

/* line 56, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger-inner::before {
  top: -10px; }

/* line 60, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger-inner::after {
  bottom: -10px; }

/*
 * Spin
 */
/* line 68, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* line 73, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }

/* line 77, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

/* line 81, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

/* line 87, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }

/* line 93, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
/* line 110, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  /* line 114, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  /* line 120, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
/* line 128, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  /* line 132, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  /* line 139, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/* line 151, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_hamburgers.scss */
#sticky-navigation .hamburger-inner, #sticky-navigation .hamburger-inner:before, #sticky-navigation .hamburger-inner:after {
  background-color: white; }

/* ==========================================================================
   Plugins
   ========================================================================== */
/* line 8, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_plugins.scss */
.rooms-slider h3 {
  font-weight: 600; }
  /* line 414, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_mixins.scss */
  .rooms-slider h3, .disable-responsive-font-size .rooms-slider h3, .rooms-slider h3.disable-responsive-font-size {
    font-size: 1.2rem; }
  @media (max-width: 992px), (max-height: 992px) {
    /* line 8, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_plugins.scss */
    .rooms-slider h3 {
      font-size: calc(1.04rem + 0.25806vmin) ; } }
/* line 12, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_plugins.scss */
.rooms-slider .fa {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  font-size: 18px !important; }
/* line 18, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_plugins.scss */
.rooms-slider .fa-angle-left, .rooms-slider .fa-angle-right {
  background-color: #FFF; }

@media screen and (min-width: 769px) {
  /* line 11, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_breakpoints.scss */
  .main-navigation .main-nav ul li a:before {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    background-color: #cab9de;
    -webkit-transition: width 300ms ease-in;
    -moz-transition: width 300ms ease-in;
    -ms-transition: width 300ms ease-in;
    -o-transition: width 300ms ease-in;
    transition: width 300ms ease-in; }
  /* line 23, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_breakpoints.scss */
  .main-navigation .main-nav ul li a:hover:before {
    width: 100%; }
  /* line 28, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_breakpoints.scss */
  .main-navigation .main-nav ul li a .uabb-sec-1:after {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: red;
    -webkit-border-radius: 50%;
    border-radius: 50%; }

  /* line 42, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_breakpoints.scss */
  .main-navigation .main-nav ul li.availabilty a:before {
    background-color: #E6E04E; }

  /* line 46, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_breakpoints.scss */
  .text_large {
    font-size: 130%; }

  /* line 50, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_breakpoints.scss */
  .text_small {
    font-size: 85%; } }
@media screen and (max-width: 550px) {
  /* line 84, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_breakpoints.scss */
  .inside-top-bar {
    padding: 0 15px; }

  /* line 87, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_breakpoints.scss */
  #custom_html-9 {
    text-align: center; }
    /* line 89, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_breakpoints.scss */
    #custom_html-9 .top-location {
      display: none; }
    /* line 92, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_breakpoints.scss */
    #custom_html-9 .top-available {
      display: block;
      background-color: #BBB41B;
      padding: 7px 25px;
      color: #FFF;
      text-transform: uppercase;
      position: relative;
      right: -15px;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      /* line 106, C:/Users/JJMA/Documents/Websites/Argyle Backpackers/wp-content/themes/argyle/assets/styles/partials/_breakpoints.scss */
      #custom_html-9 .top-available:hover {
        background-color: #8e880e;
        padding-right: 30px; } }
