/*=====================================================
=            Variables for lovinmalta.com            =
=====================================================*/

/*=====  End of Variables for lovinmalta.com  ======*/

/*=================================
=            VARIABLES            =
=================================*/

/* All Variables should be declared here which makes it easier to update if something changes globally */

/* 544px */

/* make sure this doesn't apply to ipad portrait */

/* 1010px == 970px + 40px /*
$g-grid-breakpoint-min-width: 63.125em !default; /* 1010px allow for specific styles beyond grid */

/* 1610px allow for specific styles on very large screens */

/* 14px - see base font-size reset in isobar-reset.scss */

/* 16px */

/* 24px - should match the gutter size below */

/* Colour variables - split background colours and text colours
// If prefixed with x- should only be assigned to other variables, not used on their own.
// Colour names for same colour variations can be generated using http://chir.ag/projects/name-that-color/, avoid grey, light-grey, light-grey2, light-grey-3!
*/

/*
See below example, by using $border-colour wherever needed it means if you want to change that border colour to red for example, you don't have to change every reference to x-grey in all files - just do a simple variable swap in one place.
*/

/*=====  End of VARIABLES  ======*/

/*---------------------------------------------------------
  RESPONSIVE MIXINS
---------------------------------------------------------*/

/*---------------------------------------------------------
  FLEX
---------------------------------------------------------*/

/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/

/*----------  Spacing mixins  ----------*/

/*====================================
=            PLACEHOLDERS            =
====================================*/

/* Use: @extend %clearfix; */

/*----------  Structure  ----------*/

.l-centered-content-container:after,
.main-content:after,
.ad-container:after,
.restaurant-single-page:after {
  content: " ";
  display: block;
  clear: both;
}

.card-image,
.webpush-notification-center-item-image,
.sg-card-image,
.article-featured-image,
.article-image {
  -webkit-box-shadow: 0 14px 20px -17px rgba(62, 62, 62, 0.5);
  box-shadow: 0 14px 20px -17px rgba(62, 62, 62, 0.5);
}

.other-location,
.sg-card-image,
.restaurant-gallery > * button {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.card.m-text-cover .card-image {
  position: relative;
}

.card.m-text-cover .card-image:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.primary-nav,
.footer-content-social,
.footer-nav,
.cards-list,
.dynamic-cards-list,
.other-locations-list,
.terms-navigation-list,
.restaurant-gallery,
.livebox-restaurant-gallery-list,
.restaurant-aside-categories,
.restaurant-aside-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-secondary-nav-more,
.header-secondary-nav-container .header-secondary-nav-hamburger,
.header-cta-container button,
.footer-locations-button,
.footer-navigation-button,
.view-password,
.cta-svg-container,
.carousel-nav button,
.cards-list-show-more,
.block-opening-restaurant .filter-button,
.other-locations-nav button,
.restaurant-view-more button,
.livebox-restaurant-gallery-nav button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*=====  End of PLACEHOLDERS  ======*/

/*===============================
=            HELPERS            =
===============================*/

/*----------  Colour Helpers  ----------*/

.m-color-primary {
  color: #ff1349;
}

/*=====  End of HELPERS  ======*/

/* Isobar custom reset using normalize v5 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

html {
  font-size: 62.5%;
  /* font-size 1rem - 10px on default browser size which is 16px, all font sizes are relative to this so 2.4rem is 24px */
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -webkit-font-smoothing: antialiased;
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

hr {
  -webkit-box-sizing: content-box;
  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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bold;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

textarea {
  overflow: auto;
}

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

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Declare font face variations here - make sure to update the source url with the theme name, font name and upload the font files in the correct directory */

@font-face {
  font-family: 'PoppinsBold';
  src: url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsRegular';
  src: url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsLight';
  src: url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PoppinsSemibold';
  src: url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PTSerif';
  src: url("../fonts/ptserif-regular-webfont.woff") format("woff"), url("../fonts/ptserif-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RobotoBold';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RobotoSemibold';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RobotoRegular';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RobotoLight';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RobotoBlack';
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Declare site wide typography styles here */

body {
  font-family: "PTSerif", Arial, sans-serif;
  font-size: 1.4rem;
  /* 16px */
  line-height: 1.5;
  /* 24px */
  font-weight: 300;
  color: #222222;
  letter-spacing: 0px;
}

@media (min-width: 47.99em) {
  body {
    font-size: 1.6rem;
  }
}

h1,
.h1 {
  font-size: 2.2rem;
  line-height: 1.2;
}

@media (min-width: 47.99em) {
  h1,
  .h1 {
    font-size: 3.4rem;
  }
}

h2,
.h2 {
  font-size: 2.2rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "PoppinsBold", "RobotoBlack";
}

h4,
h5,
.h4,
.h5 {
  font-family: "PoppinsRegular", "RobotoRegular";
}

.h1 {
  line-height: 1.2;
  margin: 0.67em 0;
}

.h2 {
  margin: 0.83em 0;
}

.h3 {
  margin: 1em 0;
}

.h4 {
  margin: 1.33em 0;
}

.h5 {
  margin: 1.5em 0;
}

.h6 {
  margin: 1.67em 0;
}

/*=================================
=            Structure            =
=================================*/

body {
  overflow-x: hidden;
}

body.m-modal-active {
  position: relative;
  overflow: hidden;
}

.l-full-width-container {
  width: 100%;
}

.l-half-width-container {
  width: 50%;
}

.l-third-width-container {
  width: 33.3%;
}

.l-centered-content-container {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 47.99em) {
  .l-centered-content-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 63.125em) {
	.l-centered-content-container {
		max-width: 60.625em;
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
	}
}

.l-content {
  width: 100%;
  max-width: 60.625em;
  margin: 10px auto;
}

@media (min-width: 47.99em) {
  .l-content {
    margin: 20px auto;
  }
}

.main-content {
  position: relative;
  overflow-x: visible;
}

/*=====  End of Structure  ======*/

/*==================================
=            Navigation            =
==================================*/

/*----------  More button  ----------*/

.header-secondary-nav-more {
  display: inline-block;
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 47.99em) {
  .header-secondary-nav-more {
    margin-left: 20px;
    margin-top: 2px;
  }
}

/*----------  Hamburguer button  ----------*/

.header-secondary-nav-hamburger {
  z-index: 9;
}

@media (min-width: 47.99em) {
  .header-secondary-nav-hamburger {
    display: none;
  }
}

.header-secondary-nav-hamburger .hamburger-wrapper {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
  top: -3px;
}

.header-secondary-nav-hamburger span {
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
}

.header-secondary-nav-container .header-secondary-nav-hamburger {
  display: block;
  position: absolute;
  top: 8px;
  right: 15px;
  width: auto;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 1.4rem;
  text-align: right;
  cursor: pointer;
}

.header-secondary-nav-container .header-secondary-nav-hamburger .svg-icon {
  width: 32px;
  height: 32px;
  color: #ff1349;
}

.header-secondary-nav-hamburger.m-active span {
  background-color: #ff1349;
}

.header-secondary-nav-hamburger span:nth-child(1) {
  top: 0;
}

.header-secondary-nav-hamburger span:nth-child(2),
.header-secondary-nav-hamburger span:nth-child(3) {
  top: 8px;
}

.header-secondary-nav-hamburger span:nth-child(4) {
  top: 15px;
}

.header-secondary-nav-hamburger.m-active span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.header-secondary-nav-hamburger.m-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-secondary-nav-hamburger.m-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-secondary-nav-hamburger.m-active span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.header-secondary-nav-overlay {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.header-secondary-nav-overlay.m-active {
  display: block;
}

.header-secondary-nav-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: auto;
  min-height: 100vh;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out, -o-transform .3s ease-in-out;
  overflow: hidden;
  z-index: 9999998;
}

.header-secondary-nav-container.m-active {
  width: 100%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 47.99em) {
  .header-secondary-nav-container {
    max-width: 320px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.secondary-nav {
  margin: 0;
  padding: 60px 0 0;
  list-style: none;
  border-bottom: 1px solid #d8d8d8;
}

.secondary-nav li {
  font-family: "PoppinsSemibold", "RobotoSemibold";
  padding-bottom: 20px;
}

.secondary-nav li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  color: #222222;
  font-size: 1.7rem;
}

.secondary-nav .dropdown-toggle .menu-icon {
  font-size: 3rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 5px;
  margin-right: -15px;
}

.secondary-nav .dropdown-menu {
  height: 100%;
  max-height: 0;
  background-color: #f3f3f3;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.secondary-nav .dropdown-menu.m-active {
  padding: 20px 0 0;
  max-height: 500px;
}

.secondary-nav .dropdown-menu li > a {
  padding: 0 20px;
  color: #222222;
  font-size: 1.4rem;
}

.secondary-nav-social-container {
  font-family: "PoppinsRegular", "RobotoRegular";
  text-align: center;
  padding: 20px 0;
}

.secondary-nav-content-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 6rem;
  line-height: 1;
}

.secondary-nav-content-social li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.secondary-nav-content-social li .nav-social-icon {
  top: auto;
  left: auto;
}

/*=====  End of Navigation  ======*/

/*==============================
=            Header            =
==============================*/

.header-full-container {
  z-index: 9999;
}

@media (max-width: 47.99em) {
  .header-full-container {
    overflow-x: hidden;
  }

  .header-full-container:not(.no_mobile_ad) {
    height: 332px;
  }

  .header-full-container.scrolled-down .js-header-container {
    top: 0 !important;
    position: fixed !important;
  }

  .header-full-container:not(.scrolled-down) .js-header-container {
    position: relative !important;
  }

  .header-full-container:not(.no_mobile_ad) .mobile_advert {
    height: 250px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 47.99em) {
  .header-full-container {
    height: auto;
  }

  .header-full-container .mobile_advert {
    display: none !important;
  }
}

.header-wrapper {
  position: relative;
  z-index: 100;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 55px;
  background-color: #ff1349;
  z-index: 3;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: -o-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
  /* Ensure scroll doesnt hide nav */
}

@media (min-width: 47.99em) {
  .header-container {
    position: relative;
    height: 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-container.m-search-active {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.header-container.hide-nav {
  -webkit-transform: translateY(-305px);
  -ms-transform: translateY(-305px);
  -o-transform: translateY(-305px);
  transform: translateY(-305px);
}

.header-logo-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 132px;
  flex: 0 0 132px;
  padding: 12px;
}

@media (min-width: 47.99em) {
  .header-logo-container {
    -ms-flex-preferred-size: 142px;
    flex-basis: 142px;
    padding: 15px 0 15px 30px;
  }
}

@media (min-width: 63.125em) {
  .header-logo-container {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }
}

.header-logo-container a {
  display: block;
  color: #fff;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

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

.header-logo-container .logo-icon {
  width: 132px;
  height: 28px;
}

@media (min-width: 47.99em) {
  .header-logo-container .logo-icon {
    width: 142px;
    height: 30px;
  }
}

@media (min-width: 63.125em) {
  .header-logo-container .logo-icon {
    width: 160px;
    height: 34px;
  }
}

.header-logo-container .m-lovinie {
  width: 75px;
  height: 28px;
}

@media (min-width: 47.99em) {
  .header-logo-container .m-lovinie {
    width: 100px;
    height: 30px;
  }
}

@media (min-width: 63.125em) {
  .header-logo-container .m-lovinie {
    width: 120px;
    height: 34px;
  }
}

.header-primary-nav-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: none;
  text-align: center;
}

@media (min-width: 47.99em) {
  .header-primary-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
  }
}

.header-primary-nav-container > nav {
  display: inline-block;
}

.primary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.primary-nav li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 10px;
}

@media (min-width: 63.125em) {
  .primary-nav li {
    margin-right: 20px;
  }
}

.primary-nav li:last-child {
  margin-right: 0;
}

.primary-nav li:nth-child(n+5) {
  display: none;
}

@media (min-width: 63.125em) {
  .primary-nav li:nth-child(n+5) {
    display: inline-block;
  }
}

.primary-nav li.dropdown {
  position: relative;
}

.primary-nav li.dropdown:hover ul.dropdown-menu {
  display: block !important;
}

.primary-nav li.dropdown > a svg {
  margin-left: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.primary-nav li.dropdown ul.dropdown-menu {
  position: absolute;
  background-color: #ff1349;
  list-style-type: none;
  padding: 10px;
  text-align: left;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 135%;
  display: none;
  min-width: 150px;
}

.primary-nav li.dropdown ul.dropdown-menu li {
  margin: 0 !important;
}

.primary-nav li.dropdown ul.dropdown-menu li a {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.primary-nav a {
  padding: 4px 8px;
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1.4rem;
  color: #fff;
}

.primary-nav a:hover {
  color: #fff;
}

.primary-nav a.dropdown-toggle + ul {
  background-color: #ff1349;
}

.header-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding-right: 10px;
}

.header-cta-container button {
  color: #fff;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  height: 85%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  outline: none;
}

@media (min-width: 63.125em) {
  .header-cta-container button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header-cta-container button .svg-icon {
  top: -5px;
}

.header-cta-container button.header-cta-search {
  width: 40px;
}

.header-cta-container button.header-cta-search .search-icon {
  display: inline-block;
}

.header-cta-container button.header-cta-search .close-icon {
  display: none;
}

.header-cta-container button.header-cta-search.m-active {
  background-color: #ffffff;
  color: #ff1349;
  font-size: 1.4rem;
}

@media (min-width: 63.125em) {
  .header-cta-container button.header-cta-search.m-active {
    font-size: 1.6rem;
  }
}

.header-cta-container button.header-cta-search.m-active .close-icon {
  display: inline-block;
  font-size: 2rem;
  top: -2px;
  left: -2px;
  color: #ff1349;
}

.header-cta-container button.header-cta-search.m-active .search-icon {
  display: none;
}

.header-cta-alert {
  position: relative;
}

.badge-count {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 1.6;
  font-size: 10px;
  color: #222222;
  background-color: #fff;
}

/*=====  End of Header  ======*/

/*==============================
=            Footer            =
==============================*/

.footer-container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #222222;
  z-index: 1;
}

@media (min-width: 47.99em) {
  .footer-container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.footer-content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (min-width: 47.99em) {
  .footer-content-group {
    padding-bottom: 26px;
    border-bottom: 1px solid #929292;
    margin-bottom: 30px;
  }
}

@media (min-width: 63.125em) {
  .footer-content-group {
    padding-bottom: 20px;
  }
}

.footer-content-group > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.footer-icon a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.footer-icon .svg-icon {
  width: 137px;
  height: 26px;
}

@media (min-width: 47.99em) {
  .footer-icon .svg-icon {
    width: 148px;
    height: 35px;
  }
}

.footer-back-top small {
  display: inline-block;
  margin-right: 6px;
  font-family: "PoppinsBold", "RobotoBlack";
  color: #929292;
}

@media (min-width: 47.99em) {
  .footer-back-top small {
    vertical-align: sub;
  }
}

.footer-back-top-cta {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  color: #ff1349;
  border-radius: 4px;
  background-color: #fff;
}

@media (min-width: 47.99em) {
  .footer-back-top-cta {
    width: 36px;
    height: 36px;
    margin-right: 0;
  }
}

.footer-back-top-cta .svg-icon {
  left: 4px;
  width: 16px;
  height: 14px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (min-width: 47.99em) {
  .footer-back-top-cta .svg-icon {
    top: 2px;
    left: 8px;
    width: 20px;
    height: 18px;
  }
}

.footer-content-social {
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 63.125em) {
  .footer-content-social {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
  }
}

.footer-content-social li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 63.125em) {
  .footer-content-social li:last-child {
    margin-right: 0;
  }
}

.footer-content-social .svg-icon {
  width: 35px;
  height: 35px;
}

@media (min-width: 63.125em) {
  .footer-content-group-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.footer-content-group-bottom > nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer-content-group-bottom > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.footer-locations-container,
.footer-navigation-container {
  position: relative;
  height: auto;
  max-height: 62px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

@media (min-width: 47.99em) {
  .footer-locations-container,
  .footer-navigation-container {
    max-height: 600px;
  }
}

.footer-locations-container.m-active,
.footer-navigation-container.m-active {
  max-height: 600px;
}

.footer-locations-container {
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1.4rem;
  color: #fff;
  background-color: #262626;
}

@media (min-width: 47.99em) {
  .footer-locations-container {
    display: none;
  }
}

.footer-locations-text {
  padding: 16px 10px;
}

.footer-locations-text .svg-icon {
  top: -3px;
  height: 30px;
  width: 60px;
  margin-right: 4px;
  margin-left: 4px;
}

.footer-locations-list {
  list-style: none;
  margin-top: 0;
  margin-left: 20px;
  padding-left: 0;
}

.footer-other-location-link {
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1.6rem;
  color: #fff;
}

.footer-other-location-link:hover {
  color: #fff;
}

.footer-locations-button,
.footer-navigation-button {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 26px;
  height: 26px;
  padding: 4px;
  color: #ff1349;
  outline: none;
}

@media (min-width: 47.99em) {
  .footer-locations-button,
  .footer-navigation-button {
    display: none;
  }
}

.footer-locations-button .svg-icon,
.footer-navigation-button .svg-icon {
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.footer-locations-button.m-active .plus-icon,
.footer-navigation-button.m-active .plus-icon {
  opacity: 0;
}

.footer-locations-button.m-active .minus-icon,
.footer-navigation-button.m-active .minus-icon {
  opacity: 1;
}

.footer-locations-button .plus-icon,
.footer-locations-button .minus-icon,
.footer-navigation-button .plus-icon,
.footer-navigation-button .minus-icon {
  position: absolute;
  top: 3px;
  left: 4px;
}

.footer-locations-button .plus-icon,
.footer-navigation-button .plus-icon {
  opacity: 1;
}

.footer-locations-button .minus-icon,
.footer-navigation-button .minus-icon {
  opacity: 0;
}

.footer-navigation-container {
  padding-right: 50px;
}

@media (min-width: 47.99em) {
  .footer-navigation-container {
    padding-right: 0;
  }
}

.footer-nav {
  text-align: left;
}

@media (min-width: 47.99em) {
  .footer-nav {
    text-align: center;
  }
}

@media (min-width: 63.125em) {
  .footer-nav {
    text-align: left;
  }
}

.footer-nav li {
  display: inline-block;
  margin-top: 16px;
  margin-right: 10px;
  margin-bottom: 16px;
  margin-left: 10px;
}

@media (min-width: 47.99em) {
  .footer-nav li {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 63.125em) {
  .footer-nav li:first-child {
    margin-left: 0;
  }
}

@media (min-width: 63.125em) {
  .footer-nav li:last-child {
    margin-right: 0;
  }
}

.footer-nav a {
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1.4rem;
  color: #fff;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-copyright {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1rem;
  color: #929292;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 63.125em) {
  .footer-copyright {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*----------  Cookies  ----------*/

.cookie-notice-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  font-family: "PoppinsRegular", "RobotoRegular";
}

@media (min-width: 63.125em) {
  .cookie-notice-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cn-button,
.cn-button.bootstrap {
  background-color: #ff1349 !important;
  font-weight: bold;
}

/*=====  End of Footer  ======*/

/*===============================
=            Sidebar            =
===============================*/

/*=====  End of Sidebar  ======*/

/*=====================================
=            Form Defaults            =
=====================================*/

.error-message,
.success-message {
  position: absolute;
  top: 52px;
  left: 0;
  visibility: hidden;
  font-size: 1.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.error-message {
  color: #cf0a2c;
}

.success-message {
  color: #229e2f;
}

.view-password {
  position: absolute;
  top: 14px;
  right: 10px;
}

/*----------  Input fields  ----------*/

.form-field-container,
.form-select-container,
.form-checkbox-container,
.form-submit-container {
  position: relative;
  margin-bottom: 20px;
}

input,
textarea {
  height: 50px;
  width: 100%;
  display: inline-block;
  padding: 0 10px;
  font-size: 1.4rem;
  line-height: 3;
  /* Line hight here because of weird font issue */
  border: 1px solid #cecece;
  border-radius: 6px;
  color: #222222;
  background-color: #f3f3f3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
input.is-focused,
textarea:focus,
textarea.is-focused {
  outline: 0;
}

input.m-invalid,
textarea.m-invalid {
  border-color: #cf0a2c;
}

input.m-invalid ~ .view-password,
textarea.m-invalid ~ .view-password {
  color: #cf0a2c;
}

input.m-invalid ~ .error-message,
textarea.m-invalid ~ .error-message {
  visibility: visible;
}

input.m-valid,
textarea.m-valid {
  border-color: #ff1349;
}

input.m-success,
textarea.m-success {
  border-color: #229e2f;
}

input.m-success ~ .view-password,
input.m-success + label,
textarea.m-success ~ .view-password,
textarea.m-success + label {
  color: #229e2f;
}

input.m-success ~ .success-message,
textarea.m-success ~ .success-message {
  visibility: visible;
}

input.m-invalid + label,
input.m-filled + label,
textarea.m-invalid + label,
textarea.m-filled + label {
  top: 4px;
  left: 6px;
  font-size: 1rem;
}

input + label,
textarea + label {
  position: absolute;
  top: 14px;
  left: 10px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 1.4rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/*----------  Checkbox input  ----------*/

input[type="checkbox"] {
  position: relative;
  top: 0;
  width: 26px;
  height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

input[type="checkbox"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  top: 0;
  left: -26px;
  cursor: pointer;
}

.form-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-checkbox-container .form-label-icon {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 26px;
  flex: 1 0 26px;
  left: 0;
  top: 0;
  display: inline-block;
  height: 26px;
  width: 26px;
  color: #ff1349;
  fill: currentColor;
  background-repeat: no-repeat;
}

.form-checkbox-container .form-label-icon .svg-icon {
  position: absolute;
  top: 8px;
  left: 7px;
  width: 1em;
  height: 1em;
  font-size: 1.2rem;
  pointer-events: none;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.02, 0.47, 0.7, 0.7), -webkit-transform 0.2s cubic-bezier(0.02, 0.47, 0.7, 0.7);
}

.form-checkbox-container .form-label-content {
  font-size: 1.3rem;
  font-family: "PoppinsRegular", "RobotoRegular";
  line-height: 26px;
  margin-left: 10px;
}

.form-checkbox-container input[type="checkbox"]:checked {
  border-color: #ff1349;
}

.form-checkbox-container input[type="checkbox"]:checked + label svg {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  -o-transition: -o-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in, -o-transform .2s ease-in;
}

.form-checkbox-container.m-disabled input[type="checkbox"] + label:before {
  border-color: #cecece;
}

.form-checkbox-container.m-disabled .form-label-icon {
  color: #cecece;
}

/*=====  End of Form Defaults  ======*/

/*=================================
=            Structure            =
=================================*/

body {
  overflow-x: hidden;
}

body.m-modal-active {
  position: relative;
  overflow: hidden;
}

.l-full-width-container {
  width: 100%;
}

.l-half-width-container {
  width: 50%;
}

.l-third-width-container {
  width: 33.3%;
}

.l-centered-content-container {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media (min-width: 47.99em) {
  .l-centered-content-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 63.125em) {
	.l-centered-content-container {
		max-width: 60.625em;
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
	}
}

.l-content {
  width: 100%;
  max-width: 60.625em;
  margin: 10px auto;
}

@media (min-width: 47.99em) {
  .l-content {
    margin: 20px auto;
  }
}

.main-content {
  position: relative;
  overflow-x: visible;
}

/*=====  End of Structure  ======*/

/*==========================================
=            DEFAULT COMPONENTS            =
==========================================*/

a {
  color: #ff1349;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover,
a.m-hover {
  color: #ed564d;
}

a .svg-icon {
  height: .6em;
  top: -.1em;
  left: -.25em;
}

.m-no-scroll {
  overflow: hidden;
}

/*----------  Accessibility  ----------*/

.offscreen {
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px;
}

@media (min-width: 47.99em) {
  .offscreen-no-mobile {
    clip: rect(1px 1px 1px 1px);
    /* IE 6/7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    /* added line */
    width: 1px;
  }
}

/*----------  Skip  ----------*/

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

.skip:active,
.skip:focus,
.skip:hover {
  left: 20px;
  top: 20px;
  padding: 10px;
  background-color: transparent;
  color: #000;
  width: auto;
  height: auto;
  overflow: visible;
  z-index: 3;
}

/*----------  SVG icon sprite  ----------*/

.svg-icon {
  display: inline-block;
  /* Flow with text content */
  fill: currentColor;
  /* Inherit the parent text color */
  height: 1.2em;
  /* Use the parent font-size for width and height */
  width: 1.2em;
  /* Use the parent font-size for width and height */
  vertical-align: middle;
  /* Vertically align icon with adjacent text */
  position: relative;
  /* Align nicely with capital letters */
  top: -.0625em;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*=====  End of DEFAULT COMPONENTS  ======*/

/*===========================
=            Ads            =
===========================*/

@media (min-width: 47.99em) {
  .ad-container.m-only-mobile {
    display: none;
  }
}

.ad-container.m-only-tablet {
  display: none;
}

@media (min-width: 47.99em) {
  .ad-container.m-only-tablet {
    display: block;
  }
}

@media (min-width: 63.125em) {
  .ad-container.m-only-tablet {
    display: none;
  }
}

.ad-container.m-only-desktop {
  display: none;
}

@media (min-width: 63.125em) {
  .ad-container.m-only-desktop {
    display: block;
  }
}

.ad-container.m-top-center,
.ad-container.m-top-right,
.ad-container.m-top-left {
  margin-bottom: 15px;
}

@media (min-width: 63.125em) {
  .ad-container.m-top-center,
  .ad-container.m-top-right,
  .ad-container.m-top-left {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.ad-container.m-top-center .ad-content,
.ad-container.m-top-right .ad-content,
.ad-container.m-top-left .ad-content {
  position: absolute;
  top: 0;
}

.ad-container.m-top-center {
  height: auto;
}

.ad-container.m-top-center .ad-content {
  position: static;
  width: 728px;
}

@media (min-width: 63.125em) {
  .ad-container.m-top-center .ad-content {
    width: 970px;
    margin-left: 0;
    left: -10px;
    position: relative;
  }
}

.ad-container.m-top-right,
.ad-container.m-top-left {
  display: none;
  top: 0;
  z-index: 5;
}

@media (min-width: 63.125em) {
  .ad-container.m-top-right,
  .ad-container.m-top-left {
    display: block;
  }
}

.ad-container.m-video {
  width: 100%;
  height: auto;
}

.ad-container.m-top-right .ad-content {
  right: -320px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ad-container.m-top-left .ad-content {
  left: -320px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ad-container.m-bottom-center {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 128;
}

.ad-container.m-bottom-center .ad-content {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ad-container.m-wallpaper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
  z-index: 0;
}

@media (min-width: 1920px) {
  .ad-container.m-wallpaper {
    display: block;
  }
}

.ad-container.m-wallpaper + .l-centered-content-container {
  background-color: #fff;
  z-index: 1;
}

.ad-container.m-square {
  display: none;
  width: 300px;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 63.125em) {
  .ad-container.m-square {
    display: block;
  }
}

.ad-container.m-full-horizontal {
  height: auto;
  margin-bottom: 20px;
}

.ad-container.m-full-horizontal .ad-content {
  height: auto;
  width: 300px;
}

@media (min-width: 47.99em) {
  .ad-container.m-full-horizontal .ad-content {
    width: 728px;
  }
}

@media (min-width: 63.125em) {
  .ad-container.m-full-horizontal .ad-content {
    width: 970px;
  }
}

.ad-content {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  overflow: hidden;
}

.mpu-container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 47.99em) {
  .mpu-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.ad-side-article {
  margin: 50px 0;
}

.m-under-cats {
  width: 728px;
  margin: 50px auto;
}

@media screen and (max-width: 728px) {
  .m-under-cats {
    width: 100%;
  }
}

.cut-article-true p {
  padding-right: 5px;
}

.infeed-ad {
  width: 300px !important;
  height: 250px;
  float: right;
  display: inherit;
  margin-left: 15px;
}

.clear-float {
  clear: both;
}

.article-ad {
  padding-right: 15px;
  overflow: hidden;
}

/*=====  End of Ads  ======*/

/*===============================
=            Buttons            =
===============================*/

.cta-btn {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: #ff1349;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 22px;
  cursor: pointer;
}

.cta-btn:hover,
.cta-btn.m-hover {
  color: #fff;
  background-color: #ed564d;
}

.cta-btn.m-large {
  width: 100%;
  max-width: 270px;
}

.cta-btn.m-outline {
  color: #ff1349;
  background-color: #fff;
  border: 1px solid #ff1349;
}

.cta-btn.m-outline:hover,
.cta-btn.m-outline.m-hover {
  color: #fff;
  background-color: #ff1349;
}

.cta-btn.m-alt {
  color: #222222;
  background-color: #f3f3f3;
  font-family: "PoppinsRegular", "RobotoRegular";
}

.cta-btn.m-alt .svg-icon {
  color: #ff1349;
}

.cta-btn.m-alt:hover,
.cta-btn.m-alt.m-hover {
  color: #222222;
  background-color: #eaeaea;
}

.cta-btn.m-alt:hover .svg-icon,
.cta-btn.m-alt.m-hover .svg-icon {
  color: #ff1349;
}

.cta-btn.m-white {
  color: #ff1349;
  background-color: #fff;
}

.cta-btn.m-white .svg-icon {
  color: #ff1349;
}

.cta-btn.m-white:hover,
.cta-btn.m-white.m-hover {
  color: #222222;
  background-color: #eaeaea;
}

.cta-btn.m-white:hover .svg-icon,
.cta-btn.m-white.m-hover .svg-icon {
  color: #ff1349;
}

/*----------  CTA SVG  ----------*/

.cta-svg-container {
  color: #f3f3f3;
  cursor: pointer;
}

.cta-svg-container:hover,
.cta-svg-container.m-active {
  color: #ff1349;
}

.cta-svg-container.m-small .svg-icon {
  height: 16px;
  width: 16px;
}

.cta-svg-container.m-medium .svg-icon {
  height: 42px;
  width: 42px;
}

.cta-svg-container.m-large .svg-icon {
  height: 80px;
  width: 80px;
}

/*=====  End of Buttons  ======*/

/*================================
=            Carousel            =
================================*/

.carousel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
}

.carousel-nav button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
  position: relative;
  height: 4px;
  background-color: #eaeaea;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.carousel-nav button:hover,
.carousel-nav button.m-active {
  background-color: #ff1349;
}

.carousel-nav[data-count="5"] {
  width: 240px;
}

@media (min-width: 34em) {
  .carousel-nav[data-count="5"] {
    width: 290px;
  }
}

.carousel-nav[data-count="5"] button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 19%;
  flex: 0 1 19%;
}

/*=====  End of Carousel  ======*/

/*=============================
=            Cards            =
=============================*/

.cards-list-wrapper {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 63.125em) {
  .cards-list-wrapper {
    overflow-x: hidden;
  }
}

.cards-list-container {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cards-list-container:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 1px;
  background-color: #d8d8d8;
}

@media (min-width: 47.99em) {
  .cards-list-container:after {
    right: 0;
    left: 0;
  }
}

.cards-list-container.no-border:after {
  display: none;
}

.cards-list-container.m-no-line {
  padding-bottom: 0;
}

.cards-list-container.m-no-line:after {
  display: none;
}

.cards-list-title {
  padding-left: 10px;
}

@media (min-width: 47.99em) {
  .cards-list-title {
    padding-left: 0;
  }
}

.cards-list-view-all {
  position: absolute;
  top: 5px;
  right: 0;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 1.4rem;
}

.cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 47.99em) {
  .cards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.dynamic-cards-list {
  padding: 10px;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 47.99em) {
  .dynamic-cards-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.dynamic-cards-list > * {
  margin-bottom: 20px;
  width: 49%;
}

.dynamic-cards-list > *:nth-child(odd) {
  margin-right: 1%;
}

.dynamic-cards-list > *:nth-child(even) {
  margin-left: 1%;
}

@media (min-width: 47.99em) {
  .dynamic-cards-list > * {
    width: 32.3%;
  }

  .dynamic-cards-list > *:nth-child(odd) {
    margin-right: 0;
  }

  .dynamic-cards-list > *:nth-child(even) {
    margin-left: 0;
  }

  .dynamic-cards-list > *:nth-child(3n+1) {
    margin-right: 1%;
  }

  .dynamic-cards-list > *:nth-child(3n+2) {
    margin-left: .5%;
    margin-right: .5%;
  }

  .dynamic-cards-list > *:nth-child(3n+3) {
    margin-left: 1%;
  }
}

@media (min-width: 63.125em) {
  .dynamic-cards-list > * {
    width: 24%;
  }

  .dynamic-cards-list > *:nth-child(3n+1) {
    margin-right: 0;
  }

  .dynamic-cards-list > *:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }

  .dynamic-cards-list > *:nth-child(3n+3) {
    margin-left: 0;
  }

  .dynamic-cards-list > *:nth-child(4n+1) {
    margin-right: 1.33%;
  }

  .dynamic-cards-list > *:nth-child(4n+2) {
    margin-right: 1.33%;
  }

  .dynamic-cards-list > *:nth-child(4n+3) {
    margin-right: 0%;
  }

  .dynamic-cards-list > *:nth-child(4n+4) {
    margin-left: 1.33%;
  }
}

.cards-list > * {
  display: inline-block;
  width: 230px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 230px;
  flex: 1 0 230px;
  margin-right: 10px;
  margin-bottom: 20px;
  vertical-align: top;
}

@media (min-width: 34em) {
  .cards-list > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }
}

@media (min-width: 47.99em) {
  .cards-list > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
    display: block;
    width: auto;
    margin-right: 0;
  }
}

@media (min-width: 63.125em) {
  .cards-list > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
  }
}

.cards-list > :first-child {
  margin-left: 10px;
}

@media (min-width: 47.99em) {
  .cards-list > :first-child {
    margin-left: 0;
  }
}

.card {
  position: relative;
  white-space: normal;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-image {
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 10px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.card-content {
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.card-image.m-video {
  position: relative;
}

.card-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.card-distance {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 5px 18px;
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1.2rem;
  color: #ff1349;
  background-color: #fff;
  border-radius: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.card-distance.m-show-distance {
  opacity: 1;
}

.card-image .card-play-icon {
  position: absolute;
  top: auto;
  bottom: 4px;
  left: 6px;
  width: 26px;
  height: 26px;
}

@media (min-width: 47.99em) {
  .card-image .card-play-icon {
    width: 32px;
    height: 32px;
  }
}

.card-content .card-content-body {
  margin-top: 0;
  margin-bottom: 0;
}

.card-content .card-content-body:first-child {
  margin-top: 15px;
}

@media (min-width: 47.99em) {
  .card-content .card-content-body:first-child {
    margin-top: 10px;
  }
}

.card-content .card-content-body:last-child {
  margin-bottom: 0;
}

.card-listen-now {
  display: none;
  font-family: "PoppinsRegular", "RobotoRegular";
  font-size: 1.4rem;
  color: #fff;
}

@media (min-width: 47.99em) {
  .card-listen-now {
    display: block;
  }
}

.card-episode-number {
  display: block;
  margin-top: 15px;
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1.2rem;
  color: #fff;
}

@media (min-width: 47.99em) {
  .card-episode-number {
    font-size: 2.8rem;
    color: #fff;
  }
}

@media (min-width: 63.125em) {
  .card-episode-number {
    min-height: 3rem;
  }
}

.card-time {
  margin: 5px 0;
  font-family: "PoppinsRegular", "RobotoRegular";
  font-size: 1.4rem;
  color: #ff1349;
}

.card-title {
  font-family: "PoppinsBold", "RobotoBlack";
  margin: 5px 0;
}

.card-title a {
  display: block;
  font-size: 1.6rem;
  color: #222222;
}

.card-excerpt {
  position: relative;
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 47.99em) {
  .card-excerpt {
    display: block;
  }
}

.card-excerpt:before,
.card-excerpt:after {
  content: '';
  display: block;
  position: absolute;
  right: 15%;
  left: 15%;
  height: 1px;
  background-color: #d8d8d8;
}

.card-excerpt:before {
  top: 0;
}

.card-excerpt:after {
  bottom: 0;
}

.card-time-rating {
  position: relative;
  font-family: "PoppinsRegular", "RobotoRegular";
  font-size: 1.2rem;
}

.card-time-rating strong,
.card-location strong {
  margin-left: 4px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  color: #ff1349;
}

.card-rating {
  position: absolute;
  top: 0;
  right: 10px;
  font-family: "PoppinsBold", "RobotoBlack";
  color: #ff1349;
}

.card-location {
  font-family: "PoppinsRegular", "RobotoRegular";
  font-size: 1.2rem;
  color: #929292;
}

.card-location .svg-icon {
  color: #ff1349;
}

.card-listen-now-link {
  display: none;
  font-family: "PoppinsRegular", "RobotoRegular";
}

@media (min-width: 47.99em) {
  .card-listen-now-link {
    display: block;
    text-align: right;
    color: #fff;
    font-size: 1.4rem;
    font-family: "PoppinsBold", "RobotoBlack";
  }
}

@media (min-width: 63.125em) {
  .card-listen-now-link {
    position: relative;
    top: -20px;
  }
}

.card-listen-now-link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.card-listen-now-icon {
  display: inline-block;
  background-color: #fff;
  height: 46px;
  width: 46px;
  border-radius: 46px;
  margin-left: 15px;
}

.card-listen-now-link .svg-icon {
  height: 46px;
  width: 46px;
  color: #ff1349;
  left: 0;
}

.cards-list-show-more {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cards-list-show-more.m-hidden {
  display: none;
}

.cards-list-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
  margin-top: 20px;
  text-align: center;
  font-size: 4rem;
}

.cards-list-loader.m-active {
  display: block;
}

/*----------  Card with ad  ----------*/

.cards-list-container .cards-list > .m-ad {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
}

@media (min-width: 47.99em) {
  .cards-list-container .cards-list > .m-ad.m-only-mobile {
    display: none;
  }
}

.cards-list-container .cards-list > .m-ad.m-only-tablet {
  display: none;
}

@media (min-width: 47.99em) {
  .cards-list-container .cards-list > .m-ad.m-only-tablet {
    display: block;
  }
}

@media (min-width: 63.125em) {
  .cards-list-container .cards-list > .m-ad.m-only-tablet {
    display: none;
  }
}

.cards-list-container .cards-list > .m-ad.m-only-desktop {
  display: none;
}

@media (min-width: 63.125em) {
  .cards-list-container .cards-list > .m-ad.m-only-desktop {
    display: block;
  }
}

/*----------  Card List No last article in tablet  ----------*/

@media (min-width: 47.99em) {
  .cards-list-container.m-no-last-article .cards-list > *:nth-child(4):last-child {
    display: none;
  }
}

@media (min-width: 63.125em) {
  .cards-list-container.m-no-last-article .cards-list > *:nth-child(4):last-child {
    display: block;
  }
}

/*----------  Card List No carousel on mobile  ----------*/

.cards-list-container.m-no-carousel .cards-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cards-list-container.m-no-carousel .cards-list > * {
  display: block;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 47.99em) {
  .cards-list-container.m-no-carousel .cards-list > * {
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
  }
}

.cards-list-container.m-no-carousel .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 47.99em) {
  .cards-list-container.m-no-carousel .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cards-list-container.m-no-carousel .card-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 44%;
  flex: 0 1 44%;
  height: 132px;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (min-width: 47.99em) {
  .cards-list-container.m-no-carousel .card-image {
    height: auto;
    padding-top: 56.25%;
  }
}

.cards-list-container.m-no-carousel .card-image img {
  width: 100%;
  height: 132px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 47.99em) {
  .cards-list-container.m-no-carousel .card-image img {
    height: auto;
  }
}

.cards-list-container.m-no-carousel .card-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.cards-list-container.m-no-carousel .card-title a {
  font-size: 1.5rem;
}

/*----------  Card List Opening the page  ----------*/

@media (min-width: 63.125em) {
  .cards-list-container.m-opening {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

/*----------  Card List with only one single article  ----------*/

.cards-list-container.m-single-article .card {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 47.99em) {
  .cards-list-container.m-single-article .card {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 47.99em) {
  .cards-list-container.m-single-article .card-image {
    padding-top: 38.145%;
  }
}

.cards-list-container.m-single-article .card-title {
  font-family: "PoppinsBold", "RobotoBlack";
}

@media (min-width: 47.99em) {
  .cards-list-container.m-single-article .card-title a {
    font-size: 2.4rem;
  }
}

@media (min-width: 63.125em) {
  .cards-list-container.m-single-article .card-title a {
    font-size: 2.8rem;
  }
}

/*----------  Card List Videos  ----------*/

.cards-list-container.m-videos .cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cards-list-container.m-videos .cards-list > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 47.99em) {
  .cards-list-container.m-videos .cards-list > :nth-child(1),
  .cards-list-container.m-videos .cards-list > :nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    margin-left: 0;
  }
}

@media (min-width: 47.99em) {
  .cards-list-container.m-videos .cards-list > :nth-child(1) {
    margin-right: 2%;
  }
}

@media (min-width: 47.99em) {
  .cards-list-container.m-videos .cards-list > :nth-child(2) {
    margin-right: 0;
  }
}

@media (min-width: 47.99em) {
  .cards-list-container.m-videos .cards-list > :nth-child(n+3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
    margin-left: 0;
    margin-right: 2%;
  }
}

@media (min-width: 63.125em) {
  .cards-list-container.m-videos .cards-list > :nth-child(n+3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24%;
    flex: 0 1 24%;
    margin-right: 1.33%;
  }
}

@media (min-width: 47.99em) {
  .cards-list-container.m-videos .cards-list > :nth-child(5) {
    margin-right: 0;
  }
}

@media (min-width: 63.125em) {
  .cards-list-container.m-videos .cards-list > :nth-child(5) {
    margin-right: 1.33%;
  }
}

.cards-list-container.m-videos .cards-list > :nth-child(6):last-child {
  margin-right: 0;
}

@media (min-width: 47.99em) {
  .cards-list-container.m-videos .cards-list > :nth-child(6):last-child {
    display: none;
  }
}

@media (min-width: 63.125em) {
  .cards-list-container.m-videos .cards-list > :nth-child(6):last-child {
    display: block;
  }
}

/*----------  Cards List Container no flex on desktop  ----------*/

@media (min-width: 47.99em) {
  .cards-list-container.m-no-flex .cards-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 47.99em) {
  .cards-list-container.m-no-flex .cards-list > li {
    -ms-flex-preferred-size: 227px;
    flex-basis: 227px;
    margin-right: 14px;
  }
}

@media (min-width: 47.99em) {
  .cards-list-container.m-no-flex .cards-list > li:last-child {
    margin-right: 0;
  }
}

/*----------  Flex 3 and 2  ----------*/

@media (min-width: 47.99em) {
  .m-flex-3 > .cards-list > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
  }
}

/*----------  Flex 3 and 2  ----------*/

@media (min-width: 47.99em) {
  .m-flex-2 > .cards-list > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
  }
}

/*----------  Card types  ----------*/

.card.m-text-cover .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 15px;
  z-index: 1;
}

.card.m-text-cover .card-title a {
  padding-right: 20%;
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 2rem;
  color: #fff;
}

@media (min-width: 47.99em) {
  .card.m-text-cover .card-title a {
    font-size: 2.4rem;
  }
}

.card.m-text-cover .card-time-rating time {
  color: #fff;
}

/*----------  Card with text overlay  ----------*/

.cards-list-container.m-single-article .card.m-text-overlay {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 47.99em) {
  .card.m-text-overlay {
    -webkit-box-shadow: 0 19px 10px -17px rgba(62, 62, 62, 0.5);
    box-shadow: 0 19px 10px -17px rgba(62, 62, 62, 0.5);
  }
}

.card.m-text-overlay .card-distance {
  top: 10px;
  right: 10px;
}

.card.m-text-overlay .card-image {
  border-radius: 0;
}

@media (min-width: 47.99em) {
  .card.m-text-overlay .card-image {
    border-radius: 10px;
  }
}

.card.m-text-overlay .card-content {
  padding-left: 10px;
}

@media (min-width: 47.99em) {
  .card.m-text-overlay .card-content {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 45%;
    padding: 2% 4%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
  }
}

@media (min-width: 63.125em) {
  .card.m-text-overlay .card-content {
    top: 35px;
    bottom: 35px;
    left: 35px;
    width: 33.3333333333%;
    padding: 20px 40px;
  }
}

.card.m-text-overlay .card-title {
  line-height: 1.2;
}

@media (min-width: 47.99em) {
  .card.m-text-overlay .card-title {
    text-align: center;
  }
}

.card.m-text-overlay .card-title a {
  font-size: 2rem;
}

@media (min-width: 47.99em) {
  .card.m-text-overlay .card-title a {
    font-size: 2.6rem;
  }
}

@media (min-width: 47.99em) {
  .card.m-text-overlay .card-location {
    font-size: 1.4rem;
    color: #000;
  }
}

@media (min-width: 47.99em) {
  .card.m-text-overlay .card-distance {
    display: none;
  }
}

/*=====  End of Cards  ======*/

/*==============================
=            Blocks            =
==============================*/

/*----------  Featured Block  ----------*/

.block-featured-container {
  position: relative;
}

@media (min-width: 47.99em) {
  .block-featured-container {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 63.125em) {
  .block-featured-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
    margin-right: 0;
    margin-left: 0;
  }
}

.block-featured-title {
  display: none;
}

@media (min-width: 63.125em) {
  .block-featured-title {
    display: block;
  }
}

.block-featured-container .cards-list-wrapper {
  overflow-x: hidden;
}

.block-featured-container .cards-list {
  position: relative;
  height: 425px;
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  will-change: transform;
}

@media (min-width: 47.99em) {
  .block-featured-container .cards-list {
    height: 405px;
  }
}

@media (min-width: 63.125em) {
  .block-featured-container .cards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}

.block-featured-container .cards-list > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  z-index: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: z-index 0.3s ease-in-out;
  -o-transition: z-index 0.3s ease-in-out;
  transition: z-index 0.3s ease-in-out;
}

@media (min-width: 63.125em) {
  .block-featured-container .cards-list > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    position: relative;
    top: auto;
    left: auto;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}

.block-featured-container .cards-list > *:first-child {
  margin-left: 0;
}

.block-featured-container .cards-list > *:first-child .card .card-image {
  position: relative;
}

.block-featured-container .cards-list > *:first-child .card .card-image:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  z-index: 0;
}

@media (min-width: 63.125em) {
  .block-featured-container .cards-list > *:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.block-featured-container .card-image {
  height: 425px;
  border-radius: 0;
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.block-featured-container .card-image:after {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  z-index: 0;
}

@media (min-width: 47.99em) {
  .block-featured-container .card-image {
    height: 405px;
  }

  .block-featured-container .card-image:after {
    display: none;
  }
}

@media (min-width: 63.125em) {
  .block-featured-container .card-image {
    height: auto;
    padding-top: 56.25%;
    border-radius: 10px;
  }
}

.block-featured-container .card-image img {
  width: 100%;
  height: 425px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 47.99em) {
  .block-featured-container .card-image img {
    height: 405px;
  }
}

@media (min-width: 63.125em) {
  .block-featured-container .card-image img {
    height: auto;
  }
}

.block-featured-container .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 15px 60px;
  z-index: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
  will-change: transform;
}

@media (min-width: 47.99em) {
  .block-featured-container .card-content {
    padding-bottom: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 63.125em) {
  .block-featured-container .card-content {
    padding-bottom: 20px;
    padding-left: 15px;
  }
}

.block-featured-container .card-content:before {
  content: "Top News";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1.4rem;
  color: #fff;
}

@media (min-width: 47.99em) {
  .block-featured-container .card-content:before {
    left: 40px;
  }
}

@media (min-width: 63.125em) {
  .block-featured-container .card-content:before {
    display: none;
  }
}

.block-featured-container .card-title a {
  padding-right: 35%;
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 2rem;
  color: #fff;
}

@media (min-width: 47.99em) {
  .block-featured-container .card-title a {
    font-size: 2.4rem;
  }
}

.block-featured-container .card-time-rating time {
  color: #fff;
}

@media (min-width: 63.125em) {
  .block-featured-container .cards-list > :nth-child(n+2) .card-content {
    position: relative;
    padding: 0;
  }
}

@media (min-width: 63.125em) {
  .block-featured-container .cards-list > :nth-child(n+2) .card-title a {
    padding-right: 0;
    font-size: 1.6rem;
    color: #222222;
  }
}

@media (min-width: 63.125em) {
  .block-featured-container .cards-list > :nth-child(n+2) .card-time-rating time {
    color: #929292;
  }
}

/*
.m-active + li .card-content {
  transform: translateX(-$s-gutter*3);

  @include media-query("phone") {
    transform: translateX(-$s-gutter*7);
  }

  @include media-query("tablet") {
    transform: translateX(0);
  }
}
*/

.block-featured-container .carousel-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -120px;
}

@media (min-width: 34em) {
  .block-featured-container .carousel-nav {
    margin-left: -145px;
  }
}

@media (min-width: 63.125em) {
  .block-featured-container .carousel-nav {
    display: none;
  }
}

/*----------  Latest Block  ----------*/

@media (min-width: 63.125em) {
  .block-latest-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 34%;
    flex: 0 1 34%;
  }
}

.block-latest-title {
  padding-left: 10px;
}

@media (min-width: 47.99em) {
  .block-latest-title {
    padding-left: 0;
  }
}

@media (min-width: 47.99em) {
  .block-latest-container .cards-list {
    display: block;
  }
}

@media (min-width: 47.99em) {
  .block-latest-container .cards-list > * {
    display: inline-block;
    width: 310px;
    margin-right: 20px;
  }
}

@media (min-width: 63.125em) {
  .block-latest-container .cards-list > * {
    display: block;
    width: auto;
    margin-right: 0;
  }
}

.block-latest-container .cards-list > *:last-child {
  display: none;
}

@media (min-width: 63.125em) {
  .block-latest-container .cards-list > *:last-child {
    display: block;
  }
}

@media (min-width: 63.125em) {
  .block-latest-container .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 63.125em) {
  .block-latest-container .card-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    height: 130px;
    padding-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 63.125em) {
  .block-latest-container .card-image img {
    width: 130px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 63.125em) {
  .block-latest-container .card-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 20px;
  }
}

@media (min-width: 63.125em) {
  .block-latest-container .card-title a {
    font-size: 1.4rem;
  }
}

.fullwidth-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 47.99em) {
  .fullwidth-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.block-latest-container .block-latest-title {
  position: relative;
}

.block-latest-container .block-latest-title .mobile-latest-news {
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 1.4rem;
  float: right;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

@media screen and (max-width: 1009px) {
  .block-latest-container .block-latest-title .mobile-latest-news {
    display: block;
  }
}

/*=====  End of Blocks  ======*/

.lovintv-home-block {
  padding: 50px 0;
  position: relative;
  z-index: 0;
}

.l-centered-content-container.above_tv {
  margin-top: 30px;
}

.l-centered-content-container.above_tv .cards-list-container:after {
  content: none !important;
}

.lovintv-home-featured-section {
  padding: 75px 0 200px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #000 !important;
}

@media screen and (max-width: 575px) {
  .lovintv-home-featured-section {
    padding: 25px 0 170px;
  }
}

.lovintv-home-featured-section .lovin-iframe {
  position: absolute;
  width: 100%;
  z-index: -2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1009px) {
  .lovintv-home-featured-section .lovin-iframe {
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.lovintv-home-featured-section .lovintv-opacity-block {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.lovintv-home-featured-section .lovintv-featured-info-section {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .lovintv-home-featured-section .lovintv-featured-info-section {
    width: 60%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 500px) {
  .lovintv-home-featured-section .lovintv-featured-info-section {
    width: 75%;
  }
}

@media screen and (max-width: 400px) {
  .lovintv-home-featured-section .lovintv-featured-info-section {
    width: 95%;
  }
}

.lovintv-home-featured-section .lovintv-featured-info-section.padding-left-true {
  padding-left: 30px;
}

.lovintv-home-featured-section .lovintv-featured-info-section .lovintv-featured-desc-section h5 {
  color: #fff;
}

@media screen and (max-width: 575px) {
  .lovintv-home-featured-section .lovintv-featured-info-section .lovintv-featured-desc-section h5 {
    font-size: 10px;
  }
}

@media screen and (max-width: 1010px) {
  .lovintv-home-featured-section .lovintv-featured-info-section .lovintv-featured-logo {
    width: 100px !important;
  }
}

.lovintv-home-carousel-section {
  position: relative;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  z-index: 1;
}

.lovintv-home-carousel-section.red-bk {
  background-color: #ff1349;
}

@media screen and (max-width: 1009px) {
  .lovintv-home-carousel-section.red-bk {
    background-color: #fff;
  }
}

.lovintv-home-carousel-section.bk-black {
  padding: 15px 0 45px;
}

.lovintv-home-carousel-section .lovin-tv-carousel-container h2 {
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .lovintv-home-carousel-section .lovin-tv-carousel-container h2 {
    padding-bottom: 15px;
    padding-left: 30px;
  }
}

.lovintv-home-carousel-section .lovin-tv-carousel-container .lovin-tv-series {
  height: 230px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.17);
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.17);
  margin-bottom: 15px;
}

.lovintv-home-carousel-section .lovin-tv-carousel-container .lovin-tv-series a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.lovintv-home-carousel-section.home-carousel {
  max-height: 155px;
}

.lovintv-home-carousel-section.home-carousel .lovin-tv-carousel-container {
  top: -155px;
  position: relative;
}

.lovintv-home-carousel-section.home-carousel .lovin-tv-carousel-container .lovin-tv-carousel {
  width: 95%;
  margin: 0 auto;
}

.lovintv-home-carousel-section.home-carousel .lovin-tv-carousel-container .lovin-tv-nav .owl-nav {
  width: 108%;
}

.lovintv-btn {
  color: #fff;
  padding: 10px 15px;
  background-color: #ff1349;
  border-radius: 5px;
  font-size: 12px;
  font-family: "PoppinsBold", "RobotoBlack";
  -webkit-transition: ease 1s;
  -o-transition: ease 1s;
  transition: ease 1s;
}

.lovintv-btn:hover {
  color: #ff1349;
  background-color: #fff;
  -webkit-transition: ease 1s;
  -o-transition: ease 1s;
  transition: ease 1s;
}

.lovintv-btn.white {
  background-color: #fff;
  color: #000;
  -webkit-transition: ease 1s;
  -o-transition: ease 1s;
  transition: ease 1s;
}

.lovintv-btn.white:hover {
  background-color: #ff1349;
  color: #fff;
  -webkit-transition: ease 1s;
  -o-transition: ease 1s;
  transition: ease 1s;
}

.lovintv-btn.white .svg-icon.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 575px) {
  .lovintv-btn {
    padding: 5px 15px;
  }
}

.lovin-tv-episodes-carousel {
  max-height: 110px;
  position: relative;
  top: -170px;
}

@media screen and (max-width: 575px) {
  .lovin-tv-episodes-carousel {
    top: -165px;
  }
}

.lovin-tv-episodes-carousel h2 {
  margin: 0 0 5px 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .lovin-tv-episodes-carousel h2 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .lovin-tv-episodes-carousel .lovin-tv-series-select {
    padding-left: 30px;
  }
}

.lovin-tv-episodes-carousel .lovin-tv-series-select .seasons-select {
  height: 40px;
  width: 130px;
  background: transparent;
  border-radius: 0 !important;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 13px;
  color: #fff;
  outline: none;
}

.lovin-tv-episodes-carousel-container {
  margin-top: 20px;
}

.lovin-tv-episodes-carousel-container .episode-post .episode-image {
  height: 100px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  position: relative;
}

.lovin-tv-episodes-carousel-container .episode-post .episode-image .opacity-red {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(214, 75, 62, 0.3);
  cursor: pointer;
  border-radius: 10px;
}

.lovin-tv-episodes-carousel-container .episode-post .episode-image .opacity-red.hover-op {
  display: none;
}

.lovin-tv-episodes-carousel-container .episode-post .episode-image .opacity-red img {
  width: 40px !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
}

.lovin-tv-episodes-carousel-container .episode-post .episode-image:hover .opacity-red.hover-op {
  display: block;
}

.lovin-tv-episodes-carousel-container .episode-post .episode-no {
  text-align: center;
}

.lovin-tv-episodes-carousel-container .episode-post .episode-no h5 {
  text-transform: uppercase;
  color: #C9C9C9;
  margin: 2px 0 0 0;
  font-weight: 700;
}

.lovin-tv-episodes-carousel-container .episode-post .episode-title {
  text-align: center;
  margin: 0;
}

.lovin-tv-episodes-carousel-container .episode-post .episode-title h4 {
  margin: 2.5px 0 0 0;
  font-weight: 700;
}

.lovin-tv-episodes-carousel-container .episode-post .episode-title.white-text h4 {
  color: #fff;
}

.lovin-tv-single-video-show {
  background-color: #000;
  padding-bottom: 175px;
}

.lovin-tv-single-video-show .lovin-tv-single-video-back-btn {
  position: absolute;
  top: 45px;
  left: -30px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .lovin-tv-single-video-show .lovin-tv-single-video-back-btn {
    top: 25px;
    left: 10px;
  }
}

.lovin-tv-single-video-show .lovin-tv-single-video-info {
  border-left: 1px solid #fff;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .lovin-tv-single-video-show .lovin-tv-single-video-info {
    margin-top: 15px;
  }
}

.lovin-tv-single-video-show .lovin-tv-single-video-info .single-video-info h2,
.lovin-tv-single-video-show .lovin-tv-single-video-info .single-video-info h4,
.lovin-tv-single-video-show .lovin-tv-single-video-info .single-video-info h5 {
  color: #fff;
  margin: 2px 0;
}

.lovin-tv-single-video-show .lovin-tv-single-video-info .single-video-info h4,
.lovin-tv-single-video-show .lovin-tv-single-video-info .single-video-info h5 {
  text-transform: uppercase;
}

.single-lovin-tv-more-episodes {
  background-color: #ff1349;
}

.single-lovin-tv-more-episodes .single-episodes-carousel-container {
  position: relative;
  top: -125px;
  max-height: 110px;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .single-lovin-tv-more-episodes .single-episodes-carousel-container {
    padding: 0;
  }
}

.single-lovin-tv-more-episodes .single-episodes-carousel-container h2 {
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .single-lovin-tv-more-episodes .single-episodes-carousel-container h2 {
    padding-left: 30px;
  }
}

.lovin-tv-nav .owl-nav {
  position: absolute;
  width: 110%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: -1;
}

.lovin-tv-nav .owl-nav .owl-prev {
  width: 50%;
  text-align: left;
}

.lovin-tv-nav .owl-nav .owl-next {
  width: 50%;
  text-align: right;
}

.lovin-tv-nav .owl-nav .svg-icon {
  color: #ff1349;
  background-color: #fff;
  padding: 8px;
  border-radius: 50%;
  font-size: 25px;
  -webkit-box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.1);
}

.lovin-tv-nav .owl-nav .svg-icon.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-box-shadow: -3px -3px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -3px -3px 1px 0 rgba(0, 0, 0, 0.1);
}

.owl-dots {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.owl-dots .owl-dot {
  width: 6%;
  margin: 0 1% 15px;
  border-bottom: 3px solid #cecece;
}

@media screen and (max-width: 575px) {
  .owl-dots .owl-dot {
    width: 10%;
  }
}

.owl-dots .owl-dot.active {
  border-bottom: 3px solid #ff1349;
}

.padding-25 {
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .padding-25 {
    padding: 0;
  }
}

.ad-series-container {
  -webkit-background-size: cover !important;
  background-size: cover !important;
  padding: 20px 0;
}

.ad-series-container.bk-red {
  background-color: #ff1349;
}

.ad-series-container .m-lovintv-full {
  width: 970px;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 970px) {
  .ad-series-container .m-lovintv-full {
    width: 100%;
    height: auto;
  }
}

.ad-series-container .m-lovintv-mobile {
  width: 350px;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 350px) {
  .ad-series-container .m-lovintv-mobile {
    width: 100%;
    height: auto;
  }
}

/*===========================================================
=            Block Opening Category Landing Page            =
===========================================================*/

.block-opening-title {
  padding-left: 10px;
}

@media (min-width: 47.99em) {
  .block-opening-title {
    padding-left: 0;
  }
}

@media (min-width: 47.99em) {
  .block-opening-category .cards-list-container.m-opening {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media (min-width: 47.99em) {
  .block-opening-category .cards-list-container.m-opening > :first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% - 315px);
    flex: 0 1 calc(100% - 315px);
  }
}

@media (min-width: 63.125em) {
  .block-opening-category .cards-list-container.m-opening > :first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
}

@media (min-width: 47.99em) {
  .block-opening-category .cards-list-container.m-opening > :last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
  }
}

@media (min-width: 47.99em) {
  .block-opening-category .m-single-article .card-image {
    height: 250px;
    padding-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 63.125em) {
  .block-opening-category .m-single-article .card-image {
    height: 368px;
  }
}

@media (min-width: 47.99em) {
  .block-opening-category .m-single-article .card-image img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 63.125em) {
  .block-opening-category .m-single-article .card-image img {
    height: 368px;
  }
}

.block-opening-category-aside {
  display: none;
}

@media (min-width: 47.99em) {
  .block-opening-category-aside {
    display: block;
  }
}

@media (min-width: 47.99em) {
  .block-opening-category-aside .ad-container.m-square {
    display: block;
    margin-bottom: 20px;
  }
}

@media (min-width: 63.125em) {
  .block-opening-category-aside .ad-container.m-square {
    margin-bottom: 10px;
  }
}

/*=====  End of Block Opening Category Landing Page  ======*/

/*==============================================================
=            Block Opening Restaurants Landing Page            =
==============================================================*/

.block-opening-restaurant {
  position: relative;
}

.block-opening-restaurant .filter-button {
  position: absolute;
  top: 13px;
  right: 10px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  color: #ff1349;
  cursor: pointer;
}

@media (min-width: 47.99em) {
  .block-opening-restaurant .filter-button {
    top: 15px;
    right: 0;
  }
}

.block-opening-restaurant .filter-button .svg-icon {
  margin-right: 4px;
}

/*=====  End of Block Opening Restaurants Landing Page  ======*/

/*=======================================
=            Other Locations            =
=======================================*/

.other-locations-container {
  margin-bottom: 20px;
}

.other-locations-content {
  position: relative;
}

.other-locations-title {
  padding-right: 25%;
  padding-left: 25%;
  text-align: center;
}

.other-locations-list-wrapper {
  position: relative;
  width: 100%;
  overflow-x: scroll;
}

@media (min-width: 63.125em) {
  .other-locations-list-wrapper {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
  }
}

.other-locations-list {
  display: block;
  white-space: nowrap;
}

@media (min-width: 63.125em) {
  .other-locations-list {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
    will-change: transform;
  }
}

.other-locations-list > * {
  display: inline-block;
  width: 195px;
  height: 110px;
  margin-right: 12px;
}

@media (min-width: 47.99em) {
  .other-locations-list > * {
    width: 173px;
    height: 115px;
    margin-right: 4px;
  }
}

@media (min-width: 63.125em) {
  .other-locations-list > * {
    margin-right: 12px;
  }
}

.other-locations-list > *:first-child {
  margin-left: 12px;
}

@media (min-width: 47.99em) {
  .other-locations-list > *:first-child {
    margin-left: 0;
  }
}

.other-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ff1349;
}

.location-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.location-logo {
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: 40px;
}

.other-location > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.other-location .svg-icon {
  width: 66px;
  height: 36px;
  margin-top: 20px;
}

.other-location-title {
  margin-top: 10px;
  font-family: f-body;
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 47.99em) {
  .other-location-title {
    text-transform: none;
  }
}

.other-locations-nav {
  display: none;
}

@media (min-width: 63.125em) {
  .other-locations-nav {
    display: block;
  }
}

.other-locations-nav button {
  position: absolute;
  bottom: 54px;
  margin-top: -10px;
  color: #ff1349;
  cursor: pointer;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.other-locations-nav .m-prev {
  left: -4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.other-locations-nav .m-next {
  right: -4px;
}

.other-locations-nav .svg-icon {
  top: auto;
}

.other-locations-nav.m-first-active .m-prev {
  opacity: 0;
  cursor: default;
}

.other-locations-nav.m-last-active .m-next {
  opacity: 0;
  cursor: default;
}

/*=====  End of Other Locations  ======*/

.article-read-more a {
  font-family: "PoppinsBold", "RobotoBlack";
}

#author-bio {
  padding: 20px;
  border: 1px solid black;
}

#author-bio #author-avatar {
  display: inline-block;
  width: 20%;
  margin-right: 20px;
}

#author-bio #author-avatar img {
  border-radius: 100px;
}

#author-bio #author-details {
  display: inline-block;
  width: calc(80% - 20px);
  float: right;
}

#author-bio #author-details h1.author-name a {
  color: black;
}

/*==============================
=          Newsletter          =
==============================*/

.newsletter-section {
  background-color: #d8d8d8;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "PoppinsRegular", "RobotoRegular";
  position: relative;
  z-index: 1;
}

@media (min-width: 47.99em) {
  .newsletter-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 63.125em) {
  .newsletter-section {
    padding: 10px;
  }
}

.newsletter-form-full-container.m-disabled {
  display: none;
}

.newsletter-intro-subtext,
.newsletter-title {
  margin: 0;
}

.newsletter-intro-container {
  text-align: center;
  padding: 20px 0;
}

.newsletter-group {
  margin-bottom: 20px;
}

@media (min-width: 47.99em) {
  .newsletter-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 47.99em) {
  .newsletter-name-container,
  .newsletter-surname-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

@media (min-width: 47.99em) {
  .newsletter-email-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 63.125em) {
  .newsletter-form {
    max-width: 850px;
    margin: 0 auto;
  }
}

.newsletter-form .form-text-field {
  border-radius: 0;
  background-color: #fff;
}

.newsletter-form .form-field-container {
  margin-bottom: 0;
}

.newsletter-group .form-field-container:nth-child(1) .form-text-field {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
}

@media (min-width: 47.99em) {
  .newsletter-group .form-field-container:nth-child(1) .form-text-field {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom: 1px solid #cecece;
    border-right: none;
  }
}

.newsletter-group .form-text-field:valid + label,
.newsletter-group .form-text-field:focus + label {
  top: 4px;
  left: 6px;
  font-size: 1rem;
}

.newsletter-group .form-field-container:nth-child(3) .form-text-field {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: none;
}

@media (min-width: 47.99em) {
  .newsletter-group .form-field-container:nth-child(3) .form-text-field {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #cecece;
    border-left: none;
  }
}

.newsletter-checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (min-width: 47.99em) {
  .newsletter-checkbox-container {
    margin-bottom: 0;
  }
}

.form-checkbox-content {
  padding: 0 10px;
}

@media (min-width: 63.125em) {
  .form-checkbox-content {
    width: 90%;
  }
}

.form-checkbox-content p {
  margin: 0;
  font-size: 1.2rem;
}

.newsletter-submit-container {
  padding-bottom: 20px;
}

@media (min-width: 47.99em) {
  .newsletter-submit-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.newsletter-submit-button {
  text-align: center;
}

/*=====  Newsletter Popup  ======*/

.newsletter-modal-container {
  position: fixed;
  display: none;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.newsletter-modal-container.m-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.newsletter-modal {
  position: relative;
  width: 95%;
  max-width: 600px;
  background-color: #ff1349;
  border-radius: 6px;
  padding: 20px;
  font-family: "PoppinsRegular", "RobotoRegular";
}

@media (min-width: 63.125em) {
  .newsletter-modal {
    padding: 20px 60px;
  }
}

.modal-close-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 5rem;
}

.newsletter-modal .newsletter-intro-container {
  color: #fff;
}

.newsletter-modal .form-checkbox-content {
  color: #fff;
}

.newsletter-modal .form-checkbox-content a {
  color: #fff;
}

.newsletter-modal-group {
  margin-bottom: 20px;
}

.newsletter-modal-group .form-field-container:nth-child(1) .form-text-field {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
}

.newsletter-modal-group .form-field-container:nth-child(3) .form-text-field {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: none;
}

.newsletter-success {
  text-align: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow: hidden;
  max-height: 0;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: -o-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease, -o-transform .2s ease;
}

.newsletter-success.m-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  padding: 20px;
  max-height: 100%;
}

/*=====  End of Newsletter  ======*/

/*==================================
=            Bottom Bar            =
==================================*/

.bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 54px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  background-color: #fff;
  z-index: 9990;
}

@media (min-width: 47.99em) {
  .bottom-bar {
    display: none;
  }
}

.bottom-bar > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.bottom-bar > * > a {
  width: 100%;
  padding: 15px 12px;
  text-align: center;
}

.bottom-bar > :nth-child(2) > a {
  border-left: 1px solid #d8d8d8;
}

.bottom-bar > :first-child:last-child {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.bottom-bar .upload-icon {
  top: -4px;
  margin-left: 15px;
}

.bottom-bar a {
  position: relative;
  display: block;
  color: #4f4f4f;
  background-color: #fff;
  z-index: 1;
}

.bottom-bar .bottom-bar-icon {
  height: 24px;
  width: 24px;
  color: #ff1349;
}

.bottom-bar-share-list {
  position: absolute;
  right: 0;
  bottom: -24px;
  left: 0;
  height: 78px;
  margin: 0;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  list-style: none;
  z-index: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}

.bottom-bar-share-list.m-active {
  -webkit-transform: translateY(-78px);
  -ms-transform: translateY(-78px);
  -o-transform: translateY(-78px);
  transform: translateY(-78px);
}

.bottom-bar-share-list li {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  padding: 4px;
}

.bottom-bar-share-list .svg-icon {
  height: 30px;
  width: 30px;
}

/*=====  End of Bottom Bar  ======*/

body .article-sidebar #gform_wrapper_2 {
  margin: 25px 4px !important;
}

body #gform_wrapper_2 #gform_2 .gform_title {
  font-size: 28px !important;
  margin: 0;
}

body #gform_wrapper_2 #gform_2 ul.gform_fields li.gfield {
  padding-right: 0;
}

body #gform_wrapper_2 #gform_2 ul.gform_fields li.gfield.gf_left_half {
  padding-right: 8px;
}

body #gform_wrapper_2 #gform_2 ul.gform_fields li.gfield.gf_right_half {
  padding-right: 0;
  padding-left: 8px;
}

body #gform_wrapper_2 #gform_2 .gform_footer {
  padding-bottom: 0 !important;
}

body .gform_wrapper {
  margin: 0 !important;
}

body .gform_wrapper .gform_fields .gfield {
  margin: 0 0 15px 0 !important;
}

body .gform_wrapper .gform_fields .gfield input,
body .gform_wrapper .gform_fields .gfield textarea {
  background-color: white !important;
  border: 1px solid black;
  margin: 0 !important;
  font-family: "PTSerif" !important;
  font-size: 14px !important;
  padding-left: 10px !important;
}

body .gform_wrapper .gform_fields .gfield .gfield_consent_label {
  display: inline-block !important;
  position: relative !important;
  left: 0 !important;
  top: -6px !important;
  width: 70% !important;
}

body .gform_wrapper .gform_fields .gfield .gfield_required {
  display: none;
}

body .gform_wrapper .gform_footer .gform_button {
  display: inline-block !important;
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 1.4rem !important;
  text-align: center;
  color: #fff;
  background-color: #ff1349;
  border: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 22px;
  cursor: pointer;
}

body .gform_wrapper .gform_footer .gform_button:hover,
body .gform_wrapper .gform_footer .gform_button.m-hover {
  color: #fff;
  background-color: #ed564d;
}

body .gform_wrapper .ginput_container_consent input[type=checkbox],
body .gform_wrapper .gfield_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

body .gform_wrapper .ginput_container_consent input[type=checkbox] + label,
body .gform_wrapper .gfield_checkbox input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}

body .gform_wrapper .ginput_container_consent input[type=checkbox] + label:after,
body .gform_wrapper .ginput_container_consent input[type=checkbox] + label:before,
body .gform_wrapper .gfield_checkbox input[type=checkbox] + label:after,
body .gform_wrapper .gfield_checkbox input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

body .gform_wrapper .ginput_container_consent input[type=checkbox]:not(:checked) + label:after,
body .gform_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
  width: 20px;
  height: 20px;
  border: 2px solid #cecece;
  background: #f3f3f3;
  border-radius: 6px;
  top: 0;
}

body .gform_wrapper .ginput_container_consent input[type=checkbox]:not(:checked) + label:before,
body .gform_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  -o-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

body .gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:after,
body .gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ff1349;
  background-color: #ff1349;
  z-index: 0;
  border-radius: 6px;
}

body .gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:before,
body .gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  margin-top: 3px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  -o-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.filter-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 22px #929292;
  box-shadow: 0 2px 22px #929292;
  height: 100vh;
  z-index: 9999;
  padding: 10px;
  text-align: right;
  overflow: auto;
  padding-bottom: 60px;
  display: none;
}

@media (min-width: 47.99em) {
  .filter-box {
    position: absolute;
    padding: 10px 20px;
    width: 600px;
    height: auto;
    min-height: 100vh;
  }
}

.filter-box.opened {
  display: block;
}

.filter-box-close {
  display: inline-block;
  cursor: pointer;
}

.filter-box-close .svg-icon {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}

.clear-all-container {
  text-align: right;
  display: none;
}

.selected-filters {
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  margin-bottom: 20px;
  display: none;
}

@media (min-width: 47.99em) {
  .selected-filters {
    padding: 10px 20px;
  }
}

.selected-filters.m-active {
  display: block;
}

.selected-filters .selected-filters-heading {
  margin: 10px 0;
}

.selected-filters .clear-all-container {
  display: block;
}

.selected-filter-category {
  display: none;
}

.selected-filter-category.m-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.selected-filter-category-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  font-size: 1.4rem;
  font-family: "PoppinsBold", "RobotoBlack";
  line-height: 3rem;
}

@media (min-width: 47.99em) {
  .selected-filter-category-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
  }
}

.selected-filter-category-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.active-filter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #222222;
  text-align: center;
  padding-left: 20px;
  height: 3rem;
  line-height: 3rem;
  padding-right: 8px;
  margin-right: 4px;
  font-size: 1.4rem;
  font-family: "PoppinsRegular", "RobotoRegular";
  margin-bottom: 6px;
  background-color: #fff;
  border-radius: 15px;
}

.remove-filter {
  margin-left: 10px;
  cursor: pointer;
}

.remove-filter .svg-icon {
  color: #ff1349;
}

.clear-all-selected,
.clear-all-category {
  font-size: 1.4rem;
  color: #ff1349;
  font-family: "PoppinsRegular", "RobotoRegular";
  cursor: pointer;
}

.filter-category-opened {
  display: none;
}

.filter-category-options {
  display: none;
}

.filter-category {
  text-align: left;
}

@media (min-width: 47.99em) {
  .filter-category {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    border-top: solid 1px #d8d8d8;
  }
}

.filter-category.opened .filter-category-opened {
  display: inline;
}

.filter-category.opened .filter-category-closed {
  display: none;
}

.filter-category.opened .clear-all-container {
  display: block;
  margin-bottom: 10px;
}

.filter-category.opened .filter-category-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-category.opened .filter-category-options > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.filter-category::before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  border-top: solid 1px #d8d8d8;
}

@media (min-width: 47.99em) {
  .filter-category::before {
    display: none;
  }
}

.filter-category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  line-height: 2;
  cursor: pointer;
}

.filter-category-header span {
  color: #ff1349;
}

.filter-box-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  height: 60px;
  -webkit-box-shadow: 0 -2px 22px #d8d8d8;
  box-shadow: 0 -2px 22px #d8d8d8;
}

@media (min-width: 47.99em) {
  .filter-box-buttons {
    padding-right: 20px;
    bottom: auto;
    left: auto;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.inspire-btn {
  margin-right: 10px;
}

.inspire-btn .svg-icon {
  height: 22px;
}

.filter-results-interface {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
}

.restaurant-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 4rem;
  display: none;
}

.restaurant-blocks {
  min-height: 50vh;
}

/*===============================
=          xtreme push          =
===============================*/

.webpush-notification-center-layout-panel {
  font-family: "PoppinsRegular", "RobotoRegular";
}

.webpush-notification-center-layout-panel #webpush-notification-center-title {
  color: #ff1349;
  font-family: "PoppinsRegular", "RobotoRegular";
}

#webpush-notification-center-list {
  padding: 20px;
  font-family: "PoppinsRegular", "RobotoRegular";
  color: #222222;
}

.webpush-notification-center-item-image {
  border-radius: 6px;
}

.webpush-notification-center-item-title {
  font-family: "PoppinsRegular", "RobotoRegular";
  color: #222222;
}

.webpush-swal2-title span,
.webpush-swal2-content span {
  font-family: "PoppinsSemibold", "RobotoSemibold" !important;
}

.webpush-swal2-cancel {
  display: inline-block;
  height: 30px !important;
  font-family: "PoppinsSemibold", "RobotoSemibold" !important;
  font-size: 1.4rem !important;
  text-align: center !important;
  color: #fff !important;
  background-color: #d8d8d8 !important;
  border: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 22px !important;
  cursor: pointer;
}

.webpush-swal2-cancel:hover,
.webpush-swal2-cancel.m-hover {
  color: #222222;
  background-color: #f3f3f3;
}

.webpush-swal2-cancel span {
  color: #fff !important;
}

.webpush-swal2-confirm {
  display: inline-block;
  height: 30px !important;
  font-family: "PoppinsSemibold", "RobotoSemibold" !important;
  font-size: 1.4rem !important;
  text-align: center !important;
  color: #fff !important;
  background-color: #ff1349 !important;
  border: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 22px !important;
  cursor: pointer;
}

.webpush-swal2-confirm:hover,
.webpush-swal2-confirm.m-hover {
  color: #fff;
  background-color: #ed564d;
}

/*=====  End of xtreme push  ======*/

/*==================================
=            STYLEGUIDE            =
==================================*/

.sg-section {
  padding-bottom: 20px;
  border-bottom: 16px solid #cecece;
}

@media (min-width: 47.99em) {
  .sg-section {
    padding-bottom: 30px;
  }
}

@media (min-width: 63.125em) {
  .sg-section {
    padding-bottom: 40px;
  }
}

.sg-section > h1 {
  text-transform: uppercase;
  border-bottom: 2px solid #cecece;
}

.sg-box-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 4px;
  border: 1px solid #cecece;
}

.sg-box-border > * {
  padding: 10px;
  text-align: center;
}

.sg-flex-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}

.sg-flex-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
}

.sg-flex-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24%;
  flex: 0 1 24%;
}

/*----------  Colours  ----------*/

.sg-colours-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sg-colours-container > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 140px;
  flex: 0 1 140px;
}

.sg-colours-container > * > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  height: 140px;
  color: #fff;
  border-radius: 50%;
}

.sg-circle-primary {
  background-color: #ff1349;
  color: #222222;
}

.sg-circle-white {
  background-color: #fff;
  border: 1px solid #cecece;
}

.sg-circle-white span {
  color: #222222;
}

.sg-circle-bg {
  background-color: #f3f3f3;
}

.sg-circle-bg span {
  color: #222222;
}

.sg-circle-font {
  background-color: #929292;
}

.sg-circle-body {
  background-color: #222222;
}

.sg-circle-success {
  background-color: #229e2f;
}

.sg-circle-red {
  background-color: #cf0a2c;
}

.sg-colours-container small {
  display: block;
  padding: 2px 8px;
  text-align: center;
}

/*----------  Link and buttons  ----------*/

.sg-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sg-cta-container > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
}

/*----------  Typeface  ----------*/

.sg-box-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1034px;
  margin: 0 auto;
  padding: 20px 40px;
  background-color: #f3f3f3;
}

.sg-box-background .sg-flex-4:nth-child(4n+3),
.sg-box-background .sg-flex-4:nth-child(4n+4) {
  text-align: right;
}

.sg-box-background .sg-flex-4:nth-child(n+9) {
  border-bottom: 1px solid #cecece;
}

.sg-box-background.m-mobile h1 {
  font-size: 2.8rem;
}

.sg-box-background.m-mobile p {
  font-size: 1.4rem;
}

/*----------  Card Style  ----------*/

.sg-card-style-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sg-card-image {
  width: 230px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}

.sg-card-image.m-view-all a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #ff1349;
  color: #fff;
}

/*----------  Icon Style  ----------*/

.sg-icons-content {
  margin-bottom: 8px;
}

.sg-icons-content > div {
  width: 64px;
  height: 64px;
  display: inline-block;
  margin-right: 4px;
  color: #fff;
  background-color: #ff1349;
}

.sg-icons-content .svg-icon {
  top: 17px;
  left: 16px;
  font-size: 2.167rem;
}

.sg-icons-content.m-white > div {
  color: #ff1349;
  border: 1px solid #ff1349;
  background-color: transparent;
}

/*----------  Form Fields  ----------*/

.sg-form-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*=====  End of STYLEGUIDE  ======*/

/*=================================
=            Home Page            =
=================================*/

.latest-card-button .cards-list-view-all {
  padding: 10px 35px;
  border: 1px solid #ff1349;
  display: inline-block;
  margin-top: 20px;
  border-radius: 15px;
  font-size: 18px;
  position: relative;
}

.latest-card-button .cards-list-view-all:hover {
  background-color: #ff1349;
  color: #fff;
  -webkit-transition: ease .5s;
  -o-transition: ease .5s;
  transition: ease .5s;
}

#breaking_news {
	height: 26px;
	display: none;
	overflow: hidden;
	background-color: #ffcf53 !important;
}
#breaking_news ul{
	margin:0;
	list-style-type:none;
}
#breaking_news ul li{
  	border-right: 1px solid #000;
	list-style-type:none;
}
#breaking_news .title {
    background: #000;
    height: 26px;
    line-height: 20px;
    color: #ffcf53;
    padding: 4px 10px;
    font-family: PoppinsSemibold;
    text-transform: uppercase;
    position: relative;
    margin-right: 36px;
    font-size: 14px;
}
#breaking_news .title:after {
  content: "";
  position: absolute;
  display: block;
  right: -28px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-bottom: solid 28px #000;
  border-right: solid 28px transparent;
}
#breaking_news .post{
  width: calc(100% - 175px);
}
#breaking_news .post a {
  color: #000;
  font-family: PoppinsSemibold;
  font-size: 14px;
  text-decoration: none;
}

@media screen and (min-width: 1009px) {
  .wallpaper-class {
    padding-top: 175px;
  }
}

/*=====  End of Home Page  ======*/

.ourteam-container {
  text-align: left;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 47.99em) {
  .ourteam-container {
    text-align: center;
  }
}

.ourteam-header {
  text-align: center;
  line-height: 1.2;
  font-size: 2.2rem;
}

@media (min-width: 47.99em) {
  .ourteam-header {
    font-size: 3.4rem;
  }
}

.ourteam-members-header {
  padding-top: 20px;
  text-align: center;
  font-size: 2.2rem;
}

@media (min-width: 47.99em) {
  .ourteam-members-header {
    font-size: 3.4rem;
  }
}

.ourteam-heart {
  color: #ff1349;
  font-size: 5rem;
  display: block;
  -webkit-animation: team-heart-animation 2s linear infinite;
  -o-animation: team-heart-animation 2s linear infinite;
  animation: team-heart-animation 2s linear infinite;
}

@-webkit-keyframes team-heart-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes team-heart-animation {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  40% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  80% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes team-heart-animation {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }

  80% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 47.99em) {
  .ourteam-content {
    max-width: 720px;
    margin: auto;
  }
}

.ourteam-picture {
  border-radius: 110px;
  width: 110px;
  height: 110px;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: auto;
}

@media (min-width: 47.99em) {
  .ourteam-picture {
    border-radius: 180px;
    width: 180px;
    height: 180px;
  }
}

.ourteam-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "PoppinsRegular", "RobotoRegular";
  text-align: center;
}

.ourteam-member {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 10px;
}

@media (min-width: 34em) {
  .ourteam-member {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 20px;
  }
}

@media (min-width: 63.125em) {
  .ourteam-member {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.ourteam-member-name {
  font-size: 1.4rem;
  font-family: "PoppinsBold", "RobotoBlack";
  margin: 0;
  margin-top: 10px;
  line-height: 1.3;
}

@media (min-width: 47.99em) {
  .ourteam-member-name {
    font-size: 1.6rem;
  }
}

.ourteam-member-position {
  margin: 0;
  color: #656565;
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1.2rem;
  line-height: 2.5;
}

@media (min-width: 47.99em) {
  .ourteam-member-position {
    font-family: "PoppinsSemibold", "RobotoSemibold";
  }
}

.contact-us-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .contact-us-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.contact-us-container .contact-info-section {
  width: 33%;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .contact-us-container .contact-info-section {
    width: 45%;
  }
}

@media screen and (max-width: 500px) {
  .contact-us-container .contact-info-section {
    width: 100%;
  }
}

.contact-us-container .contact-info-section .contact-info {
  margin-bottom: 15px;
}

.contact-us-container .contact-info-section .contact-info h3 {
  margin-bottom: 0;
}

.contact-us-container .contact-info-section .contact-info p {
  margin-top: 0;
}

.contact-us-container .contact-form-section {
  width: 66%;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .contact-us-container .contact-form-section {
    width: 100%;
  }
}

.contact-us-container .contact-form-section .gform_wrapper {
  margin: 0 !important;
}

.contact-us-container .contact-form-section .gform_wrapper .gform_fields .gfield {
  margin: 0 0 15px 0 !important;
}

.contact-us-container .contact-form-section .gform_wrapper .gform_fields .gfield input,
.contact-us-container .contact-form-section .gform_wrapper .gform_fields .gfield textarea {
  margin: 0 !important;
  font-family: sans-serif !important;
  font-size: 14px !important;
  padding-left: 10px !important;
}

.contact-us-container .contact-form-section .gform_wrapper .gform_fields .gfield .gfield_consent_label {
  display: inline-block !important;
  position: relative !important;
  left: 0 !important;
  top: -6px !important;
  width: 70% !important;
}

.contact-us-container .contact-form-section .gform_wrapper .gform_fields .gfield .gfield_required {
  display: none;
}

.contact-us-container .contact-form-section .gform_wrapper .gform_footer .gform_button {
  display: inline-block !important;
  height: 44px;
  line-height: 44px;
  padding: 0 24px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 1.4rem !important;
  text-align: center;
  color: #fff;
  background-color: #ff1349;
  border: 0;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 22px;
  cursor: pointer;
}

.contact-us-container .contact-form-section .gform_wrapper .gform_footer .gform_button:hover,
.contact-us-container .contact-form-section .gform_wrapper .gform_footer .gform_button.m-hover {
  color: #fff;
  background-color: #ed564d;
}

.contact-us-container .contact-form-section .gform_wrapper .ginput_container_consent input[type=checkbox],
.contact-us-container .contact-form-section .gform_wrapper .gfield_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.contact-us-container .contact-form-section .gform_wrapper .ginput_container_consent input[type=checkbox] + label,
.contact-us-container .contact-form-section .gform_wrapper .gfield_checkbox input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}

.contact-us-container .contact-form-section .gform_wrapper .ginput_container_consent input[type=checkbox] + label:after,
.contact-us-container .contact-form-section .gform_wrapper .ginput_container_consent input[type=checkbox] + label:before,
.contact-us-container .contact-form-section .gform_wrapper .gfield_checkbox input[type=checkbox] + label:after,
.contact-us-container .contact-form-section .gform_wrapper .gfield_checkbox input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.contact-us-container .contact-form-section .gform_wrapper .ginput_container_consent input[type=checkbox]:not(:checked) + label:after,
.contact-us-container .contact-form-section .gform_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
  width: 20px;
  height: 20px;
  border: 2px solid #cecece;
  background: #f3f3f3;
  border-radius: 6px;
  top: 0;
}

.contact-us-container .contact-form-section .gform_wrapper .ginput_container_consent input[type=checkbox]:not(:checked) + label:before,
.contact-us-container .contact-form-section .gform_wrapper .gfield_checkbox input[type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  -o-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.contact-us-container .contact-form-section .gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:after,
.contact-us-container .contact-form-section .gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ff1349;
  background-color: #ff1349;
  z-index: 0;
  border-radius: 6px;
}

.contact-us-container .contact-form-section .gform_wrapper .ginput_container_consent input[type=checkbox]:checked + label:before,
.contact-us-container .contact-form-section .gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  margin-top: 3px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  -o-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/*=================================
=          Author Page            =
=================================*/

.author-full-container {
  padding: 40px 0 0;
}

.author-meta-full-container {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 47.99em) {
  .author-meta-full-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}

@media (min-width: 47.99em) {
  .author-details-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}

@media (min-width: 63.125em) {
  .author-details-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}

@media (min-width: 47.99em) {
  .author-name-wrap {
    display: none;
  }
}

.author-name-by-line {
  font-size: 1.6rem;
}

.author-name {
  margin-top: 0;
  font-size: 2.2rem;
}

.author-name.m-hide-mobile {
  display: none;
}

@media (min-width: 47.99em) {
  .author-name.m-hide-mobile {
    display: block;
  }
}

.author-image-container {
  margin-bottom: 20px;
}

@media (min-width: 47.99em) {
  .author-image-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    text-align: center;
  }
}

@media (min-width: 63.125em) {
  .author-image-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    text-align: right;
  }
}

.author-image-container.m-article {
  margin-bottom: 0;
}

.author-image-container.m-article .author-image {
  width: 50px;
}

@media (min-width: 63.125em) {
  .author-image-container.m-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: left;
  }
}

.author-image {
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 47.99em) {
  .author-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 150px;
    height: auto;
  }
}

.author-description {
  margin-bottom: 20px;
}

.author-description p {
  margin: 0;
  font-size: 1.6rem;
}

.author-email {
  font-family: "PoppinsRegular", "RobotoRegular";
}

.author-social-icons {
  font-size: 5rem;
}

@media (min-width: 47.99em) {
  .author-social-icons {
    font-size: 6rem;
  }
}

/*=====  End of Home Page  ======*/

.page-not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 10px;
  text-align: center;
}

@media (min-width: 47.99em) {
  .page-not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 80px 20px;
  }
}

.page-not-found .page-not-found-header {
  font-size: 4rem;
  line-height: 1.2;
  margin: 0;
  margin-top: 10px;
}

@media (min-width: 47.99em) {
  .page-not-found .page-not-found-header {
    font-size: 6rem;
    margin-top: 0;
  }
}

@media (min-width: 63.125em) {
  .page-not-found .page-not-found-header {
    font-size: 8rem;
  }
}

.page-not-found p {
  font-size: 1.6rem;
}

@media (min-width: 63.125em) {
  .page-not-found p {
    font-size: 2rem;
  }
}

@media (min-width: 47.99em) {
  .page-not-found-content {
    padding-left: 20px;
  }
}

.svg-icon.not-found {
  width: 279px;
  height: 230px;
}

@media (min-width: 63.125em) {
  .svg-icon.not-found {
    width: 433px;
    height: 357px;
  }
}

/*=================================
=          Search Page            =
=================================*/

body:not(.header-fixed) .search-container.m-active {
  top: 305px;
}

@media (min-width: 47.99em) {
  body:not(.header-fixed) .search-container.m-active {
    top: 64px;
  }
}

.search-container {
  display: none;
  padding: 10px;
  overflow: auto;
  position: fixed;
  -webkit-box-shadow: 22px 2px 22px #929292;
  box-shadow: 22px 2px 22px #929292;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

@media (min-width: 47.99em) {
  .search-container {
    padding: 20px;
  }
}

.search-container.m-active {
  display: block;
  background-color: #fff;
  top: 55px;
  z-index: 2;
  width: 100%;
}

@media (min-width: 47.99em) {
  .search-container.m-active {
    top: 64px;
  }
}

.search-container .search-field {
  padding-left: 60px !important;
}

.search-query {
  color: #ff1349;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (min-width: 47.99em) {
  .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.input-group .search-input-icon {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 30px;
  top: 10px;
  color: #ff1349;
  font-size: 1.8rem;
  padding-right: 10px;
  border-right: solid 1px #222222;
}

@media (min-width: 47.99em) {
  .input-group .search-input-icon {
    padding-right: 0;
    border-right: 0;
  }
}

.input-group .search-try {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: "PoppinsRegular", "RobotoRegular";
  margin-top: 20px;
}

@media (min-width: 47.99em) {
  .input-group .search-try {
    margin-top: 0;
    margin-left: 20px;
  }
}

.input-group .inspire-btn {
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 20px;
}

@media (min-width: 47.99em) {
  .input-group .inspire-btn {
    margin-top: 0;
    margin-left: 20px;
  }
}

.input-group .inspire-btn.m-active {
  display: block;
}

@media (max-width: 768px) {
  body.search-results .cards-list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  body.search-results .cards-list > * {
    margin: 0 !important;
    margin-bottom: 20px !important;
    width: 100% !important;
  }
}

/* stylelint-disable selector-no-id, declaration-no-important  */

.sitemap-container {
  padding: 10px;
}

@media (min-width: 63.125em) {
  .sitemap-container {
    padding: 0;
  }
}

.sitemap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "PoppinsRegular", "RobotoRegular";
  padding-bottom: 20px;
}

.sitemap-content a:hover {
  text-decoration: underline;
}

@media (min-width: 47.99em) {
  .sitemap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.sitemap-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width: 47.99em) {
  .sitemap-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.sitemap-column-narrow {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (min-width: 47.99em) {
  .sitemap-column-narrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}

.sitemap-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 47.99em) {
  .sitemap-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sitemap-buttons a {
    margin-right: 20px;
  }
}

.submit-story-header-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 230px;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.submit-story-header {
  width: 100%;
  height: auto;
}

.submit-story-container {
  padding-top: 230px;
  max-width: 640px;
  margin: auto;
  font-family: "PoppinsRegular", "RobotoRegular";
  font-size: 1.4rem;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 47.99em) {
  .submit-story-container {
    text-align: center;
  }
}

.submit-story-form {
  text-align: left;
  padding-bottom: 20px;
}

.submit-story-row {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 47.99em) {
  .submit-story-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.submit-story-row .form-checkbox-container {
  margin-bottom: 0;
}

.submit-story-row.storyfile-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-story-name,
.submit-story-email,
.submit-story-phone,
.submit-story-url {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media (min-width: 47.99em) {
  .submit-story-name,
  .submit-story-email,
  .submit-story-phone,
  .submit-story-url {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}

.submit-story-name,
.submit-story-phone {
  margin-bottom: 20px;
}

@media (min-width: 47.99em) {
  .submit-story-name,
  .submit-story-phone {
    margin-bottom: 0;
  }
}

.story-max-upload {
  display: none;
}

@media (min-width: 47.99em) {
  .story-max-upload {
    display: inline-block;
  }
}

.intl-tel-input {
  width: 100%;
}

.submit-story-row .story {
  width: 100%;
}

.submit-story-row .story textarea {
  height: 140px;
}

.story-submit {
  width: inherit;
  padding-top: 0;
}

.submit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.storyfile {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 40px;
}

@media (min-width: 47.99em) {
  .storyfile {
    width: 50%;
  }
}

input[type=file] {
  background-color: transparent;
  border: 0;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[type=file] + label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

input[type=file] + label .filename {
  display: inline-block;
  white-space: nowrap;
  background-color: #f3f3f3;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1.2rem;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 40px;
  opacity: 0;
  margin-left: 10px;
  position: relative;
}

input[type=file] + label .filename .filename-content {
  display: inline-block;
  max-width: 130px;
  overflow: hidden;
}

input[type=file] + label .filename .svg-icon {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #ff1349;
  font-size: 2rem;
}

input[type=file] + label .filename.m-active {
  opacity: 1;
}

input[type=file] + label .attach-file {
  color: #ff1349;
  font-size: 1.2rem;
  line-height: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

input[type=file] + label .attach-file .svg-icon {
  color: #ff1349;
  font-size: 1.6rem;
}

span.wpcf7-not-valid-tip {
  color: #ff1349;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-color: #ff1349;
}

.terms-container {
  padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "PoppinsRegular", "RobotoRegular";
  overflow: auto;
}

@media (min-width: 63.125em) {
  .terms-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.terms-content {
  padding-top: 48px;
}

@media (min-width: 63.125em) {
  .terms-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    padding-right: 20px;
    padding-top: 0;
  }
}

.terms-content b,
.terms-content strong {
  font-weight: normal;
  font-family: "PoppinsBold", "RobotoBlack";
}

.terms-navigation {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 100%;
  background-color: #ed564d;
}

@media (min-width: 63.125em) {
  .terms-navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    height: auto;
    position: static;
    top: auto;
    left: auto;
    padding-left: 20px;
    background-color: transparent;
  }
}

.terms-navigation-list {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 63.125em) {
  .terms-navigation-list {
    overflow: visible;
    display: block;
  }
}

.terms-navigation-list li {
  display: block;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 14px;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 63.125em) {
  .terms-navigation-list li {
    padding: 0;
  }
}

.terms-navigation-list li a {
  color: #fff;
  opacity: .5;
  white-space: nowrap;
}

@media (min-width: 63.125em) {
  .terms-navigation-list li a {
    white-space: normal;
    color: #ff1349;
    opacity: 1;
  }
}

.terms-navigation-list li.active a {
  opacity: 1;
}

@media (min-width: 63.125em) {
  .terms-navigation-list li.active a {
    color: #ff1349;
  }
}

.terms-navigation-header {
  display: none;
}

@media (min-width: 63.125em) {
  .terms-navigation-header {
    display: block;
  }
}

/*=================================
=        Articles/ Events         =
=================================*/

@media (min-width: 63.125em) {
  .article-full-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 63.125em) {
  .article-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
    max-width: 65%;
  }
}

@media (min-width: 63.125em) {
  .article-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    overflow: auto;
  }
}

.article-breadcrumbs {
  margin-right: 10px;
  margin-left: 10px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 1.2rem;
}

@media (min-width: 47.99em) {
  .article-breadcrumbs {
    margin-right: 0;
    margin-left: 0;
    font-size: 1.4rem;
  }
}

.article-breadcrumbs a {
  color: #929292;
}

.article-breadcrumbs a:hover {
  color: #222222;
}

.article-breadcrumbs span {
  color: #484848;
}

.article-breadcrumbs .breadcrumb_last {
  color: #ff1349;
}

.article-header {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  font-family: "PoppinsRegular", "RobotoRegular";
  font-size: 1.2rem;
}

@media (min-width: 47.99em) {
  .article-header {
    margin-bottom: 20px;
    padding: 10px 40px;
  }
}

@media (min-width: 63.125em) {
  .article-header {
    padding-left: 0;
  }
}

.article-meta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 63.125em) {
  .article-meta-container {
    margin-bottom: 20px;
  }
}

@media (min-width: 47.99em) {
  .article-author-meta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 47.99em) {
  .article-author-meta-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.article-meta p {
  margin-bottom: 0;
  font-family: "PoppinsSemibold", "RobotoSemibold";
}

@media (min-width: 47.99em) {
  .article-meta p {
    margin: 0;
  }
}

.article-meta .published {
  color: #929292;
}

.article-header-social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.article-social-share {
  display: none;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  color: #929292;
}

@media (min-width: 47.99em) {
  .article-social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
}

.article-footer-social-container {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 47.99em) {
  .article-footer-social-container .article-social-share {
    padding: 0 40px;
    font-size: 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 63.125em) {
  .article-footer-social-container .article-social-share {
    padding-left: 0;
    margin-bottom: 40px;
  }
}

.article-social-share > span {
  margin-right: 20px;
  color: #929292;
  font-family: "PoppinsSemibold", "RobotoSemibold";
}

.article-heart {
  font-family: "PoppinsBold", "RobotoBlack";
  color: #ff1349;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 47.99em) {
  .article-heart {
    bottom: 10px;
  }
}

.article-heart .svg-icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 47.99em) {
  .article-featured-image-container {
    padding: 0 40px;
  }
}

@media (min-width: 63.125em) {
  .article-featured-image-container {
    padding-left: 0;
  }
}

.article-featured-image {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 47.99em) {
  .article-featured-image {
    border-radius: 6px;
    overflow: hidden;
  }
}

.article-featured-video {
  position: relative;
}

.article-featured-video > img {
  width: 100%;
  opacity: 0;
}

.article-featured-video > iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.article-image-caption {
  font-family: "PoppinsRegular", "RobotoRegular";
  font-size: 1rem;
  color: #929292;
  text-align: right;
  margin: 0;
}

.article-event-container {
  padding: 20px 0;
}

@media (min-width: 47.99em) {
  .article-event-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.article-event-details {
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.article-event-details .event-icon {
  margin-right: 6.6666666667px;
}

@media (min-width: 47.99em) {
  .article-event-details {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    margin-bottom: 0;
    line-height: 2;
  }
}

.article-event-cta {
  text-align: center;
}

@media (min-width: 47.99em) {
  .article-event-cta {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    text-align: right;
  }
}

.article-content,
.article-footer {
  font-size: 1.4rem;
  line-height: 25px;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (min-width: 47.99em) {
  .article-content,
  .article-footer {
    padding: 0 40px;
    font-size: 1.6rem;
  }
}

@media (min-width: 63.125em) {
  .article-content,
  .article-footer {
    padding-left: 0;
    margin-bottom: 40px;
  }
}

.article-content.top-border,
.article-footer.top-border {
  padding-top: 10px;
}

@media (min-width: 47.99em) {
  .article-content.top-border,
  .article-footer.top-border {
    padding-top: 0;
  }
}

.article-content.top-border::before,
.article-footer.top-border::before {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #d8d8d8;
  width: 100%;
  left: 0;
}

@media (min-width: 47.99em) {
  .article-content.top-border::before,
  .article-footer.top-border::before {
    display: none;
  }
}

.article-content h5 {
  font-size: 1.6rem;
}

.article-image-block {
  margin-bottom: 20px;
}

@media (min-width: 47.99em) {
  .article-image-block {
    margin-bottom: 40px;
  }
}

.article-image {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.article-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.article-facebook-comments {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (min-width: 47.99em) {
  .article-facebook-comments {
    padding: 0 40px;
  }
}

@media (min-width: 63.125em) {
  .article-facebook-comments {
    padding-left: 0;
  }
}

.article-facebook-comments .fb_iframe_widget {
  display: block;
  width: 100%;
  margin: auto;
}

@media (min-width: 63.125em) {
  .article-footer .restaurant-aside-lovin {
    padding-right: 40px;
    margin-bottom: 60px;
  }
}

/* ====== Sponsored ======== */

.sponsored-tag {
  text-align: right;
  color: #ff1349;
  font-family: "PoppinsSemibold", "RobotoSemibold";
}

.article-sponsored-container {
  width: auto;
  border: 1px solid #cecece;
  margin-bottom: 40px;
  font-family: "PoppinsRegular", "RobotoRegular";
}

.article-sponsored-header {
  background-color: #222222;
  color: #fff;
  text-align: center;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  padding: 10px 0;
}

.article-sponsored-image img {
  display: block;
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

@media (min-width: 47.99em) {
  .article-sponsored-image img {
    width: 60%;
  }
}

.article-sponsored-name {
  font-family: "PoppinsBold", "RobotoBlack";
  text-align: center;
  font-size: 2.2rem;
}

.article-sponsored-content {
  padding: 20px;
  font-family: "PTSerif";
}

@media (min-width: 63.125em) {
  .article-sponsored-content {
    padding: 20px 60px;
  }
}

.article-sponsored-social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  color: #fff;
}

.article-sponsored-social-item.m-website {
  background-color: #ff1349;
}

.article-sponsored-social-item.m-facebook {
  background-color: #3A5A98;
}

.article-sponsored-social-item.m-twitter {
  background-color: #27A6D1;
}

.article-sponsored-social-item.m-instagram {
  background-color: #CE2D7F;
}

.article-sponsored-social-item a {
  color: #fff;
}

.article-sponsored-social-icon-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  text-align: right;
}

.article-sponsored-social-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 65%;
  flex: 1 0 65%;
  padding-left: 10px;
}

.youtube-embed,
.fb-embed,
.vimeo-embed {
  max-width: 100%;
}

.fb_iframe_widget {
  max-width: 100%;
}

.fb_iframe_widget span {
  max-width: 100%;
}

.article-related-articles {
  position: relative;
}

/* === Legacy Sponsored === */

.entry__sponsor {
  padding: 20px;
  border: 1px solid #929292;
  border-radius: 3px;
}

.sponsor__img {
  width: 100%;
}

.sponsor__img img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: auto;
}

@media (min-width: 63.125em) {
  .sponsor__img {
    width: 33.333%;
    float: right;
  }
}

.sponsor__name h5 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.sponsor__name a {
  font-size: 1.8rem;
  text-transform: none;
}

@media (min-width: 63.125em) {
  .sponsor__name a {
    font-size: 2.6rem;
  }
}

@media (min-width: 63.125em) {
  .sponsor__body {
    font-size: 2rem;
    line-height: 1.7;
  }
}

.sponsor__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sponsor__links a {
  display: inline-block;
  height: 44px;
  padding: 10px 24px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background-color: #ff1349;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 22px;
  cursor: pointer;
}

.sponsor__links a:hover,
.sponsor__links a.m-hover {
  color: #fff;
  background-color: #ed564d;
}

.sponsored-reveal {
  position: relative;
  height: auto;
  max-height: 80px;
  overflow-y: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sponsored-reveal:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sponsored-reveal.m-active {
  max-height: 100%;
}

.sponsored-reveal.m-active:after {
  opacity: 0;
}

.sponsored-reveal-image {
  display: block;
  margin: auto;
  cursor: pointer;
}

/*==============================================
=            Restaurant Single Page            =
==============================================*/

@media (min-width: 63.125em) {
  .restaurant-single-page {
    border-bottom: 1px solid #d8d8d8;
  }
}

.restaurant-header {
  position: relative;
}

.restaurant-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

@media (min-width: 47.99em) {
  .restaurant-image {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 63.125em) {
  .restaurant-image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    border-radius: 10px;
  }
}

.restaurant-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

@media (min-width: 63.125em) {
  .restaurant-image img {
    border-radius: 10px;
  }
}

.restaurant-title {
  padding-right: 90px;
  padding-left: 10px;
}

@media (min-width: 47.99em) {
  .restaurant-title {
    padding-right: 100px;
    padding-left: 0;
  }
}

@media (min-width: 63.125em) {
  .restaurant-title {
    padding-right: 430px;
  }
}

.restaurant-heart {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: "PoppinsBold", "RobotoBlack";
  color: #ff1349;
}

@media (min-width: 47.99em) {
  .restaurant-heart {
    bottom: 14px;
  }
}

@media (min-width: 63.125em) {
  .restaurant-heart {
    right: 370px;
  }
}

.lovin-heart-count-container.m-hidden,
.lovin-heart-count-summary.m-hidden {
  display: none;
}

.restaurant-heart .svg-icon {
  width: 20px;
  height: 20px;
}

.restaurant-book-now {
  display: none;
  position: absolute;
  right: 0;
  bottom: 4px;
}

@media (min-width: 63.125em) {
  .restaurant-book-now {
    display: block;
  }
}

.restaurant-article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 63.125em) {
  .restaurant-article-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.restaurant-article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 63.125em) {
  .restaurant-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: auto;
  }
}

.restaurant-aside-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (min-width: 63.125em) {
  .restaurant-aside-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 300px;
  }
}

.restaurant-content,
.restaurant-view-more,
.restaurant-gallery {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 47.99em) {
  .restaurant-content,
  .restaurant-view-more,
  .restaurant-gallery {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 63.125em) {
  .restaurant-content,
  .restaurant-view-more,
  .restaurant-gallery {
    max-width: 600px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.restaurant-content {
  margin-bottom: 20px;
  position: relative;
  height: auto;
  max-height: 80px;
  overflow-y: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 47.99em) {
  .restaurant-content {
    margin-bottom: 30px;
  }
}

@media (min-width: 63.125em) {
  .restaurant-content {
    margin-bottom: 40px;
  }
}

.restaurant-content:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.restaurant-content.m-active {
  max-height: 3000px;
}

.restaurant-content.m-active:after {
  opacity: 0;
}

.restaurant-content > :first-child {
  margin-top: 0;
}

.restaurant-view-more {
  margin-bottom: 30px;
  text-align: center;
}

.restaurant-view-more.m-active {
  display: none;
}

.restaurant-view-more button {
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1.4rem;
  color: #ff1349;
  cursor: pointer;
}

@media (min-width: 63.125em) {
  .restaurant-view-more button {
    font-size: 1.6rem;
  }
}

/*----------  Restaurant Gallery  ----------*/

.restaurant-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 47.99em) {
  .restaurant-gallery {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}

.restaurant-gallery > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  height: 95px;
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
}

@media (min-width: 47.99em) {
  .restaurant-gallery > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 140px;
    flex: 0 1 140px;
    height: 140px;
  }
}

@media (min-width: 47.99em) {
  .restaurant-gallery > *:nth-child(n+2) {
    margin-right: 13.3333333333px;
  }
}

@media (min-width: 47.99em) {
  .restaurant-gallery > *:last-child {
    margin-right: 0;
  }
}

.restaurant-gallery > * button {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.restaurant-gallery > :nth-child(n+4) {
  display: none;
}

@media (min-width: 47.99em) {
  .restaurant-gallery > :nth-child(n+4) {
    display: block;
  }
}

@media (min-width: 47.99em) {
  .restaurant-gallery > :first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    height: 350px;
    -webkit-box-shadow: 0 14px 20px -17px rgba(62, 62, 62, 0.5);
    box-shadow: 0 14px 20px -17px rgba(62, 62, 62, 0.5);
  }
}

.restaurant-gallery img {
  width: 100%;
}

.restaurant-gallery.m-show-count-3 > :nth-child(3) button:after,
.restaurant-gallery.m-show-count-3 > :nth-child(5) button:after {
  content: "+" attr(data-count);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 35px;
  font-family: "PoppinsRegular", "RobotoRegular";
  font-size: 2.2rem;
  color: #fff;
  background-color: rgba(1, 1, 1, 0.49);
}

@media (min-width: 47.99em) {
  .restaurant-gallery.m-show-count-3 > :nth-child(3) button:after,
  .restaurant-gallery.m-show-count-3 > :nth-child(5) button:after {
    padding-top: 50px;
    font-family: "PoppinsSemibold", "RobotoSemibold";
    font-size: 3.4rem;
  }
}

@media (min-width: 47.99em) {
  .restaurant-gallery.m-show-count-3 > :nth-child(3) button:after {
    display: none;
  }
}

/*----------  Restaurant Livebox Gallery  ----------*/

.livebox-restaurant-gallery-wrapper {
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.livebox-restaurant-gallery-list {
  display: block;
  white-space: nowrap;
  font-size: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  will-change: transform;
}

.livebox-restaurant-gallery-list li {
  display: inline-block;
  visibility: hidden;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}

.livebox-restaurant-gallery-list li.m-active {
  visibility: visible;
}

.livebox-restaurant-gallery-list img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
  margin: 0 auto;
}

.livebox-restaurant-gallery-nav button {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #ff1349;
  cursor: pointer;
  outline: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.livebox-restaurant-gallery-nav .m-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.livebox-restaurant-gallery-nav .m-next {
  right: 10px;
}

.livebox-restaurant-gallery-nav .svg-icon {
  top: auto;
}

.livebox-restaurant-gallery-nav.m-first-active .m-prev {
  opacity: 0;
  cursor: default;
}

.livebox-restaurant-gallery-nav.m-last-active .m-next {
  opacity: 0;
  cursor: default;
}

/*----------  Restaurant Aside  ----------*/

.restaurant-aside {
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 47.99em) {
  .restaurant-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 63.125em) {
  .restaurant-aside {
    display: block;
    max-width: none;
    padding-right: 0;
  }
}

.restaurant-aside-book-price-tablet {
  display: none;
}

@media (min-width: 47.99em) {
  .restaurant-aside-book-price-tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 63.125em) {
  .restaurant-aside-book-price-tablet {
    display: none;
  }
}

.restaurant-aside-book-price-tablet > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.restaurant-aside-book-price-tablet .restaurant-aside-price {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}

.restaurant-aside-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  font-size: 1.2rem;
  text-align: center;
}

@media (min-width: 47.99em) {
  .restaurant-aside-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
    text-align: left;
  }
}

.restaurant-aside-contact:before,
.restaurant-aside-contact:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #d8d8d8;
}

@media (min-width: 47.99em) {
  .restaurant-aside-contact:before,
  .restaurant-aside-contact:after {
    display: none;
  }
}

.restaurant-aside-contact:before {
  top: 0;
}

.restaurant-aside-contact:after {
  bottom: 0;
}

.restaurant-aside-contact > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
}

.restaurant-aside-contact > * > div {
  display: none;
}

@media (min-width: 47.99em) {
  .restaurant-aside-contact > * > div {
    display: block;
  }
}

@media (min-width: 47.99em) {
  .restaurant-aside-contact > * > a {
    display: none;
  }
}

@media (min-width: 47.99em) {
  .restaurant-aside-contact > :first-child p:first-of-type {
    margin-top: 0;
  }
}

.restaurant-aside-location,
.restaurant-aside-phone,
.restaurant-aside-website {
  position: relative;
}

@media (min-width: 47.99em) {
  .restaurant-aside-location,
  .restaurant-aside-phone,
  .restaurant-aside-website {
    margin-bottom: 30px;
    padding-left: 24px;
  }
}

@media (min-width: 47.99em) {
  .restaurant-aside-location .svg-icon,
  .restaurant-aside-phone .svg-icon,
  .restaurant-aside-website .svg-icon {
    position: absolute;
    top: 0;
    left: 0;
    color: #ff1349;
  }
}

.restaurant-aside-location {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.restaurant-aside-phone {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.restaurant-aside-website {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.restaurant-aside-distance {
  opacity: 0;
  height: auto;
  max-height: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.restaurant-aside-distance.m-show-distance {
  opacity: 1;
  max-height: 300px;
}

.restaurant-aside-contact a .svg-icon {
  top: -2px;
  width: 14px;
  height: 14px;
}

.restaurant-aside-website a .svg-icon {
  top: -5px;
  width: 19px;
  height: 19px;
}

@media (min-width: 47.99em) {
  .restaurant-aside-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

.restaurant-aside-price {
  margin-bottom: 30px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
}

@media (min-width: 47.99em) {
  .restaurant-aside-price {
    display: none;
  }
}

@media (min-width: 63.125em) {
  .restaurant-aside-price {
    display: block;
  }
}

.restaurant-aside-price span {
  margin-right: 20px;
  font-size: 1.4rem;
}

.restaurant-aside-price .svg-icon {
  color: #ff1349;
  width: 23px;
  height: 23px;
}

@media (min-width: 47.99em) {
  .restaurant-aside-hours-mobile {
    display: none;
  }
}

.restaurant-aside-hours-mobile,
.restaurant-aside-hours-desktop {
  margin-bottom: 30px;
}

.restaurant-aside-hours-mobile span,
.restaurant-aside-hours-desktop span {
  font-family: "PoppinsRegular", "RobotoRegular";
  font-size: 1.4rem;
  color: #ff1349;
}

.restaurant-aside-hours-mobile > span,
.restaurant-aside-hours-mobile b,
.restaurant-aside-hours-desktop > span,
.restaurant-aside-hours-desktop b {
  display: inline-block;
  min-width: 80px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  color: #222222;
}

.restaurant-aside-hours-mobile > p,
.restaurant-aside-hours-desktop > p {
  margin: 5px 10px;
}

.restaurant-aside-hours-desktop {
  display: none;
  font-family: "PoppinsRegular", "RobotoRegular";
  font-size: 1.4rem;
  color: #ff1349;
}

@media (min-width: 47.99em) {
  .restaurant-aside-hours-desktop {
    display: block;
  }
}

.restaurant-aside-categories {
  margin-bottom: 30px;
  font-family: "PoppinsSemibold", "RobotoSemibold";
  color: #929292;
}

.restaurant-aside-categories > * {
  display: inline-block;
  height: 26px;
  margin-right: 4px;
  margin-bottom: 10px;
  padding: 4px 20px;
  font-size: 1.2rem;
  background-color: #f3f3f3;
  border-radius: 13px;
}

@media (min-width: 47.99em) {
  .restaurant-aside-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

@media (min-width: 63.125em) {
  .restaurant-aside-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 47.99em) {
  .restaurant-aside-social > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media (min-width: 63.125em) {
  .restaurant-aside-social > * {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.restaurant-aside-share {
  display: none;
  margin-bottom: 30px;
}

.restaurant-aside-share.m-article {
  margin-bottom: 0;
}

@media (min-width: 47.99em) {
  .restaurant-aside-share {
    display: block;
  }
}

@media (min-width: 63.125em) {
  .restaurant-aside-share {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.restaurant-aside-share p {
  font-family: "PoppinsSemibold", "RobotoSemibold";
}

.restaurant-aside-share li {
  display: inline-block;
  margin-right: 4px;
}

.restaurant-aside-share .svg-icon {
  width: 35px;
  height: 35px;
  left: 0;
}

.restaurant-aside-lovin {
  margin-bottom: 30px;
}

.restaurant-aside-lovin_mpu {
  margin: 20px auto;
  text-align: center;
}

.restaurant-aside-lovin_mpu iframe {
  display: block;
  margin: auto;
}

@media (min-width: 63.125em) {
  .restaurant-aside-lovin {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.malta-right-sky {
  display: none;
}

@media (min-width: 63.125em) {
  .malta-right-sky {
    display: block;
    position: relative;
    margin: 0;
  }
}

.restaurant-aside-lovin p {
  font-family: "PoppinsSemibold", "RobotoSemibold";
  color: #ff1349;
  text-align: center;
}

.restaurant-aside-lovin strong {
  font-family: "PoppinsBold", "RobotoBlack";
  font-size: 1.6rem;
}

.lovin-heart-container {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 9px 11px 0 rgba(199, 199, 199, 0.5);
  box-shadow: 0 9px 11px 0 rgba(199, 199, 199, 0.5);
}

.lovin-heart-container button {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100px;
  height: 100px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/wp-content/themes/lovin/assets/img/heart-animation-sprite.png");
  background-color: transparent;
  background-position: 0;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  -webkit-animation: lovin-heart-animation 2s linear infinite;
  -o-animation: lovin-heart-animation 2s linear infinite;
  animation: lovin-heart-animation 2s linear infinite;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.lovin-heart-container button.m-lovin-heart {
  -webkit-animation: heart-animate 0.5s steps(28) forwards;
  -o-animation: heart-animate 0.5s steps(28) forwards;
  animation: heart-animate 0.5s steps(28) forwards;
}

@-webkit-keyframes lovin-heart-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes lovin-heart-animation {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  40% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  80% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lovin-heart-animation {
  0% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  40% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  80% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/*----------  Block similiar restaurants  ----------*/

.block-similar-restaurants .cards-list {
  white-space: normal;
}

.block-similar-restaurants .cards-list > * {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: 0;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 47.99em) {
  .block-similar-restaurants .cards-list > * {
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}

/*----------  Animations  ----------*/

@-webkit-keyframes heart-animate {
  100% {
    background-position: -2800px;
  }
}

@-o-keyframes heart-animate {
  100% {
    background-position: -2800px;
  }
}

@keyframes heart-animate {
  100% {
    background-position: -2800px;
  }
}

/*=====  End of Restaurant Single Page  ======*/

/*==================
=      #PRINT      =
==================*/

/*
* inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/
*/

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  body.single-post header#header,
  body.single-post .article-sidebar,
  body.single-post .article-related-articles,
  body.single-post .article-header-social-container,
  body.single-post .article-read-more,
  body.single-post .article-footer,
  body.single-post .footer-container,
  body.single-post .article-social-share,
  body.single-post .bottom-bar,
  body.single-post .cookie-notice-full-container,
  body.single-post #hs-eu-cookie-confirmation {
    display: none !important;
  }

  body.single-post .article-body {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

/*=====  End of PRINT  ======*/