@charset "CP850";
/*! Casamenteras Styles */
@import url(https://web.archive.org./css?family=Roboto:400,400italic,700italic,900italic,700,900,300);
/* _mixins.scss */
/*  _reset.scss */
/*! CSS Reset */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-font-smoothing: antialiased;
}

/* 320 AND UP DEFAULT STYLES -------------------------------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #515050;
  background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  margin-bottom: 0.75em;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2;
}

h2 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}

h3 {
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}

h4 {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}

h5 {
  margin-bottom: 1.5em;
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

p, ol, ul, dl, address {
  margin-bottom: 1.5em;
  line-height: 1.5;
}

/*p {
hyphens: auto;
text-align: justify;
}
*/
ul, ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}

li ul, li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

dl, dd {
  margin-bottom: 1.5em;
}

dt {
  font-weight: normal;
}

blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 1px solid #bfbfbf;
  font-style: italic;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

b, strong {
  font-weight: bold;
  font-weight: 600;
}

em {
  font-style: italic;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
}

ins {
  background-color: #c3d9e6;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #c3d9e6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: "Monaco", "Courier New", "monospace";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 14px;
  font-size: 1.4rem;
}

sub, sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  color: #fd00a8;
  text-decoration: none;
}

a:hover {
  color: #fd00a8;
  text-decoration: underline;
}

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

figure {
  margin-bottom: 1.5em;
}

figure img, figure object, figure embed {
  margin-bottom: 0.75em;
  max-width: 100%;
}

figcaption {
  display: block;
  font-weight: normal;
}

img {
  border: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

th, td, caption {
  padding: 0.1875em 10px 0.1875em 5px;
}

tfoot {
  font-style: italic;
}

caption {
  background-color: transparent;
}

tbody tr:nth-child(odd) td {
  background-color: transparent;
}

form {
  margin: 0;
}

fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}

legend {
  *margin-left: -7px;
  padding: 0;
  border-width: 0;
}

label {
  font-weight: normal;
  cursor: pointer;
}

button, input, select, textarea {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: "Roboto", sans-serif;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

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

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

input[type="search"] {
  box-sizing: content-box;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
}

html {
  /*-webkit-overflow-scrolling: touch;
  */
  -webkit-tap-highlight-color: #c3d9e6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

::-webkit-selection {
  background: #ef518c;
  color: #fff7f2;
  text-shadow: none;
}

::-moz-selection {
  background: #ef518c;
  color: #fff7f2;
  text-shadow: none;
}

::selection {
  background: #ef518c;
  color: #fff7f2;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #d2d2d2;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #d2d2d2;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d2d2d2;
}

:-ms-input-placeholder {
  color: #d2d2d2;
}

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

.ie7 img, .iem7 img {
  -ms-interpolation-mode: bicubic;
}

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

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

p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}

/*! Casamenteras Blog Styles */
/* _helpers.scss */
/*
 * Positioning
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/*
 * Lists
 */
.list-unstyled {
  padding: 0;
  list-style: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.text-xs {
  font-size: 11px;
}

.sep {
  height: 6px;
  margin: 0 auto;
  background: #ebebeb;
  border-top: 1px solid #9a9a9a;
}

.custom-scrollbars {
  /* Track */
  /* Handle */
}
.custom-scrollbars::-webkit-scrollbar {
  width: 8px;
}
.custom-scrollbars::-webkit-scrollbar-track {
  background-color: rgba(113, 112, 107, 0.1);
  -webkit-border-radius: 5px;
}
.custom-scrollbars::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
.custom-scrollbars::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}

/* _placeholders.scss */
/* _base.scss */
/* _layout.scss */
.width {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

/* _forms.scss */
/* Form Styles */
form {
  display: block;
}

form input,
form textarea,
form select {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  padding: 0.5em 0.5em;
  border-radius: 5px;
  outline: none;
  box-shadow: inset 0 0 5px #d2d2d2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

form input:focus,
form textarea:focus,
form select:focus {
  box-shadow: inset 0 0 5px #ff4bc2;
  border-color: #ff7ed3;
}

form textarea {
  display: block;
  width: 100%;
  height: 170px;
}

form input[type="text"],
form input[type="email"] {
  width: 100%;
  display: inline-block;
}

form input:required + label {
  position: relative;
}

form input:required + label::after {
  content: '*';
  display: inline-block;
  width: 2%;
  color: #fd00a8;
  font-size: 24px;
  position: absolute;
  left: -25px;
  top: 2px;
}

form input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: default;
}

.wedding-date-select select {
  padding: 7px;
}

.wedding-date-select-title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* _social-nav.scss */
.social-nav {
  width: 272px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.social-nav li {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  list-style: none;
}

.social-nav a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  background: url(./wp-content/themes/casamenteras/images/sprt.png) no-repeat 0 0;
}

/* Pinterest */
.social-nav--default .social-nav-icon_pinterest {
  background-position: 0 -83px !important;
}

.social-nav--default .social-nav-icon_pinterest:hover {
  background-position: 0 -107px !important;
}

.social-nav--dark .social-nav-icon_pinterest {
  background-position: 0 -107px !important;
}

.social-nav--dark .social-nav-icon_pinterest:hover {
  background-position: 0 -131px !important;
}

/* Google+ */
.social-nav--default .social-nav-icon_google {
  background-position: -24px -83px !important;
}

.social-nav--default .social-nav-icon_google:hover {
  background-position: -24px -107px !important;
}

.social-nav--dark .social-nav-icon_google {
  background-position: -24px -107px !important;
}

.social-nav--dark .social-nav-icon_google:hover {
  background-position: -24px -131px !important;
}

/* YouTube */
.social-nav--default .social-nav-icon_youtube {
  background-position: -48px -83px !important;
}

.social-nav--default .social-nav-icon_youtube:hover {
  background-position: -48px -107px !important;
}

.social-nav--dark .social-nav-icon_youtube {
  background-position: -48px -107px !important;
}

.social-nav--dark .social-nav-icon_youtube:hover {
  background-position: -48px -131px !important;
}

/* Facebook */
.social-nav--default .social-nav-icon_facebook {
  background-position: -72px -83px !important;
}

.social-nav--default .social-nav-icon_facebook:hover {
  background-position: -72px -107px !important;
}

.social-nav--dark .social-nav-icon_facebook {
  background-position: -72px -107px !important;
}

.social-nav--dark .social-nav-icon_facebook:hover {
  background-position: -72px -131px !important;
}

/* Twitter */
.social-nav--default .social-nav-icon_twitter {
  background-position: -96px -83px !important;
}

.social-nav--default .social-nav-icon_twitter:hover {
  background-position: -96px -107px !important;
}

.social-nav--dark .social-nav-icon_twitter {
  background-position: -96px -107px !important;
}

.social-nav--dark .social-nav-icon_twitter:hover {
  background-position: -96px -131px !important;
}

/* Instagram */
.social-nav--default .social-nav-icon_instagram {
  background-position: -120px -83px !important;
}

.social-nav--default .social-nav-icon_instagram:hover {
  background-position: -120px -107px !important;
}

.social-nav--dark .social-nav-icon_instagram {
  background-position: -120px -107px !important;
}

.social-nav--dark .social-nav-icon_instagram:hover {
  background-position: -120px -131px !important;
}

/* StumbleUpon */
.social-nav--default .social-nav-icon_stumbleupon {
  background-position: -144px -83px !important;
}

.social-nav--default .social-nav-icon_stumbleupon:hover {
  background-position: -144px -107px !important;
}

.social-nav--dark .social-nav-icon_stumbleupon {
  background-position: -144px -107px !important;
}

.social-nav--dark .social-nav-icon_stumbleupon:hover {
  background-position: -144px -131px !important;
}

/* Tumblr */
.social-nav--default .social-nav-icon_tumblr {
  background-position: -168px -83px !important;
}

.social-nav--default .social-nav-icon_tumblr:hover {
  background-position: -168px -107px !important;
}

.social-nav--dark .social-nav-icon_tumblr {
  background-position: -168px -107px !important;
}

.social-nav--dark .social-nav-icon_tumblr:hover {
  background-position: -168px -131px !important;
}

/* _social-nav.scss */
.pin-btn-wrapper {
  position: relative;
}

.pin-btn {
  width: 67px;
  height: 30px;
  background-color: #fd00a8;
  background-image: url(./wp-content/themes/casamenteras/images/pin-btn.png);
  background-repeat: no-repeat;
  opacity: 0.6;
  position: absolute;
  z-index: 80;
  cursor: pointer;
  display: block;
  top: 20px;
  right: 0;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.pin-btn:hover {
  opacity: 1;
}

.social-sharing-links {
  margin: 0 !important;
  width: 95px;
}
.social-sharing-links > div {
  float: left;
  margin-right: 5px;
}
.social-sharing-links a {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -999em;
  background: url(./wp-content/themes/casamenteras/images/sprite.png) no-repeat 0 0;
}
.social-sharing-links .facebook {
  background-position: 0 -298px;
}
.social-sharing-links .facebook:hover {
  background-position: 0 -324px;
}
.social-sharing-links .twitter {
  background-position: -26px -298px;
}
.social-sharing-links .twitter:hover {
  background-position: -26px -324px;
}
.social-sharing-links .google {
  background-position: -52px -298px;
}
.social-sharing-links .google:hover {
  background-position: -52px -324px;
}

.social-sharing-links.rubros-ad-item {
  width: 143px;
  position: absolute;
  background: transparent;
  top: -12px;
  right: 10px;
  z-index: 50;
}
.social-sharing-links.rubros-item {
  position: absolute;
  top: -17px;
  left: 50px;
  z-index: 50;
}
.social-sharing-links.blog-categories {
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 50;
}
.social-sharing-links.relevant-posts-item-sharing {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
}

/* _main-nav.scss */
#main-nav-sticky-wrapper {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 999999;
}

.main-nav__title {
  margin-bottom: 8px;
}
.main-nav__title a {
  font-weight: 700;
  font-size: 18px;
  color: #515050;
}
.main-nav__title a:hover {
  color: #fd00a8;
  text-decoration: none;
}
.main-nav__title em {
  font-size: 16px;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
  position: relative;
}
.main-nav ul .cat-item {
  display: table-cell;
  border-left: 2px solid white;
  text-align: center;
  background: #fd00a8;
  text-transform: uppercase;
  padding: 0.5em;
  position: relative;
}
.main-nav ul .cat-item a {
  color: white;
  text-decoration: none;
  cursor: default;
  font-weight: 700;
}
.main-nav ul .cat-item:first-child {
  border-left: none;
}
.main-nav ul .cat-item:nth-child(7) .children, .main-nav ul .cat-item:nth-child(8) .children {
  left: inherit;
  right: 0;
}
.main-nav ul .cat-item:hover ul {
  display: block;
}
.main-nav ul .children {
  display: none;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  background: white;
  border: 1px solid #acacac;
  padding: 10px;
}
.main-nav ul .children a {
  color: #515050;
  font-weight: 400;
}
.main-nav ul .children a:hover {
  color: #fd00a8;
  text-decoration: underline;
  cursor: pointer;
}
.main-nav ul .children .cat-item {
  display: block;
  border-left: none;
  text-align: left;
  font-size: 12px;
  background: transparent;
}

/* _pre-footer.scss */
.pre-footer {
  width: 720px;
  margin: 30px auto 70px auto;
  text-align: center;
}
.pre-footer h2 {
  font-weight: 300;
  margin: 0 auto 5px auto;
  color: #868686;
}
.pre-footer p {
  color: #acacac;
}
.pre-footer a {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  text-decoration: none;
  font-style: italic;
}

/* _home.scss */
.index-ads {
  float: right;
  width: 300px;
}

.index-ads ul {
  margin: 0;
}

.index-ads li {
  position: relative;
  margin-bottom: 15px;
}

.col-670 {
  width: 670px;
  float: left;
}

.col-300 {
  width: 300px;
  float: left;
}

/* _ctr-ads.scss */
.ctr-ads {
  margin-top: 20px;
}
.ctr-ads .content {
  font-size: 14px;
}
.ctr-ads h1 {
  font-size: 26px;
  font-weight: normal;
}
.ctr-ads .form-title {
  color: #fd00a8;
  font-weight: normal;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

/* _relevant-posts.scss */
.relevant-posts__inner {
  padding: 0 15px 15px 15px;
}

.relevant-posts__items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.relevant-posts__item {
  position: relative;
  margin-bottom: 25px;
  width: 312px !important;
  border: 1px solid #acacac;
  line-height: 1.3;
}
.relevant-posts__item img {
  max-width: 100%;
  height: auto;
}

.relevant-posts__item__link {
  color: #676766;
}

.relevant-posts__item__title {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-weight: 900;
  font-style: italic;
}

.relevant-posts__header {
  margin: 5px 0;
  font-size: 15px;
  color: #acacac;
}
.relevant-posts__header a {
  font-weight: 600;
}
.relevant-posts__header span {
  font-size: 13px;
}

.relevant-posts__item__sharing {
  position: absolute;
  top: -12px;
  left: 20px;
}

.relevant-posts--latest .relevant-posts__item {
  width: 250px !important;
  font-size: 13px;
}
.relevant-posts--latest .relevant-posts__header {
  display: none;
}
.relevant-posts--latest .relevant-posts__item__title {
  margin: 5px 0;
  font-size: 18px;
}

/*
-------------------------------------------------------------------------------
HANDY CLASSES
-------------------------------------------------------------------------------
*/
.ir {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  text-indent: -999em;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  margin: 0;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

.invisible {
  visibility: hidden;
}

.content-box * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.sans-serif {
  font-family: "Roboto", sans-serif;
}

.serif {
  font-family: "Georgia", serif;
}

.monospace {
  font-family: "Monaco", "Courier New", "monospace";
}

/* ASSISTIVE TEXT */
nav.primary, .skip-link {
  position: static;
}

.assistive-text {
  position: absolute !important;
  margin: 0;
  padding: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

nav a.assistive-text:active, nav a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #395f9f;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

/* MEDIA QUERIES ----------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre, blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a, a:visited {
    color: #000000 !important;
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  .ir a:after {
    content: "";
  }
}
.disabled {
  opacity: 0.5;
}

.form-submit {
  margin-bottom: 1em;
}

/* WORDPRESS REQUIRED STYLES ------------------------------------------------------ */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  width: 590px !important;
  border: 1px solid #ddd;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 1em 0;
}

.wp-caption img {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.sticky {
  background: #f2f2f2;
  padding: 0 10px 10px;
}

.sticky h2 {
  padding-top: 10px;
}

/*
-------------------------------------------------------------------------------
MODULES
-------------------------------------------------------------------------------
*/
/* Typography */
body {
  font-family: "Roboto", sans-serif;
}

/* NAV GENERIC STYLES ------------------------------------------------------------- */
.menu.inline li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

ul.menu {
  padding: 0;
  margin: 0;
}

/* HEADER GENERIC STYLES ------------------------------------------------------------- */
#branding h1,
#branding h2 {
  margin: 0;
}

/*
-------------------------------------------------------------------------------
LAYOUT
-------------------------------------------------------------------------------
*/
/* MAIN */
#page {
  width: 100%;
  min-width: 980px;
  overflow: hidden;
}

.inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.inner:before, .inner:after {
  content: " ";
  display: table;
}
.inner:after {
  clear: both;
}

.nopadding {
  padding: 0 !important;
}

#filtro-search .inner {
  padding: 10px;
}

#content {
  z-index: 1;
}

/*
-------------------------------------------------------------------------------
404 Page
-------------------------------------------------------------------------------
*/
.error404 #main {
  margin: 39px 0 0 0;
}

.error404 #main img {
  position: relative;
  top: 4px;
}

.error404 .footer-ad {
  display: none;
}

/*
-------------------------------------------------------------------------------
CONTACT FORM
-------------------------------------------------------------------------------
*/
#contact-form {
  width: 840px;
  margin-left: -420px;
  z-index: 9999999;
}

#contact-form .title {
  font-weight: normal;
  font-size: 25px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0.75em;
}

#contact-form .title span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-indent: -999em;
  width: 206px;
  height: 38px;
  background: url(./wp-content/themes/casamenteras/images/contact-form-title.png) no-repeat 0 0;
  position: relative;
  top: -6px;
  left: 10px;
}

#contact-form .sub-title {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}

#contact-form textarea {
  height: 140px;
  width: 100%;
}

#contact-form input[type="email"] {
  width: 100%;
}

#contact-form .left,
#contact-form .right {
  float: left;
  width: 50%;
  position: relative;
}

#contact-form .left p {
  margin-bottom: 0;
}

#contact-form > p {
  text-align: center;
  padding-right: 15px;
  margin: 0;
}

#contact-form .response {
  color: #fd00a8;
}

/* CONTENT SLIDE STYLES */
.toggle-row,
.fade-row {
  min-height: 21px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.single-post .toggle-row, .fade-row {
  z-index: 0;
}

.toggle-row.simple {
  background-image: url(./wp-content/themes/casamenteras/images/simple-row-bg.png);
  background-repeat: repeat-x;
  padding-bottom: 39px;
}

.fade-row {
  background: url(./wp-content/themes/casamenteras/images/simple-row-reverse.png) repeat-x center top;
  padding: 39px 0 0 0;
  position: static;
}

.fade-row > div {
  display: none;
}

.fade-row > div.current {
  display: block;
}

.toggle-row .row,
.fade-row .row {
  background-color: #fd00a8;
  color: white;
  height: 47px;
  display: block;
}

.toggle-row.arrows .row a,
.fade-row .row a {
  display: inline-block;
  line-height: 30px;
  margin-right: 30px;
  font-size: 15px;
}

.row .inner {
  text-align: center;
}

.row a {
  font-weight: normal !important;
  color: white;
}

.fade-row .row a {
  line-height: 21px;
  border-right: 1px solid white;
  margin: 5px 30px 5px 0;
  padding-right: 30px;
}

.fade-row .row span {
  color: white;
  line-height: 31px;
}

.toggle-row.arrows .row a.toggle:after,
.toggle-row.arrows .row a[href="#comentarios"]:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 9px;
  height: 8px;
  background: url(./wp-content/themes/casamenteras/images/sprite.png) no-repeat -233px 0;
}

.toggle-row .post-filter a {
  margin-right: 1em;
}

.toggle-row.arrows a:hover:after {
  background-position: -242px 0;
}

.back {
  color: #fd00a8;
}

.back:hover {
  color: #fd00a8;
  text-decoration: underline;
}

/* MAIN */
#main {
  min-height: 500px;
  margin-bottom: 20px;
}

#main .row {
  height: 31px;
}

#main .row .inner {
  overflow: visible;
}

/* SUBSCRIBE FORM */
.subscribe-form {
  width: 330px;
}

.subscribe-form-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
}

.subscribe-form .field,
.subscribe-form .btn {
  padding: 8px 10px;
  margin: 0;
  font-size: 14px;
  display: inline-block;
}

.subscribe-form .field {
  width: 240px;
}

/* HEADER ACCORDION */
.accordion {
  display: none;
  margin: 0 auto;
  overflow: hidden;
  /*background: url(./wp-content/themes/casamenteras/images/accordion-top-shadow.png) no-repeat center top;*/
}

.accordion .inner {
  padding: 16px 10px 10px 10px;
}

.accordion .inner.narrow {
  padding: 10px;
}

.close-accordion {
  border: 1px solid;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 0 5px;
  position: absolute;
  right: 10px;
  top: 20px;
  width: auto !important;
}

.close-accordion:hover {
  color: #fd00a8;
  border-color: #fd00a8;
}

#register .close-accordion,
#filtro-search .close-accordion {
  display: none;
}

/* FOOTER ADS */
#footer-ads {
  margin: 40px 0 -10px 0;
  height: 477px;
  background: url(./wp-content/themes/casamenteras/images/footer-ads-bg.png) repeat-x 0 0;
}

#footer-ads > div .inner {
  height: 514px;
  padding: 0;
  background: url(./wp-content/themes/casamenteras/images/footer-ads-banner.jpg) no-repeat center -10px;
}

/* HEADER NAV & FOOTER NAV */
nav[role="navigation"] {
  position: absolute;
  top: 63px;
  left: 77px;
}

#menu-primary-nav {
  text-align: left;
  width: 650px;
  height: 47px;
}

#menu-primary-nav {
  height: 100%;
}

#menu-primary-nav li li {
  border-left: 1px solid white;
  height: 26px;
  margin-top: 0;
  padding: 0 20px 0 10px;
}

#menu-primary-nav li {
  height: 36px;
  margin-top: 11px;
}

#menu-primary-nav a a {
  color: white;
  font-size: 15px;
}

/* HEADERS */
#header-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.header-rubros {
  margin: 5px 0 25px 0;
}

.header-trendmag h1,
.header-rubros h1 {
  font-weight: normal;
  font-size: 25px;
  color: #fd00a8;
  margin: 10px 0 10px 0;
}

.header-trendmag p,
.header-rubros p {
  font-size: 13px;
}

.header-trendmag .inner,
.header-rubros .inner {
  padding: 0 0 40px 0;
  width: 980px;
  overflow: hidden;
}

.archive .header-trendmag .inner {
  padding-top: 20px;
}

.header-trendmag .left,
.header-rubros .left {
  width: 650px;
  margin-right: 92px;
  float: left;
}

.header-trendmag .right,
.header-rubros .right {
  width: 238px;
  float: left;
}

.header-trendmag .left {
  width: 587px;
}

.header-trendmag .right {
  width: 300px;
}

.rubros-metadata {
  position: relative;
  background: #f2f2f2;
  padding: 40px 20px 10px 20px;
  font-size: 14px;
  margin: 30px 0;
}
.rubros-metadata .heading {
  position: absolute;
  top: -30px;
}
.rubros-metadata p {
  margin-bottom: 10px;
}

.rubros-metadata-secondary h2 {
  display: inline-block;
  font-style: italic;
  font-weight: 900;
  background: #fff557;
  color: #fd00a8;
  line-height: 1;
  margin: 0 0 -20px 0;
  padding: 0.3em 2em 0.3em 0.5em;
  position: relative;
  z-index: 1;
  left: -20px;
  font-size: 24px;
}
.rubros-metadata-secondary p {
  position: relative;
  background: #f2f2f2;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}

/* RUBROS ADS */
.header-rubro-ad {
  height: 96px;
  border-bottom: 1px solid #CCCBC6;
  background: url(./wp-content/themes/casamenteras/images/header-ad-bg.png) no-repeat bottom center;
  position: relative;
}

.header-rubro-ad a {
  display: block;
  width: 238px;
  height: 75px;
  position: absolute;
  right: 0;
  top: 10px;
}

.header-rubro-ad a:hover {
  right: 20px;
}

/* HEADER PROOV NAV */
#anunciantes-row {
  height: 170px;
  margin-top: -20px;
  position: relative;
  z-index: 3;
  border-top: 27px solid #fff557;
}

#anunciantes-row > h1 {
  width: 249px;
  height: 62px;
  margin: 0 auto;
  position: relative;
  top: -62px;
  text-indent: -999em;
  /* background: url(./wp-content/themes/casamenteras/images/title-tag-small.png) no-repeat 0 0; */
}

#anunciantes-row .stripe {
  position: relative;
  height: 188px;
  top: -100px;
  padding-top: 20px;
}

#anunciantes-row ul {
  height: 200px;
  margin-top: -33px;
  margin: -33px 20px 0 20px;
  overflow: hidden;
  position: relative;
  left: 0;
}

#anunciantes-row li {
  position: relative;
  top: 40px;
  width: 120px;
  height: 150px;
  color: #9B8579;
}

#anunciantes-row a {
  display: block;
}

#anunciantes-row span {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: -8px;
  padding-left: 9px;
  font-weight: 500;
}

.rubro-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 118px;
  background: url(./wp-content/themes/casamenteras/images/rubro-thumbnail-mask.png) no-repeat 0 0;
  text-indent: -999em;
}

#anunciantes-row li img {
  margin: 0 0 25px 18px;
}

#anunciantes-row .dir {
  position: absolute;
  top: 19px;
  width: 50px;
  height: 154px;
  /*background: rgba(0,0,0,0.5);*/
}

.dir.left {
  left: 0;
}

.dir.right {
  right: 0;
}

#wedding-guide {
  width: 980px;
  margin: 10px auto;
  background: #fd00a8;
}

#wedding-guide .col {
  float: left;
  margin: 15px;
  font-size: 13px;
  line-height: 1.5;
  width: 210px;
}

#wedding-guide a {
  color: #fff;
}

#wedding-guide .title {
  background: #da008f;
  color: white;
  font-size: 26px;
  text-align: center;
  padding: 0.25em 0;
  margin-bottom: 0;
}

/*
-------------------------------------------------------------------------------
SECTION INDEX
-------------------------------------------------------------------------------
*/
/* Section Index TRENDMAG */
.inicio #primary {
  background: #fff;
  margin-top: 30px;
}

/*
-------------------------------------------------------------------------------
SECTION RUBROS
-------------------------------------------------------------------------------
*/
/* HEADER */
#header-rubros .inner {
  width: 884px;
  padding: 0;
}

#header-rubros .inner {
  height: 275px;
}

/* ADS RUBRO */
#ads-rubro-wrap {
  height: 462px;
  position: relative;
}

#ads-rubro {
  width: 1442px;
  height: 485px;
  position: absolute;
  left: 50%;
  margin-left: -721px;
  overflow: hidden;
  border-left: 1px solid #726658;
  margin-top: -21px;
}

/*#ads-rubro{
	width: 1442px;
	height: 485px;
	margin: 0 auto;
	overflow: hidden;
	border-left: 1px solid #726658;
	margin-top: -21px;
}*/
#ads-rubro > div {
  float: left;
}

#ads-rubro .left {
  width: 938px;
  min-height: 10px;
}

#ads-rubro .right {
  width: 501px;
}

.rubros-ad-izq {
  display: block;
  width: 938px;
  height: 162px;
  position: relative;
}

.rubros-ad-izq > * {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

.rubros-ad-izq .shadow {
  background: url(./wp-content/themes/casamenteras/images/rubros-ad-shadow_izquierdo.png) no-repeat 0 0px;
}

.rubros-ad-izq .mask {
  background: url(./wp-content/themes/casamenteras/images/rubros-ad-mask_izquierdo.png) repeat-x 0 0;
  border-bottom: 1px solid #9B8579;
}

.rubros-ad-izq:hover .mask,
.rubros-ad-izq:hover .logo {
  background-position: 0 162px !important;
}

.rubros-ad-der {
  display: block;
  width: 503px;
  height: 97px;
  background: url(./wp-content/themes/casamenteras/images/rubro-ads-right-bg.png) no-repeat left top;
}

.rubros-ad-der:hover {
  background-position: left bottom;
}

.rubros-ad-der img {
  max-height: 100%;
}

/*
-------------------------------------------------------------------------------
REGISTER ROW
-------------------------------------------------------------------------------
*/
#register-row h1 {
  position: absolute;
  width: 100%;
  height: 31px;
  margin: 0;
  line-height: 31px;
  z-index: 1;
  font-size: 22px;
  color: white;
  font-weight: normal;
  text-align: center;
}

.cta-registrate-aca {
  float: none !important;
  position: relative;
  z-index: 2;
  width: 205px;
  height: 56px;
  background: url(./wp-content/themes/casamenteras/images/cta-registrate-aca.png) no-repeat 0 0;
  margin-left: 778px;
}

/*
-------------------------------------------------------------------------------
TARNSITION CLASSES
-------------------------------------------------------------------------------
*/
.trans-03 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
-------------------------------------------------------------------------------
RUBROS FILTRO ROW
-------------------------------------------------------------------------------
*/
#filtros-rubro-row .row a.nth-child-3 {
  margin: 0 0 0 495px;
}

#filtros-rubro-row .search {
  float: right;
  margin: 0 0 0 20px;
  height: 31px;
  background-position: -174px 2px;
}

#filtros-rubro-row .search:hover {
  background-position: -174px -51px;
}

#filtros-rubro-row .accordion .inner {
  margin: 15px auto;
}

.current-prov,
.change-prov {
  height: 31px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 31px;
}

.current-prov {
  font-size: 15px;
  font-weight: bold;
  line-height: 33px;
  margin-right: 5px;
}

.change-prov {
  font-size: 15px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}

/* Remove after element */
#filtros-rubro-row.toggle-row.arrows .row a.toggle:after {
  content: ' ';
  display: none;
}

.top_provs {
  padding: 0 0 15px 0;
}

.top_provs a {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 1.5em !important;
}

.top_provs .prov-all {
  margin: 0 1em 0 10px !important;
}

.top_provs .prov-ba {
  margin-left: 1em;
}

.other_provs {
  padding: 15px 0;
  overflow: hidden;
  border-top: 1px solid #9B8579;
}

.other_provs a {
  display: block;
  font-variant: small-caps;
  line-height: 1.3;
}

.other_provs .span4 {
  width: 25%;
  border-left: 1px solid #9B8579;
  float: left;
  padding-left: 0.5em;
}

/*
-------------------------------------------------------------------------------
RUBROS ANUNCIANTES BLOQUES
-------------------------------------------------------------------------------
*/
.rubros-description {
  padding: 20px 0 40px 0;
}

.rubros-description h1 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fd00a8;
  text-align: center;
}

.rubros-description p {
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
}

.rubros-description span {
  font-size: 25px;
  font-variant: small-caps;
  color: #fd00a8;
}

.rubros-mosaic .mosaic.empty {
  width: auto;
  padding: 0 1em;
  line-height: 147px;
  display: none;
}

.rubros-mosaic .card {
  display: block;
}

.rubros-mosaic:hover {
  cursor: pointer;
}

.rubros-mosaic .mosaic {
  width: 147px;
  height: 147px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 6px;
}

.rubros-mosaic .face {
  border: 1px solid #d1c3bc;
  width: 149px !important;
  height: 149px !important;
}

.rubro-mosaic-mask {
  width: 147px;
  height: 147px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fd00a8;
}

.rubros-mosaic .card .front .table {
  display: none;
}

.rubros-mosaic .front span {
  color: #9B8579;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.rubros-mosaic .front span.selected {
  background: #fd00a8;
  color: white;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  text-indent: 0;
}

.rubros-mosaic .front span {
  text-indent: -9999em;
}

.rubros-mosaic .back span {
  background: #fd00a8;
  color: white;
  font-size: 0.8em;
  line-height: 1.5;
  text-transform: uppercase;
}

.rubros-mosaic .back span.iralms {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 10px;
  font-size: 13px;
  border: none;
}

.secondary-content {
  text-align: center;
  margin-top: 4em;
  line-height: 1.5;
}

.secondary-content a {
  color: #fd00a8;
}

.secondary-content h2 {
  font-weight: normal;
  font-size: 22px;
  color: #fd00a8;
  margin: 0.25em 0;
}

.secondary-content p {
  font-size: 13px;
}

/*
-------------------------------------------------------------------------------
VERTICAL CENTER
-------------------------------------------------------------------------------
*/
.table {
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.table-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/*
-------------------------------------------------------------------------------
SECTION MICROSITIO
-------------------------------------------------------------------------------
*/
#content.micrositio {
  z-index: 2;
}

.micrositio .inner {
  overflow: visible !important;
}

#direccion-telefono p {
  margin: 0;
  text-align: left;
  margin-right: 50px;
}

.anunciante-logo-full {
  position: relative;
  width: 426px;
  height: 150px;
  margin: 0 auto 10px auto;
  position: relative;
  z-index: 10;
}

.anunciante-logo-full > img {
  position: absolute;
  top: -1px;
  left: 31px;
}

.micrositio-url {
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #cfc1b9;
}

.micrositio-url {
  position: relative;
  top: -10px;
  font-size: 18px;
}

.micrositio-content {
  padding: 60px 0 40px 0;
  position: relative;
  text-align: center;
}

.micrositio-content ul,
.micrositio-content ol {
  margin: 0 0 1.5em -10px;
}

.micrositio-content li {
  margin-bottom: 0.5em;
}

.micrositio-content h1 {
  text-align: center;
  color: #f6639e;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.micrositio-content h2 {
  font-size: 22px;
  font-weight: normal;
}

.micrositio-content address {
  font-style: italic;
}

/* BUTTONS */
.btn {
  display: inline-block;
  border: 0;
  padding: 0.5em 1em;
  background-color: #fd00a8;
  color: white;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  color: white;
  background-color: #da008f;
  text-decoration: none;
}

.btn-gray {
  background-color: #9a9a9a;
}
.btn-gray:hover {
  background-color: #818181;
}

/* Button - Pedir presupuesto */
.btn-pedir-presupuesto {
  position: absolute;
  line-height: 1.3;
  top: 50px;
  left: 10px;
}

.btn-pedir-presupuesto > span {
  display: block;
  font-weight: 500;
}

.btn-pedir-presupuesto > span:first-child {
  font-size: 19px;
}

.btn-pedir-presupuesto > span:last-child {
  color: #716558;
  font-weight: 500;
}

/* Social Sharing */
.micrositio .social-sharing {
  width: auto;
  position: absolute;
  top: 140px;
  z-index: 100;
}

/* CTA Pedir presupuesto */
.micrositio .row a {
  position: relative;
  bottom: 28px;
}

a.cta-pedir-presupuesto {
  width: 248px;
  height: 63px;
  margin-right: 20px !important;
  position: relative;
  top: -32px;
  background: url(./wp-content/themes/casamenteras/images/cta-pedir-presupuesto.png) no-repeat 0 0;
  color: #716558 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 83px !important;
  text-transform: uppercase;
}

a.cta-pedir-presupuesto:hover {
  color: #716558 !important;
}

a.cta-pedir-presupuesto:after {
  content: none !important;
}

/* CTA Pedir presupuesto a todos (RUBROS) */
a.cta-pedir-presupuesto-a-todos {
  width: 348px;
  height: 61px;
  position: absolute;
  top: 0;
  right: 99px;
  background: url(./wp-content/themes/casamenteras/images/cta-pedir-presupuesto-a-todos.png) no-repeat 0 0;
  color: #716558 !important;
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 16px !important;
  padding-top: 7px;
  text-align: center;
  text-transform: uppercase;
}

a.cta-pedir-presupuesto-a-todos:hover {
  color: #716558 !important;
}

a.cta-pedir-presupuesto-a-todos:after {
  content: none !important;
}

a.cta-pedir-presupuesto-a-todos span {
  color: #fd00a8;
  font-size: 15px;
}

/* Google Map */
#ver-ubicacion {
  width: 100% !important;
  position: relative;
}

#map_canvas {
  height: 401px;
  position: relative;
}

#ver-ubicacion .shadow {
  width: 100%;
  height: 29px;
  position: absolute;
  top: 0;
  z-index: 2;
  background: url(./wp-content/themes/casamenteras/images/map-top-shadow.png) center top;
}

/* Video iframes */
.inner.video {
  width: 1000px !important;
  padding: 20px 10px !important;
}

.video > iframe {
  margin-right: 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.video > iframe:last-child {
  margin-right: 0;
}

/* Comentarios Block */
/* Recomendar a un amigo Block */
#send_to_friend_form {
  width: 80%;
}

/*
-------------------------------------------------------------------------------
FORMULARIOS
-------------------------------------------------------------------------------
*/
a.button {
  display: inline-block;
}

.button.pink {
  border-color: #fd00a8;
  color: #fd00a8;
}

/*.button:after{
	display: none !important;
}*/
form input:focus,
form textarea:focus {
  /*border-color: $colorPrimary;
  box-shadow: none !important;*/
}

:-moz-ui-invalid:not(output) {
  /*box-shadow: 0 0 1.5px 1px $colorPrimary;
  border-color: transparent !important;*/
  box-shadow: none;
}

:-moz-ui-invalid:-moz-focusring:not(output) {
  /*box-shadow: 0 0 1.5px 1px green;*/
  box-shadow: none;
}

.required {
  line-height: 30px;
  position: relative;
  text-indent: 15px;
}
.required:before {
  content: '*';
  width: 10px;
  color: #fd00a8;
  font-size: 30px;
  position: absolute;
  text-indent: -15px;
  top: 7px;
}

/*
-------------------------------------------------------------------------------
HANDY CLASSES
-------------------------------------------------------------------------------
*/
.casamenteras-trans {
  display: inline-block;
  vertical-align: middle;
  width: 156px;
  height: 29px;
  background: url(./wp-content/themes/casamenteras/images/casamenteras-trans.png) no-repeat 0 0;
}

.casamenteras-trans.dark {
  background: url(./wp-content/themes/casamenteras/images/casamenteras-trans-dark.png) no-repeat 0 0;
}

.min-header {
  color: #fd00a8;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.75em;
}

/*
-------------------------------------------------------------------------------
CASAMNTERAS ADS HEADER
-------------------------------------------------------------------------------
*/
.casamenteras-ads {
  width: 980px;
  position: relative;
}

.casamenteras-ads .novia-img {
  display: block;
  position: relative;
  left: 620px;
  margin-top: 10px;
  width: 283px;
  height: 375px;
}

.casamenteras-ads .title-img {
  position: absolute;
  top: 0;
  left: 59px;
}

.casamenteras-ads .text {
  left: 80px;
  position: absolute;
  top: 200px;
  width: 460px;
}

.casamenteras-ads .text a {
  color: #fd00a8;
  font-size: 25px;
}

.casamenteras-ads .publica-aca {
  display: none;
}

.footer-ads .title-img {
  top: 40px;
  left: 54px;
}

#header-content .casamenteras-ads .title-img {
  top: 50px;
}

#header-content .casamenteras-ads .text {
  top: 100px;
}

#header-content .casamenteras-ads .text a {
  display: none;
}

#header-content .footer-img {
  display: none;
}

#footer-ads .header-img {
  display: none;
}

#header-content .publica-aca {
  display: block;
  position: absolute;
  bottom: 115px;
  left: 80px;
  width: 460px;
  text-align: center;
}

#header-content .publica-aca span {
  display: block;
}

#header-content .publica-aca a {
  display: block;
  color: #fd00a8;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #C2B59B;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

/*
-------------------------------------------------------------------------------
FOOTER LINKS TEMPLATE
-------------------------------------------------------------------------------
*/
.footerlinks #content {
  width: 980px;
  margin: 0 auto 40px auto !important;
}

.footerlinks h1 {
  color: #fd00a8;
  font-size: 34px;
  font-weight: normal;
  display: inline-block;
  margin: 25px 0 0 0;
  position: relative;
  line-height: 34px;
}

.footerlinks h2 {
  background: #fd00a8;
  color: white;
  display: inline-block;
  font-size: 22px;
  height: 32px;
  padding-right: 2em;
  line-height: 32px;
  font-weight: 500;
  position: relative;
  width: auto;
  margin-top: 40px;
}

.footerlinks h2:before {
  content: ' ';
  background: #fd00a8;
  width: 2000px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  left: -2000px;
}

.footerlinks h2:first-child {
  margin-top: 0;
}

.footerlinks h3 {
  color: #fd00a8;
  font-weight: normal;
  margin-bottom: 0.25em;
}

.footerlinks article a[href*=".pdf"] {
  text-transform: uppercase;
}

.footerlinks p.actions {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.footerlinks p.actions a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  padding: 0.5em 3em;
}

.footerlinks p.actions a:first-child {
  left: 100px;
}

.footerlinks p.actions a:last-child {
  left: 400px;
}

.acerca-de-casamenteras article h1 {
  background: url(./wp-content/themes/casamenteras/images/acerca-de-casamenteras.png) no-repeat 0 4px;
  text-indent: -999em;
  width: 588px;
  height: 79px;
  z-index: 2;
}

.acerca-de-casamenteras article h1:before {
  height: 78px;
}

.acerca-de-casamenteras article h1,
.como-anunciar article h1 {
  color: transparent;
}

/*
-------------------------------------------------------------------------------
FLIP MODULE
-------------------------------------------------------------------------------
*/
/* Flip */
.mosaic {
  width: 95px;
  height: 95px;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.mosaic .card {
  /*width: 95px;
  height: 95px;*/
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.mosaic:hover .card {
  /*width: 95px;
  height: 95px;*/
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.mosaic .face {
  position: absolute;
  /*width: 95px;
  height: 95px;*/
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mosaic .front {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.mosaic .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.mosaic .front {
  z-index: 10;
}

.mosaic:hover .card .front {
  z-index: 0;
}

/*
-------------------------------------------------------------------------------
PROMOCIONES
-------------------------------------------------------------------------------
*/
.promo {
  width: 267px;
  height: 298px;
  margin: 0 0 0 20px !important;
  background: url(./wp-content/themes/casamenteras/images/promo-bg.png) no-repeat 0 0;
}

.promo-front {
  position: relative;
  padding: 16px;
}

.promo-logo {
  display: block;
  margin: 0 0 30px 0;
  width: 235px;
  height: 57px;
}

.promo-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}

.promo-excerpt {
  height: 79px;
  margin-bottom: 59px;
  font-size: 14px;
}

.promo-price {
  position: absolute;
  bottom: 50px;
  right: 16px;
  color: #fd00a8;
  font-size: 24px;
  z-index: 1;
}

.promo-ver {
  display: block;
  text-align: center;
  font-size: 18px;
}

.promo-img {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  display: none;
  margin: 0 !important;
  line-height: 1;
  z-index: 2;
}

/*
-------------------------------------------------------------------------------
JQUERY REVEAL PLUGIN STYLES ( PROMOCIONES )
-------------------------------------------------------------------------------
*/
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 999999;
  display: none;
  top: 0;
  left: 0;
}

.no-rgba .reveal-modal-bg {
  background: url(./wp-content/themes/casamenteras/images/black-bg-trans.png) repeat 0 0;
}

.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 650px;
  background: #f9f0e5;
  background: #fffaf6;
  background: -moz-linear-gradient(top, #fffaf6 0%, #f0e3ce 100%);
  background: -webkit-linear-gradient(top, #fffaf6 0%, #f0e3ce 100%);
  background: -o-linear-gradient(top, #fffaf6 0%, #f0e3ce 100%);
  background: -ms-linear-gradient(top, #fffaf6 0%, #f0e3ce 100%);
  background: linear-gradient(top, #fffaf6 0%, #f0e3ce 100%);
  position: absolute;
  z-index: 101;
  padding: 40px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.reveal-modal.wide {
  width: 960px;
  margin-left: -480px;
}

.reveal-modal .close-reveal-modal {
  width: 26px;
  height: 25px;
  background: url(./wp-content/themes/casamenteras/images/reveal-close.png) no-repeat 0 0;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.reveal-header {
  overflow: hidden;
  height: 80px;
  border-bottom: 1px solid #D1C3BC;
  margin-bottom: 20px;
}

.reveal-title {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 22px;
  color: #fd00a8;
}

.reveal-price {
  border: 1px solid #e0d5ce;
  color: #fd00a8;
  display: inline-block;
  float: right;
  font-size: 33px;
  padding: 7px 17px;
  vertical-align: top;
}

.reveal-content {
  font-size: 14px;
}

a.reveal-link {
  display: inline-block;
  padding: 0.5em 1em;
  	/*border: 1px solid #E0D5CE;
      color: $colorPrimary;*/
}

/*
-------------------------------------------------------------------------------
FULL WIDTH 2 COL
-------------------------------------------------------------------------------
*/
.split {
  width: 100%;
  /*overflow: hidden;*/
}

.split > div {
  /*float: left;*/
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  height: 100%;
}

.split .left {
  width: 37%;
}

.split .right {
  width: 63%;
}

.split.narrow .left {
  width: 30%;
}

.split.narrow .right {
  width: 69%;
}

/*
-------------------------------------------------------------------------------
CHECKLIST SECTION
-------------------------------------------------------------------------------
*/
/* HEADER */
.header-checklist {
  position: static !important;
  height: 365px;
}

.header-checklist .left {
  margin-top: 30px;
  width: 238px;
  float: left;
}

.header-checklist .right {
  width: 645px;
  height: 364px;
  float: left;
  position: relative;
}

.header-checklist-ad {
  width: 100%;
  height: 96px;
  border-bottom: 1px solid #cccbc6;
  background: url(./wp-content/themes/casamenteras/images/header-ad-bg.png) no-repeat bottom right;
  position: relative;
}

.header-checklist-ad a {
  display: block;
  width: 238px;
  height: 75px;
  position: absolute;
  right: 0;
  top: 10px;
}

.header-checklist-ad a:hover {
  right: -20px;
}

.header-checklist-content {
  width: 620px;
  margin-left: 80px;
  height: 314px;
  position: relative;
}

.header-checklist-content img {
  position: absolute;
  bottom: -15px;
  right: -16px;
}

.header-checklist-content h1 {
  font-size: 33px;
  font-weight: normal;
  margin: 50px 0 0 -20px;
  padding-top: 30px;
}

.header-checklist-content p {
  width: 310px;
  font-size: 14px;
  margin-left: 40px;
}

.checklist .toggle-row {
  background: none !important;
  padding-bottom: 0;
}
.checklist .toggle-row a {
  color: #515050;
}
.checklist #register-row .row {
  background-color: transparent !important;
}

/* CHECKLIST ROW */
#checklist-row {
  height: 205px;
  margin: 0;
  z-index: 2;
}

#checklist-controls {
  position: absolute;
  top: 58px;
}

#checklist-row > ul {
  overflow: hidden;
  height: 188px;
  margin: 0;
  list-style: none;
  padding-top: 15px;
}

#checklist-row li {
  height: 173px;
  float: left;
  margin: 0;
}

#checklist-row li:first-child a {
  border-left: 1px solid #dbcec3;
}

#checklist-row a {
  display: block;
  width: 134px;
  height: 147px;
  border-right: 1px solid #dbcec3;
  border-bottom: 1px solid #dbcec3;
}

#checklist-row a > img {
  display: block;
  margin: 0 auto;
}

#checklist-row li span {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
}

/*#checklist-row .activ-item {
	background: url(./wp-content/themes/casamenteras/images/checklist-row-li-active-bg.png) repeat-x left bottom;
}*/
#checklist-row a:hover {
  background: url(./wp-content/themes/casamenteras/images/checklist-row-li-active-bg.png) repeat-x left bottom;
}

/* CHECKLIST CONTENT */
#checklist {
  width: 980px;
  height: 422px;
  margin: 0 auto;
  position: relative;
}

#checklist article {
  display: none;
  padding: 15px 0 !important;
}

#checklist article.current {
  display: block;
}

#checklist h2 {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 10px;
}

#checklist h2 span {
  color: #fd00a8;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #C8B8AE;
}

#checklist h2 span.noline {
  border-right: none;
}

#checklist a {
  color: #fd00a8;
}

#checklist ul {
  margin: 0 0 0 1em;
  padding: 0;
}

#checklist ul li {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#checklist .left {
  padding: 10px 20px 10px 0 !important;
}

#checklist .right {
  padding: 10px 0 10px 20px !important;
}

#register-row .inner {
  text-align: left;
}

#checklist .social-sharing {
  position: absolute;
  top: 405px;
  right: 209px;
}

/*
-------------------------------------------------------------------------------
ANUNCIANTE AUDIO COLS
-------------------------------------------------------------------------------
*/
#audio .inner {
  overflow: hidden;
}

#audio .cols {
  width: 460px;
  margin-right: 30px;
  float: left;
  padding: 0 !important;
}

#audio .cols:last-child {
  margin-right: 0;
}

#audio .cols p {
  margin-bottom: 0.5em !important;
}

.wpaudio-bar,
.wpaudio-meta,
.wpaudio-slide {
  display: none;
  height: 0;
  width: 0;
}

/*
-------------------------------------------------------------------------------
DIV .980px
-------------------------------------------------------------------------------
*/
.w980 {
  width: 980px;
  margin: 0 auto;
  float: none !important;
}

.w980 .left {
  width: 730px;
  float: left;
}

.w980 .right {
  width: 250px;
  float: left;
}

/*
-------------------------------------------------------------------------------
HEADER TERNDMAG
-------------------------------------------------------------------------------
*/
.trendmag-ads {
  margin: 40px 0;
}

.header-trendmag {
  position: static !important;
  /*height: 365px;*/
}

.header-trendmag-ad {
  /*width: 300%;
  height: 96px;*/
  /*background: url(./wp-content/themes/casamenteras/images/header-ad-bg.png) no-repeat bottom left;*/
  position: relative;
}

.header-trendmag-ad a {
  display: block;
  text-align: center;
  margin: 20px 0;
}

.header-trendmag-ad a:hover {
  left: -20px;
}

.header-trendmag-content {
  width: 620px;
  margin-left: 80px;
  height: 314px;
  position: relative;
}

.header-trendmag-content img {
  position: absolute;
  bottom: -15px;
  right: 0;
}

.header-trendmag-content h1 {
  font-size: 45px;
  font-weight: normal;
  margin: 50px 0 0 0;
}

.header-trendmag-content p {
  width: 310px;
  margin-left: 60px;
}

/*
-------------------------------------------------------------------------------
CHECKLIST 2COLS LAYOUT
-------------------------------------------------------------------------------
*/
.col2 {
  overflow: hidden;
  padding: 30px 0 !important;
}

.col2 .left {
  width: 489px;
  float: left;
  border-right: 1px solid #c8b8ae;
  padding: 0 60px;
}

.col2 .right {
  width: 490px;
  float: right;
  padding: 0 60px;
}

.col2 .title {
  color: #fd00a8;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #c8b8ae;
}

.col2 .button {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.col2.unif .title {
  margin: 0 auto 20px auto;
  width: 860px;
}

.col2.unif .left {
  border: none;
}

/*
-------------------------------------------------------------------------------
NOVIA DEL MES SECTION
-------------------------------------------------------------------------------
*/
/* HEADER */
.header-novia .inner {
  background: none !important;
  height: 363px !important;
  width: 980px !important;
}

.header-novia .left {
  margin-top: 30px;
  width: 238px;
  float: left;
}

.header-novia .right {
  width: 645px;
  height: 364px;
  float: left;
  position: relative;
}

.home .header-novia {
  overflow: hidden;
}

.home .header-novia .right {
  height: 375px;
}

.header-novia {
  position: static !important;
  height: 365px;
}

.header-novia-ad {
  width: 100%;
  height: 96px;
  /*border-bottom: 1px solid #cccbc6;*/
  background: url(./wp-content/themes/casamenteras/images/header-ad-bg.png) no-repeat bottom right;
  position: relative;
}

.header-novia-ad a {
  display: block;
  width: 238px;
  height: 75px;
  position: absolute;
  right: 0;
  top: 10px;
}

.header-novia-ad a:hover {
  right: -20px;
}

.header-novia-content {
  width: 620px;
  margin-left: 80px;
  height: 100%;
  position: relative;
}

.header-novia-content img {
  position: absolute;
  bottom: -1px;
  right: 6px;
}

.header-novia-content .title {
  width: 221px;
  height: 57px;
  background: url(./wp-content/themes/casamenteras/images/novia-del-mes-h1.png) no-repeat 0 0;
  text-indent: -99999em;
  font-size: 38px;
  font-weight: 300;
  color: #b8afa9;
  font-weight: normal;
  left: -40px;
  position: absolute;
  top: 38px;
}

.header-novia-content h1,
.header-novia-content .novia-index-title span {
  color: #fd00a8;
  display: block;
  font-size: 34px;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 59px;
}

.header-novia-content .novia-title span {
  color: #fd00a8;
  display: block;
  font-size: 38px;
  font-weight: 400;
  left: 185px;
  position: absolute;
  top: 54px;
}

.header-novia-content p {
  position: absolute;
  width: 300px;
  color: #fd00a8;
  font-size: 26px;
  font-weight: 300;
  margin: 0;
}

.header-novia-content p span {
  color: #515050;
  font-size: 36px;
  margin: 0 0.1em;
}

.header-novia-content .p1 {
  top: 120px;
}

.header-novia-content .p2 {
  top: 145px;
  left: 50px;
}

.header-novia-content .p3 {
  color: #515050 !important;
  font-size: 15px !important;
  padding-left: 56px;
  text-align: right;
  top: 195px;
  line-height: 1.3;
}

.header-novia-content .popup {
  color: #fd00a8;
  display: block;
  font-size: 21px;
  height: 33px;
  line-height: 14px;
  position: absolute;
  text-align: center;
  top: 283px;
  left: 10px;
  width: 291px;
  background: url(./wp-content/themes/casamenteras/images/enviar-foto-y-datos.png) no-repeat 0 0;
}

/* NOVIA POPUP */
.novia-reveal .title {
  width: 334px;
  height: 30px;
  background: url(./wp-content/themes/casamenteras/images/novia-reveal-title.png) no-repeat 0 0;
  margin: 0 auto;
}

.novia-reveal .header {
  padding: 15px 0;
  margin: 20px 0;
  font-weight: 500;
  border-top: 1px solid #e0d5ce;
  border-bottom: 1px solid #e0d5ce;
}

.novia-reveal p {
  margin-bottom: 10px;
}

.novia-reveal a {
  color: #fd00a8;
  margin-left: 178px;
  font-size: 1.2em;
}

/* CONTENT */
.single-novia .novia {
  margin-top: -20px !important;
}

.home .novia {
  height: 550px;
}

.novia {
  z-index: 1;
  height: 618px;
}

.novia .inner {
  width: 1012px;
  height: 424px;
  padding: 0;
  overflow: visible;
  background: url(./wp-content/themes/casamenteras/images/content-inner-novia-bg.png) repeat-y 0 0;
}

.novia .inner > div {
  float: left;
  top: 1px;
  height: 100%;
}

.novia-sponsors {
  width: 270px;
  padding-left: 12px;
}

.novia-sponsor {
  width: 200px;
  height: 92px;
  margin-top: 12px;
  border-bottom: 1px solid #dfd6d0;
}

.novia-sponsor:last-child {
  border: none;
}

.novia-sponsor a {
  display: block;
}

.novia-sponsor a:hover {
  margin-left: 20px;
}

.novia-sponsor > p {
  margin: 5px 0 0 15px;
  line-height: 1;
  font-size: 12px;
}

.novia .social-sharing {
  position: absolute;
  bottom: 18px;
  left: 31px;
}

.novia .social-sharing iframe {
  position: relative;
  z-index: 10;
}

.single-novia #comentarios {
  margin-top: 60px;
}

.novia-content {
  width: 737px;
  position: relative;
}

#novias-row {
  height: 177px;
  margin: 0 45px;
  z-index: 2;
}

.novia-slider {
  width: 720px !important;
  margin: 0 !important;
  height: 423px !important;
}

/* NOVIAS ROW */
#novias-row > ul {
  overflow: hidden;
  height: 166px;
  margin: 0;
  list-style: none;
  padding: 15px 0;
}

#novias-row li {
  float: left;
  margin: 0;
}

#novias-row li:first-child a {
  border-left: 1px solid #dbcec3;
}

#novias-row a {
  display: block;
  width: 124px;
  height: 126px;
  border-right: 1px solid #dbcec3;
  border-bottom: 1px solid #dbcec3;
}

#novias-row a > img {
  display: block;
  margin: 0 auto;
}

#novias-row li span {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
}

/* #novias-row .current a, */
#novias-row a:hover {
  background: url(./wp-content/themes/casamenteras/images/novias-row-li-active-bg.png) repeat-x left 30px;
}

/* Slider Controls */
#novia-controls {
  position: absolute;
  top: 56px;
}

/*
-------------------------------------------------------------------------------
PEDIR PRESUPUESTO BLOCKS
-------------------------------------------------------------------------------
*/
#ctr_pedir_presupuesto {
  margin-bottom: 20px;
}

/**
 * Captcha
 */
.ahctpac {
  position: relative;
  margin-bottom: 20px;
  max-width: 380px;
}
.ahctpac .img {
  float: left;
  width: 160px;
  height: 50px;
}
.ahctpac .input {
  margin-left: 180px;
  position: relative;
  top: 7px;
}
.ahctpac .input:after {
  content: '*';
  width: 10px;
  color: #fd00a8;
  font-size: 23px;
  position: absolute;
  text-indent: -15px;
  top: 11px;
  right: 0;
}

/* Rubros Section */
#pedir-presupuesto .inner {
  overflow: hidden !important;
  margin: 20px auto;
}

#pedir-presupuesto form .left {
  float: left;
  width: 300px;
}

#pedir-presupuesto form .right {
  float: left;
  margin-left: 60px;
  width: 600px;
}

#pedir-presupuesto form .right textarea {
  height: 148px;
  width: 500px;
  float: left;
}

#pedir-presupuesto form .right input {
  float: left;
  margin: 61px 0 0 20px;
  width: 80px;
}

#pedir-presupuesto form p {
  position: relative;
}

#pedir-presupuesto .response {
  margin-bottom: 0;
  color: #fd00a8;
}

#pedir-presupuesto form p span {
  font-size: 12px;
  line-height: 1.3;
  padding-left: 15px;
  position: absolute;
  top: 1px;
  width: 290px;
}

/* Form Instructions */
.form-instructions {
  font-variant: small-caps;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 1em;
}

.form-instructions span {
  color: #fd00a8;
  font-size: 16px;
}

.form-instructions em {
  font-size: 17px;
}

.breadcrumbs {
  display: inline-block;
  max-width: 720px;
  height: 31px;
  font-size: 13px;
  line-height: 27px;
  width: 980px;
  margin: 0 auto;
}

.home .breadcrumbs {
  display: none;
}

.social-box {
  margin-top: 10px;
}
.social-box:before, .social-box:after {
  content: " ";
  display: table;
}
.social-box:after {
  clear: both;
}

.social-box .social-sharing {
  float: left;
}

.social-box .volver {
  display: block;
  float: right;
}

.fb_iframe_widget_lift {
  z-index: 9999 !important;
}

/* ==========================================================================
   Como Anunciar
   ========================================================================== */
.como-anunciar .footerlinks article {
  margin-bottom: -1.5em !important;
}

.como-anunciar .footerlinks h1 {
  border: none !important;
  position: static !important;
}

.como-anunciar .footerlinks p.actions a:first-child {
  float: left;
  left: 0;
}

.como-anunciar .footerlinks p.actions a:last-child {
  float: right;
  left: 0;
}

/*
-------------------------------------------------------------------------------
BLOG STYLES
-------------------------------------------------------------------------------
*/
#main > .split {
  margin-top: 0;
}

.single #main > .split {
  margin-top: 95px;
}

.content-blog {
  padding-top: 160px;
}

.single .entry-header .social-sharing {
  position: absolute;
  top: 10px;
  right: 0;
}

.blog .primary {
  width: 600px;
  margin-bottom: 20px;
  float: left;
}

.blog .secondary {
  width: 300px;
  margin-left: 30px;
  margin-top: 20px;
  float: left;
}

/* SIDEBAR */
.trendmag-logo {
  width: 458px;
  height: 71px;
  margin: 20px auto;
  background: url(./wp-content/themes/casamenteras/images/trendmag-logo.png) no-repeat 0 0;
}

.blog-section {
  border-bottom: solid 1px #ccc;
  padding: 10px 0 10px 0;
  font-size: 24px;
  font-weight: normal;
}

.block-link {
  display: block;
  height: 60px;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.block-link.oneline {
  line-height: 45px;
}

.block-link.twoline {
  line-height: 20px;
  padding-top: 10px;
}

/* DATE BLOCK */
.date-block {
  display: block;
  width: 85px;
  height: 38px;
  margin-left: 60px;
  overflow: hidden;
}

.date-day {
  float: left;
  font-size: 30px;
  font-weight: 500;
  border-right: 1px solid #E0D5CE;
  padding-right: 5px;
  margin-right: 5px;
}

.date-month,
.date-year {
  display: block;
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
}

.date-month {
  margin-top: 5px;
}

/* PRIMARY CONTENT */
.content-blog {
  position: relative;
}

a.entry-title,
h1.entry-title,
h2.entry-title {
  display: table;
  width: 480px;
}

a.entry-title > *,
h1.entry-title > *,
h2.entry-title > * {
  display: table-cell;
  vertical-align: middle;
}

a.entry-title:hover {
  text-decoration: none;
}

/* POST TITLE */
.entry-title {
  background: url(./wp-content/themes/casamenteras/images/entry-title-bg.png) repeat 0 0;
  width: 582px;
  height: 77px;
  position: relative;
  left: -30px;
  padding: 0 60px 0 60px;
  line-height: 0.5;
  margin: 0;
}

.archive .entry-title {
  padding: 0 60px 0 89px;
}

.single .entry-title {
  color: #fd00a8;
  font-size: 26px;
  background: none;
  height: auto;
  margin-bottom: 10px !important;
}

.entry-title a {
  color: #FFF8F2;
  font-size: 25px;
  font-weight: normal;
}

.entry-title {
  display: block;
}

.entry-title h2 {
  color: #FFF8F2;
  font-size: 19px;
  font-weight: normal;
  margin: 7px 0 0 0;
  padding: 5px 0;
}

.entry-header h1 {
  color: #FFF8F2;
  font-size: 22px;
  font-weight: normal;
  margin: 7px 0 0 0;
  padding: 5px 10px 5px 30px;
}

/*.entry-title a{
	color: #FFF8F2;
	font-size: 25px;
}*/
.plus {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 25px;
  width: 27px;
  right: 20px;
  top: 26px;
  background: url(./wp-content/themes/casamenteras/images/sprite.png) no-repeat 0 -54px;
  display: block;
}

.volver {
  display: block;
  text-align: right;
}

/* ARTICLE FROM LIST */
article.list {
  position: relative;
  width: 100%;
  height: 390px;
  margin-bottom: 0;
}

article.list .entry-header {
  position: absolute;
  top: 150px;
  left: -10px;
}

article.list .entry-content img {
  width: 440px;
  height: auto;
  outline: 1px solid #DED9D5;
  border: 9px solid #FFF;
}

article.list .entry-content {
  position: absolute;
  bottom: 30px;
  left: 140px;
  z-index: -1;
}

article.list .entry-content .figure {
  width: 440px;
}

article .entry-meta {
  padding-bottom: 5px;
}

article.list .entry-meta {
  width: 440px;
  position: absolute;
  bottom: 0;
  left: 140px;
}

/* ARTICLE DEFAULTS */
.single-post .figure,
article .figure {
  margin: 0 0 0 -12px;
  padding: 0 0 10px 12px;
}

.figure img {
  width: 520px;
  height: auto;
  outline: 1px solid #DED9D5;
  border: 9px solid #FFF;
}

.single-post .entry-meta ul,
article .entry-meta ul {
  margin: 0;
  padding: 0;
  /*list-style: none;*/
}

.single-post .entry-meta ul li,
article .entry-meta ul li {
  display: inline-block;
  margin-right: 5px;
}

.single-post .entry-meta ul li a:after,
article .entry-meta ul li a:after {
  content: ' | ';
}

.single-post .entry-meta ul li:last-child a:after,
article .entry-meta ul li:last-child a:after {
  content: '';
}

/* ARTICLE SINGLE */
.post.unit {
  width: 580px;
  padding-left: 60px;
  /*margin-bottom: 150px;*/
}

.post.unit time {
  margin-left: -33px;
}

.post.unit h1 {
  left: -60px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.post .entry-content a {
  color: #fd00a8;
}

.post .entry-meta ul {
  float: left;
}

.post.list .entry-meta ul {
  width: auto;
}

.post .entry-meta .social-sharing {
  float: right;
  margin: 20px -20px 0 0;
}

.post #comentarios .narrow {
  width: 622px;
  padding: 30px 0 0 0;
}

.entry-content h2 {
  font-weight: normal;
  font-size: 21px;
  margin-bottom: 0.5em;
}

.entry-content h3 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0.5em;
}

.entry-content ol,
.entry-content ul {
  margin-left: 0;
}

.entry-content ol li,
.entry-content ul li {
  margin-bottom: 1em;
  line-height: 1.5;
}

/* Hacks for Single post removed Header */
.single-post #main {
  position: relative;
}

.single-post .trendmag-title,
.single-post .blog-section {
  top: 60px;
}

.single-post .content-blog,
.single-post .sidebar-blog {
  padding-top: 200px;
}

.single-post .entry-title {
  width: 580px;
}

.single-post .toggle-row {
  z-index: 3;
}

/*
-------------------------------------------------------------------------------
FOOTER SINGLE AD
-------------------------------------------------------------------------------
*/
.footer-ad {
  width: 728px;
  height: 90px;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 1;
}

/*
-------------------------------------------------------------------------------
COMMENT
-------------------------------------------------------------------------------
*/
.ctr-fb-button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  float: right;
}

.ctr-fb-button p {
  margin: 0;
}

/* Social Sharing
   ========================================================================== */
.fb-like {
  width: 130px;
}

/* Share Button
   ========================================================================== */
.inicio .register-row .inner {
  overflow: hidden;
}

.border {
  float: left;
  padding: 4px 10px;
  height: 31px;
  position: relative;
}

.border.light {
  color: #fd00a8 !important;
  background: #fce2e8;
  border-left: 3px solid #f9c7d5;
  border-right: 3px solid #f9c7d5;
}

#fb-share {
  float: left;
}

#fb-share .border {
  margin-right: 9px;
}

#fb-share a {
  display: block;
  width: 47px;
  height: 22px;
  background: url(./wp-content/themes/casamenteras/images/sprite.png) no-repeat 0 -81px;
  text-indent: -9999em;
}

#fb-share span {
  display: block;
  float: left;
  line-height: 31px;
  color: #fff8f2;
}

.adsense-970 {
  width: 970px;
  height: 90px;
  margin: 0 auto;
}

/* Adsense */
.adsense-rubro {
  width: 728px;
  margin: 0 auto 0 auto;
}

.adsense-trendmag-widget {
  width: 300px;
  position: relative;
  margin: 10px 0 30px 0;
}

.adsense-single-post {
  width: 468px;
  height: 60px;
  left: 318px;
}

/* Index */
.adsense-index-wrapper {
  background: #fff;
}

.adsense-index {
  display: block;
  width: 980px;
  height: 90px;
  margin: 0 auto;
}

/* GRID SYSTEM */
.g-row {
  margin-left: -15px;
  margin-right: -15px;
}

.g-row:before,
.g-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.g-row:after {
  clear: both;
}

.g-col-1, .g-col-2, .g-col-3, .g-col-4, .g-col-5, .g-col-6, .g-col-7, .g-col-8, .g-col-9, .g-col-10, .g-col-11 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.g-col-12 {
  width: 100%;
}

.g-col-11 {
  width: 91.66666666666666%;
}

.g-col-10 {
  width: 83.33333333333334%;
}

.g-col-9 {
  width: 75%;
}

.g-col-8 {
  width: 66.66666666666666%;
}

.g-col-7 {
  width: 58.333333333333336%;
}

.g-col-6 {
  width: 50%;
}

.g-col-5 {
  width: 41.66666666666667%;
}

.g-col-4 {
  width: 33.33333333333333%;
}

.g-col-3 {
  width: 25%;
}

.g-col-2 {
  width: 16.666666666666664%;
}

.g-col-1 {
  width: 8.333333333333332%;
}

/* RUBROS ADS */
.w-rubros .heading--sidebar {
  font-size: 25px;
}

.rubros-ad-item {
  position: relative;
  margin-bottom: 20px;
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 0 !important;
}
.rubros-ad-item:before, .rubros-ad-item:after {
  content: " ";
  display: table;
}
.rubros-ad-item:after {
  clear: both;
}

.rubros-ad-item-img {
  width: 147px;
  float: left;
}

.rubros-ad-item-content {
  padding: 15px 15px 15px 167px;
  height: 147px;
  background: white;
}

.rubros-ad-item-title {
  display: block;
  color: #fd00a8;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 10px;
}

.rubros-ad-item-desc {
  font-size: 14px;
}

.rubros-ad-item-cta {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fd00a8;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  font-style: italic;
  padding: 7px 10px;
}

.rubros-ad-item-cta:hover {
  text-decoration: none;
  color: white;
}

.rubros-ad-item-mslink {
  display: block;
  position: absolute;
  bottom: 14px;
  color: #9a9a9a;
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
}

.post-featured-rubro {
  margin-bottom: 30px;
  background: #f2f2f2;
  padding-bottom: 10px;
}
.post-featured-rubro .post-featured-rubro-title {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
.post-featured-rubro .post-featured-rubro-viewall {
  text-align: right;
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.post-featured-rubro .rubros-ad-item {
  margin-bottom: 10px;
}
.post-featured-rubro .rubros-ad-item-img {
  width: 80px;
}
.post-featured-rubro .rubros-ad-item-content {
  padding: 10px 10px 10px 90px;
  height: 80px;
}
.post-featured-rubro .rubros-ad-item-title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.post-featured-rubro .rubros-ad-item-desc {
  font-size: 11px;
}
.post-featured-rubro .social-sharing-links,
.post-featured-rubro .rubros-ad-item-cta {
  display: none;
}

/* RUBROS LIST */
/* RUBROS FILTERS */
.rubros-filters {
  margin: 0 0 0 -20px;
  background: #fff557;
  padding: 10px;
}
.rubros-filters select {
  display: inline-block;
  padding: 5px 10px;
}

.rubros-filters__title {
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  display: inline-block;
  color: #fd00a8;
}

.tax-rubro__title {
  color: #444;
  margin-bottom: 10px;
  height: 26px;
  font-size: 20px;
}

/* RUBROS CONSULTA */
.rubros-consulta-title {
  text-align: center;
  font-size: 24px;
  margin: 15px 0;
}

.rubros-consulta input:required + label::after {
  left: -20px;
}

.rubros-consulta textarea {
  height: 170px;
}

.form-response {
  display: none;
  font-size: 13px;
  padding: 10px;
  background: #FDEBF1;
  color: #fd00a8;
  font-weight: bold;
  line-height: 1.3;
  margin: 10px 0;
  border-radius: 5px;
}

.rubros-consulta {
  position: relative;
  background: #F2F2F2;
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
}
.rubros-consulta .heading {
  padding: 7px;
  left: -17px;
  top: -10px;
}
.rubros-consulta .wedding-date-select,
.rubros-consulta input,
.rubros-consulta textarea {
  margin-bottom: 10px;
}
.rubros-consulta .btn-block {
  display: block;
  width: 307px;
  position: relative;
  left: -10px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  font-size: 24px;
  height: auto;
  padding: 0.25em 0.5em;
  margin-bottom: 0;
}
.rubros-consulta .scroll {
  max-height: 250px;
  overflow-y: scroll;
  margin-bottom: 20px;
  padding: 10px;
}
.rubros-consulta .scroll label {
  display: block;
}

/* PEDIR PRESUPUESTO */
.pedir-presupuesto-item {
  position: relative;
  margin: 10px 0 40px 0;
}

.pedir-presupuesto-item-img {
  width: 147px;
  float: left;
  outline: 1px solid #EBEBEB;
}

.pedir-presupuesto-item-content {
  padding-left: 177px;
  height: 147px;
  position: relative;
}

.pedir-presupuesto-item-title {
  color: #fd00a8;
  font-size: 28px;
  font-weight: normal;
  margin: 0;
}

.pedir-presupuesto-item-rubro {
  display: inline-block;
  color: #515050;
  font-weight: bold;
  margin-bottom: 10px;
}

.pedir-presupuesto-item-rubro:hover {
  color: #515050;
  text-decoration: underline;
}

.pedir-presupuesto-item-address {
  font-size: 13px;
}

.pedir-presupuesto-item-viewmap {
  font-size: 13px;
  font-weight: bold;
  color: #1d71ba;
}

.pedir-presupuesto-item-viewmap:hover {
  color: #1d71ba;
  text-decoration: underline;
}

.pedir-presupuesto-item-social_sharing {
  position: absolute;
  bottom: -6px;
}

.single-anunciante-item {
  position: relative;
  margin: 10px auto 40px auto;
  padding: 0 10px;
}

.single-anunciante-item-img {
  width: 147px;
  float: left;
  outline: 1px solid #EBEBEB;
}

.single-anunciante-item-content {
  padding-left: 177px;
  height: 147px;
  position: relative;
}

.single-anunciante-item-title {
  color: #fd00a8;
  font-size: 28px;
  font-weight: normal;
  margin: 0;
}

.single-anunciante-item-desc {
  font-size: 12px;
  margin-bottom: 5px;
}

.single-anunciante-item-rubro {
  display: inline-block;
  color: #515050;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 3px;
}

.single-anunciante-item-rubro:hover {
  color: #515050;
  text-decoration: underline;
}

.single-anunciante-item-address {
  font-size: 13px;
}

.single-anunciante-item-viewmap {
  font-size: 13px;
  font-weight: bold;
  color: #1d71ba;
}

.single-anunciante-item-viewmap:hover {
  color: #1d71ba;
  text-decoration: underline;
}

.single-anunciante-item-social_sharing {
  position: absolute;
  bottom: -6px;
}

.single-anunciante-consultar {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.single-anunciante-form-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.single-anu-promo-item {
  background: #f2f2f2;
  margin-bottom: 20px;
}
.single-anu-promo-item:before, .single-anu-promo-item:after {
  content: " ";
  display: table;
}
.single-anu-promo-item:after {
  clear: both;
}

.single-anu-promo-consultar:hover {
  color: white;
  background: #da008f;
}

.single-anu-promo-content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.anu-map {
  padding: 0;
  width: 900px;
  margin-left: -450px;
  z-index: 9999999;
}

/*
-------------------------------------------------------------------------------
SOCIAL MEDIA BUTTONS
-------------------------------------------------------------------------------
*/
.pin {
  position: absolute !important;
}

.promo-modal {
  width: 700px;
  padding: 0;
  margin-left: -350px;
  z-index: 999999999;
}

#easytab_body {
  background: white;
}

/*
-------------------------------------------------------------------------------
Animate.css - http://daneden.me/animate
-------------------------------------------------------------------------------
*/
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -ms-transform: translateY(0);
  }

  40% {
    -ms-transform: translateY(-30px);
  }

  60% {
    -ms-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

/*! jQuery LightBox */
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
/* BOX-SIZING --------------------------------------------------------- */
#jquery-lightbox > * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 500px;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  text-align: center;
  line-height: 0;
}

#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption {
  font-weight: bold;
}

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

/* _header.scss */
.main-header {
  margin: 15px 0;
}
.main-header .sep {
  margin-top: 10px;
}

.main-header__social-icons {
  position: absolute;
  top: 15px;
  right: 0;
}

.main-search {
  width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}
.main-search .field {
  display: inline-block;
  width: 231px;
}
.main-search .btn {
  position: relative;
}
.main-search .btn:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 7px;
  background-image: url("./wp-content/themes/casamenteras/images/sprt.png");
  background-repeat: no-repeat;
  background-position: -5px -207px;
}

/* _login-button.scss */
#login-button-wrapper {
  position: absolute;
  width: 250px;
  height: 31px;
  top: -15px;
  right: 0;
}

#login-button {
  font-size: 17px;
  position: absolute;
  top: 0;
  right: 0;
}
#login-button > span {
  display: block;
  margin-right: 0.5em;
  float: left;
  line-height: 31px;
  font-size: 14px;
}
#login-button .border {
  float: right;
  position: relative;
}
#login-button p {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 3px;
}
#login-button .logout {
  color: #515050;
  font-weight: bold;
  text-decoration: none;
  font-size: 20px;
  position: relative;
  top: 2px;
}
#login-button .logout:hover {
  color: #fd00a8;
}

.fbLoginButton {
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 0;
}

/* _buttons.scss */
.btn {
  display: inline-block;
  height: 32px;
  border: none;
}

.btn--circle {
  width: 32px;
  border-radius: 50%;
  text-indent: -99em;
  overflow: hidden;
}

.btn--primary {
  background: #fd00a8;
}
.btn--primary:hover {
  background: #ca0086;
}

.btn--disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* _logo.scss */
.main-logo {
  display: block;
  width: 596px;
  height: 83px;
  text-indent: -10em;
  overflow: hidden;
  background: url("./wp-content/themes/casamenteras/images/sprt.png") no-repeat 0 0;
}

.sm-logo {
  display: block;
  width: 194px;
  height: 27px;
  text-indent: -10em;
  overflow: hidden;
  background: url("./wp-content/themes/casamenteras/images/sprt.png") no-repeat -402px -83px;
}

.email-icon {
  display: block;
  width: 72px;
  height: 69px;
  background: url("./wp-content/themes/casamenteras/images/sprt.png") no-repeat -330px -83px;
}

/* _footer.scss */
/* FOOTER */
.main-footer__header {
  position: relative;
}

.main-footer__logo {
  margin-bottom: 5px;
}

.main-footer__contact {
  display: block;
  color: #515050;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-footer__contact:hover {
  color: #515050;
  text-decoration: none;
}
.main-footer__contact__text {
  display: inline-block;
  position: relative;
  bottom: 10px;
  font-weight: bold;
  font-style: italic;
}
.main-footer__contact__icon {
  display: inline-block;
}

.main-footer__content {
  padding: 10px;
}

.main-footer__nav {
  margin: 0;
  padding: 0;
}
.main-footer__nav li {
  display: inline-block;
  font-size: 13px;
}
.main-footer__nav li a {
  color: #515050;
}
.main-footer__nav li:first-child a {
  font-weight: bold;
}
.main-footer__nav li:after {
  content: " ●";
  color: #acacac;
}
.main-footer__nav li:last-child:after {
  content: '';
}

/* _headings.scss */
.heading {
  display: inline-block;
  font-style: italic;
  font-weight: 900;
  background: #fff557;
  color: #fd00a8;
  line-height: 1;
  margin: 0;
  padding: 0.3em 2em 0.3em 0.5em;
  position: relative;
  left: -20px;
}
.heading span {
  display: block;
  font-size: 0.6em;
  color: #515050;
}
.heading em {
  color: black;
  font-weight: 900;
}
.heading a {
  font-style: italic;
  font-weight: 900;
  text-decoration: none !important;
}

.heading--sidebar {
  font-size: 36px;
  padding: 7px;
  width: 320px;
  left: -10px;
  text-align: center;
}
.heading--sidebar span {
  font-size: 0.45em;
}

.heading--h2 {
  font-size: 30px;
  padding-left: 20px;
}

.heading--h1 {
  font-size: 36px;
  padding-left: 20px;
}

/* _footer-nav.scss */
.footer-nav {
  margin-bottom: 20px;
}
.footer-nav .heading {
  position: absolute;
  top: -30px;
}

.footer-nav__rubros {
  width: 75%;
  float: left;
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.footer-nav__rubros .cat-item {
  text-transform: uppercase;
  display: block;
  float: left;
  width: 30%;
  margin-bottom: 20px;
}
.footer-nav__rubros .cat-item a {
  color: #8fd4d3;
  font-weight: 700;
  font-style: italic;
  font-size: 27px;
}
.footer-nav__rubros ul {
  padding: 0;
}
.footer-nav__rubros ul .cat-item {
  display: block;
  line-height: 1.4;
  float: none;
  width: 100%;
  margin-bottom: 0;
}
.footer-nav__rubros ul .cat-item a {
  text-transform: initial;
  font-size: 13px;
  color: #515050;
  font-weight: 400;
  font-style: normal;
}
.footer-nav__rubros ul .cat-item a:hover {
  color: #6ac6c5;
}

.footer-nav__blogs {
  width: 25%;
  float: right;
  padding: 0 20px 20px 20px;
  background: #ebebeb;
}

.footer-nav__blogs__title {
  font-size: 42px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #9a9a9a;
  line-height: 1;
}
.footer-nav__blogs__title span {
  font-size: 0.35em;
  display: block;
  text-transform: initial;
}

.footer-nav__blogs__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav__blogs__list li {
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 20px;
}
.footer-nav__blogs__list li a {
  color: #acacac;
}

/* _widgets.scss */
.widget {
  background: #f2f2f2;
  margin-bottom: 20px;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-boxes__twitter {
  padding: 0 10px 10px 10px;
}

.social-boxes__google {
  padding: 0 10px 8px 10px;
}

.top-ranking ul {
  margin: 10px;
}
.top-ranking li {
  overflow: hidden;
  margin-bottom: 10px;
}

.top-ranking__img {
  display: block;
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 7px;
}
.top-ranking__img img {
  max-width: 100%;
  height: auto;
}

.top-ranking__body {
  background: white;
  padding: 7px;
  height: 75px;
  overflow: hidden;
  font-size: 13px;
  border-bottom: 8px solid white;
  line-height: 14px;
}

.top-ranking__title {
  margin: 0 0 3px 0;
  line-height: 1;
  font-size: 13px;
}
.top-ranking__title a {
  font-weight: bold;
}

.top-ranking__desc {
  font-size: 13px;
}

.top-ranking__view-all {
  background: #fd00a8;
  color: white !important;
  text-decoration: none !important;
  display: block;
  padding: 5px 10px;
  font-size: 30px;
  font-weight: bold;
}
.top-ranking__view-all span {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: -3px;
}

.most-viewed li {
  overflow: hidden;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #c5c5c5;
}
.most-viewed li:last-child {
  border-bottom: none;
}

.most-viewed__place {
  width: 58px;
  height: 45px;
  float: left;
  margin: 0 5px;
  font-size: 50px;
  font-weight: 900;
  color: #fd00a8;
  position: relative;
  top: -3px;
  text-align: center;
}

.most-viewed__body {
  height: 45px;
  overflow: hidden;
}

.most-viewed__rubro {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 7px 0;
  color: #9a9a9a;
}

.most-viewed__anu {
  display: block;
  font-size: 21px;
  color: #45b8b5;
}
.most-viewed__anu:hover {
  text-decoration: none;
}

.subscribe {
  margin-bottom: 20px;
}

.subscribe__text {
  position: relative;
}

.subscribe__img {
  width: 72px;
  height: 69px;
  position: absolute;
  top: 25px;
  left: 0;
  background: url("./wp-content/themes/casamenteras/images/sprt.png") -330px -83px no-repeat;
}

.subscribe__text {
  padding-left: 90px;
  margin-bottom: 15px;
}

.subscribe__title {
  color: #fd00a8;
  font-size: 39px;
  font-weight: 300;
}

.subscribe__comment {
  margin: 0 0 0 2px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
}

.subscribe__form .field {
  width: 250px;
  margin-right: 5px;
}
.subscribe__form .btn {
  font-weight: 900;
  font-size: 20px;
  text-indent: inherit;
  padding: 0;
  position: relative;
  top: 2px;
}

/* _rubros-list.scss */
.rubros-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 665px;
  text-align: center;
  margin-top: 50px;
}
.rubros-list:before, .rubros-list:after {
  content: " ";
  display: table;
}
.rubros-list:after {
  clear: both;
}

.rubros-list--wide {
  width: 100%;
}
.rubros-list--wide .rubros-list__item {
  margin: 0 39px 0 0;
  width: 195px;
}
.rubros-list--wide .rubros-list__item:last-child {
  margin-right: 0;
}

.rubros-list__inner {
  padding: 20px;
  height: 360px;
}

.rubros-list__item {
  float: left;
  width: 187px;
  height: 392px;
  margin: 0 34px 50px 0;
  position: relative;
  outline: 1px solid #ebebeb;
  background: white;
}
.rubros-list__item.empty {
  width: 630px;
  height: auto;
  padding: 0 1em;
  line-height: 147px;
  display: none;
}
.rubros-list__item--dark {
  background: #f2f2f2;
  outline: none;
}

.rubros-list__title {
  color: #1d57ef;
  font-weight: bold;
  margin: 10px 0;
  font-size: 15px;
  display: block;
}
.rubros-list__title:hover {
  color: #1d57ef;
  text-decoration: underline;
}

.rubros-list__seo {
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
}

.rubros-list__cta {
  display: block;
  padding: 7px 0;
  background: #fd00a8;
  color: white;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
}
.rubros-list__cta:hover {
  color: white;
  text-decoration: none;
}

/* _admin-edit */
.admin-edit {
  position: relative;
}
.admin-edit:hover .admin-edit__link {
  display: block !important;
}

.admin-edit__link {
  background: rgba(15, 160, 202, 0.75);
  color: #fff !important;
  text-decoration: none !important;
  display: none;
  position: absolute;
  padding: 0.5em 1em;
  font-size: 12px;
  top: 0;
  right: 0;
  z-index: 99999999;
}

/* _featured-anunciantes.scss */
.featured-anunciantes {
  background: #f2f2f2;
  margin-top: 40px;
}
.featured-anunciantes .heading {
  position: absolute;
  top: -40px;
}

.featured-anunciantes__inner {
  padding: 40px;
}

.most-featured {
  margin: 0;
  padding: 0;
  list-style: none;
}
.most-featured:before, .most-featured:after {
  content: " ";
  display: table;
}
.most-featured:after {
  clear: both;
}

.most-featured__item {
  background: white;
  width: 286px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.most-featured__item:last-child {
  margin-right: 0;
}

.most-featured__inner {
  padding: 15px;
  height: 200px;
  overflow: hidden;
}

.most-featured__title {
  font-size: 22px;
  margin-bottom: 7px;
}
.most-featured__title a {
  font-weight: 900;
  font-style: italic;
}

.most-featured__text {
  font-size: 14px;
  line-height: 1.3;
}

.most-featured__img {
  display: block;
  width: 100%;
  height: 182px;
  border-top: 10px solid white;
}

/* _relevant-posts.scss */
.hot-news {
  position: relative;
  margin-bottom: 25px;
  height: 450px;
}
.hot-news .heading {
  position: absolute;
  top: -25px;
  z-index: 2;
}
.hot-news .pull-left {
  margin-right: 23px;
}

.hot-news__item {
  width: 312px;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.hot-news__item .in {
  margin: 15px 15px 0 15px;
  overflow: hidden;
}
.hot-news__item a {
  color: #676766;
}
.hot-news__item h3 {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 10px;
  font-weight: 900;
  font-style: italic;
}
.hot-news__item p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.hot-news__item--full {
  position: relative;
  background: #f2f2f2;
  padding-top: 20px;
}
.hot-news__item--full .in {
  max-height: 240px;
  border-bottom: 15px solid #f2f2f2;
}
.hot-news__item--full img {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}

.hot-news__item--compact {
  border: 1px solid #acacac;
  height: 211px;
  margin-bottom: 25px;
  border-bottom: 5px solid #fd00a8;
}
.hot-news__item--compact .in {
  max-height: 192px;
  border-bottom: 15px solid white;
}

/*
 * Swiper 2.6.1
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: May 6, 2014
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

.swiper-slide-active {
  /* Specific active slide styling: */
}

.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

.swiper-active-switch {
  /* Specific active button style: */
}

.swiper-visible-switch {
  /* Specific visible button style: */
}

/* _home-slider.scss */
.home-slider {
  width: 647px;
  margin-bottom: 40px;
  position: relative;
}
.home-slider .swiper-container,
.home-slider .swiper-slide {
  width: 647px;
  height: 400px;
}
.home-slider:hover .home-slider__prev,
.home-slider:hover .home-slider__next {
  opacity: 0.75;
}

.home-slider__item {
  position: relative;
  overflow: hidden;
}
.home-slider__item .clearfix {
  position: relative;
  top: -20px;
}
.home-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 647px;
  height: 400px;
  z-index: -1;
}

.home-slider__item__title {
  left: 0;
  margin-top: 20px;
  font-size: 27px;
  display: block;
  max-width: 85%;
  padding: 0.3em 0.5em;
  z-index: 1;
}

.home-slider__item__text {
  margin-right: 40px;
  padding: 30px 20px 15px 20px;
  position: relative;
  top: -20px;
  background: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  font-weight: 600;
}

.home-slider__item__cta {
  display: inline-block;
  margin-top: 20px;
  margin-right: 40px;
  padding: 0.5em 0.75em;
  background: rgba(255, 255, 255, 0.75);
  float: right;
  font-size: 27px;
  font-weight: 900;
  font-style: italic;
  color: #494848;
  transition: all 0.5s ease;
}
.home-slider__item__cta:hover {
  color: #494848;
  text-decoration: none;
  background: white;
}

.home-slider__prev,
.home-slider__next {
  position: absolute;
  width: 25px;
  height: 400px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease;
}

.home-slider__prev {
  left: 0;
}
.home-slider__prev:before {
  content: '';
  width: 13px;
  height: 26px;
  background-color: yellow;
  background: url("./wp-content/themes/casamenteras/images/sprt.png") no-repeat -303px -83px;
  display: block;
  position: absolute;
  top: 182px;
  left: 5px;
}

.home-slider__next {
  right: 0;
}
.home-slider__next:before {
  content: '';
  width: 13px;
  height: 26px;
  background-color: yellow;
  background: url("./wp-content/themes/casamenteras/images/sprt.png") no-repeat -317px -83px;
  display: block;
  position: absolute;
  top: 182px;
  left: 5px;
}

/* _featured-blogs.scss */
.featured-blogs {
  width: 647px;
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 50px;
  position: relative;
}
.featured-blogs .heading {
  position: absolute;
  top: -25px;
}

.featured-blogs__items {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.featured-blogs__item {
  float: left;
  width: 195px;
  height: 230px;
  margin: 7px;
  background: white;
  position: relative;
}
.featured-blogs__item .in {
  background: white;
  margin: 15px;
  position: absolute;
  bottom: 0px;
}

.featured-blogs__item__name {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 0;
}

.featured-blogs__item__text {
  color: #515050;
  font-size: 14px;
  line-height: 1.3;
  padding: 5px;
}

.featured-blogs__item--intro {
  padding-top: 20px;
  background: transparent;
}
.featured-blogs__item--intro .featured-blogs__item__title {
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  margin-bottom: 10px;
}
.featured-blogs__item--intro .featured-blogs__item__text {
  padding: 0;
}

/* _single-anunciante-block.scss */
.single-anunciante-block {
  position: relative;
  padding: 40px 25px 25px 25px;
  margin-top: 20px;
  background: #f2f2f2;
}
.single-anunciante-block .heading {
  font-size: 27px;
  position: absolute;
  top: -20px;
}

.single-anunciante-block__inner:before, .single-anunciante-block__inner:after {
  content: " ";
  display: table;
}
.single-anunciante-block__inner:after {
  clear: both;
}

.single-anunciante-block__img {
  float: left;
  width: 147px;
}

.single-anunciante-block__content {
  float: left;
  padding: 15px;
  background: white;
  width: 446px;
  height: 147px;
  position: relative;
}

.single-anunciante-block__desc {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.single-anunciante-block__address {
  font-size: 13px;
}

.single-anunciante-block__viewmap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: 600;
}

/* _ms-slider.scss */
.ms-slider {
  width: 643px;
  height: 153px;
  overflow: hidden;
  position: relative;
}
.ms-slider:hover .ms-slider__prev,
.ms-slider:hover .ms-slider__next {
  opacity: 1;
}

.ms-slider__prev,
.ms-slider__next {
  position: absolute;
  width: 25px;
  height: 153px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease;
}

.ms-slider__prev {
  left: 0;
}
.ms-slider__prev:before {
  content: '';
  width: 13px;
  height: 26px;
  background-color: yellow;
  background: url("./wp-content/themes/casamenteras/images/sprt.png") no-repeat -303px -83px;
  display: block;
  position: absolute;
  top: 62px;
  left: 5px;
}

.ms-slider__next {
  right: 0;
}
.ms-slider__next:before {
  content: '';
  width: 13px;
  height: 26px;
  background-color: yellow;
  background: url("./wp-content/themes/casamenteras/images/sprt.png") no-repeat -317px -83px;
  display: block;
  position: absolute;
  top: 62px;
  left: 5px;
}

/* _ms-sharing.scss */
.ms-sharing {
  margin: 15px 0;
}

.ms-sharing__title {
  font-weight: 600;
  font-style: italic;
  color: #817f80;
  margin-bottom: 10px;
}

/* _single-anunciante.scss */
.single-anunciante__data {
  font-size: 14px;
}
.single-anunciante__data ul {
  margin-left: 0;
}
.single-anunciante__data li {
  margin-bottom: 0.5em;
}
.single-anunciante__data p {
  margin-bottom: 10px;
}

.single-anunciante__data__title {
  font-size: 30px !important;
  font-weight: 900;
  font-style: italic;
  color: #fd00a8;
}

.single-anunciante__data h3 {
  font-size: 17px;
  color: #fd00a8;
  font-weight: normal;
}

.single-anunciante__form {
  background: #f2f2f2;
  padding: 10px 10px 0 10px;
  margin-bottom: 20px;
}
.single-anunciante__form .heading {
  text-align: left;
  position: relative;
  top: -10px;
  left: -17px;
}
.single-anunciante__form input,
.single-anunciante__form textarea,
.single-anunciante__form .wedding-date-select {
  margin-bottom: 10px;
}
.single-anunciante__form .btn-block {
  display: block;
  width: 307px;
  position: relative;
  left: -10px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  font-size: 24px;
  height: auto;
  padding: 0.25em 0.5em;
  margin-bottom: 0;
}
.single-anunciante__form .form-response {
  background: transparent;
  margin: 0;
  font-size: 14px;
  font-style: italic;
}

.single-anunciante__videos {
  background: #f2f2f2;
  margin: 50px 0 20px 0;
  padding: 0 20px 20px 20px;
}
.single-anunciante__videos .heading {
  position: relative;
  top: -20px;
}

.single-anunciante__video {
  overflow: hidden;
  margin-bottom: 20px;
}

.single-anunciante__video-video {
  width: 305px;
  float: left;
}

.single-anunciante__video-body {
  background: white;
  height: 229px;
  overflow: hidden;
  padding: 20px;
  float: left;
  width: 298px;
}

.single-anunciante__video-title {
  font-size: 20px;
  color: #fd00a8;
  margin: 20px 0 5px 0;
}

.single-anunciante__video-desc {
  font-size: 14px;
}

.single-anunciante-promos {
  background: #f2f2f2;
  margin: 50px 0 20px 0;
  padding: 0 20px 20px 20px;
  font-size: 26px;
}
.single-anunciante-promos .heading {
  position: relative;
  top: -25px;
}

/* SINGLE ANUNCIANTE PROMOS */
.single-anunciante-promos__item {
  margin-bottom: 20px;
}

.single-anunciante-promos__block {
  background: #f3f3f3;
  position: relative;
}
.single-anunciante-promos__block:before, .single-anunciante-promos__block:after {
  content: " ";
  display: table;
}
.single-anunciante-promos__block:after {
  clear: both;
}

.single-anunciante-promos__img {
  width: 200px;
  float: left;
  display: block;
}
.single-anunciante-promos__img img {
  max-width: 100%;
  height: auto;
}

.single-anunciante-promos__content {
  padding: 10px 10px 30px 10px;
  position: relative;
  min-height: 200px;
  width: 403px;
  float: left;
  background: white;
  position: relative;
  margin-bottom: 20px;
}

.single-anunciante-promos__title {
  color: #8fd4d3;
  font-size: 22px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px;
  width: 260px;
}

.single-anunciante-promos__desc {
  font-size: 13px;
  line-height: 1.3;
}

.single-anunciante-promos__desc + .single-anunciante-promos__desc {
  margin-top: 10px;
}

.single-anunciante-promos__price {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fd00a8;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
}

.single-anunciante-promos__consultar {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  height: auto;
  bottom: -17px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 250px;
}

/* _ctr-paginator.scss */
.ctr-paginator {
  display: table;
  width: 100%;
  margin: 40px 0;
}

.ctr-paginator__item {
  display: table-cell;
  vertical-align: middle;
  color: #515050;
  text-decoration: none !important;
}
.ctr-paginator__item p {
  font-size: 14px;
  color: #9a9a9a;
  margin-bottom: 5px;
}
.ctr-paginator__item strong {
  font-style: italic;
}

.ctr-paginator__item--prev,
.ctr-paginator__item--next {
  width: 35%;
  position: relative;
}
.ctr-paginator__item--prev:before,
.ctr-paginator__item--next:before {
  display: inline-block;
  vertical-align: middle;
  content: ' ';
  width: 13px;
  height: 26px;
  position: absolute;
  background: url("./wp-content/themes/casamenteras/images/sprt.png") no-repeat;
}

.ctr-paginator__item--prev {
  text-align: left;
}
.ctr-paginator__item--prev:before {
  background-position: -303px -83px;
  left: -20px;
}

.ctr-paginator__item--next {
  text-align: right;
}
.ctr-paginator__item--next:before {
  background-position: -317px -83px;
  right: -20px;
}

.ctr-paginator__item--current {
  width: 30%;
  text-align: center;
}
.ctr-paginator__item--current strong {
  font-size: 22px;
  font-weight: 900;
  color: #fd00a8;
}

/* _guia-de-empresas.scss */
.gde__header {
  font-size: 14px;
  background: #f2f2f2;
  padding: 60px 20px 20px 20px;
  margin-top: 20px;
  position: relative;
  width: 647px;
}
.gde__header .heading {
  position: absolute;
  top: -20px;
  font-size: 32px;
}
.gde__header h2 {
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  margin-bottom: 5px;
}
.gde__header p {
  line-height: 1.2;
}
.gde__header p:last-child {
  margin-bottom: 0;
}

.gde__nav-rubros {
  width: 690px;
  list-style: none;
  margin: 40px 0;
  padding: 0;
  position: relative;
  left: -20px;
}
.gde__nav-rubros:before, .gde__nav-rubros:after {
  content: " ";
  display: table;
}
.gde__nav-rubros:after {
  clear: both;
}
.gde__nav-rubros > li {
  float: left;
  width: 303px;
  margin: 0 20px;
  position: relative;
}
.gde__nav-rubros > li > a {
  background: #fff557;
  color: #fd00a8;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  padding: 0.3em 2em 0.3em 0.5em;
  margin-left: -20px;
  display: inline-block;
  position: absolute;
  top: -25px;
}
.gde__nav-rubros > li > ul {
  background: #f2f2f2;
  padding: 40px 25px 25px 25px !important;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.gde__nav-rubros > li > ul a {
  font-size: 14px;
  font-weight: 700;
  color: #515050;
  display: block;
  line-height: 1.4;
}

/*# sourceMappingURL=main.css.map */

/*
     FILE ARCHIVED ON 03:56:15 Jun 28, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:11:53 Jun 30, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.939
  exclusion.robots: 0.044
  exclusion.robots.policy: 0.028
  esindex: 0.012
  cdx.remote: 70.772
  LoadShardBlock: 257.594 (3)
  PetaboxLoader3.datanode: 125.893 (4)
  PetaboxLoader3.resolve: 438.153 (2)
  load_resource: 461.66
*/