@import url("css/iconfont/material-icons.css");
/***** Reset default css *****/
@import "styles/body.css";
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

/****** Color variables *******/
html {
  margin: 0 !important;
}

html.stick {
  margin-top: 32px;
}

/********* Tables ***********/
.striped tr td {
  padding: 10px 15px !important;
}

/****** helpers *******/
a:hover {
  text-decoration: underline;
}

.d-block {
  display: block !important;
}

li.disabled, a.disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.clear {
  clear: both;
}

.text-upper {
  text-transform: uppercase !important;
}

.text-lower {
  text-transform: lowercase !important;
}

.fs-1 {
  font-size: 0.7em !important;
}

.fs-2 {
  font-size: 1em !important;
}

.fs-3 {
  font-size: 1.3em !important;
}

.fs-4 {
  font-size: 1.6em !important;
}

.fs-5 {
  font-size: 2em !important;
}

.fs-08 {
  font-size: 0.8em !important;
}

.fs-1-r {
  font-size: 0.7em !important;
}
@media screen and (max-width: 600px) {
  .fs-1-r {
    font-size: 0.6em !important;
  }
}

.fs-2-r {
  font-size: 1em !important;
}

.fs-3-r {
  font-size: 1.3em !important;
}
@media screen and (min-width: 823px) {
  .fs-3-r {
    font-size: 1em !important;
  }
}

.fs-4-r {
  font-size: 1.6em !important;
}

.fs-5-r {
  font-size: 2em !important;
}

.btn-floating {
  border-radius: 50% !important;
}

.h1 {
  font-size: 3em !important;
}

.h2 {
  font-size: 2.5em !important;
}

.h3 {
  font-size: 2em !important;
}

.h4 {
  font-size: 1.7em !important;
}

.h5 {
  font-size: 1.4em !important;
}

.h6 {
  font-size: 1em !important;
}

.bold {
  font-weight: 600 !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-3 {
  padding: 20px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-5 {
  padding: 70px !important;
}

.p-6 {
  padding: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 20px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 20px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 70px !important;
}

.pb-6 {
  padding-bottom: 100px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 20px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 70px !important;
}

.pl-6 {
  padding-left: 100px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 20px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pr-5 {
  padding-right: 70px !important;
}

.pr-6 {
  padding-right: 100px !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.m-3 {
  margin: 20px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 70px !important;
}

.m-6 {
  margin: 100px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 20px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 70px !important;
}

.mt-6 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 20px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 70px !important;
}

.mb-6 {
  margin-bottom: 100px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 20px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 70px !important;
}

.ml-6 {
  margin-left: 100px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 20px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mr-5 {
  margin-right: 70px !important;
}

.mr-6 {
  margin-right: 100px !important;
}

.m-auto {
  margin: auto !important;
}

.w-100 {
  width: 100% !important;
  display: block;
}

.w-75 {
  width: 75% !important;
}

.w50 {
  width: 50% !important;
}

html {
  height: 100%;
  overflow-y: scroll;
}

a {
  cursor: !important;
}

.character-counter.invalid {
  color: #F44336;
}

.character-counter.valid {
  color: #4CAF50;
}

/****** Preloader *******/
.preloader-wrapper {
  display: none;
}

.preloader-wrapper.active {
  display: initial;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite !important;
  border-color: #fff transparent transparent transparent;
}

.vgca-loading-indicator {
  background: #00000030;
  position: fixed;
  z-index: 1100;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.15s !important;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.1s !important;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.05s !important;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
nav {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 76px;
  line-height: 76px;
  box-shadow: none;
  margin: auto;
}
@media screen and (max-width: 823px) {
  nav {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #d7dbdf;
  }
}
@media screen and (max-width: 823px) {
  nav .sidenav-trigger {
    margin: 0;
  }
}
nav .nav-wrapper {
  max-width: 1280px;
  margin: auto;
}
nav .nav-wrapper .header-menu a {
  text-decoration: none;
}
nav .nav-wrapper .header-menu a .fa {
  font-size: 1.3em;
}
nav .nav-wrapper .header-menu .btn-show-favorites .badge {
  min-width: 1.5rem;
  background-color: #3c3c3c !important;
}
@media screen and (max-width: 823px) {
  nav .nav-wrapper .btn-show-favorites {
    font-size: 2.5em !important;
    line-height: 1.35em !important;
  }
  nav .nav-wrapper .btn-show-favorites .fa {
    position: relative;
    height: auto;
  }
  nav .nav-wrapper .btn-show-favorites .fa span {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 0.37em;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    text-align: center;
    color: white;
    line-height: 1.3em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }
}
@media screen and (max-width: 823px) {
  nav .nav-wrapper .row {
    max-width: 200px;
    float: right;
  }
  nav .nav-wrapper .btn-header-publish {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 823px) {
  nav .nav-wrapper .sidenav-trigger {
    height: 49px;
  }
}
nav .nav-wrapper .sidenav-trigger i {
  height: 49px;
  line-height: 49px;
}
nav a {
  color: #3c3c3c !important;
  text-transform: uppercase;
  font-size: 0.8rem !important;
}
nav .brand-logo img {
  max-height: 45px;
  vertical-align: middle;
}
@media screen and (max-width: 823px) {
  nav .brand-logo img {
    max-height: 25px;
  }
}

@media screen and (max-width: 823px) {
  .filter-main {
    padding: 15px 0 !important;
  }
}
.filter-main > .col {
  float: none;
  margin: auto;
  display: flex;
  border-radius: 5px;
  border: 1px solid #ececec;
  padding: 5px 15px;
}
@media screen and (max-width: 823px) {
  .filter-main .input-search, .filter-main .button-search {
    padding-left: 0;
  }
}

.filter-results {
  margin: auto;
  float: none !important;
}
.filter-results h3 {
  margin: 0;
}

.filter-home {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 880px;
  left: calc(50% - 440px);
  bottom: 20px;
}
@media screen and (max-width: 823px) {
  .filter-home {
    bottom: 40px;
    margin-top: 100px;
    background-color: unset;
    position: initial;
    padding: 0 !important;
    max-width: 95%;
  }
  .filter-home input {
    padding: 0 10px !important;
  }
}
.filter-home form .input-field {
  padding-right: 0;
  margin: 10px 0;
}
@media screen and (max-width: 823px) {
  .filter-home form .input-field {
    float: none !important;
    padding-right: 10px;
  }
}

.filter-home input[type=text],
.filter-home select,
.filter-home input[type=number], .filter-main input[type=text],
.filter-main select,
.filter-main input[type=number] {
  background-color: white;
  border: 1px solid #D7DBDF !important;
  border-radius: 0;
  height: 2.5rem;
  width: 100%;
  font-size: 16px;
  margin: 0;
  box-shadow: none;
  box-sizing: border-box;
  transition: box-shadow 0.3s, border 0.3s;
  padding: 0 5px;
}
.filter-home button, .filter-main button {
  width: 100%;
  height: 2.5rem;
}

.filter-main .select-province {
  padding-right: 0;
}
@media screen and (max-width: 823px) {
  .filter-main .input-age-to {
    padding: 0 0 0 10px !important;
  }
}
@media screen and (max-width: 823px) {
  .filter-main .input-search {
    padding: 0;
  }
}

.page-slogan {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45px;
}
.page-slogan h2 {
  font-weight: 300;
}
@media screen and (max-width: 823px) {
  .page-slogan {
    top: 0;
  }
  .page-slogan h2 {
    font-size: 0.8em;
    margin: 10px auto !important;
  }
}
.page-slogan .col:first-child {
  font-size: 42px;
}
@media screen and (max-width: 823px) {
  .page-slogan .col:first-child {
    font-size: 30px;
  }
}
.page-slogan .col:last-child {
  font-size: 22px;
}
@media screen and (max-width: 823px) {
  .page-slogan .col:last-child {
    display: none;
  }
}

.filter-home-container {
  position: relative;
  height: 360px;
}
@media screen and (max-width: 823px) {
  .filter-home-container {
    margin-bottom: 0;
    max-height: 260px;
    overflow: hidden;
  }
}
.filter-home-container .filter-gradiente {
  position: absolute;
  top: 0;
  left: 0;
  height: 226px;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
}
@media screen and (max-width: 823px) {
  .filter-home-container .carousel {
    position: absolute;
  }
}
@media screen and (max-width: 823px) {
  .filter-home-container .carousel img {
    width: 190% !important;
  }
}

@media screen and (max-width: 823px) {
  .container.wrap-content.home {
    max-width: 100% !important;
  }
}

.home-categories a, .publish-categories a {
  color: #3c3c3c !important;
}
.home-categories h3, .publish-categories h3 {
  font-size: 1.8rem;
  font-weight: 300;
}
@media screen and (max-width: 823px) {
  .home-categories h3, .publish-categories h3 {
    margin: 10px auto;
  }
}
.home-categories > .col, .publish-categories > .col {
  margin-bottom: 30px;
}
@media screen and (max-width: 823px) {
  .home-categories > .col, .publish-categories > .col {
    margin-bottom: 20px;
  }
}
.home-categories .cat-blocks, .publish-categories .cat-blocks {
  max-width: 750px;
  position: relative;
  width: 100%;
  padding-left: 5px;
  margin: auto;
}
.home-categories .cat-blocks a:hover, .publish-categories .cat-blocks a:hover {
  text-decoration: none;
}
.home-categories .cat-blocks .col, .publish-categories .cat-blocks .col {
  width: 120px !important;
  height: 120px !important;
  padding: 5px;
}
@media screen and (max-width: 360px) {
  .home-categories .cat-blocks .col, .publish-categories .cat-blocks .col {
    width: 116px !important;
  }
}
.home-categories .cat-blocks .col .cat-block, .publish-categories .cat-blocks .col .cat-block {
  background-color: #F9F9F9;
  height: 100%;
  width: 100%;
}
.home-categories .cat-blocks .col .cat-block i, .publish-categories .cat-blocks .col .cat-block i {
  font-size: 2em;
  margin: 20px auto;
  padding: 0 5px;
}
.home-categories .cat-blocks .col .cat-block span, .publish-categories .cat-blocks .col .cat-block span {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  text-transform: uppercase;
  display: block;
}
.home-categories .cat-blocks .col .cat-block.block-1:hover, .publish-categories .cat-blocks .col .cat-block.block-1:hover {
  background-color: #f44336;
}
.home-categories .cat-blocks .col .cat-block.block-2:hover, .publish-categories .cat-blocks .col .cat-block.block-2:hover {
  background-color: #2196f3;
}
.home-categories .cat-blocks .col .cat-block.block-3:hover, .publish-categories .cat-blocks .col .cat-block.block-3:hover {
  background-color: #ea80fc;
}
.home-categories .cat-blocks .col .cat-block.block-4:hover, .publish-categories .cat-blocks .col .cat-block.block-4:hover {
  background-color: #f48fb1;
}
.home-categories .cat-blocks .col .cat-block.block-5:hover, .publish-categories .cat-blocks .col .cat-block.block-5:hover {
  background-color: #03a9f4;
}
.home-categories .cat-blocks .col .cat-block.block-6:hover, .publish-categories .cat-blocks .col .cat-block.block-6:hover {
  background-color: #009688;
}
.home-categories .cat-blocks .col .cat-block.block-7:hover, .publish-categories .cat-blocks .col .cat-block.block-7:hover {
  background-color: #4caf50;
}
.home-categories .cat-blocks .col .cat-block.block-8:hover, .publish-categories .cat-blocks .col .cat-block.block-8:hover {
  background-color: #8bc34a;
}
.home-categories .cat-blocks .col .cat-block.block-9:hover, .publish-categories .cat-blocks .col .cat-block.block-9:hover {
  background-color: #ff9800;
}
.home-categories .cat-blocks .col .cat-block.block-10:hover, .publish-categories .cat-blocks .col .cat-block.block-10:hover {
  background-color: #ff1744;
}
.home-categories .cat-blocks .col .cat-block.block-11:hover, .publish-categories .cat-blocks .col .cat-block.block-11:hover {
  background-color: #ffff00;
}
.home-categories .cat-blocks .col .cat-block.block-12:hover, .publish-categories .cat-blocks .col .cat-block.block-12:hover {
  background-color: #ff5722;
}
.home-categories .cat-blocks .col .cat-block.block-13:hover, .publish-categories .cat-blocks .col .cat-block.block-13:hover {
  background-color: #1de9b6;
}
.home-categories .cat-blocks .col .cat-block.block-14:hover, .publish-categories .cat-blocks .col .cat-block.block-14:hover {
  background-color: #536dfe;
}
.home-categories .cat-blocks .col .cat-block.block-15:hover, .publish-categories .cat-blocks .col .cat-block.block-15:hover {
  background-color: #d50000;
}
.home-categories .cat-blocks .col .cat-block.block-16:hover, .publish-categories .cat-blocks .col .cat-block.block-16:hover {
  background-color: #2979ff;
}
.home-categories .cat-blocks .col .cat-block.block-17:hover, .publish-categories .cat-blocks .col .cat-block.block-17:hover {
  background-color: #e91e63;
}
.home-categories .cat-blocks .col .cat-block.block-18:hover, .publish-categories .cat-blocks .col .cat-block.block-18:hover {
  background-color: #18ffff;
}
.home-categories .cat-blocks .col .cat-block.block-19:hover, .publish-categories .cat-blocks .col .cat-block.block-19:hover {
  background-color: #c6ff00;
}
.home-categories .cat-blocks .col .cat-block:hover, .publish-categories .cat-blocks .col .cat-block:hover {
  color: white !important;
  cursor: pointer;
}
.home-categories .cat-blocks .col .cat-block.block-1.active, .publish-categories .cat-blocks .col .cat-block.block-1.active {
  background-color: #f44336;
}
.home-categories .cat-blocks .col .cat-block.block-2.active, .publish-categories .cat-blocks .col .cat-block.block-2.active {
  background-color: #2196f3;
}
.home-categories .cat-blocks .col .cat-block.block-3.active, .publish-categories .cat-blocks .col .cat-block.block-3.active {
  background-color: #ea80fc;
}
.home-categories .cat-blocks .col .cat-block.block-4.active, .publish-categories .cat-blocks .col .cat-block.block-4.active {
  background-color: #f48fb1;
}
.home-categories .cat-blocks .col .cat-block.block-5.active, .publish-categories .cat-blocks .col .cat-block.block-5.active {
  background-color: #03a9f4;
}
.home-categories .cat-blocks .col .cat-block.block-6.active, .publish-categories .cat-blocks .col .cat-block.block-6.active {
  background-color: #009688;
}
.home-categories .cat-blocks .col .cat-block.block-7.active, .publish-categories .cat-blocks .col .cat-block.block-7.active {
  background-color: #4caf50;
}
.home-categories .cat-blocks .col .cat-block.block-8.active, .publish-categories .cat-blocks .col .cat-block.block-8.active {
  background-color: #8bc34a;
}
.home-categories .cat-blocks .col .cat-block.block-9.active, .publish-categories .cat-blocks .col .cat-block.block-9.active {
  background-color: #c6ff00;
}
.home-categories .cat-blocks .col .cat-block.block-10.active, .publish-categories .cat-blocks .col .cat-block.block-10.active {
  background-color: #ff9800;
}
.home-categories .cat-blocks .col .cat-block.block-11.active, .publish-categories .cat-blocks .col .cat-block.block-11.active {
  background-color: #ffff00;
}
.home-categories .cat-blocks .col .cat-block.block-12.active, .publish-categories .cat-blocks .col .cat-block.block-12.active {
  background-color: #ff5722;
}
.home-categories .cat-blocks .col .cat-block.block-13.active, .publish-categories .cat-blocks .col .cat-block.block-13.active {
  background-color: #1de9b6;
}
.home-categories .cat-blocks .col .cat-block.block-14.active, .publish-categories .cat-blocks .col .cat-block.block-14.active {
  background-color: #536dfe;
}
.home-categories .cat-blocks .col .cat-block.block-15.active, .publish-categories .cat-blocks .col .cat-block.block-15.active {
  background-color: #d50000;
}
.home-categories .cat-blocks .col .cat-block.block-16.active, .publish-categories .cat-blocks .col .cat-block.block-16.active {
  background-color: #2979ff;
}
.home-categories .cat-blocks .col .cat-block.block-17.active, .publish-categories .cat-blocks .col .cat-block.block-17.active {
  background-color: #e91e63;
}
.home-categories .cat-blocks .col .cat-block.block-18.active, .publish-categories .cat-blocks .col .cat-block.block-18.active {
  background-color: #18ffff;
}
.home-categories .cat-blocks .col .cat-block.block-19.active, .publish-categories .cat-blocks .col .cat-block.block-19.active {
  background-color: #ff1744;
}
.home-categories .cat-blocks .col .cat-block.active, .publish-categories .cat-blocks .col .cat-block.active {
  color: white !important;
}

@media screen and (max-width: 823px) {
  .publish-categories {
    padding: 20px 0 !important;
  }
  .publish-categories .cat-blocks .col {
    width: 33% !important;
  }
}

.page-footer {
  clear: both;
  margin-top: 40px;
  padding-top: 30px;
  color: #fff;
  /*background: #3C3C3C //url(http://127.0.0.1/tapadillo.es/wp-content/themes/tapadillo_sb/images/bg_footer.png) repeat*/
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 600px) {
  .page-footer .user-conditions {
    text-align: left;
    padding: 5px 10px;
  }
  .page-footer .cookie-policy {
    text-align: right;
    padding: 5px 10px;
  }
  .page-footer .privacy-policy {
    text-align: left;
    padding: 5px 10px;
  }
  .page-footer .contact-us {
    text-align: right;
    padding: 5px 10px;
  }
}
.page-footer a {
  color: white;
}
.page-footer p, .page-footer li {
  font-size: 0.9rem;
}
.page-footer p {
  padding-right: 30px;
}
.page-footer .fa {
  font-size: 1.3rem;
}
.page-footer .footer-socials li {
  line-height: 2rem;
}
.page-footer .footer-socials a {
  color: white;
  margin: 0 10px;
}
.page-footer .footer-column a, .page-footer .footer-copyright a {
  color: white;
  text-transform: uppercase;
  font-size: 0.9rem;
  cursor: pointer;
}
.page-footer .footer-column a:hover, .page-footer .footer-copyright a:hover {
  opacity: 0.6;
}
.page-footer .footer-copyright {
  width: 100%;
  bottom: 0;
  background-color: #3c3c3c;
}
.page-footer .footer-copyright a {
  text-transform: lowercase;
}

.preloader-wrapper {
  position: fixed;
}

.favorites-modal {
  max-height: 70% !important;
  height: 100%;
}
.favorites-modal .fav-menu {
  position: absolute;
  right: 0;
  top: 7px;
}
.favorites-modal #fav-drop-menu {
  width: 190px !important;
}
.favorites-modal .collection .avatar a img {
  top: calc(50% - 21px);
}
.favorites-modal .collection .avatar a h6 {
  line-height: 35px;
}
@media screen and (max-width: 600px) {
  .favorites-modal .collection .avatar a h6 {
    font-size: 0.8em;
    white-space: nowrap;
    max-width: 200px;
    text-overflow: ellipsis;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 20px;
  }
}
.favorites-modal .collection .avatar a i {
  line-height: 45px;
}

.default-modal {
  max-width: 600px;
  border-radius: 6px 6px 0 0 !important;
  margin: auto !important;
}
@media screen and (max-width: 600px) {
  .default-modal {
    width: 90%;
  }
}
.default-modal .modal-content {
  padding: 20px 0;
}
.default-modal .modal-content .header, .default-modal .modal-content h5 {
  padding: 0 20px;
}
@media screen and (max-width: 823px) {
  .default-modal .modal-content .header, .default-modal .modal-content h5 {
    font-size: 1.3em;
  }
}
.default-modal .modal-content .header i, .default-modal .modal-content h5 i {
  font-size: 1.3em;
  vertical-align: middle;
}
.default-modal .modal-content .row {
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .default-modal .modal-content .row .col a {
    float: right;
  }
}
.default-modal h3, .default-modal h4, .default-modal h5, .default-modal h6, .default-modal span, .default-modal p {
  color: #212121;
  font-weight: 600;
}
.default-modal .call-phone {
  display: inline-flex;
  vertical-align: sub;
}
.default-modal .btn-send-whatsapp {
  width: 100%;
}

#tos18modal {
  max-height: 55%;
  border-radius: 0 !important;
  width: 600px;
  overflow: initial;
  left: calc(50% - 300px);
}
@media screen and (max-width: 823px) {
  #tos18modal {
    width: 100%;
    left: 0;
  }
}
#tos18modal h5 {
  font-size: 1em !important;
}

.share-modal {
  width: 600px !important;
  left: calc(50% - 300px);
}
@media screen and (max-width: 823px) {
  .share-modal {
    width: 100% !important;
    left: 0;
  }
}
.share-modal .row {
  margin: 20px 0 0;
}
.share-modal .col {
  text-align: center;
}
.share-modal .col span {
  display: block;
  font-weight: 300;
}
.share-modal .col .fa {
  font-size: 2.5em;
}
.share-modal .col .fa-facebook-square {
  color: #29487d;
}
.share-modal .col .fa-twitter-square {
  color: #03a9f4;
}
.share-modal .col .fa-instagram {
  color: deeppink;
}

#modal-page-message {
  max-width: 600px;
}

@media screen and (max-width: 823px) {
  .modal {
    width: 95%;
  }
}

@media screen and (max-width: 823px) {
  #modal-page-highlight .modal-content {
    padding: 20px 5px !important;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 823px) {
  .row-content-layout article {
    font-size: 0.8em !important;
  }
}
.row-content-layout article a {
  text-decoration: none;
}
.row-content-layout article > .col {
  float: none;
  margin: auto;
}
@media screen and (max-width: 823px) {
  .row-content-layout article > .col {
    padding: 0;
  }
}
.row-content-layout article .card-image .private-post {
  font-size: 60px;
  position: absolute;
  z-index: 10;
  left: calc(50% - 30px);
  top: calc(50% - 50px);
}
.row-content-layout article .card-image img {
  border-radius: 0 !important;
  height: 180px;
  width: 140px !important;
}
.row-content-layout article .card-image a {
  width: 100%;
  border-radius: 0;
}
.row-content-layout article .photo-count {
  position: absolute;
  bottom: 32.39px;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 2px 3px;
  font: bold 9px verdana;
  text-transform: uppercase;
  border-radius: 6px 0 0 0;
}
.row-content-layout article .profile-header {
  border-radius: 5px 5px 0 0;
  border: 1px solid #ececec;
  box-shadow: none !important;
  padding: 5px 10px;
}
@media screen and (max-width: 600px) {
  .row-content-layout article .profile-header .row .col:nth-child(1) {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .row-content-layout article .profile-header .row .col:nth-child(2) {
    text-align: right !important;
    padding: 0;
  }
}
.row-content-layout article .profile-header .row .col:nth-child(3) {
  font-size: 1em !important;
}
@media screen and (max-width: 600px) {
  .row-content-layout article .profile-header .row .col:nth-child(3) {
    font-size: 1em !important;
    font-weight: 300;
    padding: 0;
  }
}
.row-content-layout article .profile-header a {
  vertical-align: sub;
  color: #3c3c3c;
  width: 100%;
  display: block;
  font-size: 1em !important;
}
@media screen and (max-width: 600px) {
  .row-content-layout article .profile-header a {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.row-content-layout article .profile-header .featured-label a {
  font-size: 0.7em !important;
  margin-top: 3px;
}
.row-content-layout article .card.horizontal {
  border-radius: 0 0 5px 5px;
  box-shadow: none !important;
  border: 1px solid #ececec;
  border-top: 0;
  flex-direction: row-reverse;
  overflow: hidden;
  /*@media screen and (max-width: 823px)
  *  display: inherit
  *  .card-image
  *      max-width: 100%
  *      img
  *          width: 100%*/
}
.row-content-layout article .card.horizontal .card-stacked h3, .row-content-layout article .card.horizontal .card-stacked h1 {
  height: 30px;
  overflow: hidden;
}
.row-content-layout article .card.horizontal .card-stacked h1 {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.row-content-layout article .card.horizontal .card-stacked h1 a {
  padding-left: 19px;
}
@media screen and (max-width: 823px) {
  .row-content-layout article .card.horizontal .card-stacked {
    display: initial;
  }
  .row-content-layout article .card.horizontal .card-stacked .btn {
    /*margin-bottom: 15px*/
  }
  .row-content-layout article .card.horizontal .card-stacked .card-image {
    float: right;
    height: calc(100% - 34px);
  }
}
.row-content-layout article .card.horizontal .card-stacked .card-content {
  font-size: 0.9em;
  padding-bottom: 5px;
  padding-top: 15px;
}
@media screen and (max-width: 823px) {
  .row-content-layout article .card.horizontal .card-stacked .card-content {
    padding-bottom: 0 !important;
    max-height: 180px !important;
  }
}
.row-content-layout article .card.horizontal .card-stacked .card-content {
  height: calc(100% - 32.39px);
}
.row-content-layout article .card.horizontal .card-stacked .card-content p {
  overflow: hidden;
  max-height: 145px !important;
  text-indent: 20px;
  font-size: 1.2em;
}
.row-content-layout article .card.horizontal .card-stacked .card-content p a {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .row-content-layout article .card.horizontal .card-stacked .card-content p {
    max-height: 125px !important;
    line-height: 1.1em;
  }
}
@media screen and (max-width: 414px) {
  .row-content-layout article .card.horizontal .card-stacked .card-content p {
    max-height: 125px !important;
    font-size: 1em;
    line-height: 1.4em;
    overflow: unset;
  }
}
@media screen and (max-width: 320px) {
  .row-content-layout article .card.horizontal .card-stacked .card-content p {
    max-height: 132px !important;
    font-size: 1em;
    line-height: 1.1em;
    overflow: hidden;
  }
}
@media screen and (max-width: 823px) {
  .row-content-layout article .card.horizontal .card-stacked .card-content {
    padding: 5px;
    font-size: 1em;
  }
}
.row-content-layout article .card.horizontal .card-stacked .card-action {
  text-align: center;
  padding: 0 !important;
  max-height: 32.39px;
  overflow: hidden;
}
@media screen and (max-width: 823px) {
  .row-content-layout article .card.horizontal .card-stacked .card-action {
    font-size: 1.5em;
  }
  .row-content-layout article .card.horizontal .card-stacked .card-action .btn-show-phone {
    display: table-cell;
  }
}
.row-content-layout article .card.horizontal .card-stacked .card-action > .row {
  line-height: 32.39px;
}

.card-image {
  width: 140px;
}
.card-image img {
  min-width: 140px;
}

.card-alert {
  box-shadow: none;
  padding: 0;
  font-size: 0.8em;
  word-break: break-word;
}
.card-alert .card-content {
  padding: 10px !important;
}
.card-alert .upload-media div {
  display: flex;
}
.card-alert .upload-media div i {
  margin-right: 10px;
}
.card-alert .upload-media p {
  margin-left: 35px;
}
.card-alert .upload-media p span {
  display: block;
}
.card-alert .btn-floating {
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.card-alert .btn-floating i {
  line-height: 20px;
  font-size: 1em;
}

.custom-modal .card-alert {
  padding: 10px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.publish-next {
  max-width: 725px;
}

#uploader, #upload2, #uploader3, .uploader {
  width: 100%;
  height: 260px;
  border: 2px dashed #b2b2b2;
  position: relative;
  overflow: auto;
}
#uploader .dz-remove, #upload2 .dz-remove, #uploader3 .dz-remove, .uploader .dz-remove {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
}
#uploader .cloud-icon, #upload2 .cloud-icon, #uploader3 .cloud-icon, .uploader .cloud-icon {
  font-size: 100px;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  color: #b2b2b2;
}
#uploader .dz-video img, #upload2 .dz-video img, #uploader3 .dz-video img, .uploader .dz-video img {
  position: absolute;
  right: calc(50% - 110px);
  max-width: 220px;
  width: 220px;
}

.publish-categories, .publish-form-containers, .user-dashboard {
  background-color: white;
  margin: 20px auto;
  margin-top: 0;
  padding: 40px;
  border-radius: 6px;
  border: 1px solid #ececec;
  max-width: 725px;
  margin-bottom: 0;
}
@media screen and (max-width: 823px) {
  .publish-categories, .publish-form-containers, .user-dashboard {
    padding: 15px 60px;
  }
}
@media screen and (max-width: 600px) {
  .publish-categories, .publish-form-containers, .user-dashboard {
    padding: 15px;
  }
}
.publish-categories #gallery .col, .publish-form-containers #gallery .col, .user-dashboard #gallery .col {
  padding: 2.5px 5px;
  position: relative;
}
.publish-categories #gallery .col .btn-mark, .publish-form-containers #gallery .col .btn-mark, .user-dashboard #gallery .col .btn-mark {
  left: 10px;
  top: 10px;
}
.publish-categories #gallery .col .btn-delete, .publish-form-containers #gallery .col .btn-delete, .user-dashboard #gallery .col .btn-delete {
  right: 10px;
  top: 10px;
}
.publish-categories #gallery .col img, .publish-form-containers #gallery .col img, .user-dashboard #gallery .col img {
  width: 100%;
  border: 4px solid white;
  outline: 1px dashed #b2b2b2;
}
.publish-categories h3, .publish-form-containers h3, .user-dashboard h3 {
  font-weight: 600;
  font-size: 1.8em;
}
.publish-categories textarea, .publish-form-containers textarea, .user-dashboard textarea {
  height: 200px !important;
  overflow: scroll !important;
}
.publish-categories .input-field, .publish-form-containers .input-field, .user-dashboard .input-field {
  margin: 10px 0;
}
.publish-categories label, .publish-form-containers label, .user-dashboard label {
  margin-bottom: 5px;
  display: block;
  position: initial !important;
  transform: unset !important;
  color: #3c3c3c;
}

.publish-form-containers {
  padding: 40px 96px;
  margin-top: 20PX;
}
@media screen and (max-width: 823px) {
  .publish-form-containers {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 600px) {
  .publish-form-containers {
    padding: 15px;
  }
}

.p-whatsapp-label {
  margin-top: 35px;
}
.p-whatsapp-label i {
  vertical-align: bottom;
}

.publish-bread {
  border: none;
}

@media screen and (max-width: 823px) {
  .breadcrumb:before {
    margin: 0;
  }
}
.mdl-layout__tab-panel nav {
  background-color: #f9f9f9;
  max-width: 725px;
}
.mdl-layout__tab-panel a:before {
  color: #3c3c3c;
}

.post-edit-publish .mdl-layout__tab-panel {
  max-width: 725px;
  margin: auto;
}

.error {
  display: none;
  line-height: 1em;
  vertical-align: middle;
}
.error i, .error span {
  vertical-align: inherit;
}

.error.active {
  display: inherit;
}

.single-page a {
  text-decoration: none;
}
@media screen and (max-width: 823px) {
  .single-page .single-escort {
    padding: 0;
  }
}
.single-page .card {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: unset !important;
  border: 1px solid #ececec;
}
.single-page .card .card-header {
  border-bottom: 1px solid #ececec;
  padding: 5px 20px;
}
.single-page .card .card-content h1 {
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 15px !important;
  line-height: 1.2em;
}
.single-page .card .card-action {
  border-bottom: 1px solid #ececec;
}
@media screen and (max-width: 600px) {
  .single-page .card .card-action a {
    text-align: center;
    width: 100%;
    display: block;
  }
}
.single-page .card .card-action i {
  font-size: 1.3em;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .single-page .card .card-action i {
    font-size: 2em;
    text-align: center;
  }
}
.single-page .card .card-gallery .gallery {
  margin: auto;
  padding: 5px;
}
.single-page .card .card-gallery .gallery .col {
  padding: 3.5px 7px;
  overflow: hidden;
}
.single-page .card .card-gallery .gallery a img {
  width: 100%;
}
.single-page .card .card-gallery .escort-photos {
  width: 95%;
  margin: auto;
  height: 100%;
  position: relative;
}
.single-page .card .card-gallery .img-columns {
  width: 50%;
  float: left;
  padding: 5px;
}
.single-page .card .card-gallery .img-columns li {
  margin-bottom: 5px;
}

/*.grid-sizer, .grid-item
 *  width: 49.2%
 *  display: inline-flex
 *  vertical-align: top */
/*@media screen and (max-width: 823px)
 *  .grid-sizer, .grid-item
 *      width: 48.3%
 *      display: inline-flex
 *      vertical-align: top*/
.woocommerce-notices-wrapper ul {
  margin-bottom: 0;
}
.woocommerce-notices-wrapper ul li {
  display: block;
  font-size: 0.9em;
  text-align: start;
  padding-left: 0 !important;
}

#customer_login {
  max-width: 525px;
  margin: auto;
}
#customer_login .col {
  margin: auto;
  float: none;
}
#customer_login h2 {
  font-size: 1.5em;
}
#customer_login .login, #customer_login .register {
  background-color: white;
  float: none;
  margin: auto;
}
#customer_login .login-message {
  padding: 10px;
}

.next-update.card-alert {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  color: white;
  padding: 2px 10px;
}

@media screen and (max-width: 600px) {
  .user-dashboard {
    padding: 20px 10px;
  }
}
.user-dashboard h2 {
  font-size: 2em;
  font-weight: 600;
  margin: 0;
}
.user-dashboard #logo-uploader {
  width: 100%;
  height: 80px;
  border: 2px dashed #b2b2b2;
  position: relative;
  overflow: auto;
}
.user-dashboard #logo-uploader i {
  font-size: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  color: #b2b2b2;
}
.user-dashboard article {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .user-dashboard article .card-action .col i {
    font-size: 1.4em;
    vertical-align: baseline;
  }
}
.user-dashboard article:first-child {
  margin-top: 20px;
}
.user-dashboard .user-logout {
  font-size: 1.6em;
  font-weight: 600;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  .user-dashboard .user-credits {
    margin-top: 20px;
  }
}
.user-dashboard .user-credits .credits ul {
  border: 2px solid;
  text-align: center;
  width: 80px;
}
.user-dashboard .user-credits .credits ul li:first-child {
  font-size: 1.6em;
}
.user-dashboard .user-credits .credits ul li:last-child {
  background: black;
  color: white;
}
.user-dashboard .user-credits .recharge ul {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}
.user-dashboard .user-credits .recharge ul li:last-child {
  font-size: 0.8em;
  margin-top: 5px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .user-dashboard .user-credits .options {
    margin-top: 35px;
    text-align: center;
  }
}
.user-dashboard .user-credits .options ul li:first-child {
  font-weight: 600;
}

.user-dashboard.account-edit {
  padding: 24px;
}
.user-dashboard.account-edit fieldset {
  padding: 0;
}

.user-dashboard.payment-container .col .fa {
  font-size: 2.3em;
}
.user-dashboard.payment-container .col span {
  display: block;
  font-size: 0.8em;
}
.user-dashboard.payment-container .col h1 {
  margin: 0;
  font-size: 1.3em;
  font-weight: 700;
  display: inline-block;
  vertical-align: super;
  margin-left: 15px;
}
.user-dashboard.payment-container .container {
  text-align: center;
}
.user-dashboard.payment-container .container .input-field {
  display: inline-block;
}
.user-dashboard.payment-container .container .input-field span {
  font-weight: 600;
}
.user-dashboard.payment-container .container .input-field input {
  max-width: 100px;
}

.collapsible.user-dashboard {
  padding: 0;
  overflow: hidden;
  margin: 20px auto;
  box-shadow: none;
}
.collapsible.user-dashboard .input-field {
  padding: 15px 10px;
}
.collapsible.user-dashboard .collapsible-body {
  padding: 20px 10px;
}
.collapsible.user-dashboard .input-field.buttom {
  margin-top: 20px;
}

.show-renew {
  max-width: 450px;
  overflow: inherit;
  width: calc(100% - 20px);
  border-radius: 6px 6px 0 0;
  max-height: 385.17px;
}
.show-renew .card-content .autorenew-enabled {
  background-color: #a5d6a7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .show-renew .modal-content {
    padding: 24px 10px;
  }
}
.show-renew .renew {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
.show-renew label span {
  font-size: 0.9em !important;
  text-transform: uppercase;
  font-weight: 600;
  line-height: inherit !important;
}

.add-banner-link-container {
  position: absolute;
  bottom: calc(50% - 16px);
  right: calc(50% - 25px);
}

.nestedCollapsible, .collapsible-admin {
  max-width: 725px !important;
  margin: auto;
}

.banner-list #gallery .videos-row .col video, .banner-list #gallery2 .videos-row .col video, .banner-list #gallery3 .videos-row .col video, .banner-list .gallery .videos-row .col video {
  max-height: 155px !important;
}
.banner-list #gallery .col, .banner-list #gallery2 .col, .banner-list #gallery3 .col, .banner-list .gallery .col {
  padding: 2.5px 5px;
  position: relative;
}
.banner-list #gallery .col .btn-mark, .banner-list #gallery2 .col .btn-mark, .banner-list #gallery3 .col .btn-mark, .banner-list .gallery .col .btn-mark {
  left: 10px;
  top: 10px;
}
.banner-list #gallery .col .btn-delete, .banner-list #gallery2 .col .btn-delete, .banner-list #gallery3 .col .btn-delete, .banner-list .gallery .col .btn-delete {
  right: 10px;
  top: 10px;
}
.banner-list #gallery .col img, .banner-list #gallery2 .col img, .banner-list #gallery3 .col img, .banner-list .gallery .col img {
  width: 100%;
  border: 4px solid white;
  outline: 1px dashed #b2b2b2;
}

#modal-page-highlight {
  border-radius: 6px !important;
}
#modal-page-highlight .credit-pk-amount.active {
  background: #c8e6c9 !important;
}
#modal-page-highlight .credit-pk-amount span {
  width: 100%;
  height: 100%;
}
#modal-page-highlight .modal-content h3 {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
}
#modal-page-highlight .modal-content .row .payment-option:hover {
  background: #c8e6c9;
  cursor: pointer;
}
#modal-page-highlight .modal-content .row .payment-option.active {
  background: #c8e6c9;
}
#modal-page-highlight .modal-content .row .col {
  padding: 15px 5px;
  margin: 0;
  /* border: 1px solid; */
  height: 60px;
  margin: 5px;
  max-width: calc(100% - 10px) !important;
}
#modal-page-highlight .modal-content .row .col:hover {
  background: #c8e6c9;
}
#modal-page-highlight .modal-content .row .col span {
  font-size: 1.3em;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 823px) {
  #modal-page-highlight .modal-content .row .col span {
    font-size: 1.3em !important;
  }
}
#modal-page-highlight .modal-content .row .col:first-child .fa {
  font-size: 3em;
  clear: both;
  vertical-align: middle;
  line-height: 1.3em;
  text-align: right;
}

.woocommerce-message, .woocommerce-notices-wrapper {
  max-width: 725px;
  margin: auto;
  font-size: 0.9em;
}
.woocommerce-message .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-error {
  padding-left: 3.5em;
  color: #f44336;
  border-top-color: #f44336;
}
.woocommerce-message .woocommerce-error::before, .woocommerce-notices-wrapper .woocommerce-error::before {
  color: #f44336;
}

.sidenav {
  z-index: 100000;
}
.sidenav .user-view {
  text-align: center;
  background: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
}
.sidenav .user-view .col img {
  margin: auto;
}
.sidenav .user-view span {
  color: #757575 !important;
}
.sidenav .user-view i {
  font-size: 6em;
  color: #f44336;
  vertical-align: bottom;
}
.sidenav .user-view .sidenav-btn-login, .sidenav .user-view .sidenav-btn-new {
  background: #f44336;
  color: white;
  padding: 3px 20px;
  height: 26px;
  line-height: 20px;
  width: 160px;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: bottom;
}
.sidenav .user-view .sidenav-btn-new {
  background: white;
  color: #f44336;
  border: 1px solid #f44336;
  vertical-align: top;
}

@media screen and (max-width: 823px) {
  .woocommerce .woocommerce-thankyou-order-details li {
    width: 100%;
    padding: 10px 20px !important;
  }
}
.woocommerce .checkout-container {
  background: white;
  margin: 20px auto;
  padding: 10px 20px;
  max-width: 725px;
  border-radius: 6px;
  border: 1px solid #ececec;
}
@media screen and (max-width: 823px) {
  .woocommerce .checkout-container {
    padding: 10px 0;
  }
}
.woocommerce .checkout-container h3 {
  font-size: 1.5em;
  margin: 10px 0;
}
.woocommerce .checkout-container .wc_payment_method input {
  opacity: 1;
  vertical-align: middle;
  position: initial;
  pointer-events: all;
}
.woocommerce .checkout-container .wc_payment_method label {
  font-size: 1.3em;
  width: calc(100% - 50px);
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 823px) {
  .woocommerce .checkout-container .wc_payment_method label {
    font-size: 1em;
  }
}
.woocommerce .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}

form.checkout input {
  background-color: white !important;
}
form.checkout .select2-selection--single {
  height: 37.5px;
  border-radius: 0;
  border: 1px solid #D7DBDF !important;
}
form.checkout .select2-selection--single .select2-selection__rendered {
  line-height: 37.5px;
}
form.checkout .select2-selection--single .select2-selection__rendered::focus {
  border-radius: 0;
  outline: unset;
}
form.checkout .select2-selection--single .select2-selection__arrow {
  height: 37.5px;
}
form.checkout #billing_state {
  display: block;
  line-height: 37.5px;
  height: 37.5px !important;
}

#payment-instructions p {
  margin: 20px 0;
}
#payment-instructions > span {
  margin: 10px 0;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}
#payment-instructions div {
  font-size: 0.8em;
}
#payment-instructions div br {
  display: none;
}

.woocommerce-order {
  max-width: 725px;
  margin: auto;
}
.woocommerce-order .woocommerce-notice {
  border-radius: 6px;
}
.woocommerce-order h2 {
  font-size: 1.5em;
}

/** PACKAGES PLAN ** / */
#price {
  text-align: center;
}

.plan {
  display: inline-block;
  font-family: "Lato", Arial, sans-serif;
  max-width: 197px;
  padding: 10px;
}
@media screen and (max-width: 320px) {
  .plan {
    padding: 7px 2px;
  }
}

.plan-inner {
  background: #fff;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 20px rgba(253, 253, 253, 0.1), 0px 1px 1px rgba(139, 139, 139, 0.4);
}
.plan-inner .entry-title {
  background: #53CFE9;
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 9px;
}
.plan-inner .entry-title > h3 {
  background: #20BADA;
  font-size: 1em !important;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.plan-inner .price {
  position: absolute;
  height: 95px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  line-height: 80px;
  font-size: 28px;
  font-weight: 700;
}
.plan-inner .price span {
  position: absolute;
  font-size: 12px;
  bottom: -15px;
  left: 0;
  width: 100%;
  font-weight: 400;
}
.plan-inner .entry-content {
  color: #323232;
}
.plan-inner .entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.plan-inner .entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}
.plan-inner .entry-content:last-child {
  border: none;
}
.plan-inner .btn-pay {
  text-align: center !important;
}
.plan-inner .btn-pay a {
  background: #323232;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
.plan-inner .hot {
  position: absolute;
  top: -7px;
  background: #F80;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  padding: 2px 5px;
  font-size: 9px;
  border-radius: 2px;
  right: 10px;
  font-weight: 700;
}
.plan-inner .basic .entry-title {
  background: #75DDD9;
}
.plan-inner .basic > h3 {
  background: #44CBC6;
}
.plan-inner .basic .price {
  background: #44CBC6;
}
.plan-inner .standard .entry-title {
  background: #4484c1;
}
.plan-inner .standard > h3 {
  background: #3772aa;
}
.plan-inner .standard .price {
  background: #3772aa;
}
.plan-inner .ultimite .entry-title > h3 {
  background: #DD4B5E;
  background: #F75C70;
}
.plan-inner .ultimite .price {
  background: #DD4B5E;
}

.premium-packages h2 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 2em;
  padding: 20px 0;
  background: white;
  margin: 20px 0;
}

.custom-modal {
  border-radius: 6px 6px 0 0 !important;
}
.custom-modal .modal-content {
  padding: 15px 24px !important;
}
@media screen and (max-width: 823px) {
  .custom-modal .modal-content {
    padding: 10px !important;
  }
}
.custom-modal .modal-content .header {
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .custom-modal .modal-content .header {
    font-size: 1em !important;
  }
  .custom-modal .modal-content .header i {
    font-size: 1em !important;
  }
}
.custom-modal .modal-content .header-divider {
  margin: 10px -24px;
}

#modal-page-whatsit p {
  margin: 20px 0;
}

.modal-m {
  max-width: 600px;
}

.modal-s {
  max-width: 525px;
  left: calc(50% - 257.5px);
}
@media screen and (max-width: 600px) {
  .modal-s {
    left: unset;
    max-width: 100%;
  }
  .modal-s .call-phone {
    margin-bottom: 15px !important;
  }
}

.modal-col .col {
  margin-top: 0;
}

@media screen and (max-height: 568px) {
  .custom-modal.small-device {
    height: 82.5% !important;
    max-height: 90%;
  }
}

.custom-modal .call-phone {
  display: inline-block;
  line-height: 32.36px;
  margin: 0;
  vertical-align: bottom;
}