/* Theme Name: PortalIsh
 * Author: The YoursWeb Team
 * Description: Theme for YoursWeb company portals
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: portalish
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others. */
@import url("https://fonts.googleapis.com/css?family=Abel");
body, html {
  font-family: "Abel", sans-serif;
  background: #f5f9fc; }

/* Single elements */
.navbar-toggler {
  color: #604871;
  background: #b891c1; }

.logo-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .logo-mobile {
      display: inline-block;
      width: 200px;
      padding: 5px 15px; } }

.navbar-brand {
  max-width: 225px; }
  @media screen and (max-width: 768px) {
    .navbar-brand {
      display: none; } }

.fa-search {
  color: #a362a7;
  margin-left: 15px;
  font-size: 18pt; }

img {
  max-width: 100%;
  height: auto; }

#page > header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  background: #7c638c;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 20px -3px; }
#page > #pageContent, #page > #search-page, #page > #category, #page #template {
  margin-top: 100px; }

.post-title.single {
  margin-top: 20px; }

.btn-custom {
  background: #a362a7;
  color: #fff;
  border-radius: 0px; }
  .btn-custom.full-width {
    width: 100%; }

.form-control {
  border-radius: 0px; }

.newsletter-optin-text {
  font-size: 11pt; }

#cc_container {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding: 10px 50px;
  box-shadow: rgba(0, 0, 0, 0.4) 2px -2px 6px -2px; }
  #cc_container p {
    margin: 5px 0px; }
  #cc_container form {
    float: left;
    padding-right: 6px; }
  #cc_container button {
    border-radius: 0px;
    color: #fff; }
    #cc_container button.accept {
      background: #a362a7; }
    #cc_container button.disable {
      background: #fff;
      color: #4d4d4d; }

a.no-dec {
  text-decoration: none; }

.post-list .post {
  padding-bottom: 25px;
  margin-top: 25px;
  border-bottom: #ccb9ca 1px solid; }
  .post-list .post .image-container {
    height: 150px;
    overflow-y: hidden; }
  .post-list .post.no-border {
    border-bottom: none; }
  .post-list .post h2 {
    background: #dedede;
    padding: 10px 15px 10px 15px; }
  .post-list .post:last-of-type {
    margin-bottom: 25px; }
  .post-list .post p {
    margin: 8px 0px;
    padding-left: 15px; }
  .post-list .post .tags {
    padding-left: 15px; }
    .post-list .post .tags > div.tag {
      background: #b683b9;
      display: inline-block;
      width: auto;
      padding: 3px 5px;
      margin-right: 5px; }
      .post-list .post .tags > div.tag a {
        color: #fff;
        display: block; }
  .post-list .post .author {
    margin-bottom: 0px;
    font-style: italic;
    font-size: 11pt; }
    .post-list .post .author .views {
      font-style: normal;
      position: relative;
      top: 2px;
      font-size: 10pt;
      color: #8c8989; }

.navigation.pagination {
  margin: 8px 0px; }
  .navigation.pagination h2 {
    display: none; }
  .navigation.pagination .page-numbers {
    display: inline-block;
    background: #fff;
    border: #ccc 1px solid;
    color: #4d4d4d;
    padding: 4px 8px; }
    .navigation.pagination .page-numbers.current {
      background: #a362a7;
      border: none;
      color: #fff;
      padding: 5px 9px; }

#searchform {
  background: #dedede;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 10px -2px;
  padding: 20px 15px;
  margin-bottom: 25px; }
  #searchform .btn {
    width: 100%;
    border-radius: 0px;
    color: #fff; }
    #searchform .btn.advanced-btn {
      background: #a362a7; }
    #searchform .btn.search-btn {
      background: #b683b9; }
    #searchform .btn .fa {
      color: #fff;
      font-size: 12pt;
      margin: 0px 5px; }

.dropdown.bootstrap-select, .filter-option {
  min-height: 35px; }

.page-title {
  margin-top: 25px;
  margin-bottom: 35px; }

/* Headings */
h1.title, h2.title, h3.title, h4.title, h5.title {
  color: #a362a7;
  font-weight: 700; }
  h1.title.center, h2.title.center, h3.title.center, h4.title.center, h5.title.center {
    text-align: center; }
  h1.title:not(.no-border):after, h2.title:not(.no-border):after, h3.title:not(.no-border):after, h4.title:not(.no-border):after, h5.title:not(.no-border):after {
    display: block;
    content: "";
    width: 5%;
    border-bottom: #b683b9 1px solid;
    margin-top: 5px; }
  h1.title.darker, h2.title.darker, h3.title.darker, h4.title.darker, h5.title.darker {
    color: #764479; }
    h1.title.darker:not(.no-border):after, h2.title.darker:not(.no-border):after, h3.title.darker:not(.no-border):after, h4.title.darker:not(.no-border):after, h5.title.darker:not(.no-border):after {
      display: block;
      content: "";
      width: 10%;
      border-bottom: #b683b9 3px solid;
      margin-top: 5px; }

.filter-option-inner-inner {
  color: #4d4d4d; }

.btn.dropdown-toggle {
  background: #fff; }

.home .post-list .post {
  margin-top: 0px; }
  .home .post-list .post span.views {
    font-weight: bold;
    color: #7c638c;
    font-size: 10pt; }
    .home .post-list .post span.views i {
      color: #957ea4; }
  .home .post-list .post span.author {
    float: right;
    font-weight: bold;
    color: #7c638c;
    font-size: 10pt; }
  .home .post-list .post p.excerpt {
    font-size: 11pt;
    padding: 0px 10px 5px 10px; }
  .home .post-list .post .image-container {
    height: 150px;
    overflow: hidden; }
    .home .post-list .post .image-container img {
      height: 100%;
      width: auto;
      min-width: 100%; }
  .home .post-list .post h4 {
    font-size: 13pt;
    box-shadow: 0px 14px 20px -10px rgba(0, 0, 0, 0.75);
    color: #764479;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 10px; }
.home .post-list .post.twoxtwo h4 {
  font-size: 18pt;
  box-shadow: none;
  background: #f3d2f7;
  padding: 10px 15px; }
.home .post-list .post.twoxtwo a {
  text-decoration: none; }

/* Header Navbar */
.navbar {
  width: 100%;
  padding: 2px 0px; }
  .navbar.navbar-topbar a {
    color: rgba(255, 255, 255, 0.8); }
  @media screen and (max-width: 768px) {
    .navbar.navbar-topbar > a {
      margin-right: 10px;
      padding: 0px 5px 0px 5px;
      font-size: 12pt; } }
  .navbar.navbar-topbar ul:not(.dropdown-menu) .menu-item:last-of-type {
    background: #b683b9; }
    .navbar.navbar-topbar ul:not(.dropdown-menu) .menu-item:last-of-type a {
      color: #fff;
      font-weight: 400; }
  .navbar.navbar-topbar ul.dropdown-menu {
    background: #b891c1;
    border: none;
    border-radius: 0px; }
    .navbar.navbar-topbar ul.dropdown-menu .dropdown-item:focus, .navbar.navbar-topbar ul.dropdown-menu .dropdown-item:hover {
      background: #864d89; }
    .navbar.navbar-topbar ul.dropdown-menu .menu-item:last-of-type {
      background: transparent; }
  @media screen and (max-width: 768px) {
    .navbar .menu-item {
      border-bottom: #b891c1 1px solid;
      padding-right: 15px;
      padding-left: 15px; }
      .navbar .menu-item:first-child {
        border-top: #b891c1 1px solid; }
      .navbar .menu-item .dropdown-menu {
        margin-right: -15px;
        margin-left: -15px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px -1px inset; }
        .navbar .menu-item .dropdown-menu .menu-item {
          border-bottom: #7c638c; } }

#search-page {
  margin-top: 25px; }

/* Footbar */
footer {
  background: #c9a3cc; }
  footer .newsletter-form input {
    width: 100%;
    padding: 5px 10px; }
  footer .newsletter-form button {
    width: 100%;
    margin-top: 5px;
    background: #a362a7;
    color: #fff;
    border-radius: 0px; }
  footer .blog-info {
    padding-top: 30px;
    border-right: 1px solid #fff;
    padding-right: 20px; }
    footer .blog-info p {
      margin: 5px 0px 10px 0px;
      color: #fff;
      text-align: right; }
    footer .blog-info .social > div {
      display: inline-block;
      margin-right: 5px;
      float: right; }
      footer .blog-info .social > div img {
        max-width: 35px; }
  footer .sidebar-widget {
    float: left;
    padding: 10px; }
    footer .sidebar-widget label {
      color: #864d89;
      font-size: 14pt; }
      footer .sidebar-widget label:after {
        display: block;
        content: "";
        width: 50px;
        border-bottom: #965699 1px solid; }
    footer .sidebar-widget ul {
      padding-left: 0px; }
    footer .sidebar-widget li {
      list-style: none; }
      footer .sidebar-widget li a {
        color: #fff; }
    footer .sidebar-widget:not(form) {
      width: 50%; }

.footcopy {
  padding-left: 75px;
  padding-right: 75px;
  margin-top: 10px; }
  .footcopy .list-inline {
    float: right; }
    .footcopy .list-inline > li {
      display: inline-block;
      margin-right: 10px; }
      .footcopy .list-inline > li a {
        font-weight: bold;
        color: #864d89; }

/* Breadcrumbs */
#breadcrumbs {
  margin-top: 10px; }
  #breadcrumbs a {
    color: #a362a7; }
  #breadcrumbs strong {
    color: #965699; }

/* Home Slider */
.slider {
  position: relative; }
  .slider .carousel-item {
    max-height: 370px;
    overflow-y: hidden; }
    .slider .carousel-item .post-tags .tag {
      background: #752d79;
      display: inline-block;
      width: auto;
      padding: 3px 5px;
      margin-right: 5px;
      color: rgba(255, 255, 255, 0.6); }
      .slider .carousel-item .post-tags .tag a {
        color: #fff;
        display: block; }
    .slider .carousel-item .post-thumb a {
      display: block;
      width: 100%; }
    .slider .carousel-item .post-thumb img {
      width: 100%;
      display: block; }
    .slider .carousel-item > .item-text {
      display: block;
      position: absolute;
      bottom: 20px;
      left: 20px;
      width: calc(100% - 80px);
      padding: 10px 20px;
      background: rgba(0, 0, 0, 0.7);
      min-height: 140px; }
      .slider .carousel-item > .item-text a {
        color: #a362a7; }
      .slider .carousel-item > .item-text p {
        color: #fff;
        font-size: 11pt; }
  .slider .carousel-righters {
    position: static;
    margin-left: 0px;
    margin-right: 0px;
    display: unset;
    min-height: 300px;
    padding-left: 0px; }
    .slider .carousel-righters li {
      list-style: none;
      min-height: calc(50% - 5px);
      background: transparent;
      margin-bottom: 14px; }
      @media (max-width: 768px) {
        .slider .carousel-righters li {
          margin-top: 15px;
          margin-bottom: 15px;
          padding-left: 15px; }
          .slider .carousel-righters li:not(:first-child) {
            margin-top: 0px; } }
  .slider .carousel-indicators {
    position: static;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px 0px;
    display: unset;
    width: 100%;
    height: auto; }
    @media screen and (max-width: 992px) {
      .slider .carousel-indicators {
        display: none; } }
    .slider .carousel-indicators li {
      text-indent: 0px;
      width: calc(20% - 32px);
      height: unset;
      float: left;
      position: relative;
      margin-right: 30px;
      background: transparent; }
      .slider .carousel-indicators li:first-child {
        margin-left: 0px; }
      .slider .carousel-indicators li:last-of-type {
        margin-left: 0px; }
      .slider .carousel-indicators li .post-thumb {
        max-height: 100px;
        overflow-y: hidden;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px -3px; }
        .slider .carousel-indicators li .post-thumb a {
          display: block;
          width: 100%; }
        .slider .carousel-indicators li .post-thumb img {
          width: 100%;
          display: block;
          position: relative;
          top: -5px; }
      .slider .carousel-indicators li > .post-text {
        color: #764479;
        font-size: 12pt;
        text-transform: uppercase;
        display: block;
        background: transparent;
        padding: 5px 0px; }
        .slider .carousel-indicators li > .post-text a, .slider .carousel-indicators li > .post-text span {
          color: #764479;
          font-weight: 700; }

/* Portalish Widgets */
.portalish-widget {
  width: 100%; }
  .portalish-widget.has-bg {
    background: #bc96c1;
    padding: 10px;
    color: #fff; }
    .portalish-widget.has-bg ul {
      margin-bottom: 0px; }
    .portalish-widget.has-bg .widget-title {
      text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
      color: #fff;
      font-weight: bold;
      display: block;
      text-align: left;
      font-size: 18pt; }
      .portalish-widget.has-bg .widget-title:before {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
        content: "";
        display: inline;
        border-left: 8px solid #fff;
        width: 14px;
        position: relative;
        margin-right: 15px; }
    .portalish-widget.has-bg > ul {
      padding-left: 0px; }
      .portalish-widget.has-bg > ul > li {
        list-style: none;
        border-bottom: 1px solid #957ea4; }
        .portalish-widget.has-bg > ul > li:not(:first-child) {
          margin-top: 20px; }
        .portalish-widget.has-bg > ul > li .post-link {
          margin: 0px;
          padding-left: 5px;
          padding-top: 4px;
          padding-bottom: 4px;
          color: #6e327d;
          display: block;
          font-size: 14pt;
          font-weight: bold;
          background: #fff; }
        .portalish-widget.has-bg > ul > li .post-info {
          font-size: 10pt;
          margin-top: 3.5px;
          float: right;
          color: #4d4d4d;
          text-align: right; }
  .portalish-widget:not(.has-bg) {
    padding: 10px;
    color: #412d4d; }
    .portalish-widget:not(.has-bg) ul {
      margin-bottom: 0px; }
    .portalish-widget:not(.has-bg) img {
      box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 6px -2px; }
    .portalish-widget:not(.has-bg) .widget-title {
      color: #8554a2;
      font-weight: bold;
      display: block;
      text-align: left;
      font-size: 18pt;
      margin-bottom: 10px; }
      .portalish-widget:not(.has-bg) .widget-title:before {
        content: "";
        display: inline;
        border-left: 8px solid #ad88b9;
        width: 14px;
        position: relative;
        margin-right: 15px; }
    .portalish-widget:not(.has-bg) > ul {
      padding-left: 0px; }
      .portalish-widget:not(.has-bg) > ul > li {
        list-style: none;
        border-bottom: 1px solid #e6d4e7; }
        .portalish-widget:not(.has-bg) > ul > li:not(:first-child) {
          margin-top: 10px; }
        .portalish-widget:not(.has-bg) > ul > li .post-image-container {
          position: relative; }
          .portalish-widget:not(.has-bg) > ul > li .post-image-container .bg {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: #a362a7;
            opacity: 0.5; }
        .portalish-widget:not(.has-bg) > ul > li .post-link {
          margin: 4px 0px;
          text-decoration: none;
          color: #4d4d4d;
          font-size: 14pt;
          display: block;
          font-weight: bold; }
        .portalish-widget:not(.has-bg) > ul > li .post-info {
          font-size: 10pt;
          color: #4d4d4d;
          margin-top: 3.5px;
          float: right;
          text-align: right; }

.widgettitle {
  color: #8554a2;
  font-weight: bold;
  display: block;
  text-align: left;
  font-size: 18pt;
  margin-bottom: 10px; }
  .widgettitle:before {
    content: "";
    display: inline;
    border-left: 8px solid #ad88b9;
    width: 14px;
    position: relative;
    margin-right: 15px; }

.sidebar-container .sidebar-widget,
.motopress-wp_widgets_area .sidebar-widget {
  margin-bottom: 30px;
  width: 100%; }
  .sidebar-container .sidebar-widget label,
  .motopress-wp_widgets_area .sidebar-widget label {
    color: #8554a2;
    font-weight: bold;
    display: block;
    text-align: left;
    font-size: 18pt;
    margin-bottom: 10px; }
    .sidebar-container .sidebar-widget label:before,
    .motopress-wp_widgets_area .sidebar-widget label:before {
      content: "";
      display: inline;
      border-left: 8px solid #ad88b9;
      width: 14px;
      position: relative;
      margin-right: 15px; }
  .sidebar-container .sidebar-widget ul,
  .motopress-wp_widgets_area .sidebar-widget ul {
    padding-left: 0px;
    text-align: right; }
    .sidebar-container .sidebar-widget ul li,
    .motopress-wp_widgets_area .sidebar-widget ul li {
      list-style: none;
      text-align: left; }
      .sidebar-container .sidebar-widget ul li a,
      .motopress-wp_widgets_area .sidebar-widget ul li a {
        color: #4d4d4d;
        font-size: 14pt;
        font-weight: bold; }
    .sidebar-container .sidebar-widget ul > li.cat-item,
    .motopress-wp_widgets_area .sidebar-widget ul > li.cat-item {
      list-style: none;
      color: #c9a3cc;
      font-weight: bold; }
      .sidebar-container .sidebar-widget ul > li.cat-item > a,
      .motopress-wp_widgets_area .sidebar-widget ul > li.cat-item > a {
        color: #4d4d4d;
        display: inline-block;
        width: 90%;
        text-align: left; }

*:not(footer) .sidebar-widget {
  margin-bottom: 30px;
  width: 100%; }
  *:not(footer) .sidebar-widget label {
    color: #8554a2;
    font-weight: bold;
    display: block;
    text-align: left;
    font-size: 18pt;
    margin-bottom: 10px; }
    *:not(footer) .sidebar-widget label:before {
      content: "";
      display: inline;
      border-left: 8px solid #ad88b9;
      width: 14px;
      position: relative;
      margin-right: 15px; }
  *:not(footer) .sidebar-widget ul {
    padding-left: 0px;
    text-align: right; }
    *:not(footer) .sidebar-widget ul li {
      list-style: none;
      text-align: left; }
      *:not(footer) .sidebar-widget ul li a {
        color: #4d4d4d;
        font-size: 14pt;
        font-weight: bold; }
    *:not(footer) .sidebar-widget ul > li.cat-item {
      list-style: none;
      color: #c9a3cc;
      font-weight: bold; }
      *:not(footer) .sidebar-widget ul > li.cat-item > a {
        color: #4d4d4d;
        display: inline-block;
        width: 90%;
        text-align: left; }

.portalish-widget, .sidebar-widget {
  margin-bottom: 30px;
  padding: 0px 10px 0px 10px; }

.sidebar-widget li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e6d4e7; }

.cta-container {
  padding: 0px 10px 0px 10px;
  position: relative; }
  .cta-container .ad-disclaimer {
    position: absolute;
    bottom: 0px;
    font-size: 8pt;
    padding: 2px 4px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.4); }

.portalish-widget.image.has-link a {
  text-decoration: none;
  color: #fff; }
.portalish-widget.image.has-legend .image-legend {
  background: #a362a7;
  color: #fff;
  padding: 4px 5px 4px 5px;
  text-align: center;
  font-size: 14pt; }
  .portalish-widget.image.has-legend .image-legend:hover {
    background: #ad72b0; }
.portalish-widget.menu ul {
  padding-bottom: 15px;
  padding-left: 0px;
  width: 92%;
  margin: 0px auto; }
  .portalish-widget.menu ul li {
    list-style: none;
    border-bottom: #dcc4de 1px solid;
    padding: 6px 0px; }
    .portalish-widget.menu ul li a {
      color: #4d4d4d; }
    .portalish-widget.menu ul li:before {
      content: ">";
      display: inline-block;
      padding-right: 15px;
      border-bottom: none; }
.portalish-widget.menu.has-background {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 4px -2px;
  background: #a362a7;
  width: 92%;
  margin: 0px auto 30px auto; }
  .portalish-widget.menu.has-background .widget-title, .portalish-widget.menu.has-background .widgettitle {
    text-align: center;
    font-weight: 200;
    color: #fff; }
    .portalish-widget.menu.has-background .widget-title:before, .portalish-widget.menu.has-background .widgettitle:before {
      border: none;
      width: 0px;
      margin-right: 0px; }
  .portalish-widget.menu.has-background li, .portalish-widget.menu.has-background li:before, .portalish-widget.menu.has-background a {
    color: #fff; }

.texto-branco {
  color: #fff; }

.cta-botao-branco a.motopress-btn {
  background: #fff !important;
  border: none !important;
  border-color: transparent !important;
  color: #4d4d4d !important; }

.page-separator {
  border-bottom: #ccc 1px solid;
  margin-top: 30px;
  margin-bottom: 50px; }

.categories h2 {
  margin-bottom: 25px; }

.category-item {
  margin-bottom: 25px; }
  .category-item .container-img {
    max-height: 150px;
    overflow-y: hidden; }
  .category-item img {
    width: 100%; }
  .category-item .inner-category {
    overflow: hidden;
    background: #54435f; }
  .category-item h2 {
    margin: 0px 0px 0px 0px;
    font-size: 18pt;
    padding: 5px 15px;
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #ffffff7a;
    background: #2f1e3a; }
  .category-item p {
    padding: 0px 15px 15px 15px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.6);
    margin: 10px 0px;
    line-height: 18px; }
    .category-item p .link {
      color: #8554a2;
      font-weight: bold;
      text-shadow: none; }

#sign_content h2 {
  color: #7c638c;
  font-weight: bold; }

table.sign-characteristics th, table.sign-characteristics td {
  padding: 5px 10px 5px 0px;
  border-bottom: #ccc 1px solid; }
table.sign-characteristics td {
  text-align: right; }

.motopress-posts-grid-obj a {
  color: #7c638c; }
.motopress-posts-grid-obj .motopress-posts-grid-more {
  font-weight: bold; }
.motopress-posts-grid-obj .motopress-posts-grid-thumbnail {
  margin-bottom: 10px !important; }

.row.post-list .item {
  margin-bottom: 15px; }
.row.post-list .post-thumb a {
  height: 125px;
  display: block;
  width: 100%; }
.row.post-list .post-thumb img {
  width: auto;
  height: 100%;
  display: block;
  border-left: #7c638c 5px solid; }

label.title {
  font-size: 14pt;
  padding: 4px 0px;
  font-weight: bold;
  margin-bottom: 3px; }
  label.title a {
    color: #a362a7; }

a.read-more {
  color: #a362a7;
  font-size: 12pt;
  font-weight: lighter; }

.row.cta {
  margin: 35px 0px;
  color: #a362a7;
  text-align: center; }
  .row.cta .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px; }
  .row.cta a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    background: #7c638c;
    color: #fff; }
  .row.cta h3 {
    font-weight: bold;
    font-size: 26pt; }
  .row.cta p {
    font-size: 16pt; }

.cta-direct {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 35px;
  margin-bottom: 35px; }
  .cta-direct .col-lg-12 {
    width: auto;
    display: inline-block;
    padding-left: 0px;
    background: #e6e6e6;
    padding-right: 0px; }
    @media screen and (min-width: 768px) {
      .cta-direct .col-lg-12 {
        max-width: 50%; } }
  .cta-direct a {
    color: #7c638c; }
    .cta-direct a label {
      padding-left: 20px;
      font-size: 16pt;
      transform: translateY(-50%);
      position: absolute;
      top: 50%; }
  .cta-direct .is-ad {
    position: absolute;
    bottom: 0px;
    font-size: 6pt;
    left: 0px;
    width: 100px;
    text-align: center;
    color: #fff;
    background: rgba(155, 155, 155, 0.2); }

.motopress-clmn:not(.mp-span9) .cta-direct .col-lg-12 {
  max-width: 100%; }

.tag-container {
  margin-bottom: 10px;
  margin-top: 10px; }
  .tag-container .tag {
    margin-right: 5px;
    background: #957ea4;
    padding: 5px 10px;
    color: #fff; }

.motopress-image-obj img {
  width: 100%; }

header .msls-switcher-container {
  background: #b891c1; }
  header .msls-switcher-container .msls-switcher ul {
    margin-bottom: 0px; }
    header .msls-switcher-container .msls-switcher ul li {
      list-style: none;
      display: inline-block;
      float: right;
      margin-left: 5px; }

.slider-container {
  padding: 10px 0px;
  margin-top: 88px;
  background: #d2d2d2; }

.check-item input {
  display: none; }
.check-item input[type="checkbox"] + label {
  text-align: justify; }
.check-item input[type="checkbox"] + label:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  padding: 5px;
  border: #ccc 1px solid;
  color: #4d4d4d;
  margin-right: 8px;
  text-align: center; }
.check-item input[type="checkbox"]:checked + label:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 5px;
  border: #7c638c 1px solid;
  color: #4d4d4d;
  text-align: center; }

.radio-item.gender input {
  display: none; }
.radio-item.gender input[type="radio"] + label {
  display: block;
  padding: 5px;
  border: #ccc 1px solid;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 0px; }
.radio-item.gender input[type="radio"]:checked + label {
  display: block;
  border: #7c638c 1px solid; }

select.birth {
  padding-left: 3px; }

@media screen and (min-width: 992px) {
  .subscribe-newsletter form > div {
    margin-top: 5px; }
  .subscribe-newsletter *[class^="col"]:not(:last-of-type) {
    padding-right: 4px; }
  .subscribe-newsletter *[class^="col"]:not(:first-child) {
    padding-left: 3px; } }

/*# sourceMappingURL=style.css.map */
