/**
 * This file will be overwritten when the Bootstrap Framework source files
 * are compiled using the SASS CSS pre-processor.
 */


/* Global Styling */
 
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
}

p {
    margin: 0 0 16px;
}
  
h1, h2, h3, h1 a, h2 a, h3 a {
    font-family: 'Rubik', sans-serif;
}

.h1, h1 {
    font-size: 2.7em;
}

.h2, h2 {
    font-size: 2.4em;
}

.h1, .h2 {
    line-height: 1.3;
}

h3, h4, h5, h6 {
  line-height: 1.1;
}


h3, .h3 {
  font-size: 2em;
}

h4, .h4 {
  font-size: 1.5em;
}

h5, .h5 {
  font-size: 1.25em;
}

h6, .h6 {
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: .5em;
  margin-top: 0;
}

.h1-responsive {
  font-size: 150%; }

.h2-responsive {
  font-size: 145%; }

.h3-responsive {
  font-size: 135%; }

.h4-responsive {
  font-size: 135%; }

.h5-responsive {
  font-size: 135%; }

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

a:hover, a:focus {
    color: #cc0000;
}

.lead, lead  {
    font-size: 1.33em !important;
    font-weight: 300 !important;
    font-style: normal;
    text-transform: none;
    line-height: 30px;
    letter-spacing: 0px;
}

small,
.small {
  font-size: 77%;
  font-weight: 400;
}

.subtitle, .subtitle p, subtitle {
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    line-height: 19px;
    letter-spacing: 1.1px;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.no-gutters {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

#wrapper, .main-container {
    margin-bottom: 4.3em;
}

.listed-section {
    padding-top: 15px;
    padding-bottom: 15px;
}

.block-title,
.card-title {
    color: #4f4f4f;
}

.block-title {
    text-align: center
}

.block-title {
    margin-bottom: 1.2em;
}

.listed-view-title {
    margin-bottom: 2.5em;
}

@media (min-width: 768px) {
  .block-title {
    text-align: left;
  }
}

.big-icon {
    font-size: 2.5em;
}

.medium-icon {
    font-size: 1.4em;
}

.media:first-child {
    margin-top: 15px;
}

.big-space {
    padding-top: 7%;
    padding-bottom: 7%;
}

.medium-space {
    padding-top: 4%;
    padding-bottom: 4%;
}

.small-space {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}

.br-bottom {
    border-bottom: 1px solid #ececec;
}


/* Task Bar Menu */

.task-bar {
    text-align: right;
}

.task-bar.alert {
    margin-bottom: 0;
    margin-top: 2rem;
}  

.task-bar ul.tabs {
    margin: 0;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

.task-bar ul.tabs {
    list-style: none;
    margin: 0 0 0.5em;
    padding: 0;
}

.task-bar .tabs > li {
    display: inline-block;
    margin-right: 0.3em;
}

.task-bar .tabs a.is-active {
    background-color: #eeeeee;
}

.task-bar .tabs a {
    display: block;
    padding: 0.2em 1em;
    text-decoration: none;
}

.task-bar.alert-dismissable .close, .task-bar.alert-dismissible .close {
    right: 0;
}


/* 3rd party Source */

#wrapper {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.img-fluid,
.video-fluid {
  max-width: 100%;
  height: auto; }

.flex, flex {
    display: flex!important;
}

hr {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


/* Font Custom Style */

.custom-font-1,
.custom-font-1 a {
font-family: 'Rubik', sans-serif;
}

.custom-font-2,
.custom-font-2 a {
font-family: 'Lato', sans-serif;
}

.custom-font-3,
.custom-font-3 a {
font-family: 'Cairo', sans-serif;
}

.panel-center {
    float: none;
    margin: auto;
}

.panel-middle {
    max-width: 800px;
}





/* Margin Padding Height Width*/

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

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

.pl-1 {
    padding-left: 1.1em;
}

.pl-2 {
    padding-left: 2em;
}

.pl-2 {
    padding-left: 2em;
}

.pr-2 {
    padding-right: 2em;
}

.mb-1 {
    margin-bottom: .5em;
}

.mr-1 {
    margin-right: .5em;
}

.ml-1 {
    margin-left: .5em;
}

.mt-1 {
    margin-top: .5em;
}

.mt-2 {
    margin-top: 1.4em;
}

.mr-2 {
    margin-right: 1.4em;
}

.ml-2 {
    margin-left: 1.4em;
}

.mb-2 {
    margin-bottom: 1.4em;
}

.mb-3 {
    margin-bottom: 2.2em;
}

.h-100 {
    height: 100%;
}

.h-50 {
    height: 50%;
}

.w-50 {
    width: 50%;
}

.mh-100 {
    max-height: 100%;
}

.w-100 {
    width: 100%;
}

.mw-100 {
    max-width: 100%;
}

.w-25 {
    width: 25%;
}

.mw-70 {
    max-width: 70%;
}

.mb-4, .my-4 {
    margin-bottom: 1.5em!important;
}

.mt-4, .my-4 {
    margin-top: 1.5em!important;
}

.mb-5 {
    margin-bottom: 2.5em!important;
}

.mt-5 {
    margin-top: 2.5em!important;
}

.mb-5, .my-5 {
    margin-bottom: 2.5em!important;
}

.mt-5, .my-5 {
    margin-top: 2.5em!important;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.mb-10 {
    margin-bottom: 2.5em!important;
}



/* Color and Fonts */

.text-dark,
.text-dark a {
    color: #000;
}

.text-light {
    color: #f8f9fa;
}

.text-white,
.text-white a {
    color: #fff;
}

.text-muted a {
    color: #777;
}

.text-light-gray,
.text-light-gray a {
    color: lightgray;
}


/* Bootstrap Card */

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  border: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: transparent;
  /*  border-top: 1px solid rgba(0, 0, 0, 0.125); */
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



/* background styling */

.bg-blur {  
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.bg-header {  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}


/* Badge Bootstrap 4 */


.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: none;
}

.user-landscape a.badge {
    vertical-align: text-top !important;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}


/* Media Bootstrap 4 */

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}


/* Shadow Styling */

.card.shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}


.chip:active, .z-depth-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;
}

.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;
}

.z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
}

.z-depth-3 {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)!important;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)!important;
}

.z-depth-5 {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22)!important;
    box-shadow: 0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22)!important;
}


/* Regions */

.above-content {
    border-bottom: 1px solid #ececec;
}

.region-above-content-middle {
    padding-top: 16px;
    padding-bottom: 16px;
}

.region-above-content-middle .block-views {
    padding-top: 9%;
    padding-bottom: 9%;
}

.top-header-below {
    background-color: #f7f7f7;
    padding-top: 0;
}

.above-content-middle .block-views {
    border-bottom: 1px solid #ececec;
}

.block-views:last-child {
    border-bottom: none;
}

.top-header .col-sm-12 .top-header-right {
    padding-top: 5.2em;
    padding-bottom: 5.2em;
}

.above-main-container {
    background-color: #f7f7f7;
}

.top-header-right {
    padding-top: 2.5em;
    padding-bottom: 2em;
    padding-left: .5em;
    padding-right: .5em;
}

.page-header {
    border-bottom: none;
}

.top-header-right .listed-page-title,
.big-1 {
    font-size: 1.15em;
}

.col-sm-12 .top-header-right .listed-page-title {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.top-header-below.col-sm-12 {
    background-color: #f8f8f8;
}

.article-social a {
    margin-right: .5em;
}

.under-image {
    padding-top: 0;
    padding-bottom: 0;
}

.very-top-container .region, 
.very-top-container .block, 
.very-top-container .block-content, 
.very-top-container .field {
    height: 100%;
    width: 100%;
}



/* Jumbotron */

.jumbotron {
    background-color: #f8f8f8;
}

.jumbo-bg-image {
    background-image: url(https://listed.id/sites/default/files/Listed-Jumbo-Background-Company-List-Indonesia-Promo-World.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.jumbotron {
    background-color: transparent;
}

.jumbo-body {
    padding-top: 3.4%;
    padding-bottom: 8.2%;
    margin-bottom: 4.3em;
}

.user-card.front {
    padding-top: 5.2%;
    padding-bottom: 5.2%;
}


/* Footer */

.listed-footer {
    margin-bottom: 2.5em;
}

.footer-wrapper {
    background-color: #000;
}

.text-copyright {
    margin-top: 2.5em;
}

ul.menu--footer {
    font-size: 12px;
}

.menu--footer > li > a {
    color: #fff;
    background: transparent;
    text-decoration: none;
}

.menu--footer > li > a:hover, .menu--footer > li > a:focus {
    color: #e53f26;
    background: transparent;
}

.footer-img-logo {
    width: 34%;
}

.bg-black-strong, .bg-black-strong:after {
    background-color: rgba(0,0,0,.4);
}

.side-bg .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}


/* User Login */

.side-bg-login {
    position: fixed;
    height: 100%;
    width: 460px;
    left: 0;
    background-position: bottom;
    background: url(https://listed.id/sites/default/files/Listed-Side-Background-Indonesia-Business-Directory-Growth.jpg);
    background-size: cover;
}

.side-bg-reg {
    position: fixed;
    height: 100%;
    width: 460px;
    left: 0;
    background-position: bottom;
    background: url(https://listed.id/sites/default/files/Listed-Side-Background-Register-Indonesia-Go-Global-International.jpg);
    background-size: cover;
}

.logo-footer.sign-page {
    position: absolute;
    top: 25px;
    width: 460px;
}

.card-body.sign-page {
    position: absolute;
    width: 460px;
    top: 50%;
    left: 0;
    text-align: center;
    padding: 75px;
    font-size: 13px;
}

.nav-login {
    margin-top: 1em;
    margin-bottom: 1em;
}

.sign-form {
    margin-top: 7.7%;
}


/* Image on Article content type */

.field.field--name-field-image.field--type-image.field--label-hidden {
    margin-bottom: 5%;
}