
/* ===================================
    1. 3rd Part CSS Libraries
====================================== */

@import url("clear.css");
@import url("sm-clean.css");
@import url("swiper.min.css");
@import url("prettyPhoto.css");
@import url("common.css");

/* ===================================
    2. Global CSS
====================================== */

*:focus {
    outline: none !important;
}
body.wait-preloader {
    overflow: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #ffffff;
    background-color: #000;
    overflow-x: hidden;
}



body a {
    text-decoration: none;
    color: #ffffff;
    transition: color .2s ease;
}

body a:hover {
    color: #acacac;
}

body p {
    margin-bottom: 16px;
}

body.open.done {
    width: 100%;
    position: absolute;
    overflow-y: scroll;
}

.site-wrapper {
    overflow: hidden;
}

.site-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #000;
}

.doc-loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-logo img {
    max-width: none;
    max-height: none;
    width: 80%;
}

.open .site-content {
    transform: translateY(70px);
}

h1.entry-title.page-title {
    font-family: 'Unna', serif;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 47px;
    line-height: 120%;
    padding: 0;
}

.animate {
    opacity: 0;
    transition: .5s ease-in;
    -ms-transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    transform: translate(0px, 70px);
}

.animate.show-it {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.medium-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
}


.home-banner { 
    position: relative;
 }
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 100vh;
}

.slideshow-container .mySlides { padding-top: 91px; }
.dots {
    position: absolute;
    bottom: 5px;
    left: 15px;
    }
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ff3fa2;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.home-slider { height: 80vh }

.fade:not(.show) {
    opacity: 2 !important;
}

/*.info-code {
    margin-bottom: 30px;
}*/

.info-code-title {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 0;
    line-height: 100%;
    font-weight: 500;
    color: #999;
}

.info-code-content,
.info-code-content a {
    font-size: 18px;
}

a.socail-text {
    margin-right: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
}

a.button {
    background-color: #000;
    padding: 8px 0px 8px 11px;
    display: inline-block;
    font-size: 11px;
    min-width: 170px;
    letter-spacing: 8px;
    transition: opacity .3s ease;
    text-align: center;
    border: 1px solid;
}

a.button:hover {
    opacity: 0.8;
}

.page-featured-image {
    margin-bottom: 80px;
}


/* ===================================
    3. Menu CSS
====================================== */

.menu-holder-front {
    display: inline-block;
    position: fixed;
    background: #000;
    z-index: 999;
    width: 100%;
}

.header-logo {
    transition: .7s;
	    margin: 0px auto;
    text-align: center;
}

.open .header-logo {
    opacity: 0;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.header-logo a {
    display: inline-block;
    padding-top: 10px;
}

.toggle-holder {
    position: relative;
    width: 65px;
    height: 65px;
}

.open .toggle-holder {
    position: fixed;
    right: 35px;
}

.open .toggle-holder p {
    display: none
}

.open .toggle-holder:after {
    height: 100%;
    transition-delay: .5s;
}

#toggle {
    top: 5px;
    position: absolute;
    right: 68px;
    transform: scale(1.2);
}

#toggle p {
    padding-top: 37px;
    font-size: 12px;
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

#toggle:hover {
    cursor: pointer;
}

#toggle:before,
#toggle:after {
    content: '';
    height: 2px;
    width: 0;
    background: white;
    left: 17px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: transform .7s, width .3s, margin .3s;
    top: 35px;
}

#toggle:before {
    transform: translate3d(0, -8px, 0px);
}

#toggle.on:before {
    transform: rotate3d(0, 0, 1, 45deg) translate3d(0, 0, 0);
    background-color: #ff3fa2;
    margin-left: 5px;
    margin-top: -2px;
    width: 26px !important;
    height: 4px;
}

#toggle.on:after {
    transform: rotate3d(0, 0, 1, -45deg);
    background-color: #ff3fa2;
    margin-left: 5px !important;
    margin-top: -2px;
    width: 26px !important;
    height: 4px;
}

#toggle:after {
    transform: translate3d(0, 8px, 0);
}

#toggle .menu-line {
    width: 0;
    height: 2px;
    background: white;
    left: 17px;
    position: absolute;
    transition: transform .7s, width .3s, margin .3s;
    top: 35px;
}

#toggle.all-loaded .menu-line {
    width: 20px;
}

#toggle.all-loaded:before {
    width: 36px;
}

#toggle.all-loaded:after {
    width: 30px;
}

#toggle:hover .menu-line {
    margin-left: 8px;
}

#toggle:hover:after {
    margin-left: 3px;
}

#toggle.on:hover:after {
    margin-left: 0;
}

#toggle.on .menu-line {
    opacity: 0;
}

#header-main-menu {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

span.menu-num {
    position: absolute;
    top: 5px;
    color: #666;
    left: -25px;
}

.main-menu.sm-clean {
    background-color: transparent;
    display: inline-block;
    max-width: 90%;
}

.main-menu > li {
    margin-bottom: 15px;
}

.sm ul {
    padding-left: 0;
}

.sm-clean a {
    position: relative;
}

.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
    font-family: 'Unna', serif;
    color: #fff;
    padding: 5px 0;
    font-size: 35px;
    line-height: 110%;
    font-weight: 400;
}

.sm-clean > li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 15px;
    transition: width .3s;
    position: absolute;
    left: -5%;
    bottom: 8px;
    z-index: -1;
}

.sm-clean a.current:after,
.sm-clean a:hover:after,
.sm-clean ul a:hover:after {
    width: 110%;
}

.sm-clean a.current {
    color: #ff3fa2;
}

.sm-clean a span.sub-arrow {
    color: #acacac;
    font-size: 45px !important;
    right: -45px;
    left: auto;
}

.sm-clean a span.sub-arrow:before {
    display: block;
    content: '\203A';
    transform: rotate(90deg);
}

.sm-clean a.highlighted span.sub-arrow:before {
    display: block;
    content: '\203A';
    transform: rotate(270deg) translateY(-3px);
    margin-left: -4px;
}

.sm-clean .sub-menu li a,
.sm-clean .children li a {
    color: #bbbbbb;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 10px;
    padding: 10px 0;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.sm-clean .sub-menu li a:hover,
.sm-clean .sub-menu li a.current,
.sm-clean .children li a:hover,
.sm-clean .children li a.current {
    color: #fff;
}

.menu-holder-back {
    width: 100%;
    position: fixed;
    background-color: #000;
    background-image: url("../images/lines.png");
    background-repeat: no-repeat;
    background-position: center right;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 998;
    top: 0;
    left: 0;
    padding-top: 135px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s, opacity 0.7s ease;
}

.menu-holder-back.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.menu-holder-back {
    padding-top: 0;
    height: 110%;
}

@media screen and (min-width: 768px) {
    .menu-holder-back > * {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
}

.menu-wrapper-back {
    width: 1110px;
    max-width: 100%;
    margin: 70px auto 0;
    padding-left: 165px;
    opacity: 0;
    transition: opacity 0.7s ease, margin-top 0.7s ease;
}

.open .menu-wrapper-back {
    opacity: 1;
    margin-top: 0;
    transition-delay: 0.3s;
}

.menu-text {
    font-size: 16px;
    line-height: 170%;
}

.menu-right-text .menu-text a:hover {
    color: #acacac;
}

p.menu-text-title {
    font-size: 10px;
    line-height: 110%;
    letter-spacing: 1px;
    padding-bottom: 6px;
    margin-bottom: 0;
}

.menu-right-text {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

a.social-text {
    margin-right: 35px;
    font-size: 10px;
    letter-spacing: 1px;
}

.social-holder a:last-of-type {
    margin-right: 0;
}


/* ===================================
    4. Home CSS
====================================== */

#portfolio-wrapper {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    position: relative;
}

#portfolio-grid {
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
    padding: 0;
    list-style: none;
}

.grid {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.grid-sizer {
    width: 50%;
}

.grid-item {
    float: left;
    font-size: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
    width: calc(50% - 30px);
    border: 15px solid transparent;
}

.grid-item.p_one_half {
    width: 50%;
}

.grid-item.p_one {
    width: calc(100% - 30px);
}

.grid-item img {
    width: 100% !important;
    height: auto;
    display: block;
}

.grid-item .entry-holder {
    text-align: center;
    background-color: #fff;
    padding: 50px 20px;
}

.grid-item a.item-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.portfolio-text-holder {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    text-align: center;
}

.portfolio-title {
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 0;
    border: 1px solid;
    padding: 12px 25px;
}

.grid-item a.item-link:hover:after,
.grid-item a.item-link:hover .portfolio-text-holder {
    opacity: 1;
}


/* ===================================
    5. About CSS
====================================== */

ul.timeline-holder {
    margin: 0;
    padding: 0 0 0 40px;
}

li.timeline-event {
    margin: 0 0 42px 60px;
    position: relative;
    padding-top: 5px;
    padding-left: 10px;
    list-style: none;
    color: #808080;
    transition: .3s;
}

li.timeline-event:hover {
    color: #fff;
}

li.timeline-event:before {
    content: "";
    width: 2px;
    height: calc(100% - 20px);
    position: absolute;
    background-color: #333;
    left: -30px;
    top: 51px;
}

li.timeline-event:last-child:before {
    display: none;
}

li.timeline-event:last-child {
    margin-bottom: 0;
}

li.timeline-event:hover span.timeline-circle:before {
    background-color: #333;
}

span.timeline-circle {
    position: absolute;
    top: 0;
    left: -30px;
}

span.timeline-circle:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 90%;
    border: 2px solid #333;
    position: absolute;
    left: -16px;
    top: 3px;
    z-index: 1;
    transition: .3s;
}

.timeline-event-date {
    position: absolute;
    left: -100px;
    top: 2px;
    color: #fff;
    transition: .3s;
}

li.timeline-event:hover .timeline-event-date {
    transform: translateX(-10px);
}

.timeline-event-content {
    line-height: 160%;
    text-align: left;
}


/* ===================================
    6. Image Slider CSS
====================================== */

.simple-image-slider-pagination.swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
}

.simple-image-slider-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    vertical-align: middle;
    margin: 0 5px;
    border: 3px solid white;
}

.simple-image-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #666;
    background-color: #666;
}

.swiper-slide img {
    margin: 0 auto;
    max-width: 70%;
    max-height: 100%
}


/* ===================================
    7. Blog Page CSS
====================================== */

.blog-holder > article {
    margin-bottom: 100px;
}

.blog-holder > article:last-of-type {
    margin-bottom: 0;
}

.blog-item-holder .entry-holder {
    width: 100%;
    position: relative;
    text-align: center;
}

.blog-item-holder img {
    margin-bottom: -50px;
}

.blog-item-holder .entry-info {
    margin: 0;
    list-style: none;
    padding: 20px;
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    background-color: #fff;
    color: #000;
    margin-bottom: 20px;
}

.blog-item-holder h2.entry-title {
    font-family: 'Unna', serif;
    font-weight: 700;
    font-size: 47px;
    line-height: 120%;
    padding: 0;
    word-break: break-word;
    margin: 0 auto -95px;
    max-width: 550px;
    position: relative;
}

.entry-info li {
    font-size: 15px;
    line-height: 100%;
}

.entry-info li .entry-info-text {
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.blog-item-holder h3 {
    font-size: 18px;
    text-align: center;
    color: #ff3fa2;
    padding-top: 5px;
    font-weight: 600;
}

.blog-item-holder.botto-section {
    padding-top: 13px;
}


/* ===================================
    8. Single Post CSS
====================================== */

.single-post .post-info-wrapper {
    font-size: 15px;
    width: 150px;
    margin-right: 100px;
    float: left;
    clear: left;
    min-width: 150px;
    min-height: 1px;
    margin-top: 9px;
}

.single-post .post-info-wrapper .entry-info,
.single-post .post-info-wrapper .entry-info a {
    position: relative;
    color: #808080;
}

.single-post .post-info-wrapper .entry-info a:hover {
    color: #fff;
}

.single-post .post-info-wrapper .entry-info > div {
    margin-bottom: 20px;
}

.single-post .post-info-wrapper .entry-info > div:last-of-type {
    margin-bottom: 0;
}

.single-post .post-info-wrapper .text-holder {
    font-size: 10px;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 0;
    line-height: 15px;
    font-weight: 500;
}

.single-post h1.entry-title {
    font-family: "Unna", serif;
    font-weight: 700;
    font-size: 47px;
    line-height: 120%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding: 0;
    margin: 0 auto 60px;
    width: 680px;
    max-width: 100%;
    text-align: center;
}

.single-post .entry-info div:last-of-type:after {
    display: none;
}

.single-post .entry-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-post .entry-info ul li {
    display: inline-block;
}

.single-post .entry-info .cat-links li:after {
    content: ",";
    padding-right: 5px;
}

.single-post .entry-info .cat-links ul li:last-child:after {
    display: none;
}

.img-caption {
    display: table;
    padding: 12px 60px;
    margin: 0 auto;
    text-align: center;
    background-color: #808080;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.single-post .entry-content {
    width: 680px;
    float: left;
    margin: 0 auto;
    max-width: 100%;
}

.tags-holder {
    margin: 30px 0;
    display: inline-block;
}

.tags-holder a {
    color: #808080;
    border: 3px solid #808080;
    text-decoration: none;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 17px 5px 20px;
    font-size: 10px;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 50px;
    transition: all .3s ease;
    letter-spacing: 3px;
    font-weight: 700;
}

.tags-holder a:last-of-type {
    margin-right: 0;
}

.tags-holder a:hover {
    color: #fff;
    border-color: #fff;
}


/* ===================================
    9. Contact Page CSS
====================================== */

.my-info span {
    color: #808080;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    border: 0;
    border-bottom: 2px solid #333333;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 10px 0;
    height: 28px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    line-height: 25px;
    background-color: transparent;
    color: #808080;
}

.contact-form input[name="your-name"] {
    margin-top: 0;
    padding-top: 0;
}

.contact-form textarea {
    height: 150px;
}

.contact-form input[type=submit] {
    display: inline-block;
    border: 2px solid;
    text-align: center;
    padding: 20px 0px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 25px;
    vertical-align: middle;
    text-decoration: none;
    background-color: #1a1a1a;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    width: 100%;
    letter-spacing: 8px;
    transition: opacity .3s ease;
    cursor: pointer;
}

.contact-form input[type=submit]:hover {
    opacity: 0.8;
}

.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form input[type=email]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #808080;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=text]:-ms-input-placeholder,
.contact-form input[type=email]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    font-family: 'Poppins', sans-serif;
    color: #808080;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form textarea::placeholder {
    font-family: 'Poppins', sans-serif;
    color: #808080;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    opacity: 1;
}


/* ===================================
    10. Footer CSS
====================================== */

.footer-content {
    color: #6f6f6f;
}

.footer-content a {
    color: #acacac;
}

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

.footer-logo img {
    margin: 0 auto 55px;
    display: block;
}

.copyright-holder {
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
    border-top: 1px solid #333;
}

.get-in li {
    line-height: 28px;
    font-size: 14px;
    list-style: none;
    position: relative;
    left: 15px;
}

.get-in li a {
    position: relative;
}

.get-in li i {
    color: #ff3fa2;
    position: absolute;
    left: -25px;
    top: 5px;
}

.social-wrap {
    float: left;
}

.social-wrap ul {
    display: inline-block;
    float: right;
}

.social-wrap ul li {
    list-style: none;
    float: left;
    margin-left: 25px;
    padding-top: 25px;
}

.social-wrap ul li a {
    float: left;
}

.phone a {
    font-size: 25px;
}

.twit a {
    background: #151515;
    display: flex;
    padding: 11px;
    border-radius: 30px;
    text-decoration: none;
}

.banner-wrap {
    width: 100%;
    position: relative;
    background: url(../images/banner.jpg) center bottom no-repeat;
    background-size: cover;
    text-align: center;
    height: 650px;
    position: relative;
    margin: 0 auto;
}

.typo-top {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
}

.typo-top h3 {
    font-size: 40px;
}

.typo-top a {
    font-size: 16px;
    background: linear-gradient(#b30f64, #ff3fa2);
    padding: 12px 35px;
    border-radius: 30px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}

.typo-top a:hover {
    color: #000;
}

.more {
    position: relative;
}

.more a:before {
    content: "";
    width: 30px;
    height: 2px;
    left: -35px;
    top: 20px;
    background: #ff3fa2;
    position: absolute;
}

.more a:after {
    content: "";
    width: 30px;
    height: 2px;
    right: -35px;
    top: 20px;
    background: #ff3fa2;
    position: absolute;
}

.more img {
    width: 55px;
    display: inline-block;
    position: absolute;
    right: 0;
}

.typo-bottom {
    position: absolute;
    bottom: 0;
    background: #0000007a;
    width: 100%;
    font-size: 16px;
    padding: 8px 15px;
}

.typo-bottom h3 {
    font-size: 22px;
    text-transform: uppercase;
    padding: 8px 0;
    margin-bottom: 0;
}

.more {
    padding-top: 35px;
}

.top-footer {
    border-top: 3px solid #ff3fa2;
    border-bottom: 1px solid #333;
    position: relative;
    border-bottom: 1px solid #333;
}

footer {
    position: relative;
    background: #000;
}

.top-footer h3 {
    font-size: 20px;
    color: #999999;
    text-transform: uppercase;
    text-align: center;
}

.top-footer ul {
    padding-left: 0;
    margin-top: 15px;
}

.top-footer ul li {
    list-style: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.top-footer ul li .pink {
    color: #ff3fa2;
}

.top-footer ul li p {
    margin-bottom: 0;
    line-height: 26px;
    color: #999;
}

.top-footer ul li a {
    display: block;
}

.footer-section {
    border-right
}

.footer-list {
    padding-top: 40px;
    border-right: 1px solid #333;
}

.footer-list:last-child {
    border-right: none
}

.top-social {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
    top: -18px;
}

.top-social a {
    text-decoration: none;
    background: #ff3fa2;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 16px;
}

.top-social a:hover {
    color: #ff3fa2;
    background: #333;
}

.top-social a i {
    padding-right: 10px;
}

.center-footer {
    padding: 30px 0;
}

.all-girls {
    background: #100417
}

.all-girls-content {
    padding: 35px;
}

.all-girls-content h3 {
    font-size: 25px;
    text-transform: uppercase;
}

.all-girls-content p {
    width: 80%;
    line-height: 28px;
    color: #999999;
    font-size: 15px;
}

.all-girls-content img {
    display: inline-block;
    width: 65px;
}

.all-girls-promot {
    margin-top: 25px;
}

.promot-btn {
    font-size: 35px;
    color: #ff3fa2
}

.promot-btn:hover {
    color: #999;
    text-decoration: none
}

.promot-btn img {
    width: 100px;
}

.all-girls-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#content {
    background: #333333
}

.girl-list {
    padding: 50px 0
}

.promotion-text {
    text-align: center;
}

.promotion-text h3 {
    font-size: 25px;
    text-transform: uppercase;
}

.promotion-text p {
    line-height: 28px;
    color: #ccc;
    font-size: 14px;
}

.promotion-text img {
    display: inline-block;
    width: 70px;
}

.grid-list h3 {
    line-height: 30px;
    padding-bottom: 25px;
}

.site__wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: inline-block;
}

.site__info {
    clear: both;
    position: absolute;
    bottom: -20%;
    padding: 3em;
    display: block;
    font-variant: small-caps;
    letter-spacing: 2px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grid {
    float: none;
    width: 100%;
    height: 100% !important;
}

@media screen and (min-width: 40.063em) {
    .grid {
        float: left;
        width: 100%;
        height: 100% !important;
    }
}

.card__image.overflow {
    overflow: hidden;
}

.card__image > img {
    display: block;
    margin-bottom: 0;
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.card__image:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.card__title {
    color: #ff3fa2;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    background: #000;
    line-height: 1.2;
    padding: 10px 25px;
    border-radius: 5px;
    box-shadow: 4px 4px 66px #ff3fa2f5;
    margin-bottom: 0.75em;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.card__title:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.card__overlay {
    content: "";
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.card__overlay--indigo {
    background-image: linear-gradient(to bottom, #0000, #00000063));
    z-index: 2;
}

.card__overlay--blue {
    background-image: linear-gradient(to bottom, rgba(41, 182, 246, 0.1), rgba(41, 182, 246, 0.8));
    z-index: 2;
}

.card__overlay-content {
    position: absolute;
    bottom: -25px;
    padding: 1.5em;
    z-index: 3;
}

.grid.height50 {
    position: relative;
    height: 0px;
    margin-top: 20px;
}

.grid.height50 .card__overlay {
    height: 50%
}

.grid .card {
    background-color: #000;
    background-clip: border-box;
    /*    border: 5px solid rgba(0,0,0,.125);*/
}

.grid.height50 .card {
    height: 93%;
    overflow: hidden;
}

.girls-list-wrap {
    padding-top: 45px;
}

.padding-t-15 { padding-top: 15px; }
figure.snip0016 {
    color: #fff;
    position: relative;
    /*    overflow: hidden;*/
    border: 4px solid #000;
    /*    overflow: hidden;*/
    width: 100%;
    background: #ff3fa2;
    margin-bottom: 30px;
    text-align: left;
}

figure.snip0016 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip0016 img {
    max-width: 100%;
    opacity: 1;
    height: 300px;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.profile-img { 
height: 300px;
 }

figure.snip0016 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.girls-list-wrap figure.snip0016 ul li {
    margin: 0 0 5px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

figure.snip0016 ul li {
    word-spacing: -0.15em;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    -webkit-transform: translate3d(0%, 80%, 0);
    transform: translate3d(0%, 80%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0016 ul li span {
    font-weight: 800;
}

figure.snip0016 .ladies-title {
    text-align: center;
}

figure.snip0016 .ladies-title a {
    left: 0;
    right: 0;
    /* top: 0; */
    width: 85%;
    /* padding-top: 5px; */
    bottom: -12px;
    background: #000;
    text-transform: uppercase;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    /* text-align: center; */
    position: absolute;
    color: #ff3fa2;
}

figure.snip0016:before {
    content: "";
    position: absolute;
    width: 85%;
    background: #000;
    height: 14px;
    bottom: -15px;
    left: 0;
    z-index: 99;
    margin: 0 auto;
    right: 0;
}

figure.snip0016:hover img {
    opacity: .1;
}

figure.snip0016:hover .promo {
    opacity: .1;
}

figure.snip0016:hover figcaption ul li {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

figure.snip0016:hover figcaption::before {
    background: #ff3fa2;
    left: 30px;
    opacity: 2;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.ladies-details {
    padding-left: 0;
}

.ladies-details li {
    text-align: center;
    border-bottom: 1px solid #000;
    list-style: none;
}

.promo {
    top: 0;
    position: absolute;
    color: #000;
    background: #ff3fa2;
    padding: 3px 25px;
    margin-top: 5px;
    text-transform: uppercase;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-family: 'Poppins', sans-serif;
}


/*Subpages*/

.subpages-banner {
    height: 350px;
    position: relative;
}
.adult-massage-toronto {
    height: 550px;
    position: relative;
}
.subpages-banner.contact-us {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/contact-bg.jpg) no-repeat center top/cover;
}

.subpages-banner.schedule {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/schedule-bg.jpg) no-repeat center top/cover;
}

.subpages-banner.ladies-list {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/ladies-list-bg.jpg) no-repeat center top/cover;
}
.adult-massage-toronto.ladies-list {
    background: url(../images/adult-massage-toronto.jpg) no-repeat center top/cover;
	background-size:contain;
	margin-top:80px;
}
.erotic-massage-toronto.ladies-list {
    background: url(../images/Spa-Banner-1.jpg) no-repeat center top/cover;
	background-size:contain;
	margin-top:80px;
}
.full-body-massage.ladies-list {
    background: url(../images/Spa-Banner-2.jpg) no-repeat center top/cover;
	background-size:contain;
	margin-top:80px;
}
.sensual-massage-toronto.ladies-list {
    background: url(../images/Spa-Banner-3.jpg) no-repeat center top/cover;
	background-size:contain;
	margin-top:80px;
}
.erotic-massage-toronto {
    height: 550px;
    position: relative;
}
.full-body-massage {
    height: 550px;
    position: relative;
}
.sensual-massage-toronto {
    height: 550px;
    position: relative;
}
.bredgram {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.bredgram h5 {
    background: #ff3fa2;
    padding: 14px 5px;
    width: 50%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    text-transform: uppercase;
    margin: 0 auto;
}

.swiper-container-3d {
    margin-bottom: 35px;

}

.entry-title {
    text-align: center;
    text-transform: uppercase;
    background: #ff3fa2;
    font-family: 'Unna', serif;
    width: 65%;
    margin: 0 auto;
    font-size: 30px;
    padding: 8px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-top: 50px;
}

.single-section {
    padding-top: 130px;
    background: #000;
    padding-bottom: 50px;
}
.swiper-pagination-bullet {
    border: 1px solid #ff3fa2;
}
.one_third.last {
    border: 1px solid #000;
    padding: 10px 25px;
    box-shadow: 2px 2px 15px #00000014;
    margin-bottom: 50px;
    width: 100%;
}

.sub-title {
    font-size: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ff3fa2;
    padding-bottom: 15px;
    padding-top: 10px;
}

.sub-title-2 {
    color: #ff3fa2;
}

.swiper-pagination-bullet-active {
    background: #ff3fa2 !important;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}

.swiper-pagination-bullet {
    opacity: 2 !important
}

.swiper-slide {
    text-align: center;
}

.single-promo {
    background: linear-gradient(rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.49)), url(../images/bodybg-img.jpg) no-repeat center center/cover;
    margin-top: 50px;
}

.ft-fixed-area {
    position: relative;
}

.ft-fixed-area .reservation-box {
    color: #fff;
    background-color: #ff3fa2;
    background-image: url(../images/bodybg-img.jpg);
    background-size: cover;
    position: relative;
    top: 0;
    padding: 20px;
    margin: 35px 0;
}

.ft-fixed-area .reservation-wrap {
    border: 1px solid #ff3fa2;
    padding: 10px 25px 25px;
    position: relative;
    background: #9209509e;
}

.ft-fixed-area .reservation-wrap:before {
    top: -5px;
    right: -5px;
}

.ft-fixed-area .reservation-wrap:before,
.ft-fixed-area .reservation-wrap:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.ft-fixed-area .reservation-wrap:after {
    left: -3px;
    bottom: -3px;
}


/*Contct us*/

.adress_info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    border: 2px solid #000;
    padding-bottom: 20px;
    position: relative;
}

.adress-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.adress-list i {
    display: block;
    width: 60px;
    height: 59px;
    margin: 0 auto;
}

.adress-list i {
    position: absolute;
    top: -15px;
    z-index: 1;
    left: 0;
    right: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #000;
    font-size: 40px;
    border: 2px solid #ff3fa2;
}

.adress-list p {
    text-align: center;
    padding-top: 80px;
}

.adress-list h3 {
    text-align: center;
    font-size: 20px;
}

.adress-list:after {
    content: '';
    position: absolute;
    top: -25px;
    display: block;
    background: #ff3fa28c;
    width: 84px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.contact-wrap {
    padding: 85px 0;
}

.adress-list h3 {
    text-align: center;
    margin-top: 85px;
    line-height: 28px;
}

.adress-list ul {
    margin-top: 85px;
    padding-left: 0;
}

.adress-list ul li {
    text-align: center;
    line-height: 28px;
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
}

.adress-list ul li span {
    color: #ddd;
    font-size: 16px;
    display: block;
}

.contactforms {
    padding-top: 80px;
    /*padding-bottom: 80px;*/
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(/img/fon_reservation_l.png) no-repeat center top/cover;
    background: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.28)), url(../images/bodybg-img.jpg) no-repeat center center/cover;
}

.form-list {
    list-style: none;
    padding-left: 0;
}

.form-list li {
    margin-bottom: 10px;
}

.form-list li input {
    width: 100%;
    border: 1px solid #ff3fa26e;
    color: #ccc;
    background: #000;
    padding: 6px 15px;
}

.form-list li textarea {
    width: 100%;
    border: 1px solid #ff3fa26e;
    background: #000;
    padding: 6px 15px;
    color: #999
}

.form-list li button {
    background: #ff3fa2;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px 45px;
    border-radius: 4px;
}

.form_reserv h3 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}


/*
Ladies list*/

.select-wrap {
    width: 100%;
}

.select-wrap select {
    width: 100%;
    padding: 8px;
    background: #ff3fa2;
    border: 1px solid #000;
    height: 50px;
}

.select-wrap select option {
    color: #fff;
    background: #000
}

.select-wrap button {
    width: 100%;
    padding: 8px;
    background: #ff3fa2;
    border: 1px solid #000;
    height: 50px;
    cursor: pointer;
}

.entry-info.no-bg {
    padding: 0;
    background: #000;
}

.dates-wrap {
    padding: 5px !important;
    background-color: transparent !important;
    border: 1px solid #000;
    margin-top: 25px !important
}

.dates-wrap li a {
    background: #333;
    padding: 25px;
    display: block;
    text-align: left;
    /*    margin-right: 10px;*/
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
    border-right: 1px solid #000;
}

.dates-wrap li a:hover,
.dates-wrap li .active {
    background: #000;
    color: #fff
}

.dates-wrap li a span {
    font-size: 28px;
    margin-bottom: 20px;
    display: block;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #ccc;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #F87DA9;
    border-radius: 100%;
    background: #000;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.days {
    width: 100%;
    display: inline-block;
    margin-bottom: -50px;
}

.days p {
    display: inline-block;
    float: left;
    padding: 5px 35px;
    padding-left: 0;
}

.day-time {
    padding-bottom: 50px;
}


.week-list {
    display: inline-block;
    margin-top: 25px;
}
.week-list ul{
    text-align: center;
    padding-left: 0;
}
.week-list ul li{ 
    float: left;
    list-style: none;
    margin-right: 10px;
}

.week-list ul li .active{ 
    color: #ff3fa2;
}

.week-list ul li button:hover{ 
    color: #ff3fa2;
}


.wlist {
    cursor: pointer;
    background: #000;
    border: 1px solid #ff3fa28c;
    box-shadow: 3px 3px #ff3fa2c2;
    /* height: 50px; */
    color: #fff;
    padding: 6px 50px;
    box-sizing: border-box;
}
.reat-wrap { padding-top: 50px;
    padding-bottom: 30px; }
.reat-wrap ul { padding-left:0;  }
.reat-wrap ul li { list-style: none; color: #cccccc }
.reat-wrap ul li i { color: #ff3fa2 }
.price-list { border: 1px solid #ff3fa2;
    text-align: center;
    padding: 35px 0;
    box-shadow: 2px 2px 5px #ff3fa254; }
.price-list i { color: #999; font-size: 50px; }
.price-list p { font-size: 20px; margin-bottom: 0; }
.price-list h3 { font-size: 35px; }
.price-list-wrap { text-align: center; }
.price-list-wrap .info-code-title { color: #ff3fa2; font-weight: 600 }
.high { background: #000; font-size: 20px; padding: 12px;  line-height: 30px; }
.emp-form { padding-bottom: 50px; }



.file-input {
 display: inline-block;
 text-align: left;
 background: #000;
 border: 1px solid #ff3fa26e;
 width: 100%;
 position: relative;
 border-radius: 3px;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
    cursor: pointer;
    background: #333;
    padding: 5px 16px;
    border-radius: 2px;
    color: #999;
    margin-right: 8px;
}

.file-input:hover > .button {
  background: #ff3fa2;
  color: white;
}

.file-input > .label {
/*  color: #333;*/
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}
.amt-clact p a {
    background: #ff3fa2;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 5px 45px;
    border-radius: 4px;
    font-size: large;
}
.appointment-booking {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appointment-booking h3 {
    font-size: 20px;
}
a.header-call {
    background-color: #F7459D;
    padding: 5px;
    border-radius: 5px;
}
a.header-call:hover {
	color:#fff;
	text-decoration:none;
}

/* ===================================
    11. Responsive CSS
====================================== */

@media screen and (max-width: 1366px) {
    .menu-wrapper-back {
        padding-left: 25%;
    }
}

@media screen and (max-width: 1360px) {
    /* .blog-item-holder .entry-info {
        max-width: 85%;
    }   */
    .single-post .post-info-wrapper {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .single-post .post-info-wrapper .entry-info {
        position: relative !important;
        top: 0 !important;
    }
    .single-post .post-info-wrapper .entry-info > div {
        display: inline-block;
        margin: 0 20px;
    }
    .single-post .entry-content {
        float: none;
    }
}

@media screen and (max-width: 1200px) {
    .dates-wrap li a {
        background: #333;
        padding: 16px;
    }

    .slideshow-container {
        height: 70vh;
    }


}
    @media screen and (max-width: 1020px) {
        .site-content,
        footer {
            padding: 0;
            width: 100%;
            margin-left: auto;
        }
        .header-logo img,
        .footer-logo img {
            width: 100%;
            height: auto;
        }
        #toggle {
            padding: 0;
        }
        .menu-holder-front {
            display: block;
            position: relative;
            width: calc(100% - 30px);
            left: 15px;
        }
        .toggle-holder {
            right: 15px;
            top: 0;
            position: absolute;
            margin-left: 0;
        }
        .open .toggle-holder {
            top: 30px;
            right: 30px;
        }
        .menu-wrapper-back {
            padding-top: 100px;
            padding-left: 10%;
        }
        .blog-item-holder .entry-holder {
            opacity: 1;
            padding: 25px 0;
        }
        .blog-item-holder .entry-holder {
            display: block;
        }
        .one_half,
        .one_third,
        .one_fourth,
        .two_third,
        .three_fourth {
            width: 100% !important;
            float: none;
            margin-right: 0;
            margin-left: 0;
        }
        .contact-form {
            margin-top: 50px;
        }
        #toggle {
            right: 20px;
        }
        .all-loaded.on {
            right: 50px !important;
            top: -20px !important;
        }
        .slideshow-container .mySlides {
                padding-top: 0;
            }
    }
    @media screen and (max-width: 992px) {
        .dates-wrap li a {
            display: table-row-group;
        }
        .dates-wrap li a span {
            font-size: 20px;
            margin-bottom: 15px;
        }
        .dates-wrap li a {
            font-size: 14px;
        }
        .dates-wrap li a:hover,
        .dates-wrap li .active {
            background: transparent;
            color: #fff;
            color: #ff3fa2;
        }
        .dates-wrap {
            padding: 15px !important;
        }
        .slideshow-container {
            height: 50vh;
        }
    }
        @media screen and (max-width: 767px) {
            .menu-wrapper-back {
                padding-left: 0;
            }
            body.page-background,
            .menu-holder-back {
                background-image: none;
            }
            #header-main-menu {
                width: 90% !important;
                display: block;
                /*        margin-left: 70px;*/
            }
            .menu-left-part {
                padding-top: 100px;
                height: calc(100% - 100px);
                padding-left: 45px;
                width: calc(100% - 45px);
            }
            .menu-left-part > * {
                position: relative;
                top: 0;
                transform: none;
            }
            .menu-right-text {
                display: block;
                width: 75%;
                margin-left: 50px;
                margin-top: 40px;
                margin-bottom: 40px;
            }
            .grid-item,
            .grid-sizer {
                width: 100% !important;
                float: none;
                border: 0;
                margin-bottom: 20px;
            }
            .blog-item-holder h2.entry-title {
                max-width: 100%;
                margin-bottom: 30px;
            }
            .blog-item-holder .entry-info {
                display: block;
            }
            .entry-info li {
                border-bottom: 1px solid #ddd;
                padding: 15px 0;
            }
            .entry-info.no-bg li {
                padding: 0;
                border-bottom: 1px solid #000;
            }
            .single-post h1.entry-title,
            .blog-item-holder h2.entry-title,
            h1.entry-title.page-title {
                font-size: 34px;
                margin-bottom: 35px;
            }
            .page-featured-image {
                margin-bottom: 40px;
            }
            .img-caption {
                font-size: 12px;
                line-height: 130%;
                margin-top: 0;
            }
            .social-wrap ul {
                float: left !important;
                display: flex;
                padding-left: 0;
            }
            .social-wrap ul li {
                margin-left: 0 !important;
                padding-right: 18px;
            }
            .all-girls-content p {
                width: 80%;
            }
            .bottom-logo {
                margin: 0 auto;
                margin-bottom: 25px;
            }
            .entry-info li {
                border-bottom: 1px solid #ddd;
                padding: 5px 8px;
                border: 1px solid #000;
            }
            .blog-item-holder .entry-info {
                border: none;
            }
            .dates-wrap {
                padding: 15px 0 !important;
            }
            .dates-wrap li {
                float: left;
            }
        }
    }
        @media screen and (max-width: 650px) {
            .single-content-wrapper {
                margin-top: 40px;
            }
            .single-post h1.entry-title,
            .blog-item-holder h2.entry-title,
            h1.entry-title.page-title {
                font-size: 27px;
            }
            .simple-image-slider-pagination.swiper-pagination {
                margin-bottom: 15px;
            }
            .single-post .post-info-wrapper .entry-info > div {
                display: block;
                line-height: 130%;
                margin: 20px 0;
            }
            .header-logo img,
            .footer-logo img {
                width: 80%;
                margin: 0 auto;
            }
            .all-girls-content {
                padding: 35px !important;
            }
            .all-girls-content p {
                width: 100% !important;
            }
            .adress-list h3 {
                font-size: 15px;
                line-height: 22px;
            }
        }
        @media screen and (max-width: 480px) {
            .social-wrap {
                display: none
            }
            .header-logo {
                width: 70%;
                float: left;
            }
            .top-right {
                width: 30%
            }
            .toggle-holder {
                right: 0;
                top: -10px;
            }
            .#header-main-menu {
                margin-left: 0
            }
            figure.snip0016 img {
                height: 100% !important;
                width: 100% !important;
            }
            .subpages-banner {
                height: 200px !important;
            }
			.adult-massage-toronto {
                height: 200px !important;
            }
            .bredgram h5 {
                padding: 7px 5px;
                font-size: 18px;
            }
            .adress-list h3 {
                margin-bottom: 50px;
            }
            .entry-info li {
                width: 100%;
            }
            .dates-wrap {
                padding: 15px 0 !important;
            }
            .dates-wrap li {
                width: 33.33%;
                min-height: 80px;
            }
            .week-list ul li {
                margin-right: 0;
            }
            .wlist {
                padding: 5px 20px;
            }
            .slideshow-container {
            height: 20vh;
         }
         .text {
            font-size: 14px;
            }
            .dots { display: none; }
            .prev, .next {
                top: 35%;
        }}
		.menu-holder-back.open{z-index:99;}
		@media (max-width:575px){ #toggle{top:-85px !important;right: -280px !important;}.open .toggle-holder{z-index: 9999 !important;
		position: absolute !important;right: 75px !important;}.open .appointment-booking{display:none !important;}}
		@media (max-width:480px){.home-banner{margin-top:185px !important;}}
		@media (max-width:420px){
			#toggle{right:-250px !important;}
		}
		@media (max-width:380px){
			#toggle{right:-235px !important;}
		}
		@media (max-width:360px){
			#toggle{right:-225px !important;}
		}
		@media (max-width:340px){
			#toggle{right:-215px !important;}
		}
		.wrapup{position: fixed;
    top: 0px;
    z-index: 9999;
		background: #000;}
		.header-call {
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1.3s linear infinite alternate;
  -moz-animation: glow 1.3s linear infinite alternate;
  animation: glow 1.3s linear infinite alternate;
}

@-webkit-keyframes glow {
  from {
    background-color: #ff4da6;
  }  
  to  {
    background-color: #7f1f50;
}
}

#profile-reviews .reviewer-stars {

    font-size: 14px;
    margin-bottom: 0 !important;
}
#profile-reviews .stars {

    font-size: 20px;
    text-align: right;
    margin-left: auto;
}

#reviewer-details {

    color: #ff3fa2;
    font-size: 12px;
    line-height: 1.4;
}