/*
Theme Name: Langtrees VIP Blog
Theme URI: https://www.langtreesblog.com.au
Author: Ian Scott
Description: Custom unique theme development for Langtrees VIP Blog
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: high-class-gentlemens-club
Tags:



Langtrees VIP Blog is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
       
}

body {
        
	margin: 0;
        
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 500;
        color: #707b89;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #7e8998;
	font-family: Lato,Helvetica,Arial,sans-serif;	
	font-size: 0.95rem;
	line-height: 1.5;
}

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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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: none;
	background: #ea3201 !important;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

input#searchsubmit {


	border: none;
	background: #ea3201 !important;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

input.searchbox {
	height: 27px;
	width: 140px;
}

h1.search_hdg {
padding: 10px;
    display: block;
    color: #000 !important;
    font-size: 30px;
    margin: 10px 0px;
    border-bottom: 1px solid #ccc;

}


.red_text {
	color: #b7044c;
	font-weight: bold;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}

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;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ea3201;
}

a:visited {
	color: #ea3201;
}

a:hover,
a:focus,
a:active {
	color: #ea3201;
}

a:focus {
	outline: thin dotted;
}

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

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


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

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

.main-navigation li {
	
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
html {
   font-size: 1.1em !important;
}
.header_bg {
     
}
.top_header {
  
   height: 25px;
}
.logo {
   position: relative;
   float: left;
}
.logo img {
   width: 100%;
}
.nav_bg {
   background-color: #35a904;
   border-top: 1px solid #237401;
}
.main-navigation li {
   display: block;
}
.main-navigation li a {
   font-size: 13px;
   color: #fff;
   padding: 2px 15px;
   font-weight: 300;
}
.main-navigation li:hover {
   background-color: #e23101;
}
.main-navigation ul {
   text-align: center;
}
.main-navigation {
   float: none;
}
.header_bottom {

   height: 6px;
}
.header_ma img {
   float: left;
}
.slider {
   background-image: url('assets/images/waterbg.jpg');
   width: 100%;
   overflow: hidden;
  
}
.darwin_girl img {
   max-height: 380px;
   float: left; 
}
.welcome_text {
   float: right;
   width: 450px;
   margin-top: 100px;
   margin-right: 180px;
}
.welcome_slogan {
   width: 500px;
   font-size: 13px;
   color: #fff;
   float: right;
   letter-spacing: 8px;
   margin-right: 106px;
}
.ladies_button {
   background-color: #0558f6;
   color: #fff;
   text-align: center;
   border-radius: 3px;
}
.front_hdg {
   text-align: center;
   color: #000;
   margin: 20px 0px 0px;
   padding: 10px;
}
.front_hdg_left {
   color: #000;
   margin: 20px 0px;
}
.hdg_bold {
   font-weight: 500;

}
.big_slogan {
   font-size: 20px;
   font-style: italic;
   text-align: center;
   padding: 5px;
}
.big_slogan1 {
   border-bottom: 1px solid #ccc;
}
.bold {
   font-weight: 600;
   color: #000;
}
.green_bold {
   font-weight: 600;
   color: #128d01; 
}
p {
   font-size: 1.1em;
   font-weight: 300;
   line-height: 1.5;
   color: #656e7b;
   font-family: sans-serif;

}
.thumbnails {
   position: relative;
   margin: 15px 0px;
   overflow: hidden;
   transition: all 0.5s ease-in-out;

}
.thumbnails:hover {
 

}
.thumbnails img {
   transition: all 0.5s ease-in-out;
}
.thumbnails img:hover {
   transform: scale(1.2);
   transition: all 0.5s ease-in-out;
}
.profile_name {
   position: absolute;
   background-color: rgba(0,0,0,.4); 
   width: 100%;
   height: auto;
   text-align: center;
   color: #fff;
   padding: 8px 0px;
   bottom: 0;
   z-index: 99;
}
.loc_bg {
   background-color: #f1f1f1;
}
.reviews_bg {
   background-color: #e6e4e4;
}
.news_bg {
   background-color: #fff;
   box-shadow: 0px 0px 14px #ccc;
}

.footer_bg {
   
}
.review_box {
   background-color: #fff;
   border-radius: 3px;
   width: 100%;
   margin: 0px 0px 20px;
   padding: 10px;
}
.review_box2 {
   background-color: #f1f1f1;
   border-radius: 3px;
   width: 100%;
   margin: 0px 0px 20px;
   padding: 10px;
}
.review_green_font {
   color: #0250c3;
}
.green_large a {
 
   font-size: 28px;
   font-weight: 700;
   
}
.green_large2 {
   font-family: 'Fjalla One', sans-serif;
   font-size: 28px;
   font-weight: 700;
}
.green_large2 a {
   font-family: 'Fjalla One', sans-serif;
   font-size: 28px;
   font-weight: 700;
}

.green_large  {
  
   font-size: 28px;
   font-weight: 700;
}
.green_small {
   
   font-size: 20px;
}
.header_phone {
   width: 320px;
   float: right;
   color: #fff;
   font-size: 28px;
   margin: 10px 20px 0px 0px;
   font-weight: 300;
}
.header_phone a {
   color: #fff;
}
.header_opentimes {
   width: 320px;
   float: right;
   color: #fff;
   font-size: 20px;
   margin: 0px 20px 0px 0px;
   font-weight: 300;
   padding-left: 3px;
}
.open {
   color: #fff;
   font-weight: 500;
}
.para_wrap {
   background-color: rgba(0,0,0,.4);
}
.para_image {
   min-height: 300px;
   width: 100%;
   background-attachment: fixed;
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   text-align: center;
   padding-top: 60px;
}
.para_image_mobile {
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   width: 100%;
   min-height: 400px;
   background-repeat: no-repeat;
   background-position: center center;
}
.parallax {
   background: transparent;
   position: relative; 
}
.parallax_mobile {
   background: transparent;
   position: relative; 
   display: none;
}
.para_slogan_mobile {
   background: transparent none repeat scroll 0 0;
   color: #fff;
   font-size: 1.5em;
   font-weight: bold;
   opacity: 0.8 !important;
   text-align: center;
   padding-top: 50px; 
}
.para_slogan_mobile2 {
   background: transparent none repeat scroll 0 0;
   color: #fff;
   font-size: 3.8em;
   text-align: center;
   opacity: 0.8 !important;
   margin-top: -10px; 
}
.para_slogan_mobile3 {
   background: transparent none repeat scroll 0 0;
   color: #fff;
   font-size: 2em;
   font-weight: bold;
   text-align: center;
   opacity: 0.9;
   margin-top: -25px; 
}
.para_slogan3 a {
   color: #fff;
}
.para_slogan {
   background: transparent none repeat scroll 0 0;
   color: #fff;
   font-size: 2.4em;
   font-weight: bold;
   opacity: 0.8 !important;
   text-align: center;
   padding-top: 50px; 
}
.para_slogan2 {
   background: transparent none repeat scroll 0 0;
   color: #fff;
   font-size: 3.8em;
   text-align: center;
   opacity: 0.8 !important;
   margin-top: -10px; 
}
.para_slogan3 {
   background-color: rgba(0,0,0,.4);
   color: #fff;
   font-size: 5em;
   font-weight: bold;
   opacity: 0.9;
   padding: 0px 20px; 
   font-family: 'Fjalla One', sans-serif;
}
.para_slogan3 a {
   color: #fff;
   padding: 0px 20px;
   font-family: 'Fjalla One', sans-serif;
}
.parallax_group {
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
}
.back {
   -webkit-transform: translateZ(-1px) scale(2);
   transform: translateZ(-1px) scale(2);
   position: relative;
   top: calc(((100vh - 0.4414893617vw) / 4) * -2);
}
.front {
   position: relative;
   z-index: 2;
   padding: 14em 1em;
   text-align: center;
}
.front h2 {
   position: absolute;
   top: 10em;
   width: 100%;
   text-align: center;
}
.pad_top_bot {
   padding: 20px 0px;
}
.pad_top_bot50 {
   padding: 20px 0px 50px;
}
.pad_bot {
   padding: 20px 0px 0px;
}
.pad_bot20 {
   padding-bottom: 20px;
}
.marg_bot50 {
   margin-bottom: 50px;
}
.latest_posts_thumb {
   
}
h2.entry-title {
  font-size: 1.2rem;
  min-height: 75px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
footer h4 {
   color: #fff;
   margin: 10px 0px;
   font-weight: 300;
}
.login_footer label {
   Color: #fff;
   min-width: 200px;
}
.login_footer .button {
   Color: #fff;
   border: 0px;
   background-color: #e23101;
   font-size: 1.2em;
   padding: 5px 15px;
}
p.login-username {
   margin: 10px 0px 3px;
}

.mob_girl {
   display: none;
}
aside ul {
   list-style: none;
   margin-left: 0px;
   padding-left: 0px;
}
aside ul li {
   border-bottom: 1px solid #ccc;
   padding: 4px 0px;
}
.read-more-button {
   margin-top: -20px;
}
h3.home_articles {
   font-size: 1.3rem;
   margin-top: 10px;
   text-align: center;
}
ul.footer_links {
   list-style: none;
   padding-left: 0px;
   margin-left: 0px;
}
ul.footer_links li {
   color: #fff;
}
i.fa {
   font-size: 1.8em;
   padding: 5px;
   background-color: #e23101;
   color: #eee;
   border-radius: 50%;
   width: 40px;
   margin: 4px;
}
i.fa:hover {
   background-color: #e23101;
   color: #fff;
}

ul.footer_links li a {
   color: #fff;
}
ul.footer_icons {
   list-style: none;
   padding-left: 0px;
   margin-left: 0px;
}
ul.footer_icons li {
   color: #fff;
   display: inline;
}
ul.footer_icons li a {
   color: #fff;
}


p.notify {
   color: #fff;
   font-size: 1.5rem;
   text-align: center;
}
.mobile_num {
   display: none;
}
.black_font {
   color: #000;
}
.copyright {
   color: #fff;
   font-size: 0.8em;
}
.site_logo {
   float: left;
    max-height: 50px;
}
.widget-area {
   margin-top: 20px;
}
.notify input[type=name] {
   display: inline-block;
   width: 200px;
   margin: 0px 0px 5px;
   border: 0px; 
}
.notify input[type=email] {
   display: inline-block;
   width: 300px;
   margin: 0px 0px 5px;
   border: 0px;
}
.notify input[type=submit] {
   border: none;
   color: #fff;
   font-size: 1.2rem;
   margin-top: 4px;
   display: inline-block;
   background-color: #e23101;
}

.notifyButtonGreen input[type=submit] {
   background-color: #3c8302;
}
.notifyButtonRed input[type=submit] {
   background-color: #3c8302;
  
}
.notifyButtonBlue input[type=submit] {
   background-color: #e23101;

}
.notify label {
   display: none;
}
.notify .mc4wp-success p {
   color: #fff;
}
.notify .mc4wp-notice p {
   color: #fff;
}
.marginb20 {
   margin-bottom: 20px;
}
.copyright_bg {
  
   text-align: center;
}
.clients_saying {
   font-size: 1.4em;
   font-style: italic;
   text-align: center;
   margin-top: 10px;
}
.table th {
   color: #128d01 !important;
}
.turn_off {
   display: none;
}
.working {
   display: none;
}
.working_now {
   display: block;
   position: absolute;
   width: 100%;
   text-align: center;
   background-color: rgba(66,189,3,.8);
   color: #fff;
   z-index: 99;
   bottom: 40px;
}
.working_now_single {
   display: inline-block;
   text-align: center;
   background-color: rgba(66,189,3,.8);
   color: #fff;
   bottom: 34px;
   position: absolute;
   width: 100%;
   left: 0px;
   z-index: 999;
}
.working_now_single_page {
   display: inline-block;
   text-align: center;
   background-color: rgba(66,189,3,.8);
   color: #fff;
   padding: 3px 60px;
   margin: 0px 0px 15px;
   width: 300px;
}

.working_admin {
   display: block;
   width: 100%;
   text-align: center;
   background-color: rgba(66,189,3,.8);
   color: #fff;
   z-index: 99;
   border-radius: 3px;
   white-space: nowrap;
}
.grey_out {
   display: block;
   width: 100%;
   text-align: center;
   background-color: #aac2e5;
   color: #dddddd;
   z-index: 99;
   border-radius: 3px;
   white-space: nowrap;
}
.new_escort {
   position: absolute;
   top: 10px;
   right: 10px;
   background-color: red;
   color: #fff;
   z-index: 99;
   text-align: center;
   padding: 3px 6px;


}
button {
   border: 0px;
}
.new_escort2 {

   background-color: #e91634;
   color: #fff;
   z-index: 99;
   text-align: center;
   border-radius: 3px;   
}
.new_escort4 {

   background-color: #e91634;
   color: #fff;
   z-index: 99;
   text-align: center;
   border-radius: 3px;
   width: 100%;   
}
.edit_profile {

   background-color: #595959;
   color: #fff;
   z-index: 99;
   text-align: center;
   border-radius: 3px; 
   padding: 3px 16px;
   white-space: nowrap;  
}

.hideshow {
   display: block;
   width: 100%;
   text-align: center;
   background-color: rgba(66,189,3,.8);
   color: #fff;
   z-index: 99;
   border-radius: 3px;
}
.notes {
   background-color: #9b9b9b;
   color: #fff;
   z-index: 99;
   text-align: center;
   border-radius: 3px; 
   padding: 3px 16px;
   white-space: nowrap;
}
.spacer {
   margin-bottom: 50px;
   display: block;
   width: 100%;
   clear: both;
}
.image_cont {
   overflow: hidden;
}
.image_cont_about {
   overflow: hidden;
   margin-bottom: 10px;
}
.aboutus_image img {
   transition: all 0.5s ease-in-out;
}
.aboutus_image img:hover {
   transform: scale(1.2);
   transition: all 0.5s ease-in-out;
}
.latest_post_cont {
   overflow: hidden;
}
.latest_posts_thumb {
   transition: all 0.5s ease-in-out;
}
.latest_posts_thumb:hover {
   transform: scale(1.2);
   transition: all 0.5s ease-in-out;
}

.featured_image_cont {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    max-height: 450px;
}

.featured_image_cont img {
   transition: all 0.5s ease-in-out;
   width: 100%;
}
.featured_image_cont img:hover {
   transform: scale(1.2);
   transition: all 0.5s ease-in-out;
}
.blog_content {
   margin: 0px 0px 0px;
   padding: 10px;
   min-height: 200px;
}
.blog_content p {
  font-size: 1em;
  line-height: 1.5em;
}
.blog_content h2 {
    font-size: 1.5em;
    padding-bottom: 8px;
    color: #434343;
    line-height: 30px;
}
.blog_content h3 {
    font-size: 1.3em;
    padding-bottom: 8px;
    color: #434343;
    line-height: 30px;
}

.line {
   border-bottom: 1px solid #ccc;
}
.pad_20 {
   padding: 20px 0px;
}
.entry-meta, .entry-header {
   text-align: center;
}
.review_by {
   text-align: center;
   font-size: 1.2em;
}
.green {
   color: #469c01;
}
.greenFont {
   color: #128d01;
}
.redFont {
   color: #c30210;
}
.blueFont {
   color: #ea3201;
}
.semiBold {
   font-weight: 500;
}
.blackFont {
   color: #000;
}
.bigBold {
   font-weight: 600;
}
.black {
   color: #000;
}
.the_review {
   text-align: center;
   padding: 20px;
}
.the_review p, .newsFont p {
   font-size: 1.1em !important;
}
svg.mask {
   position: absolute;
   bottom: 0px;
   width: 100%;
}
.bottom, .left, .right, .top {
    stroke: #fff;
    fill: #fff;
}
.rel {
    position: relative;
}
.updated_news {
    text-align: center;
    padding: 2px 5px;
}
.new_update {
    background-color: red;
    color: #fff;
    font-size: 0.8em;
    padding: 3px 10px;
    display: inline-block;
}
.comments p {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.3em;
}
.answer {
   border-bottom: 1px dashed #ccc;
}
.faq {

   max-width: 800px;
   margin: 10px auto;
   padding: 20px;
   border-radius: 10px;   
}
.faq:nth-child(even){
   background-color: #f1f1f1;   
}

.faq:nth-child(odd){

   background-color: #f8f8f8;
}
.question {
   color: #ea3201;
   font-weight: 500;
   font-size: 1.5em;
   margin: 0px; 
}
.answer p {
   font-weight: 300;
}
.abbr_letter{
   text-align: center;
   border-bottom: 1px solid #ccc;
   margin-bottom: 10px;
}


.abbr {
   color: #ea3201;
   font-weight: 500;
   font-size: 1.5em;
   margin: 0px; 
}
.meaning p {
   font-weight: 300;
}
.letter {
   font-size: 1.5em;
   font-weight: 300;
   background-color: #fa5707; 
   color: #fff;
   padding: 2px 10px;
   width: 40px;
   display: inline-block;
}
.member_login {
   color: #fff;
   float: right;
   height: 24px;
}
.member_login a {
   color: #fff;
}

.fineFont {
   font-weight: 300;
}
.showslide {
    display: block;
}
.our_ladies {
    text-align: center;
    display: block;
    font-size: 1.4em;
}

/*--------------------------------------------------------------
## Langtrees Perth Theme Colours
--------------------------------------------------------------*/


.darkGreen {
   background-color: #2c9201;
}
.headerGreen {
   background-color: #35a904;
}
.navGreen {
   background-color: #35a904;
   border-top: 1px solid #237401;
}
.bottomHeaderGreen {
   background-color: #147601;
}
.notificationGreen {
   background-color: #66be42;
}
.notificationButtonGreen {
   background-color: #3c8302;
}
.footerGreen {
   background-color: #2c9201;
}
.bottomFooterGreen {
   background-color: #1f6601;
}
.notifyButtonGreen {
   background-color: #3c8302;
   border: none;
}

.darkRed {
   background-color: #ac0019;
}
.headerRed {
   background-color: #e10121;
}
.navRed {
   background-color: #e10121;
   border-top: 1px solid #000;
}
.bottomHeaderRed {
   background-color: #9a0116;
}
.notificationRed {
   background-color: #e2233f;
}
.notificationButtonRed {
   background-color: #a4051c;
}
.footerRed {
   background-color: #b9001a;
}
.bottomFooterRed {
   background-color: #ac0019;
}
.notifyButtonRed {
   background-color: #;
   border: none;
}


.darkBlue {
   background-color: #f13f0f;
}
.headerBlue {
   background-color: #fa5707;
}
.navBlue {
   background-color: #fa5707;
   border-top: 1px solid #fb7a3b;
}
.bottomHeaderBlue {
   background-color: #fa5707;
}
.notificationBlue {
   background-color: #fa5707;
}
.notificationButtonBlue {
   background-color: #0044c6;
   border: none;
}
.footerBlue {
   background-color: #fa5707;
}
.bottomFooterBlue {
   background-color: #e23101;
}
.notifyButtonBlue {
   background-color: #;
   border: none;
}
.view_more_ladies {
   background-color: #0250c3;
   color: #fff;
   padding: 3px 50px;
   text-align: center;
   cursor: pointer;
   font-size: 1.3em;
   font-weight: 300;  
}
.view_more_ladies:hover {
   background-color: #095edb;
 
}
.text-center {
   text-align: center;
}
.price_table {
   width: 700px;
   margin: 0px auto;
   font-size: 1.2em;
}
.price_table th {
   width: 170px;
   background-color: #4181df;
   color: #fff !important; 
   text-align: center;
   padding: 4px;
   font-weight: 300;
   font-size: 1.2em;
   border-bottom: none !important;
}
.price_table tbody tr:nth-child(odd) {
   background-color: #b4ccee;
   color: #000;
}
.price_table tbody tr:nth-child(even) {
   background-color: #c8d9f2;
   color: #000;
}
.price_table tbody td {
   border-top: none !important;
}

.escorts_table {
   width: 100%;
   margin: 25px auto;
   font-size: 1.2em;

}
.escorts_table th {
   width: 170px;
   background-color: #4181df;
   color: #fff !important; 
   text-align: center;
   padding: 2px;
   font-weight: 300;
   font-size: 0.8em;
   border-bottom: none !important;
  

}
.escorts_table tbody tr:nth-child(odd) {
   background-color: #b4ccee;
   color: #000;
}
.escorts_table tbody tr:nth-child(even) {
   background-color: #c8d9f2;
   color: #000;
}
.escorts_table tbody td {
   border-top: none !important;
   padding: 5px 15px;
   font-size: 0.7em;
   border-right: 1px solid #d9e5f8;
}
.escorts_table tbody td:last-child {

   border-right: 0px;
}

.escorts_table tbody tr:hover {
   background-color: #d4e0f2;
}

.escorts_table_mob {
   width: 310px;
   margin: 25px auto;
   font-size: 1.2em;
   text-align: center;
}
.escorts_table_mob th {
   width: 170px;
   background-color: #4181df;
   color: #fff !important; 
   text-align: center;
   padding: 2px;
   font-weight: 300;
   font-size: 1em;
   border-bottom: none !important;
 

}
.escorts_table_mob tbody tr:nth-child(odd) {
   background-color: #b4ccee;
   color: #000;
}
.escorts_table_mob tbody tr:nth-child(even) {
   background-color: #c8d9f2;
   color: #000;
}
.escorts_table_mob tbody td {
   border-top: none !important;
   padding: 5px 15px;
   font-size: 0.9em;
  
}
.escorts_table_mob tbody td:last-child {

   border-right: 0px;
}

.escorts_table_mob tbody tr:hover {
   background-color: #d4e0f2;
}
.sched_name {
   background-color: #4181df;
   color: #fff;
}
.sched_name a {
   color: #fff;
}

.Lfont {
   font-size: 1.2em;
}
.address_comment p {
   font-size: 1.2em;
}
.contact_details, .hours_details {
   padding: 0px;
   margin: 0px;
   list-style: none;
}
.contact_details li, .hours_details li {
   border-bottom: 1px dashed #ccc;
   padding-top: 8px;
}
.contact_details label, .hours_details label {
   min-width: 150px;
   color: #000;
}
.contact_h3, .map {
   padding: 15px 0px;
   color: #ea3201;
}
.call {
   font-size: 0.8em;
   font-family: 'Fjalla One', sans-serif;
}
.phone_bold {
   font-weight: 600;
   color: #fff;
   font-size: 1.1em;
   font-family: 'Fjalla One', sans-serif;
}
h2.widget-title, h1.page-title, h1.entry-title {
   color: #ea3201;
}
h1.entry-title {
   font-size: 1.5em;
}

h2.widget-title {
   font-size: 1.4em;
}
aside ul li a, aside ul li a:active, aside ul li a:visited {
   color: #666;
}
aside ul li a:hover {
   color: #000;
}

.user_welcome {
   font-size: 1.5em;
   font-weight: 300;
}
.welcome_name {
   font-weight: 500;
}
.restrict_login {
   font-size: 1.5em;
   font-weight: 300;
}
.escort_info {
   
   min-height: 150px;
   padding: 0px;
   background-color: #f8f8f9;
   position: relative;
}
.escort_info ul {
   list-style: none;
   padding: 0px;
   margin: 2px;
}

.escort_info h2 {
   background-color: #3168d1;
   color: #fff; 
   text-align: center;
   font-size: 1.4em;
   padding: 10px;
}
.escort_info ul li {
   border-bottom: 1px dashed #ccc;
   font-size: 1.2em;
   color: #000;
   padding: 3px 10px;
   font-weight: 300;
}
.escort_info ul li:nth-child(odd) {
   background-color: #f8f8f8;
}
.escort_info ul li:nth-child(even) {
   background-color: #fcfcfc;
}

.escort_info ul li label{
   min-width: 160px;
   margin-bottom: 0px;
   font-weight: 500;
}
.main_escort_image {
   padding: 0px;
   position: relative;
   max-height: 440px;
}
.my_photos {
   text-align: center;
}

.my_photos img {
   text-align: center;
   margin: 5px;
}
.escort_working {
   width: 220px;
   padding: 3px;
   font-size: 1.2em;
   background-color: rgba(66,189,3,.8);
   color: #fff;
   text-align: center;
   margin: 0px auto 6px;
   
}
.new_escort3 {
   background-color: red;
   color: #fff;
   z-index: 99;
   text-align: center;
   padding: 3px 14px;
   position: absolute;
   top: -15px;
   left: -45px;
}
.avail {
   text-align: center;
}
.escort_img {
   position: relative;
   overflow: hidden;
   transition: all 0.5s ease-in-out;

}
.escort_img:hover {
 

}
.escort_img img {
   transition: all 0.5s ease-in-out;
}
.escort_img img:hover {
   transform: scale(1.2);
   transition: all 0.5s ease-in-out;
}
.serv {
   background-color: #3168d1;
   border-radius: 4px;
   padding: 4px 10px;
   text-align: center;
   margin: 3px;
   float: left;
   transition: all 0.5s ease-in-out;
   color: #fff;
}
.serv:hover {
   background-color: #81a6ec;
   color: #fff;
}
.profile_phone {
   font-size: 1.5em;
   color: #0250c3;
   font-weight: 600;
}
.profile_phone1 {
   font-size: 1.5em;
   color: #000;
  
}
.captions {
   position: absolute;
   z-index: 99999;
   bottom: 50%;
   left: 0px;
   width: 100%;
   padding: 3px 3px 3px 5px;
   background-color: rgba(0,0,0,.4);
   opacity: 0;
   transition-property: background-color, opacity, transform;
   transition: 0.5s;
   transition-delay: 0s, 1s, 3s;
   transition-timing-function: ease-in-out;
   color: #fff;
   text-align: center;
   font-size: 0.85em;
   box-sizing: border-box;
}
.thumbnails:hover .captions {
    opacity: 1;
    transform: translateY(-10px);
}
.single_landscape {
   max-width: 600px;
   max-height: 350px;
   margin: 15px 0px;
   padding: 0px;
   overflow: hidden;
}
.single_landscape img {
   transition: all 0.5s ease-in-out;
   margin: 0px;
}
.single_landscape img:hover {
   transform: scale(1.2);
   transition: all 0.5s ease-in-out;
}
.single_portrait {
   margin: 15px 0px;
   overflow: hidden;
}
.single_portrait img {
   transition: all 0.5s ease-in-out;
   margin: 0px;
}
.single_portrait img:hover {
   transform: scale(1.2);
   transition: all 0.5s ease-in-out;
}
.thumbs_cont {
    position: relative;
}
.entry-content {
   margin-top: 0px;
}
.upper {
   text-transform: uppercase;
   padding: 0px 10px;
}
.shadow1 {
   transition: all 0.5s ease-in-out;
   border: 1px solid #dedddd;
}
.shadow1:hover {
   box-shadow: 0px 0px 14px #ccc;
   transition: all 0.5s ease-in-out;
}
.date_post {
   position: absolute;
   top: 10px;
   left: 0px;
   background-color: #fa5707;
   padding: 3px 5px;
   color: #fff;
   z-index: 999;
   font-size: 0.8em;
}
.date_post a {
   color: #fff;
}
.more-link {
   
   padding: 2px 8px;
   font-size: 0.8em;
   display: inline-block;
}
.more-link a, .more-link a:hover, .more-link a:active {
   
}
.clear {
   clear: both;
}
.aboutus_text {
   padding: 20px 15px 0px;
}
.excerpt {
   font-size: 1em;
   font-family: sans-serif;
   line-height: 1.5em;
   font-weight: 300;

}
.view_escorts {

    padding: 3px 6px;
    background-color: #eee;   
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.view_escorts:hover {
    
    background-color: #0250c3;
    color: #fff;
}
.title404 {
    
    font-weight: bold;
    font-size: 2.4em;
    text-align: center;
}
.not_found {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 700px;
}

.fa-snapchat::before {
    content: "\f2ab";
}
.hs-responsive-embed {

position: relative;
height: 0;
overflow: hidden;
padding-top: 0;
padding-left: 0;
padding-right: 0;

}

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {

position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;

}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {

padding-bottom: 56.25%;

} 
.vid_pad {
   padding: 0px 150px 50px; 
    
}
.marg_50 {
    
    margin-bottom: 50px;
}
.marg_50:last-child {
    
    margin-bottom: 0px;
}
.service_comment {
    font-size: 0.9em;
    padding: 0px 20px;
} 
.commets_hdg {
    font-size: 1.4em;
    color: #000;
    font-weight: 500;
    padding: 0px 20px 5px;
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}

.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 200px) {
     .header_ma, .welcome_text, .welcome_slogan, .ladies_button, .header_phone, .parallax, .header_opentimes, .showslide, .escorts_table {
        display: none;
     }
     .logo {
        text-align: center;
        float: none;
     }
     .main-navigation li {
        display: block;
        text-align: center;
        font-size: 20px;
     }
     .main-navigation li a {
        font-size: 20px;
        padding: 8px;
     }
     .main-navigation {
        width: 100%;
     }
     .menu-toggle {
        width: 150px;
        height: 30px;
        font-size: 22px;
        margin: 2px auto;
        background-color: #e23101;
        border: none;
        color: #fff;
        padding: 0px;
     }
     .row {
        margin-left: 0px;
        margin-right: 0px;
     }
     .mob_girl {
        display: block;
     }
     .parallax_mobile, .escorts_table_mob {
        display: block;
     }
     .para_image_mobile {
        height: 200px;
     }
     .mobile_num {
        display: block;
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: -15px;
        font-family: 'Fjalla One', sans-serif;
           
     }
     .mob_header_number {
        font-weight: 600;
        font-size: 1em;
     }
     .aboutus_text {
        padding-top: 10px;
     }
     .answer p, .meaning p {
        font-size: 1.3em;
        font-weight: 300;
     }
     ul.footer_links li {
        font-size: 1.3em;
        line-height: 1.8em;
        border-bottom: 1px dashed #1b5e00;
     }
     .new_escort3 {
        left: 20px;
     }
     .escort_info {
        margin-top: 5px;
     }
     .pad_mob {
        padding: 0px;
     }
     .not_found {
        max-width: 100%;
     }  
     .new_escort {
        top: 0px;
        right: 0px;
        font-size: 0.6em;
     }
     .vid_pad {
        padding: 0px; 
    
     }    
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
     .header_ma, .welcome_text, .welcome_slogan, .ladies_button, .parallax, .parallax_mobile, .showslide, .escorts_table {
         display: none;
     }
    .logo {
        text-align: center;
        float: none;
     }
     .mobile_num, .escorts_table_mob, .mob_girl {
         display: block;
     }
     .mobile_num a {
         font-size: 2.2rem;
         text-align: center;
     }
     .aboutus_text {
        padding-top: 10px;
     }
     .answer p, .meaning p {
        font-size: 1.3em;
        font-weight: 300; 
     }
     ul.footer_links li {
        font-size: 1.3em;
        line-height: 1.8em;
        border-bottom: 1px dashed #1b5e00;
     }
     .new_escort3 {
        left: 20px;
     }
     .escort_info {
        margin-top: 5px;
     }
     .pad_mob {
        padding: 0px;
     }
     .not_found {
        max-width: 100%;
     }   
     .new_escort {
        top: 0px;
        right: 0px;
        font-size: 0.6em;
     }
     .vid_pad {
        padding: 0px; 
    
     }      
}
@media only screen and (min-width : 400px) {
		
     .mob_girl, .parallax_mobile, .parallax, .mobile_num, .escorts_table  {
         display: none;
     }
    .logo {
        text-align: none;
        float: left;
     }
     .answer p, .meaning p {
        font-size: 1.3em;
        font-weight: 300; 
     }
     ul.footer_links li {
        font-size: 1.3em;
        line-height: 1.8em;
        border-bottom: 1px dashed #1b5e00;
     }
     .showslide, .escorts_table_mob {
        display: block;
     }
     .escort_info {
        margin-top: 5px;
     }
     .pad_mob {
        padding: 0px;
     }
     .not_found {
        max-width: 100%;
     }   
     .new_escort {
        top: 0px;
        right: 0px;
        font-size: 0.6em;
     }
     .vid_pad {
        padding: 0px; 
    
     }      
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
     .mob_girl, .parallax_mobile, .parallax, .mobile_num, .escorts_table {
         display: none;
     }
    .logo {
        text-align: none;
        float: left;
     }
     .answer p, .meaning p {
        font-size: 1.3em;
        font-weight: 300; 
     }
     ul.footer_links li {
        font-size: 1.3em;
        line-height: 1.8em;
        border-bottom: 1px dashed #1b5e00;
     }
     .showslide, .escorts_table_mob {
        display: block;
     }
     .escort_info {
        margin-top: 5px;
     }
     .pad_mob {
        padding: 0px;
     }
     .not_found {
        max-width: 100%;
     } 
     .new_escort {
        top: 0px;
        right: 0px;
        font-size: 0.6em;
     }
     .vid_pad {
        padding: 0px; 
    
     }      
}

@media screen and (min-width: 600px) {
     .header_ma, .escorts_table_mob {
        display: block;
     }
     .welcome_text, .welcome_slogan, .ladies_button, .header_phone, .mob_girl, .header_opentimes, .parallax, .parallax_mobile, .mobile_num, .escorts_table {
        display: none;
     }
     .main-navigation li {
        display: inline-block;
        transition: all 0.3s ease-in-out;
     }
     .main-navigation li a {
        font-size: 14px;
        padding: 6px 8px 4px;
        font-weight: 300;
     }
     .row {
        margin-left: 0px;
        margin-right: 0px;
     }
    .logo {
        text-align: none;
        float: left;
     }
     .answer p, .meaning p {
        font-size: 1.3em;
        font-weight: 300; 
     }
     ul.footer_links li {
        font-size: 1.3em;
        line-height: 1.8em;
        border-bottom: 1px dashed #1b5e00;
     }
     .showslide {
        display: block;
     }
     .escort_info {
        margin-top: 5px;
     }
     .pad_mob {
        padding: 0px 15px;
     }
     .single_landscape {
        max-width: 600px;
        max-height: 300px;
        margin: 15px auto;
        padding: 0px;
        overflow: hidden;
     }
     .not_found {
        max-width: 100%;
     }      
     .new_escort {
        top: 0px;
        right: 0px;
        font-size: 0.6em;
     }
     .vid_pad {
        padding: 0px; 
    
     }      
}
/* Small Devices, Tablets */
@media screen and (min-width: 768px) {
     .welcome_text, .welcome_slogan, .mob_girl, .parallax, .parallax_mobile, .mobile_num, .escorts_table_mob {
        display: none;
     }
     .main-navigation li {
        display: inline-block;
        transition: all 0.3s ease-in-out;      
     }
     .aboutus_text {
        padding-top: 10px;
     }
    .logo {
        text-align: none;
        float: left;
     }
     .answer p, .meaning p {
        font-size: 1.3em;
        font-weight: 300; 
     }
     ul.footer_links li {
        font-size: 1em;
        line-height: 1.4em;
        border-bottom: none;
     }
     .showslide, .escorts_table {
        display: block;
     }
     .escort_info {
        margin-top: 0px;
     }
     .pad_mob {
        padding: 0px 15px;
     }
     .single_landscape {
        max-width: 600px;
        max-height: 300px;
        margin: 15px auto;
        padding: 0px;
        overflow: hidden;
     }
     .not_found {
        max-width: 100%;
     } 
     .new_escort {
        top: 0px;
        right: 0px;
        font-size: 0.6em;
     } 
     .vid_pad {
        padding: 0px; 
    
     }      
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

     .welcome_text {
        display: block;
        width: 380px;
        margin-right: 50px;
     }
     .welcome_slogan {
        display: block;
        width: 380px;
        margin-right: 20px;
        font-size: 11px;
        letter-spacing: 5px;  
     }
     .ladies_button {
        display: block;
        font-size: 11px; 
     }
     .header_phone, .escorts_table {
        display: block;
     }
     .header_opentimes {
        display: block;
     }
     .main-navigation li {
        display: inline-block;
        transition: all 0.3s ease-in-out;
     }
     .mob_girl, .parallax, .parallax_mobile, .mobile_num {
        display: none;
     }
     .table th {
        color: #fff !important;
     }
     .aboutus_text {
        padding-top: 10px;
     }
    .logo {
        text-align: none;
        float: left;
     }
     .answer p, .meaning p {
        font-size: 1.3em;
        font-weight: 300; 
     }
     ul.footer_links li {
        font-size: 1em;
        line-height: 1.4em;
        border-bottom: none;
     }
     .showslide {
        display: block;
     }
     .escort_info {
        margin-top: 0px;
     }
     .pad_mob {
        padding: 0px 15px;
     }
     .single_landscape {
        max-width: 600px;
        max-height: 300px;
        margin: 15px auto;
        padding: 0px;
        overflow: hidden;
     }
     .escorts_table_mob {
        display: none;
     }
     .not_found {
        max-width: 700px;
     } 
     .new_escort {
        top: 5px;
        right: 5px;
        font-size: 0.9em;
     } 
     .vid_pad {
        padding: 0px 150px 50px; 
    
     }      
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
     .welcome_text {
         display: block;
         width: 450px;
         margin-right: 180px;
     }
     .welcome_slogan {
         display: block;
         width: 500px;
         margin-right: 100px; 
         letter-spacing: 8px; 
      }
      .ladies_button {
         display: block; 
         margin-right: 100px; 
      }
      .main-navigation li {
         display: inline-block;
         transition: all 0.3s ease-in-out;
      }
      .mob_girl, .parallax_mobile, .mobile_num, .escorts_table_mob {
         display: none;
      }
      .parallax, .escorts_table {
         display: block;
      }
      .table th {
         color: #fff !important;
      }
      .aboutus_text {
         padding-top: 10px;
      }
      .logo {
        text-align: none;
        float: left;
      }
      .price_table {
        width: 700px;
        margin: 0px auto;
        font-size: 1em;
      }
     .answer p, .meaning p {
        font-size: 1em;
        font-weight: 300;
     }
     .comments p {
        font-size: 1.1em;
     }
     ul.footer_links li {
        font-size: 1em;
        line-height: 1.4em;
        border-bottom: none;
     }
     .showslide {
        display: block;
     }
     .escort_info {
        margin-top: 0px;
     }
     .pad_mob {
        padding: 0px 15px;
     }
     .single_landscape {
        max-width: 600px;
        max-height: 300px;
        margin: 15px 0px;
        padding: 0px;
        overflow: hidden;
     }
     .not_found {
        max-width: 700px;
     } 
     .new_escort {
        top: 5px;
        right: 5px;
        font-size: 0.9em;
     } 
     .vid_pad {
        padding: 0px 150px 50px; 
    
     }     
}
