/*
Theme Name: BuyerSellerConnections
Theme URI: 
Author: Aptos Village Creative
Author URI: http://www.aptosvillagecreative.com
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: bsc

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.
*/

/*WP Bakery Override */

@media(max-width: 992px) {
    .vc_column_container > .vc_column-inner {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .hide-mobile {
        display: none !important;
    }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

@media(max-width: 992px) {
    .center-mobile,
    .center-mobile p,
    .center-mobile a,
    .center-mobile button,
    .center-mobile h1,
    .center-mobile h2,
    .center-mobile h3,
    .center-mobile h4,
    .center-mobile h5 {
        text-align: center !important;
    }

    .mobile-swap {
        display: flex;
        flex-direction: column-reverse;
        flex: 1;
        align-content: stretch;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .mobile-swap .wpb_column {
        width: 100%;
    }

    .vc_custom_1588783032579 {
        background-image: none !important;
    }
}

.bsc p, .bsc a, .bsc div, .bsc, body, .bsc li, .bsc ul {
    font-family: 'Muli', arial, sans-serif;
}

.bsc h1, .bsc h2, .bsc h3, .bsc h4, .bsc h5, .bsc h6,
.bsc h1 p, .bsc h1 span, .bsc h1 a,
.bsc h2 p, .bsc h2 span, .bsc h2 a,
.bsc h3 p, .bsc h3 span, .bsc h3 a,
.bsc h4 p, .bsc h4 span, .bsc h4 a,
.bsc h5 p, .bsc h5 span, .bsc h5 a,
.bsc h6 p, .bsc h6 span, .bsc h6 a
 {
    font-family: 'Poiret One', arial, sans-serif !important;
    color: #78a095 !important;
    text-transform: initial !important;
}

.dark-bg {
    color: #FFF;
}

.dark-bg a {
    color: #eac380;
}

img{
    max-width: 100%;
    height:auto;
 }

.bg-img-top {
    background-position: top !important;
}

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}

#wrapper-container .add-fix-top {
    background-color: #eac380 !important;
}

#wrapper-container .add-fix-top:hover {
    background-color: #78a095 !important;
}

.sidebar {
    margin-top: 20px;
}

#main-content .vc_btn3.vc_btn3-style-outline,
#main-content .vc_btn3.vc_btn3-style-outline:visited,
[type="submit"].wpcf7-form-control,
.sidebar .vc_btn3.vc_btn3-style-outline,
.sidebar .vc_btn3.vc_btn3-style-outline:visited {
    color: #78a095 !important;
    border-color: #78a095 !important;
    background-color: transparent;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    border-width: 2px;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}

#main-content .vc_btn3.vc_btn3-style-outline:hover,
#main-content .vc_btn3.vc_btn3-style-outline:active,
#main-content .vc_btn3.vc_btn3-style-outline:focus,
.sidebar .vc_btn3.vc_btn3-style-outline:hover,
.sidebar .vc_btn3.vc_btn3-style-outline:active,
.sidebar .vc_btn3.vc_btn3-style-outline:focus,
[type="submit"].wpcf7-form-control:hover {
    color: #FFF !important;
    border-color: #78a095 !important;
    background-color: #78a095 !important;   
}

.sidebar .widgettitle {
    margin-bottom: 10px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.logged-in-bar {
    background-color: #78a095;
    height: 32px;
    overflow: hidden;
}

.logged-in-bar .row {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto 0;
}

.logged-in-bar ul {
    float: right;
    margin-top: 3px;
}

.logged-in-bar a {
    color: #FFF;
}

.logged-in-bar li {
    float: left;
    list-style: none;
    padding-right: 15px;
}

.logged-in-bar li:before {
    content: ' | ';
    color: #FFF;
    padding-right: 10px;
}

.logged-in-bar li:first-child {
    border: none;
}

.logged-in-bar li:first-child:before {
    content: '';
    display: none;
}

.logged-in-bar .profile-avarta img {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    margin-top: 3px;
    border-radius: 100px;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Registration */

.radios {
    overflow: hidden;
    display: block;
}

.radios .form-control {
    width: auto;
    height: auto;
    display: inline;
}

.radios .form-check {
    float: left;
    display:  inline-block; 
    padding-right: 20px;
}

#main form a {
    color: #eac380;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
    box-sizing: border-box;
}
.bypostauthor{
    box-sizing: border-box;
}
.wp-block-categories-list.aligncenter{
    text-align: center;
}

.bsc .apus-breadscrumb .breadcrumb a {
    color: #78a095;
}

.bsc .logo a img {
    height: 100px;
}

.login li a:hover, .login li a:active, .login li a:focus {
    color: #eac380;
}

.bsc .sticky-header .logo a img {
    height: 75px;
}

.bsc .main-sticky-header-wrapper {
    height: 125px !important;
}

.bsc .header-default {
    background-color: #FFF;
}

.bsc .header-default .logo-in-theme {
    margin-top: 10px;
}

.bsc .header-default .sticky-header .logo-in-theme {
    margin-top: 12px;
}

.bsc .header-default .main-sticky-header .main-logo {
    display: block;
}

.bsc .header-default .main-sticky-header .sticky-logo {
    display: none;
}

.bsc .header-default .main-sticky-header.sticky-header .sticky-logo {
    display: block;
}

.bsc .header-default .main-sticky-header.sticky-header .main-logo {
    display: none;
}

.bsc .header-default .navbar-nav.megamenu > li > a {
    color: #78a095;
    font-weight: 400;
}

.bsc .header-default .navbar-nav.megamenu > li > a:hover {
    color: #eac380;
}

.bsc .header-default .sticky-header .navbar-nav.megamenu > li > a {
    color: #FFF;
    font-weight: 400;
}

.bsc .header-default .main-menu {
    margin-top: 25px;
}

.bsc .header-default .sticky-header .main-menu {
    margin-top: 12px;
}

.bsc .sticky-header .header-middle {
    background-color: #56585b;
}

.bsc .header-default .navbar-nav.megamenu > li:before {
    background: none;
}

@media(max-width: 992px) {
    .header-mobile .header-mobile-right {
        padding-top: 30px;
    }

    .header-mobile .header-mobile-right button {
        color: rgb(105, 160, 147) !important;
    }
}

#apus-mobile-menu .btn-toggle-canvas {
    background-color: rgb(105, 160, 147) !important;
}

#apus-mobile-menu a:hover {
    color: rgb(105, 160, 147) !important;
}

.bsc .btn.btn-theme,
.bsc .modal .btn.btn-theme {
    border-width: 2px;
    background: none;
    color: #78a095;
    border-color: #78a095;
    left: 0;
}

.btn.btn-theme-second {
    color: #fff !important;
    background-color: #78a095 !important;
    border-color: #78a095 !important;
}

.btn.btn-theme-second:hover {
    background-color: #eac380 !important;
    border-color: #eac380 !important;
}

.bsc .btn.btn-theme.btn-light {
    color: #FFF;
    border-color: #FFF;
}

.widget-blogs .widget-content .layout-blog > .row {
    flex: 0 0 50%;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

#main-content #main .btn-light,
#main-content #main .btn-light a {
    color: #FFF !important;
    border-color: #FFF !important;
}

#main-content #main .btn-light:hover,
#main-content #main .btn-light a:hover {
    color: #eac380 !important;
    border-color: #eac380 !important;
}

.bsc .btn.btn-theme.btn-full {
    width: 100%;
    display: block;
}

.bsc .btn.btn-theme:hover {
    color: #eac380 !important;
    border-color: #eac380 !important;
}

.bsc .btn.register-btn {
    max-width: 400px;
    margin: 0 auto;
}

.bsc .sticky-header .btn.btn-theme {
    color: #FFF;
}

.bsc .header-default .header-right {
    margin-top: 42px;
}

.bsc .header-default .sticky-header .header-right {
    margin-top: 26px;
}

.bsc .navbar-nav.megamenu > li > .dropdown-menu {
    border-top: 4px solid #78a095;
}

.bsc .header-default .main-menu {
    padding: 0 25px;
}

.bsc .profile-menus,
.dropdown-theme li > a {
    color: #78a095;
}

.admin-bar .sticky-header {
    top: 32px;
}

.entry-meta .meta {
    display: none;
}

.detail-post .post-navigation {
    display: none;
}

.detail-post .entry-content-detail .entry-title {
    text-align: center;
    margin: 30px 0 30px;
}

.detail-post .post-thumbnail .image-wrapper {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 0;
}

.single-post #primary {
    margin-top: 60px;
}

.detail-post .info-bottom {
    max-width: 1000px;
    margin: 20px auto;
}

.entry-tags-list {
    display: none;
}

.budget .form-control {
    height: 50px;
}

.detail-wishlist h1 {
    font-size: 30px;
    max-width: 75%;
}

.page-head h1 {
    text-align: center;
}

.page-head p {
    font-size: 20px;
}

/* Home */

@media(max-width: 992px) {
    .home .featured-wishlists {
        padding-bottom: 50px;
    }

    .home .how-it-works {
        padding: 0px 30px 50px;
    }

    .home .intro-hello {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home .intro-hello .wpb_single_image {
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    .home .intro-hello .vc_empty_space {
        display: none;
    }

    .home .intro-hello .vc_column-inner {
        padding-top: 0 !important;
    } 

    .home .stress-free,
    .vc_custom_1588778578556 {
        margin-top: -50px;
        background-position: center -80px !important;
    }

    .home .stress-free .vc_empty_space {
        height: 40px !important;
    }
}

/* Dashboard */
.bg-wrap-rounded {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 30px;
    min-height: 300px;
    margin-bottom: 60px;
}

.bg-wrap-rounded h3 {
    border-bottom: 3px solid;
    padding-bottom: 10px;
}

.bg-wrap-rounded .box h3 {
    border: none;
}

section.wishlist #primary {
    border: 1px solid #78a095;
    margin: 20px 0 60px;
}

section.wishlist #primary #content {
    padding: 0 40px 40px;
}

section.wishlist .wish-content {
    margin: 40px 0;
}

section.wishlist .sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section.wishlist .sidebar ul li {
    padding: 0;
    margin: 0;
}

section.wishlist .sidebar .widget {
    padding: 0 20px;
    margin: 20px 0;
}

section.wishlist .sidebar .widget button {
    width: 100%;
}

section.wishlist h1 {
    float: left;
}

section.wishlist .user-meta {
    list-style: none;
    float: right;
    overflow: hidden;
    margin-top: 25px;
}

section.wishlist .user-meta .pic img {
    border-radius: 50px;
    background-position: center;
    background-size: 55px;
}

section.wishlist .user-meta .name {
    margin-top: 20px;
    margin-left: 15px;
}

section.wishlist .user-meta li {
    float: left;
}

section.wishlist .details {
    display: block;
    clear: both;
}

.box .details {
    text-align: center;
}

.box .details .locations,
.box .details .budget,
.box .details .type {
    font-size: 12px;
}

section.wishlist .box-foot {
    background-color: #78a095;
    padding: 50px 40px;
}

section.wishlist #main-content .box-foot button {
    color: #FFF !important;
    border-color: #FFF !important;
    margin: 0 auto 0;
    display: block;
    min-width: 50%;
}

section.wishlist #main-content .box-foot button:hover {
    color: #eac380 !important;
    border-color: #eac380 !important;
}

.wishlists .simple.list {
    list-style: none;
    padding:0;
    margin: 20px 0;
}

.wishlists .details ul,
.wishlist .details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wishlists .simple.list .meta ul,
.summary ul.meta {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wishlists .simple.list .meta li,
.wishlist .meta li,
.summary ul.meta li {
    display: inline-block;
}

.meta i {
    margin-right: 2px;
    color: #eac380;
    font-size: 28px;
}

.locations i {
    color: #eac380;
}

.summary .meta li i,
.summary .meta li p {
    display: inline;
}

.meta ul li,
ul.meta li {
    margin-left: 15px;
}

.meta ul li:first-child,
ul.meta ul li:first-child {
    margin-left: 0;
}

.meta .sqft .fa-sticky-note-o span {
    position: relative;
    top: -18px;
    font-size: 10px;
    left: 2px;
    font-family: 'Muli', arial, sans-serif;
}

.list .box {
    overflow: hidden;
    height: 150px;
}

.list .actions-meta {
    margin-top: 70px;
}

.hide-meta .list .actions-meta {
    display: none !important;
}

.hide-meta .list .content.pull-left {
    float: none !important;
}

.widget_nav_menu a:hover,
.widget_nav_menu a:active,
.widget_nav_menu a:focus { 
    color: #78a095;
}

.dashboard .simple.list .box {
    background-image: none !important;
    height: auto;
    border-top: 1px solid;
    margin-top: 30px;
}

.dashboard .simple.list .box:first-child {
    border: none;
}

.dashboard .box .details,
.dashboard .box .meta {
    text-align: left;
}

.dashboard .box.grow:hover {
    transform: unset;
}

.clickable-boxes .box {
    cursor: pointer;
}

.box-tiles .list {
    text-align: center;
}

.box-tiles .meta {
    margin-bottom: 20px;
}

.box-tiles .list .box {
    display: inline-block;
    width: 27%;
    border: 1px solid #efefef;
    text-align: left;
    padding: 20px;
    height: 300px;
    min-height: 150px;
    position: relative;
    background-size: cover;
    background-color: #efefef;
    margin: 0 10px 20px;
}

@media(max-width: 800px) {
    .box-tiles .list .box {
        width: 90%;
    }
}

.box-tiles .list .box .content {
    position: relative;   
    z-index: 1;
}

.box-tiles .list .box:before {
    content: ' ';
    background: rgba(120,160,149,0.8);
    position: absolute; 
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    top: 0;
    left: 0;
}
.box-tiles .list .box:nth-child(odd):before {
    background: rgba(34,160,149,0.8);
}

.box-tiles .list .content {
    color: #FFF;
}

.box-tiles .list .content h1,
.box-tiles .list .content h2,
.box-tiles .list .content h3,
.box-tiles .list .content h4,
.box-tiles .list .content p,
.box-tiles .list .content a,
.box-tiles .list .content li {
    color: #FFF !important;
}

.box-tiles .box-head {
    height: 140px;
    display: flex; 
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hide-pagination .pagination {
    display: none;
}

.widget-social .social > li a:hover {
    background-color: #eac380 !important
}

#main .form-row {
    display: block;
    clear: both;
    margin-bottom: 15px !important;
    overflow: hidden;  
}

#main .form-row .form-group {
    margin-bottom: 15px !important;
}

/* Register */

.register-form {
    padding: 40px 50px;
    width: 60%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

@media(max-width: 992px) {
    .register-form {
        width: 100%;
        padding: 20px;
    }
}

.message {
    display: none;
    float: none;
    clear: both;
    border: 2px solid;
    padding: 20px;
    margin-top: 5px !important;
    overflow: hidden;
}

.message.on {
    display: inline-block;
}

/* Wizard */

#main-content #wizard_container {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    max-width: 600px;
    width: 600px;
    position: relative;
}

#wizard_container.off:before  {
    z-index: 1000;
    position: absolute;
    content: ' ';
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible;    
    background-color: #FFF;
    transition: .2s ease all;
}

#wizard_container:before,
#wizard_container.on:before {
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease all;
}

.wizard-step .summary ul li h5 {
    padding-top: 6px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.summary ul.meta {
    margin-bottom: 25px;
}

.summary .meta li {
    margin-left: 15px;
}

.summary .meta:first-child li {
    margin-left: 0;
}

.loaderWrapper.on:before {
    content: ' ';
    background-color: rgba(255,255,255,0.8);
    background-image: url(./bsc/images/bsc-loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    right: 0;
    z-index: 2;
    top: -5px;
}

/* Login */

.login-form {
    padding: 40px 50px;
    width: 60%;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

@media(max-width: 992px) {
    .login-form {
        width: 100%;
        padding: 20px;
    }
}

.register-form-msg .text-success,
.login-form-msg .text-success {
    color: #797979;
    border: 2px solid #eac380;
    padding: 15px;
    margin: 20px 0;
}

.register-form-msg .text-danger,
.login-form-msg .text-danger {
    border: 2px solid #eac380;
    padding: 15px;
    margin: 20px 0;   
}

footer.apus-footer {
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2019/08/parker-amstutz-Hk9T_06MJ2w-unsplash.jpg) !important;
    background-size: cover;
    background-position: 0 center;
    background-color: rgba(120,160,149,0.8);
}

footer.apus-footer .vc_row {
    color: #FFF;
    background-color: rgba(120,160,149,0.8) !important;
}

.bsc footer h1,
.bsc footer h2,
.bsc footer h3,
.bsc footer h3 span,
.bsc footer h4,
.bsc footer a,
.bsc footer p,
.bsc footer div {
    color: #FFF !important;
}

.bsc footer input {
    background-color: #FFF !important;
    color: #000 !important;
    margin-right: 15px !important;
    position: relative !important;
    top: 1px;
    border: none;
}

.bsc footer .btn.btn-theme 
{    color: #FFF;
    border-color: #FFF;
    position: relative;
    left: 20px;
}

.bsc footer .widget.contact i {
    margin-right: 8px;
}

@media(max-width: 992px) {
    footer .mc4wp-form .input-group {
        width: 100%;
    }

    footer .mc4wp-form input[type="email"] {
        display: block;
        clear: both;
        margin-bottom: 20px;
    }

    footer .mc4wp-form .input-group-btn {
        display: block;
        clear: both;
        width: 100%;
    }

    .bsc footer .btn.btn-theme {
        left: 0;
        width: 100%;
    }

    .widget-newletter .widget-title {
        font-size: 28px !important;
        text-align: center;
    }

    .widget-newletter .widget-description {
        text-align: center;
    }

    .widget-social .social {
        text-align: center;
    }

    #wrapper-container .vc_btn3-left,
    #wrapper-container .vc_btn3-right {
        text-align: center;
        margin: 0 auto 20px;
    }
}

/* Toggle switch */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #eec57a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #eec57a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.apus-pagination .current,
.apus-pagination .current a,
.apus-pagination a:hover {
    background-color: #eac380 !important;
    color: #FFF;
    border-color: #eac380 !important;
}

/* Sidebar */

.a2a_s_facebook,
.a2a_s_email,
a[class^="a2a_button"] > span {
    background-color: #eac380 !important;
}

.widget.widget_text img {
    margin: 0;
}

.widget h2 {
    font-size: 20px !important;
}

.widget h3 {
    color: #797979 !important;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 0;
}

.widget h3 a {
    color: #797979 !important;
}

.widget h3 i {
    margin-right: 5px;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Modal */

.modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

.modal__container {
    width: 600px;
    background: #fff;
    padding: 30px;
    position: absolute;
    float: left;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.modal__title {
    text-align: center;
}

.modal__close {
    background: none;
    outline: 0;
    border: none;
    font-size: 22px;
    font-weight: bold;
    color: #0e0e0e;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 0;
}

.property-gallery.default {
    overflow: hidden;
    width: 100%;
    max-height: 650px;
}

.property-gallery.default .property-gallery-preview-owl .owl-item {
    max-height: 525px;
    height: 525px;
}

.property-override .property-gallery {
    margin: 30px 0;
}

.page-template-bsctemplate-addproperty .address_inputs select {
    padding: 5px;
    font-size: 15px;
    height: auto;
}

.property-gallery-preview .owl-controls .owl-dots .owl-dot.active {
    background: #78a095;
    color: #78a095;
    border-color: #78a095;
}

.dropzone-main {
    display: none;
    position: absolute;
    top: 234px;
    width: 90%;
}

.dropzone-filler {
    height: 250px;
}

button#upload {
    border: 2px solid;
    margin: 20px 0;
    width: 100%;
    padding: 8px 22px;
}

#location {
    font-family: 'Poiret One', arial, sans-serif !important;
    display: block;
    color: #999;
    margin-bottom: 5px;
    letter-spacing: 4px !important;
    font-size: 18px;
    font-weight: 600;
}

.address_inputs input {
    margin: 10px 0;
    padding: 20px 10px;
}

button.forward {
    transition: .2s ease all;
    display: block;
    position: relative;
    z-index: 0;
}

button.image-upload.forward:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    border-radius: 3px;
    content: 'Image processing';
    padding-top: 5px;
    z-index: 1000;
    display: block;
    transition: .2s ease all;
}