/*!
Theme Name: Tiffanys Girls
Theme URI: http://underscores.me/
Author: Waiba
Author URI: http://ozlocal.com.au
Description: Custom theme for Tiffanys girls
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tiffanys-girls
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*$color__link: #a7823b;
$color__link-visited: #a7823b;
$color__link-hover: #a7823b;*/
/*$color_primary: #a7823b;*/
/*$color_primary: #9F8500;*/
/*$color_tertiary: #F20505;*/
/*$color_tertiary: #ff392e;*/
/*$color-dark: #555;*/
/*$color-dark: #231f20;*/
/*$font__main: 'Open Sans', sans-serif;*/
/*$font__cursive: Great Vibes, cursive;*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import "../materialize.css";
@import "../owl.theme.default.css";
@import "../owl.carousel.css";
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

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

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

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

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

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #9F8500;
}
a:visited {
  color: #9F8500;
}
a:hover, a:focus, a:active {
  color: #9F8500;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*body {
  background: $color-background;
}*/
/*.container {
  position: absolute;
  width: 100%;
  heigh: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin:  0 auto;
  font-family: 'Roboto', sans-serif;

  p {
    font-size: 20px;
  }

  a {
    display: inline-block;
    position: relative;
    text-align: center;
    color: $color-main;
    text-decoration: none;
    font-size: 20px;
    overflow: hidden;
    top: 5px;

    &:after {
      content: '';
      position: absolute;
      background: $color-main;
      height: 2px;
      width: 0%;
      transform: translateX(-50%);
      left: 50%;
      bottom: 0;
      transition: .35s ease;
    }
    &:hover:after,
    &:focus:after,
    &:active:after {
      width: 100%;
    }
  }
}*/
/*h1 {
  position: relative;
  text-align: center;
  font-family: 'Vollkorn', serif;
}*/
.nav_menu_btn {
  position: relative;
}

.button_container {
  position: absolute;
  right: 33px;
  /*top: 5%;
  right: 2%;*/
  height: 25px;
  /*width: $button-width;*/
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
  width: 32px;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 32px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 10px;
}
.button_container span:nth-of-type(3) {
  top: 20px;
}

.overlay {
  position: fixed;
  background: #0D1F26;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
  z-index: 9;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  float: none;
  height: 25%;
  height: 25%;
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.menu-petvet-menu-container {
  padding-top: 6rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

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

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

body {
  margin-bottom: 0 !important;
}

.def-mar-top {
  margin-top: 50px;
}

.def-mar-btm {
  margin-bottom: 50px;
}

.def-pad-btm {
  padding-bottom: 85px;
}

.def-pad-top {
  padding-top: 85px;
}

.def-pad-btm-secondary {
  padding-bottom: 50px;
}

.def-pad-right {
  padding-right: 2rem;
}

.def-pad-left {
  padding-left: 2rem;
}

.no-margin-bottom {
  margin-bottom: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  letter-spacing: 2px;
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
}

h3 {
  letter-spacing: 1px;
}

h4 {
  letter-spacing: 2px;
}

a.btn {
  height: auto;
  line-height: 1em;
}

.waves-effect.waves-light.btn {
  height: auto;
  padding: 0.8rem 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
}
.waves-effect.waves-light.btn:hover {
  color: #fff;
}
.waves-effect.waves-light.btn:visited {
  color: #fff;
}

/*header*/
.navbar-fixed .marquee.mobile .marquee__item.tagline_wrapper {
  display: none;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 2rem;
}
.marquee:hover .marquee__item {
  animation-play-state: paused;
}
.marquee__seperator {
  margin: 0 2rem;
}
.marquee__item {
  display: inline-block;
  will-change: transform;
  animation: marquee 25s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.header-back-color {
  background-color: #0D1F26;
  padding-top: 20px;
}
.header-back-color .site-branding .ticker {
  overflow: hidden;
}
.header-back-color .site-branding .tagline_wrapper {
  color: #fff;
  padding-left: 20px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.header_phone a {
  font-weight: 600;
  font-size: 1.2rem;
}

.slider_wrapper .header_image img {
  width: 100%;
}

.innerpageBanner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 70vh;
}
.innerpageBanner .bannerContentWrap p#breadcrumbs {
  position: absolute;
  top: 2rem;
  color: #fff;
}
.innerpageBanner .bannerContentWrap p#breadcrumbs a {
  font-weight: 600;
}
.innerpageBanner .bannerContentWrap h1 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 3rem;
  font-style: italic;
}
.innerpageBanner .bannerContentWrap h2 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 1.7rem;
}
.innerpageBanner .bannerContentWrap img {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 250px;
}

/*slider section*/
.slider_wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #0D1F26;
}
.slider_wrapper .curve_down {
  width: 108%;
  margin-left: -4%;
  margin-right: 4%;
  border-radius: 0% 0% 150vh 150vh/0% 0% 35vh 35vh;
  -moz-border-radius: 0% 0% 150vh 150vh/0% 0% 35vh 35vh;
  /*-webkit-border-radius: 0% 0% 400vh 400vh / 0% 0% 40vh 40vh;*/
  overflow: hidden;
}
.slider_wrapper .curve_down .owl-carousel {
  max-width: 100%;
}
.slider_wrapper .owl-carousel {
  max-width: 100%;
}
.slider_wrapper .owl-carousel .slide-wrapper {
  height: 90vh;
  width: 100%;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
.slider_wrapper .owl-carousel .slide-wrapper .slide_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(13, 31, 38, 0.3);
  z-index: 0;
}
.slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap {
  z-index: 10;
}
.slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap .sliderLogo {
  margin: 0 auto;
  width: 400px;
}
.slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap h2 {
  color: #fff;
  font-size: 3rem;
  margin-top: 2rem;
}
.slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap p {
  margin-top: 2rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
}
.slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap h3 {
  margin-top: 4rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
}
.slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap h3 span {
  padding: 1rem 2rem;
}
.slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap h3 span a {
  color: #fff;
}
.slider_wrapper .owl-carousel .slide-wrapper.row {
  margin-bottom: 0;
}

/*welcome section*/
.welcome-section {
  background-color: #0D1F26;
  color: #fff;
}
.welcome-section h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #dddddd;
  position: relative;
  font-style: normal;
}
.welcome-section h2:after {
  position: absolute;
  content: "";
  width: 6%;
  height: 2px;
  left: 47%;
  bottom: 0;
  background-color: #F2E963;
}
.welcome-section h3 {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 2.2rem;
}
.welcome-section p {
  font-size: 1rem;
  margin-bottom: 0;
}
.welcome-section.innerPage {
  background-color: #fff;
  color: #404040;
}
.welcome-section.innerPage .row {
  margin-bottom: 0;
}
.welcome-section.innerPage h2 {
  color: #0D1F26;
}
.welcome-section.innerPage h2:after {
  left: 0;
  background-color: rgba(13, 31, 38, 0.8);
}
.welcome-section.innerPage h1 {
  color: #8A5B15;
  margin-top: 0;
}
.welcome-section.innerPage a {
  margin-top: 2rem;
}
.welcome-section.innerPage.homepage h1 {
  margin-bottom: 1rem;
}
.welcome-section.innerPage.homepage h4 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #8A5B15;
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.welcome-section.innerPage.homepage .row {
  margin-bottom: 0;
}
.welcome-section.innerPage .responsiveView {
  /*a.dsktopBtn{

  }*/
}
.welcome-section.innerPage .responsiveView a.mobileBtn {
  display: none;
}

.firstnopadding p:first-child {
  margin-top: 0;
}

/*who we are section*/
.who-we-are-section h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #8A5B15;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.who-we-are-section h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0D1F26;
  position: relative;
  font-style: normal;
}
.who-we-are-section h2:after {
  position: absolute;
  content: "";
  width: 6%;
  height: 3px;
  left: 47%;
  bottom: 0;
  background-color: rgba(13, 31, 38, 0.8);
}
.who-we-are-section h4 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #8A5B15;
  margin-top: 0rem;
  font-size: 1.2rem;
}
.who-we-are-section p {
  font-size: 1rem;
}

.content-blocks-wrapper {
  background-color: #fcfcfc;
}
.content-blocks-wrapper h3 {
  margin-bottom: 1rem;
  color: #0D1F26;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.content-blocks-wrapper h2 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #8A5B15;
}
.content-blocks-wrapper .first-content h2 {
  margin-bottom: 0.5rem;
}
.content-blocks-wrapper h4 {
  margin-top: 0;
  font-weight: 300;
}
.content-blocks-wrapper .no-margin-bottom {
  margin-bottom: 0;
}
.content-blocks-wrapper .no-margin-bottom.first-content {
  background-color: #8A5B15;
  color: #fff;
}
.content-blocks-wrapper .no-margin-bottom.first-content.valign-wrapper1 .row {
  display: flex;
}
.content-blocks-wrapper .no-margin-bottom.first-content.valign-wrapper1 .row .col {
  display: flex;
  flex-direction: column;
}
.content-blocks-wrapper .no-margin-bottom.first-content.valign-wrapper1 .row .col .full-height-image {
  flex: 1;
  background-size: cover;
  background-position: center;
}
.content-blocks-wrapper .no-margin-bottom.first-content.valign-wrapper1 p {
  margin-bottom: 0.5rem;
}
.content-blocks-wrapper .no-margin-bottom.first-content .right-align {
  padding-right: 4rem;
  padding-left: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.content-blocks-wrapper .no-margin-bottom .no-padding {
  line-height: 0;
}
.content-blocks-wrapper .no-margin-bottom .no-padding .pull-m6 {
  text-align: left;
}
.content-blocks-wrapper .no-margin-bottom .no-padding-right {
  padding-right: 0;
}
.content-blocks-wrapper .no-margin-bottom .no-padding-left {
  padding-left: 0;
}
.content-blocks-wrapper .no-margin-bottom.workwithusFlexcontent {
  background-color: #f2f6f8;
  align-items: stretch;
}
.content-blocks-wrapper .no-margin-bottom.workwithusFlexcontent .backgntImgFlex {
  background-size: cover;
}
.content-blocks-wrapper .no-margin-bottom.workwithusFlexcontent .workwithusContentright a {
  margin-top: 1.5rem;
}
.content-blocks-wrapper .content-image-wrapper .def-pad-left {
  padding-left: 2rem;
}
.content-blocks-wrapper .content-image-wrapper .def-pad-right {
  padding-right: 2rem;
}
.content-blocks-wrapper .content-image-wrapper .workwithusContentright {
  line-height: 1.5;
}
.content-blocks-wrapper img.full-width {
  width: 100%;
}

/*parallax callto action*/
.cta-parallax {
  color: #fff;
}
.cta-parallax .parallax_white_overlay {
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
  z-index: 2;
}
.cta-parallax .cta-parallax-texts .margin-top-btn-100 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cta-parallax .cta-parallax-texts h2 {
  font-weight: 700;
  line-height: normal;
  /*padding-bottom: 2.5rem;*/
}
.cta-parallax .cta-parallax-texts h2 span {
  background-color: #8A5B15;
  padding: 1rem 2rem;
}
.cta-parallax .cta-parallax-texts h3 {
  background-color: #8A5B15;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 3rem;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.cta-parallax .cta-parallax-texts p {
  font-size: 1.1rem;
}
.cta-parallax .cta-parallax-texts p.book_text {
  font-size: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.cta-parallax .cta-parallax-texts p.limited_text {
  margin-top: 0;
  font-size: 1.3rem;
  font-style: italic;
}
.cta-parallax .cta-parallax-texts p span {
  background-color: #0D1F26;
  padding: 10px 15px;
  font-size: 2.5rem;
  font-weight: 600;
}
.cta-parallax .cta-parallax-texts a.btn {
  /*padding: 1rem 2rem;
  font-size: 2rem;*/
  font-weight: 700;
  margin-top: 1rem;
}
.cta-parallax .cta-parallax-texts a.btn:hover {
  color: #fff;
}

.whos-working-now .section-title {
  padding-bottom: 1.5rem;
  font-weight: 700;
  text-transform: none;
  color: #8A5B15;
}
.whos-working-now .whos-working-image_wrapper {
  position: relative;
}
.whos-working-now .whos-working-image_wrapper:hover .who_working_content {
  visibility: visible;
  opacity: 1;
}
.whos-working-now .whos-working-image_wrapper:hover .who_overlay {
  opacity: 0.4;
}
.whos-working-now .whos-working-image_wrapper .who_overlay {
  position: absolute;
  height: 99%;
  width: 100%;
  background-color: #555;
  top: 0;
  opacity: 0;
}
.whos-working-now .whos-working-image_wrapper .girl_image-wrapper {
  /*min-height:20rem;*/
  line-height: 0;
}
.whos-working-now .whos-working-image_wrapper .girl_image-wrapper img {
  /*height: 100%;*/
  width: 100%;
}
.whos-working-now .whos-working-image_wrapper .who_working_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*padding:2rem 1rem;*/
  color: #fff;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s, visibility 0.5s;
}
.whos-working-now .whos-working-image_wrapper .who_working_content table {
  background-color: rgba(13, 31, 38, 0.8);
  margin-bottom: 0;
}
.whos-working-now .whos-working-image_wrapper .who_working_content table td {
  color: #fff;
}
.whos-working-now .whos-working-image_wrapper .who_working_content .key_info_girl p {
  margin-bottom: 0rem;
  margin-top: 0.5rem;
}
.whos-working-now .whos-working-image_wrapper .who_working_content .whogirl_button {
  margin-top: 1.5rem;
}
.whos-working-now .whos-working-image_wrapper .who_working_content .whogirl_button a.btn {
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: 300;
}
.whos-working-now .whos-working-image_wrapper .who_working_content .whogirl_button a.btn:hover {
  color: #fff;
}
.whos-working-now .girl_name h3.girl_title {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #8A5B15;
  font-size: 1.5rem;
  font-weight: 600;
  /*padding: 0 2rem 1rem 2rem;*/
  padding-left: 1rem;
  padding-bottom: 0;
  margin-top: 1rem;
}
.whos-working-now .girl_name h3.girl_title a {
  color: #404040;
  text-transform: none;
}
.whos-working-now .girl_name table {
  background-color: #0D1F26;
}
.whos-working-now .girl_name table td {
  color: #fff;
}

.section-title {
  font-weight: 700;
  padding-bottom: 1.5rem;
}

h1.section-title {
  font-family: "Playfair Display", serif;
  font-style: italic;
}

.single_tiffany_girl_post .section-title {
  color: #8A5B15;
}

.same-height {
  display: flex;
}

.testimonials_section .testimonials_wrapper .same-height {
  display: flex;
}
.testimonials_section .testimonials_wrapper .same-height .testimonial_individual:nth-child(n+4) {
  border-right: none;
}
.testimonials_section .testimonials_wrapper .same-height .testimonial_individual {
  border-right: 2px solid #888;
  padding: 2rem 2rem;
}

/*covidsafe*/
.covidSafeSecion .row {
  margin-bottom: 0;
}
.covidSafeSecion p {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #404040;
}

/*Contact Section*/
.contact-section div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.contact-section .parallax1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.contact-section .parallax_container {
  background-size: cover !important;
  background-position: center !important;
}
.contact-section .parallax_container .contact-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0D1F26;
  opacity: 0.6;
  z-index: 1;
}
.contact-section .content-areas {
  z-index: 5;
  color: #fff;
}
.contact-section .content-areas .row {
  margin-bottom: 0;
}
.contact-section .content-areas .section-title {
  margin-top: 0;
  text-shadow: 1px 1px 2px #fff;
}
.contact-section .content-areas .waves-effect.waves-light.btn {
  padding: 0.5rem 2rem;
  line-height: normal;
}
.contact-section .content-areas input[type=email]:not(.browser-default) {
  margin-top: 2rem;
  border-bottom: 1px solid #fff;
}
.contact-section .content-areas input[type=text]:not(.browser-default) {
  border-bottom: 1px solid #fff;
}
.contact-section .content-areas input[type=submit] {
  color: #fff;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0;
}
.contact-section .content-areas textarea {
  height: auto;
  padding: 1rem;
  margin-top: 2rem;
}
.contact-section .content-areas input[type=text], .contact-section .content-areas input[type=email], .contact-section .content-areas input[type=url], .contact-section .content-areas input[type=password], .contact-section .content-areas input[type=search], .contact-section .content-areas input[type=number], .contact-section .content-areas input[type=tel], .contact-section .content-areas input[type=range], .contact-section .content-areas input[type=date], .contact-section .content-areas input[type=month], .contact-section .content-areas input[type=week], .contact-section .content-areas input[type=time], .contact-section .content-areas input[type=datetime], .contact-section .content-areas input[type=datetime-local], .contact-section .content-areas input[type=color], .contact-section .content-areas textarea {
  color: #fff;
}
.contact-section .content-areas .btn {
  height: auto;
  margin-top: 2rem;
}
.contact-section .content-areas .material-icons {
  color: #ea8808;
}
.contact-section .content-areas a {
  color: #fff;
}

/*footer*/
.site-footer {
  background-color: #0D1F26;
  color: #fff;
}
.site-footer .individual_column p {
  margin-bottom: 0;
  margin-top: 0;
}

/*work with us*/
.custom_size_font h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-bottom: 2rem;
  margin-top: 1rem;
  color: #8A5B15;
}
.custom_size_font h2 {
  font-weight: 700;
  color: #8A5B15;
}
.custom_size_font p {
  margin-bottom: 1rem;
}

.receptionistBackground {
  background-color: #f2f6f8;
}

.work-with-us {
  background-size: cover;
  background-position: top center;
}
.work-with-us .text-wrapper {
  position: relative;
}
.work-with-us .text-wrapper .back_color_text {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #8A5B15;
  opacity: 0.5;
  left: 0;
}
.work-with-us .padding-text-work {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.work-with-us .padding-text-work p {
  font-weight: 700;
  font-size: 1.5rem;
}

.faq_container .row {
  margin-bottom: 0;
}
.faq_container .collapsible.expandable.noBorder {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.faq_container .collapsible.expandable.noBorder .collapsible-body {
  border: none;
}
.faq_container ul.collapsible li.faq_list.active {
  border: 1px solid #f2f2f2;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.1), 0 6px 30px 5px rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}
.faq_container ul.collapsible li.faq_list.active .stage_one {
  display: none;
}
.faq_container ul.collapsible li.faq_list.active .stage_two {
  display: block;
}
.faq_container ul.collapsible li.faq_list {
  margin-bottom: 1.5rem;
  border: 1px solid #ededed;
}
.faq_container ul.collapsible li.faq_list .stage_one {
  display: block;
}
.faq_container ul.collapsible li.faq_list .stage_two {
  display: none;
}
.faq_container ul.collapsible li.faq_list .collapsible-header {
  background-color: #f2f6f8;
  color: #404040;
  font-weight: 600;
  border-bottom: none;
}
.faq_container ul.collapsible li.faq_list .collapsible-body {
  background-color: #fcfcfc;
}

.faq_sidebar .waves-effect.waves-light.btn {
  height: auto;
  padding: 0.8rem 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
}
.faq_sidebar h2 {
  font-size: 1.7rem;
  letter-spacing: 1px;
  color: #8A5B15;
}
.faq_sidebar h3 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-template-t-roster .cta-parallax .cta-parallax-texts p span, .page-template-t-roster_new .cta-parallax .cta-parallax-texts p span {
  background-color: #231f20;
}
.page-template-t-roster .box-black, .page-template-t-roster_new .box-black {
  /*background-color: #231f20;*/
  background-color: #8A5B15;
  color: #fff;
  padding-bottom: 2.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.page-template-t-roster .box-black .roster_title, .page-template-t-roster_new .box-black .roster_title {
  text-transform: uppercase;
  font-weight: 700;
}
.page-template-t-roster .box-black p, .page-template-t-roster_new .box-black p {
  color: #fff;
}

.page-template-t-roster_three .cta-parallax .cta-parallax-texts p span {
  background-color: #231f20;
}
.page-template-t-roster_three .box-black {
  background-color: #8A5B15;
  color: #fff;
  padding-bottom: 2.6rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.page-template-t-roster_three .box-black .roster_title {
  text-transform: uppercase;
  font-weight: 700;
}
.page-template-t-roster_three .box-black p {
  color: #fff;
}

.roster_time_table .row .col {
  padding: 0 0.75rem;
}
.roster_time_table .top_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.roster_time_table .roster_timerange_single.time_rangeSingle_first {
  border-right: 2px solid #8A5B15;
}
.roster_time_table .roster_timerange_single .inner_time_range_single_block {
  background-color: #0D1F26;
  /*min-height: 21rem;*/
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.roster_time_table .roster_timerange_single .inner_time_range_single_block.inner_time_range_single_block_last {
  display: block;
}
.roster_time_table .roster_timerange_single .time_range_title {
  font-weight: 700;
  color: #0D1F26;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.roster_time_table .roster_timerange_single .days {
  position: relative;
  border-top: 3px solid #8A5B15;
  padding-bottom: 2rem;
}
.roster_time_table .roster_timerange_single .days:nth-child(2):before {
  content: "";
  position: absolute;
  top: 5%;
  height: 90%;
  width: 1px;
  background-color: #fff;
  /*border-right: 1px solid $color_white;*/
}
.roster_time_table .roster_timerange_single .days:nth-child(2):after {
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  top: 5%;
  background-color: #fff;
  /*border-right: 1px solid $color_white;*/
}
.roster_time_table .roster_timerange_single .days .time_range {
  margin-top: 1rem;
  color: #8A5B15;
  font-weight: 700;
}
.roster_time_table .roster_timerange_single .days .time_date {
  margin-top: 0;
  font-style: italic;
  color: #8A5B15;
}
.roster_time_table .roster_timerange_single .days .roster_girls {
  min-height: 12rem;
}
.roster_time_table .roster_timerange_single .days .roster_girls a {
  color: #fff;
}

/*rates page*/
.page-template-t-rates .cta-parallax .cta-parallax-texts p span {
  background-color: #231f20;
}

.parallax_wrapper {
  position: relative;
}
.parallax_wrapper .parallax_white_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.3;
  top: 0;
  z-index: 1;
}

.rates_timeline {
  background-color: transparent;
}
.rates_timeline .timeline1 .sectionTitle h1 {
  font-family: "Playfair Display", serif;
  color: #8A5B15;
  font-style: italic;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.rates_timeline .timeline1 .sectionTitle h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0D1F26;
  position: relative;
  font-style: normal;
}
.rates_timeline .timeline1 .sectionTitle h2:after {
  position: absolute;
  content: "";
  width: 6%;
  height: 2px;
  left: 47%;
  bottom: 0;
  background-color: rgba(13, 31, 38, 0.8);
}
.rates_timeline .timeline1 .sectionTitle .our_rates h2:after {
  left: 0;
  width: 15%;
}
.rates_timeline .timeline1 .sectionTitle .our_rates h1 {
  margin-bottom: 2rem;
}
.rates_timeline .timeline1 p.callUs small {
  font-size: 0.9rem;
  font-weight: 600;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.rates_timeline .timeline1 p.callUs a {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3rem;
  color: #8A5B15;
  text-decoration: none;
}
.rates_timeline .timeline1 .ratesFlexWrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  counter-reset: css-counter 0;
}
.rates_timeline .timeline1 .ratesFlexWrapper:before {
  content: "";
  position: absolute;
  left: 0;
  height: -moz-calc(100% - 130px);
  height: calc(100% - 130px);
  right: 0;
  margin: auto;
  width: 2px;
  border-left: 2px dashed #ea8808;
  top: 50px;
}
.rates_timeline .timeline1 .ratesFlexWrapper.row {
  margin-bottom: 0;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content {
  margin-bottom: 2rem;
  position: relative;
  counter-increment: css-counter 1;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.oddNumber:before {
  content: counter(css-counter);
  position: absolute;
  right: -12px;
  top: 1.5rem;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ea8808;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  z-index: 2;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.evenNumber:after {
  content: counter(css-counter);
  position: absolute;
  left: -12px;
  bottom: 1.8rem;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ea8808;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  z-index: 2;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content .customBoxShadow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content .customBoxShadow:hover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.1), 0 6px 30px 5px rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content .timelineContentWrap {
  padding: 2rem;
  background-color: #fcfcfc;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content .timelineContentWrap p {
  font-size: 0.9rem;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content .timelineContentWrap h2 {
  font-size: 1.5rem;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content .timelineContentWrap h5 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.5rem;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content .timelineContentWrap ul {
  margin-left: 1rem;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content .timelineContentWrap li {
  font-size: 0.9rem;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.oddNumber {
  padding-left: 0;
  padding-right: 3rem;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.oddNumber .timelineContentWrap:after {
  content: "";
  width: 2.2rem;
  height: 2px;
  position: absolute;
  right: 11px;
  top: 2.2rem;
  border-top: 2px dashed #ea8808;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.evenNumber {
  padding-left: 3rem;
  padding-right: 0;
}
.rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.evenNumber .timelineContentWrap:after {
  content: "";
  width: 2.2rem;
  height: 2px;
  position: absolute;
  left: 11px;
  bottom: 2.5rem;
  border-top: 2px dashed #ea8808;
}

.timeline {
  position: relative;
}
.timeline .timeline-badge {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #d2d2d2;
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  border-radius: 50%;
  text-align: center;
  cursor: default;
}
.timeline .timeline-badge i {
  font-size: 25px;
  line-height: 40px;
}
.timeline .timeline-event {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
}
.timeline .timeline-event:before {
  display: block;
  content: "";
  width: 2px;
  height: calc(50% - 30px);
  position: absolute;
  background: #d2d2d2;
  left: calc(50% - 1px);
  top: 0;
}
.timeline .timeline-event:after {
  display: block;
  content: "";
  width: 2px;
  height: calc(50% - 30px);
  position: absolute;
  background: #d2d2d2;
  left: calc(50% - 1px);
  top: calc(50% + 30px);
}
.timeline .timeline-event:first-child::before {
  display: none;
}
.timeline .timeline-event:last-child::after {
  display: none;
}
.timeline .timeline-event:nth-child(even) .timeline-content {
  margin-left: calc(50% + 50px);
}
.timeline .timeline-event:nth-child(odd) .timeline-content {
  margin-left: 13.667%;
}
.timeline .timeline-event .timeline-badge {
  background-color: #8A5B15;
}
.timeline .timeline-event .timeline-content {
  position: relative;
  padding-left: 2rem;
  padding-bottom: 1.5rem;
  padding-top: 2rem;
  /*width: calc(50% - 50px);*/
  background-color: #f2f6f8;
}
.timeline .timeline-event .timeline-content.right-content {
  background-color: #f2f6f8;
  padding-right: 2rem;
  /*color: $color_white;*/
}
.timeline .timeline-event .timeline-content h2 {
  font-size: 2rem;
}
.timeline .timeline-event .timeline-content h3 {
  font-weight: 700;
}
.timeline .timeline-event .timeline-content p {
  margin-bottom: 1rem;
}
.timeline .timeline-event .timeline-content ul li {
  list-style: disc;
  font-weight: 700;
}

@media (max-width: 768px) {
  .timeline .timeline-event .timeline-content {
    width: calc(100% - 70px);
  }
  .timeline .timeline-event::before {
    left: 19px;
  }
  .timeline .timeline-event::after {
    left: 19px;
  }
  .timeline .timeline-event:nth-child(even) .timeline-content {
    margin-left: 55px;
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
  .timeline .timeline-event:nth-child(odd) .timeline-content {
    margin-left: 55px;
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
  .timeline .timeline-badge {
    left: 0;
  }
  .timeline-content.right-align.right-content {
    text-align: left;
  }
  .timeline .timeline-event .timeline-content h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
textarea {
  height: auto !important;
}

strong {
  font-weight: 700 !important;
}

.primary_color {
  color: #0D1F26;
}

/*page-template-t-forms-work forms work*/
.page-template-t-forms-work h1 {
  font-weight: 700;
  letter-spacing: 2px;
  color: #8A5B15;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.page-template-t-forms-work .wpcf7-form {
  padding-top: 2rem;
}
.page-template-t-forms-work .wpcf7-form .dropdwn p:first-child {
  margin-bottom: 0;
}
.page-template-t-forms-work .wpcf7-form input:not([type]), .page-template-t-forms-work .wpcf7-form input[type=text]:not(.browser-default), .page-template-t-forms-work .wpcf7-form input[type=password]:not(.browser-default), .page-template-t-forms-work .wpcf7-form input[type=email]:not(.browser-default), .page-template-t-forms-work .wpcf7-form input[type=url]:not(.browser-default), .page-template-t-forms-work .wpcf7-form input[type=time]:not(.browser-default), .page-template-t-forms-work .wpcf7-form input[type=date]:not(.browser-default), .page-template-t-forms-work .wpcf7-form input[type=datetime]:not(.browser-default), .page-template-t-forms-work .wpcf7-form input[type=datetime-local]:not(.browser-default), .page-template-t-forms-work .wpcf7-form input[type=tel]:not(.browser-default), .page-template-t-forms-work .wpcf7-form input[type=number]:not(.browser-default), .page-template-t-forms-work .wpcf7-form input[type=search]:not(.browser-default), .page-template-t-forms-work .wpcf7-form textarea.materialize-textarea {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 5px;
}
.page-template-t-forms-work .wpcf7-form textarea {
  padding: 5px;
  margin-bottom: 1.5rem;
}
.page-template-t-forms-work .wpcf7-form .waves-effect.waves-light.btn {
  padding: 0;
}
.page-template-t-forms-work .wpcf7-form input[type=submit] {
  color: #fff;
  height: auto;
  padding: 0.8rem 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
}
.page-template-t-forms-work label {
  font-size: 1rem;
  font-weight: 600;
  color: #0D1F26;
}

.post-type-archive-tiffanys-girls .whos-working-now .whos-working-image_wrapper .girl_image-wrapper img.image-boxes-img {
  width: 100%;
}
.post-type-archive-tiffanys-girls .whos-working-now .cards-container {
  column-break-inside: avoid;
}
.post-type-archive-tiffanys-girls .whos-working-now .cards-container .card {
  display: inline-block;
  overflow: visible;
}
.post-type-archive-tiffanys-girls #searchform1 p {
  margin-bottom: 0;
  margin-top: 0;
}
.post-type-archive-tiffanys-girls #searchform1 #searchsubmit {
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  text-transform: unset;
  margin-top: 1.5rem;
}

.girls-slider_single {
  /*min-height: 500px;*/
}

.tif_bold {
  font-weight: 700;
  color: #8A5B15;
  font-size: 1rem;
}

.tiffanysRoomsSection.clearDiv {
  clear: both;
}
.tiffanysRoomsSection .our-room-singleWrapper {
  margin-bottom: 2rem;
}
.tiffanysRoomsSection .our-room-singleWrapper h2 {
  font-size: 1.5rem;
}
.tiffanysRoomsSection .our-room-singleWrapper .image_wrapper {
  margin-bottom: 1.5rem;
}
.tiffanysRoomsSection img.image-full-width {
  width: 100%;
}

.entry-content h2, .entry-content h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.leave-comment-container h1 {
  margin-top: 0;
}
.leave-comment-container .wpcf7-form .wpcf7-text {
  /*margin-top: 2rem;*/
  padding-left: 1rem;
  padding-right: 1rem;
}
.leave-comment-container .wpcf7-form p {
  overflow: hidden;
  margin-top: 0;
}
.leave-comment-container .wpcf7-form textarea {
  margin-top: 3rem;
  padding: 1rem;
}
.leave-comment-container .wpcf7-form .waves-effect.waves-light.btn {
  padding: 0;
}
.leave-comment-container .wpcf7-form .btn {
  height: auto;
  /*margin-top: 2rem;*/
}
.leave-comment-container .wpcf7-form .waves-button-input {
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
.leave-comment-container .faq_sidebar .waves-effect.waves-light.btn {
  height: auto;
  padding: 1rem 1.5rem;
  font-weight: 700;
  font-size: 1.2rem;
}

.header-tagline-mobile {
  display: none;
}

img.mobile_show {
  display: none;
}

.navbar-fixed {
  /*height: 120px !important;*/
}
.navbar-fixed nav.header-back-color {
  line-height: 0;
  height: auto;
}

/*Roster new*/
body.page-template-t-roster_new .roster_time_table .background_color_block_black {
  background-color: #58575c;
  padding-bottom: 50px;
}
body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single {
  border-right: none;
}
body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single h2.time_range_title {
  color: #fff;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark {
  border-top: 3px solid #8A5B15;
  background-color: #404040;
  position: relative;
}
body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block {
  margin-top: 0;
  background-color: transparent;
}
body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block:before {
  position: absolute;
  width: 1px;
  background-color: #fff;
  height: 90%;
  content: "";
  top: 1.3rem;
  margin-left: -11px;
}
body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block.inner_time_range_single_block_first:before {
  position: relative;
}
body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block.col.xl1-7.l1-7 {
  width: 14.28%;
}
body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days {
  border-top: none;
}
body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days:before, body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days:after {
  position: relative;
}
body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days .roster_girls {
  text-align: center;
  min-height: auto;
}
body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days .roster_girls a {
  line-height: 1.8rem;
}

/*roster three*/
body.page-template-t-roster_three .display_device {
  display: none;
}
body.page-template-t-roster_three .roster_time_table.small_device_roster {
  display: none;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black {
  background-color: #58575c;
  padding-bottom: 50px;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single {
  border-right: none;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single.time_rangeSingle_first .roster_shift_header h2.time_range_title {
  margin-top: 1.5rem;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .roster_shift_header {
  background-color: #231f20;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .roster_shift_header h2.time_range_title {
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .days_time-wrapper .days-wrap_date {
  padding-left: 0;
  padding-right: 0;
  background-color: #8A5B15;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .days_time-wrapper .days-wrap_date .inner_time_range_single_block {
  margin-top: 0;
  background-color: transparent;
  color: #fff;
  margin-bottom: 0;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .days_time-wrapper .days-wrap_date .inner_time_range_single_block .days {
  border-top: 0;
  padding-bottom: 0;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .days_time-wrapper .days-wrap_date .inner_time_range_single_block .days .day_date-wrapper .time_range {
  color: #fff;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .days_time-wrapper .days-wrap_date .inner_time_range_single_block .days .day_date-wrapper .time_date {
  color: #fff;
  margin-bottom: 1rem;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .col.xl1-7.l1-7 {
  width: 14.28%;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark {
  background-color: #fff;
  position: relative;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block {
  margin-top: 1.5rem;
  background-color: transparent;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block:before {
  position: absolute;
  width: 1px;
  background-color: #cfcfcf;
  height: 100%;
  content: "";
  top: 0;
  margin-left: -11px;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block.inner_time_range_single_block_first:before {
  position: relative;
  content: none;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block.col.xl1-7.l1-7 {
  width: 14.28%;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days {
  border-top: none;
  padding-bottom: 1.5rem;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days:before, body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days:after {
  position: relative;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days .day_date-wrapper {
  background-color: #ac8b3c;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days .roster_girls {
  /*text-align: center;*/
  min-height: auto;
}
body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days .roster_girls a {
  line-height: 1.8rem;
  color: #8A5B15;
  font-style: italic;
  font-weight: 700;
}

.row-cover {
  overflow: hidden;
}

.row-wrap {
  margin: 0 -8.33333%;
}

.parallax-container.cta-parallax {
  background-color: #0D1F26;
}

.page-template-t-home .parallax-container.cta-parallax {
  background-color: rgba(13, 31, 38, 0.5);
}

.page-template-t-roster .cta-parallax .cta-parallax-texts p span, .page-template-t-roster_new .cta-parallax .cta-parallax-texts p span, .page-template-t-roster_three .cta-parallax .cta-parallax-texts p span, .page-template-t-rates .cta-parallax .cta-parallax-texts p span {
  background-color: #fff;
  color: #0D1F26;
}

#popmake-21693 {
  background-color: transparent;
}

.welcome-section h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.slider-name {
  font-size: 1.75rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem;
}

.whos-working-now .girl_name h2.girl_title {
  font-family: "Playfair Display", serif;
  color: #8A5B15;
  font-size: 1.5rem;
  font-weight: 600;
  padding-left: 1rem;
  /*padding-bottom: 1rem;*/
  margin-top: 1rem;
}
.whos-working-now .girl_name h2.girl_title a {
  color: #404040;
}

.cta-parallax .cta-parallax-texts h1 {
  /*background-color: #9f8500;*/
  font-family: Great Vibes, cursive;
  font-size: 4rem;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.welcome-section h3, .welcome-section h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.pum-theme-21686 .pum-content, .pum-theme-default-theme .pum-content p {
  color: #404040;
}

h2.custom_fontsize {
  font-size: 2.75rem;
}

a.custom-margin-btn {
  margin-bottom: 2rem;
}

.content-blocks-wrapper h2.minimiseH2 {
  font-size: 1.5rem;
}

.custom_size_font p.minimiseText {
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
}

.pagination nav.nav-links {
  box-shadow: none;
  height: auto;
  margin: 0 auto;
  line-height: normal;
}

.pagination nav.nav-links a {
  color: #8A5B15;
  padding: 0.1em 0.5em;
  font-weight: 600;
}
.pagination nav.nav-links a.next, .pagination nav.nav-links a.prev {
  font-size: 1.5rem;
  line-height: 1rem;
}
.pagination nav.nav-links a.next:hover, .pagination nav.nav-links a.prev:hover {
  background: transparent;
  color: #8A5B15;
}

.pagination nav.nav-links span {
  color: #fff;
  padding: 0.1em 0.5em;
  background-color: #8A5B15;
  font-weight: 600;
}
.pagination nav.nav-links span.dots {
  color: #8A5B15;
  background-color: transparent;
}

.padding-text-work.padding-text-work-bottom.girls_testimonials {
  /*padding-top: 1rem;
  padding-bottom: 4rem;*/
}

.testimonialSectionPaddingTop {
  padding-top: 1.5rem;
}

.custom_size_font.girls_testimonials p {
  font-size: 1rem;
  font-weight: 300;
}

.custom_margin_seemore {
  padding-top: 1rem;
}

.custom_size_font h2.new_testimonial_Section {
  letter-spacing: 0;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 0;
}

.box-black {
  font-weight: 700;
  background-color: #8A5B15;
}

.no-lineheight {
  line-height: 0;
}

.page {
  margin-bottom: 0;
}

h4.subtitle-h4 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #8A5B15;
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.wpcf7-form .row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
}

.page-template-t-testimonials header.entry-header h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0D1F26;
  position: relative;
  font-style: normal;
}
.page-template-t-testimonials header.entry-header h2:after {
  position: absolute;
  content: "";
  width: 6%;
  height: 3px;
  left: 47%;
  bottom: 0;
  background-color: rgba(13, 31, 38, 0.8);
}
.page-template-t-testimonials header.entry-header h1 {
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
  color: #8A5B15;
  font-style: italic;
}
.page-template-t-testimonials .masonry_grid .cards-container {
  margin-bottom: 2rem;
}
.page-template-t-testimonials .masonry_grid .cards-container .testimonial-inner {
  background-color: #f2f6f8;
}
.page-template-t-testimonials .masonry_grid .cards-container .testimonial-inner .testimonial-content {
  font-size: 1rem;
  font-style: normal;
  text-align: left !important;
}
.page-template-t-testimonials .masonry_grid .cards-container .testimonial-inner.customBoxShadow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #f2f6f8;
  border-radius: 5px;
}
.page-template-t-testimonials .masonry_grid .cards-container .testimonial-inner.customBoxShadow:hover {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.1), 0 6px 30px 5px rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}

.imagebannerColorOverlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.container.bannerContentWrap {
  z-index: 9;
}

.single_ladiesSlider .girls-slider_single {
  height: 500px;
  background-position: center;
  background-size: cover;
}

/*our ladies page*/
.def-pad-btm-search {
  padding-bottom: 50px;
}

.whos-working-now h1.ourGirlsPageTitle {
  padding-bottom: 0;
}

.row.masonry_grid .col {
  padding: 0 0.5rem;
}
.row.masonry_grid .col .borderCustom.borderCustom {
  border: 1px solid #f2f6f8;
  margin-bottom: 1rem;
}
.row.masonry_grid .col .borderCustom.borderCustom .who_working_content .tif_bold {
  font-weight: 300;
  font-size: 0.8rem;
}
.row.masonry_grid p.girls_excerpt {
  padding: 1rem;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}

.row .col.s5ths {
  width: 20%;
}
@media only screen and (min-width: 601px) {
  .row .col.m5ths {
    width: 20%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l5ths {
    width: 20%;
  }
}
.row .col.s8ths {
  width: 25%;
}
@media only screen and (min-width: 768px) {
  .row .col.m8ths {
    width: 12.5%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l8ths {
    width: 16.6%;
  }
}
@media only screen and (min-width: 1201px) {
  .row .col.xl8ths {
    width: 12.5%;
  }
}
.row .col.s12ths {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .row .col.m12ths {
    width: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l12ths {
    width: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .row .col.xl12ths {
    width: 100%;
  }
}

.textwidget h3 {
  margin-top: 0;
}

/*img.paddingImageRoster{
  padding: 0 15px;
}*/
.roundImageRoster {
  border-radius: 50%;
  padding: 0 1rem;
}

.rosterBorderMain {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.dskBorderBtm {
  border-bottom: 1px solid #e6e6e6;
}

.dskBorderLeft {
  border-left: 1px solid #e6e6e6;
}

.rosterShiftGirlsWrapper.col {
  padding: 0;
}
.rosterShiftGirlsWrapper .singleShiftGirlsWrapper:last-child {
  border-bottom: none;
}
.rosterShiftGirlsWrapper .rosterShift {
  padding: 0 0.5rem;
}
.rosterShiftGirlsWrapper .rosterNotAvailable p {
  color: #fff;
  font-weight: 600;
  font-style: italic;
}

.dayDateWrapper.col {
  padding: 0 0.5rem;
}
.dayDateWrapper .rosterDay {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #e6e6e6;
  margin-top: 0;
}
.dayDateWrapper .rosterDay.day {
  font-size: 1.8rem;
}
.dayDateWrapper .rosterDate {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0;
  color: #e6e6e6;
}

.rosterShift p {
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-top: 0;
  color: #e6e6e6;
}
.rosterShift span {
  font-weight: 600;
  background-color: #8A5B15;
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
}

.rowMarginTop {
  margin-top: 20px;
}

.col.rosterSingleImageWrapper {
  padding: 0 0.5rem;
}
.col.rosterSingleImageWrapper .rosterFont {
  font-size: 0.8rem;
  color: #e6e6e6;
  font-weight: 600;
  font-style: italic;
}

.rosterBackground {
  position: relative;
}

.rosterOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(13, 31, 38, 0.9);
  z-index: 0;
}

.roster_time_table1 {
  position: relative;
  z-index: 10;
}
.roster_time_table1 .def-pad-top {
  padding-top: 0;
}

.background_color_block_black1 .def-mar-btm:last-child {
  margin-bottom: 0;
}

.displayResponsive {
  display: none;
}

@media only screen and (max-width: 767px) {
  .row-wrap {
    margin: 0;
  }
}
.centered {
  margin-left: 5%;
}

@media (max-width: 1280px) {
  td.tif_bold {
    padding: 5px 10px;
  }
}
@media (max-width: 1024px) {
  .content-blocks-wrapper.responsivePaddingBtm {
    padding-bottom: 50px;
  }
  .header_image.innerpageBanner {
    background-size: cover;
    background-position: center center;
  }
  .post-type-archive-tiffanys-rooms h1.section-title {
    padding-bottom: 0;
  }
  .post-type-archive-tiffanys-rooms .tiffanysRoomsSection .our-room-singleWrapper h2 {
    margin-top: 0 !important;
  }
  .workwithusContentright .paddingLeft {
    padding-left: 3rem;
  }
  p {
    margin-bottom: 1em;
  }
  h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .header_phone a {
    font-weight: 600;
    font-size: 1rem;
  }
  .header_phone i.material-icons {
    font-size: 22px;
  }
  .m3.nav_menu_btn {
    padding-left: 60px;
  }
  .header-back-color .site-branding .tagline_wrapper {
    padding-left: 20px;
    font-size: 1.2rem;
  }
  .page-template-t-work-with-us .row.valign-wrapper.no-margin-bottom.content-image-wrapper {
    /*margin-bottom: 2rem;*/
  }
  .custom_size_font p {
    font-size: 1rem;
  }
  .waves-effect.waves-light.btn {
    font-size: 1rem;
  }
  .cta-parallax .cta-parallax-texts p {
    font-size: 1rem;
  }
  h1.section-title {
    margin-top: 1.5rem;
  }
  h2 {
    margin-top: 1.5rem !important;
    font-size: 2rem;
  }
  .def-mar-top {
    margin-top: 25px;
  }
  .def-mar-btm {
    margin-bottom: 25px;
  }
  .def-pad-btm {
    padding-bottom: 25px;
  }
  .def-pad-top {
    padding-top: 25px;
  }
  .def-pad-right {
    padding-right: 1rem;
  }
  .def-pad-left {
    padding-left: 1rem;
  }
  .header-back-color {
    background-color: #0D1F26;
    padding-top: 20px;
  }
  .header-back-color .row.valign-wrapper {
    margin-bottom: 1rem;
  }
  .header-back-color .row.valign-wrapper .site-branding {
    padding-left: 0;
  }
  .header-back-color .row.valign-wrapper .nav_menu_btn {
    padding-right: 0;
  }
  .header-back-color .site-branding .tagline_wrapper {
    display: none;
  }
  .navbar-fixed .marquee.mobile {
    margin-left: 4rem;
    width: auto;
    margin-right: 4rem;
  }
  .navbar-fixed .marquee.mobile .marquee__item.tagline_wrapper {
    display: block;
    color: #fff;
    font-weight: 600;
    font-style: italic;
  }
  .slider_wrapper .owl-carousel {
    max-width: 100%;
  }
  .slider_wrapper .owl-carousel .slide-wrapper {
    height: 40vh;
  }
  .slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap {
    z-index: 10;
  }
  .slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap .sliderLogo {
    margin: 0 auto;
    width: 250px;
  }
  .slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap h2 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
  .slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap h3 {
    margin-top: 4rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap h3 span {
    padding: 1rem 2rem;
  }
  .slider_wrapper .owl-carousel .slide-wrapper.row {
    margin-bottom: 0;
  }
  /*welcome section*/
  .welcome-section h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .welcome-section h2 {
    margin-bottom: 1rem;
  }
  .welcome-section h3 {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .welcome-section p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .welcome-section.innerPage .responsiveView p:first-child {
    margin-top: 0;
  }
  .welcome-section.innerPage .responsiveView a.mobileBtn {
    display: inline-block;
  }
  .welcome-section.innerPage .dsktopView a.dsktopBtn {
    display: none;
  }
  .content-blocks-wrapper h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 1.5rem;
  }
  .content-blocks-wrapper h2 {
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    font-size: 2rem;
    font-weight: 600;
  }
  .content-blocks-wrapper .first-content h2 {
    margin-bottom: 0.5rem;
  }
  .content-blocks-wrapper h4 {
    margin-top: 0;
    font-weight: 300;
  }
  .content-blocks-wrapper .valign-wrapper.content-image-wrapper img.responsive-img {
    margin-top: 25px;
  }
  .content-blocks-wrapper .valign-wrapper.content-image-wrapper .right-align {
    text-align: left;
  }
  .content-blocks-wrapper .valign-wrapper.content-image-wrapper .def-pad-left {
    padding-left: 2rem;
  }
  .work-with-us .padding-text-work p {
    font-size: 1.2rem;
  }
  .work-with-us .padding-text-work {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  td, th {
    padding: 5px 0px !important;
  }
  .page-template-t-faq .welcome-section h1 {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block:before {
    position: absolute;
    width: 1px;
    background-color: #fff;
    height: 90%;
    content: "";
    top: 1.3rem;
    margin-left: 11px;
  }
  body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block.col.xl1-7.l1-7.m1-7 {
    display: block;
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block.col.xl1-7.l1-7.m1-7:nth-child(5) {
    clear: both;
  }
  body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days:before, body.page-template-t-roster_new .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days:after {
    position: relative;
  }
  body.page-template-t-roster_three .roster_time_table {
    display: none;
  }
  body.page-template-t-roster_three .roster_time_table.small_device_roster {
    display: block;
  }
  body.page-template-t-roster_three .roster_time_table.small_device_roster .background_color_block_black .roster_timerange_single .roster_shift_header h2.time_range_title {
    padding-bottom: 0;
  }
  body.page-template-t-roster_three .roster_time_table.small_device_roster .background_color_block_black .roster_timerange_single .roster_shift_header p.time_date {
    margin-bottom: 0;
    margin-top: 0.5rem;
    color: #fff;
    padding-bottom: 1rem;
    font-style: italic;
    font-weight: 700;
  }
  body.page-template-t-roster_three .roster_time_table.small_device_roster .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .day_date-wrapper.display_device h5.time_range {
    padding-bottom: 0.9rem;
  }
  body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single.time_rangeSingle_first .days_time-wrapper {
    display: none;
  }
  body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block:before {
    position: absolute;
    width: 1px;
    background-color: #cfcfcf;
    height: 100%;
    content: "";
    top: 0rem;
    margin-left: 0px;
  }
  body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block.col.xl1-7.l1-7.m1-7 {
    display: block;
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block.col.xl1-7.l1-7.m1-7:nth-child(5) {
    clear: both;
  }
  body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days {
    padding-left: 0;
    padding-right: 0;
  }
  body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days:before, body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days:after {
    position: relative;
  }
  body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days .day_date-wrapper.display_device {
    display: block;
  }
  body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days .day_date-wrapper h5.time_range {
    margin-top: 0;
    padding-top: 0.8rem;
    color: #fff;
    margin-bottom: 0.3rem;
  }
  body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days .day_date-wrapper p.time_date {
    padding-bottom: 0.8rem;
    color: #fff;
    margin-bottom: 0;
    font-size: 0.9rem;
  }
  body.page-template-t-roster_three .roster_time_table .background_color_block_black .roster_timerange_single .background_color_primary.color_dark .inner_time_range_single_block .days .roster_girls {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 15px;
  }
  .rates_timeline .timeline1 .sectionTitle .our_rates h1 {
    margin-bottom: 1.5rem;
  }
  .rates_timeline .timeline1 p.callUs a {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content .timelineContentWrap h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 1rem !important;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content .timelineContentWrap {
    padding: 1rem;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content:before {
    content: "";
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.oddNumber {
    padding-right: 2rem;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.evenNumber {
    padding-left: 2rem;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.evenNumber .timelineContentWrap::after {
    width: 1.3rem;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.evenNumber .timelineContentWrap::before {
    width: 1.3rem;
  }
  .covidSafeSecion p {
    font-size: 1.2rem;
  }
  .individual_column h3 {
    font-size: 1.5rem;
  }
  .innerpageBanner {
    height: 40vh;
  }
  .innerpageBanner .bannerContentWrap h1 {
    font-size: 2rem;
  }
  .innerpageBanner .bannerContentWrap h2 {
    font-size: 1.5rem;
  }
  .innerpageBanner .bannerContentWrap .sliderLogo {
    width: 200px;
  }
  .custom_size_font h2.new_testimonial_Section {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    padding: 10px;
  }
  .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content {
    margin: 0 30px;
  }
  .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content::before {
    left: -30px;
  }
  .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
    right: -30px;
  }
  .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content::before, .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
    width: 28px;
    height: 28px;
  }
  .custom_size_font p.minimiseText {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .custom_size_font h1 {
    margin-bottom: 1rem;
  }
  .girl_name h2.girl_title {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .girl_name p.girls_excerpt {
    font-size: 0.9rem;
  }
  .single_tiffany_girl_post .owl-carousel.single_ladiesSlider .girls-slider_single {
    height: 400px;
  }
  .single_tiffany_girl_post .small_device {
    padding-top: 50px;
  }
  .roster_time_table1 .dayDateWrapper .rosterDay {
    font-size: 1.3rem;
  }
  .roster_time_table1 .dayDateWrapper .rosterDate {
    font-size: 1.3rem;
  }
}
@media (max-width: 834px) {
  .content-blocks-wrapper .valign-wrapper.content-image-wrapper .def-pad-left {
    padding-left: 2rem;
  }
  .workwithusContentright .paddingLeft {
    padding-left: 3rem;
  }
  .displayResponsive {
    display: block;
  }
  .displayDsktop {
    display: none;
  }
  .covidSafeSecion .valign-wrapper {
    display: inline-block;
  }
  .def-pad-btm-secondary {
    padding-bottom: 25px;
  }
  .m3.nav_menu_btn {
    padding-left: 0;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper:before {
    display: none;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content:last-child {
    margin-bottom: 0;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.oddNumber {
    padding-right: 0;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.oddNumber:before {
    content: "";
    display: none;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.oddNumber .timelineContentWrap:after {
    display: none;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.evenNumber {
    padding-left: 0;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.evenNumber:after {
    display: none;
  }
  .rates_timeline .timeline1 .ratesFlexWrapper .timeline-content.evenNumber:before {
    display: none;
  }
  .content-blocks-wrapper .valign-wrapper {
    display: inline-block;
  }
  .content-blocks-wrapper .valign-wrapper .displayResponsive.def-pad-top {
    padding-top: 25px;
  }
  .content-blocks-wrapper .valign-wrapper .responsive-img {
    margin-top: 0;
  }
  .content-blocks-wrapper .valign-wrapper .workwithusContentright .custom-margin-btn {
    margin-bottom: 0;
  }
  .content-blocks-wrapper h2.new_testimonial_Section {
    margin-top: 0.5rem !important;
  }
  .testimonialSectionPaddingTop {
    padding-bottom: 25px;
  }
  .testimonialSectionPaddingTop .strong-masonry.columns-2 .wpmtst-testimonial, .testimonialSectionPaddingTop .strong-masonry.columns-2 .grid-sizer {
    width: 100%;
  }
  .testimonialSectionPaddingTop .wpmtst-testimonial1 .testimonial-inner.customBoxShadow {
    padding: 20px;
  }
  .testimonialSectionPaddingTop .wpmtst-testimonial1 .testimonial-inner.customBoxShadow .wpmtst-testimonial-content::before {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    left: -21px;
    top: -15px;
  }
  .testimonialSectionPaddingTop .wpmtst-testimonial1 .testimonial-inner.customBoxShadow .wpmtst-testimonial-content::after {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    right: -21px;
    bottom: -15px;
  }
  .testimonialSectionPaddingTop .wpmtst-testimonial1 .testimonial-inner.customBoxShadow .wpmtst-testimonial-content {
    margin: 0 5px;
  }
  .receptionistBackground .custom_size_font {
    padding-top: 25px;
  }
  .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    padding: 20px;
  }
  .def-pad-btm-search {
    padding-bottom: 25px;
  }
  table.responsive-table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table.responsive-table tbody {
    display: table;
    width: 100%;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    display: table;
    width: 100%;
  }
  table.responsive-table tbody tr td, table.responsive-table tbody tr th {
    padding: 5px 15px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
    width: 25%;
  }
  .single-tiffanys-girls h1.section-title {
    margin-top: 0;
  }
  .single-tiffanys-girls .owl-carousel.single_ladiesSlider .girls-slider_single {
    height: 45vh;
  }
}
@media only screen and (max-width: 992px) {
  .roster_time_table1 .background_color_block_black1 {
    padding: 0;
  }
  .roster_time_table1 .background_color_block_black1 .rosterBorderMain {
    display: inline-block;
    width: 100%;
    background-color: rgba(138, 91, 21, 0.3);
  }
  .roster_time_table1 .background_color_block_black1 .rosterBorderMain .dayDateWrapper {
    border-bottom: 1px solid #e6e6e6;
    background-color: #8A5B15;
  }
  .roster_time_table1 .background_color_block_black1 .rosterBorderMain .dayDateWrapper p.rosterDate {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
  .roster_time_table1 .background_color_block_black1 .rosterBorderMain .dayDateWrapper p.rosterDay {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .roster_time_table1 .background_color_block_black1 .rosterBorderMain .singleShiftGirlsWrapper {
    display: inline-block;
    width: 100%;
  }
  .roster_time_table1 .background_color_block_black1 .rosterBorderMain .singleShiftGirlsWrapper .rosterShift {
    padding-bottom: 1rem;
    padding-top: 0.8rem;
    border-bottom: 1px solid #e6e6e6;
  }
  .roster_time_table1 .background_color_block_black1 .rosterBorderMain .dskBorderLeft {
    border-left: none;
  }
}
@media (max-width: 480px) {
  .content-blocks-wrapper .valign-wrapper.content-image-wrapper .def-pad-left {
    padding-left: 1rem;
  }
  .button_container {
    right: 10px;
  }
  .navbar-fixed .marquee.mobile {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  body .navbar-fixed {
    height: 90px;
  }
  h1, h2 {
    font-size: 1.9rem;
  }
  .welcome-section h1 {
    font-size: 1.9rem;
  }
  .workwithusContentright .paddingLeft {
    padding-left: 2rem;
  }
  .content-blocks-wrapper h2 {
    font-size: 1.9rem;
  }
  .slider_wrapper .owl-carousel .slide-wrapper {
    height: 40vh;
  }
  .slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap .sliderLogo {
    width: 150px;
  }
  .slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap h2 {
    font-size: 1.5rem;
  }
  .slider_wrapper .owl-carousel .slide-wrapper .slide-info-wrap h3 span {
    padding: 1rem 2rem;
  }
  .slider_wrapper .owl-carousel .slide-wrapper.row {
    margin-bottom: 0;
  }
  .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    padding: 10px;
  }
  .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content {
    margin: 0 10px;
    font-size: 1rem;
  }
  .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content::before {
    left: -30px;
  }
  .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
    right: -30px;
  }
  .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content::before, .girls_testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content::after {
    width: 20px;
    height: 20px;
  }
  .testimonialSectionPaddingTop .wpmtst-testimonial1 .testimonial-inner.customBoxShadow {
    padding: 10px;
  }
  .testimonialSectionPaddingTop .wpmtst-testimonial1 .testimonial-inner.customBoxShadow .wpmtst-testimonial-content {
    margin: 0 5px;
  }
  .innerpageBanner .bannerContentWrap .sliderLogo {
    width: 100px;
  }
}
@media (max-width: 320px) {
  .button_container {
    right: -5px;
  }
}
/*# sourceMappingURL=style.css.map */
