body {
    /* font-family: "Utopia-italic"; */
    font-size: 16px;
}

p {
    text-align: justify; 
}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    color: inherit;
}

footer {
    background-color: #000;
    text-align: center;
    padding: 91px 0 71px;
    -webkit-transition: transform 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: transform 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: transform 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: transform 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.footer-logo {
    /* font: 400 44.93px/1 'Cinzel', serif; */
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 55px;
}

.footer-logo a {
    color: #ffffff;
    text-decoration: none !important;
}

.f-logo {
    width: 14em;
    height: 8em;
    border-right: 2px solid #fff;
}

#f-logo-2 {
    width: 10em;
    height: 8em;
    margin-left: 5px;
}

@media only screen and (max-width: 480px) {
    .f-logo {
        width: 10em;
        height: 6em;
    }

    #f-logo-2 {
        width: 8em;
        height: 6em;
        margin-left: 1.5em;
    }
}

.footer-contact-info {
    margin-bottom: 52px;
}

.footer-contact {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    margin: 0 18px;
}

@media only screen and (max-width: 767px) {
    .footer-contact {
        margin: 0 6px;
    }
}

@media only screen and (max-width: 480px) {
    .footer-contact {
        display: block;
        margin: 10px 0;
    }
}

.footer-contact a, .header-contact a {
    color: #fff !important;
}

em.ai-mobile-phone {
    display: inline;
    font-style: normal!important;
}

em.ai-mobile-phone a {
    color: inherit;
}

.footer-contact.contact-email i {
    font-size: 10px;
    margin-right: 5px;
}

.social-list a {
    display: inline-block;
    font-size: 17px;
    margin-left: 30px;
}

.social-list a:first-child {
    margin-left: 0;
}

.footer-copyright {
    font: 11px 'Lora', serif;
    letter-spacing: .05em;
    color: #676767;
}

header.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    padding: 36px 40px 0;
}

.header-logo {
    float: left;
    position: absolute;
    top: 40px;
    /* position: relative;
    top: -5px; */
}

.header-logo img {
    width: 24em;
    height: auto;
}

@media only screen and (max-width: 480px) {
    .header-logo {
        position: relative;
        top: 15px;
        left: -30px;
    }
}

.header-contact-info {
    text-align: right;
    font-size: 0;
    position: relative;
    width: 100%;
    right: 36px;
    z-index: 3;
    display: block;
}

.header-contact {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
}

.header-contact.contact-email, .header-contact.contact-phone {
    margin-top: 2px;
    margin-left: 37px;
}

.header-contact.social-list {
    letter-spacing: 0;
    margin-left: 36px;
}

.header-menu {
    position: fixed;
    top: 0;
    left: 0;
}

#sb-nav {
    /* position: absolute; */
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.99);
    z-index: 1002;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    overflow-y: scroll; 
}
    
#sb-nav .sb-table {
    display: table;
    width: 100%;
    height: 100%; 
}
  
#sb-nav .sb-table .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 1; 
}
  
#sb-nav .sb-table .img:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3); 
}
     
#sb-nav .sb-table .sb-table-cell {
    display: table-cell;
    vertical-align: middle; 
}
  
#sb-nav .sb-nav-toggle {
    position: absolute;
    top: 40px;
    /* right: 40px; */
    left: 40px;
    padding: 20px;
    height: 44px;
    width: 44px;
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}
     
@media (prefers-reduced-motion: reduce) {
    #sb-nav .sb-nav-toggle {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; 
    } 
}
     
#sb-nav .sb-nav-toggle i {
    top: 18px !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
    text-indent: 0; 
}
      
#sb-nav .sb-nav-toggle.show {
    visibility: visible;
    opacity: 1; 
}
      
#sb-nav .sb-nav-toggle:hover i::before, #sb-nav .sb-nav-toggle:hover i::after {
    content: '';
    width: 40px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0; 
}

.menu-show #sb-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); 
}

#sb-nav .logo {
    position: relative;
    display: inline-block;
    line-height: 1.5;
    top: -5em;
}

#sb-nav .logo img {
    width: 25em;
}

#sb-nav ul {
    padding: 0;
    margin: 0;
    display: block;
}

@media (max-width: 767.98px) {
    #sb-nav ul {
      padding: 20px 0 0 0; 
    } 
}

#sb-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase; 
}

#sb-nav ul li a {
    display: block;
    color: white;
    padding: 5px 0; 
}

#sb-nav ul li a span {
    color: white;
    position: relative;
    padding: 0 10px; 
    -ms-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

#sb-nav ul li a span small {
    position: absolute;
    bottom: 7px;
    left: -30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); 
}

#sb-nav ul li a:hover, #sb-nav ul li a:active, #sb-nav ul li a:focus {
    outline: none;
    text-decoration: none; 
}

 
#sb-nav ul li a:hover span:before, #sb-nav ul li a:active span:before, #sb-nav ul li a:focus span:before {
    visibility: visible;
 /*   -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);  */
}

#sb-nav ul li a span::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    background: #fff;

    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);

    -webkit-transition: transform 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: transform 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

#sb-nav li a:hover > span:before,
#sb-nav li a.open > span:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

#sb-nav ul li.active a span {
    color: #f8b500; 
}

#sb-nav ul li.active a span:before {
    background: #fec771;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); 
}
  
.sb-nav-block {
    background-image: url("../img/RoseGoldGradient_SoldXBolton.jpg");
    position: relative;
    width: 3.5em;
    height: 3.5em;
}

.sb-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.sb-nav-toggle.active i::before, .sb-nav-toggle.active i::after {
    background: #000; 
}
  
.sb-nav-toggle.dark.active i::before, .sb-nav-toggle.dark.active i::after {
    background: #000; 
}

.sb-nav-toggle:hover, .sb-nav-toggle:focus, .sb-nav-toggle:active {
    outline: none;
    border-bottom: none !important; 
}

.sb-nav-toggle i {
    position: relative;
    display: inline-block;
    /* width: 20px;
    height: 2px; */
    width: 40px;
    height: 3px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; 
}

.menu-show {
    overflow-x: hidden; 
    overflow-y: auto;
}

.menu-show .sb-nav-toggle i {
    background: #fff;
    color: #fff; 
}

.sb-nav-toggle i::before {
    width: 20px;
}

.sb-nav-toggle i::after {
    width: 30px;
}

.sb-nav-toggle i::before, .sb-nav-toggle i::after {
    content: '';
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; 
}

.menu-show .sb-nav-toggle i::before, .menu-show .sb-nav-toggle i::after {
    background: #fff; 
    width: 30px;
}

@media (prefers-reduced-motion: reduce) {
    .sb-nav-toggle i::before, .sb-nav-toggle i::after {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; 
    } 
}

.sb-nav-toggle.dark i {
    position: relative;
    color: #fff;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; 
}

.sb-nav-toggle.dark i::before, .sb-nav-toggle.dark i::after {
    background: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; 
}

@media (prefers-reduced-motion: reduce) {
    .sb-nav-toggle.dark i::before, .sb-nav-toggle.dark i::after {
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
    } 
}

.sb-nav-toggle i::before {
    top: -7px; 
}

.sb-nav-toggle i::after {
    bottom: -7px; 
}

.sb-nav-toggle:hover i::before {
    top: -10px; 
}

.sb-nav-toggle:hover i::after {
    bottom: -10px; 
}

.sb-nav-toggle.active i {
    background: transparent; 
}

.sb-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg); 
}

.sb-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg); 
}

.sb-nav-toggle {
    /* float: right; */
    z-index: 1003;
    position: relative;
    /* top: 0; 
    right: 0;*/
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0; 
    top: 0.5em;
    left: .5em;
}

@media (max-width: 767.98px) {
    .sb-nav-toggle {
      right: 10px; 
    } 
} 
  
#main-wrapper {
    width: 100%;
    overflow: hidden;
}

.carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}

@media only screen and (max-width: 480px) {
    .carousel-item:before {
        background: rgba(0,0,0,.4);
    }
}

.carousel-item {
    height: 100vh;
}

.carousel-item img {
    width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
}

.carousel-control-prev {
    left: unset;
    /* right: 127px; */
    right: 76px;
}
.carousel-control-prev, .carousel-control-next {
    top: unset;
    height: 15%;
    width: 6%;
    /* height: 20%;
    width: 10%; */
    background: #0f0f0f;
}

.carousel-left {
    overflow: hidden;
    background: #0f0f0f;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 30px;
    height: 28px;
}

.sb-about {
    background: #191919;
    padding: 100px 0px 80px
    /* padding: 151px 0px 142px; */
}

.section-title, .featured-title {
    font: 400 60px/1 'Cinzel', serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 8px;
}

.section-content {
    
    font: 14px/30px 'Lora', sans-serif;
    letter-spacing: .05em;
    color: #bbbbbb;
}

.section-title span, .featured-title span {
    display: block;
    font-size: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.section-title span em, .featured-title span em {
    display: inline-block;
    font: normal 600 18px/1 'Poppins', sans-serif;
    letter-spacing: .3em;
    color: #fff;
    position: relative;
}

.section-title span em:after, .featured-title span em:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 43%;
    width: 68px;
    height: 1px;
    background: rgba(255,255,255,.5);
    margin-left: 8px;
}

.featured-title, .featured-title span, .featured-title span em {
    color: #333;
}

.featured-title span em:after {
    background: rgb(0,0,0,1);
}

.btn-a {
    display: inline-block;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    font: 700 11px/1 'Poppins', sans-serif;
    letter-spacing: .18em;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 19px;
}

a.btn-a:before, .btn-a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    background: #404040;
    z-index: -1;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.sb-about a.btn-a {
    margin-top: 49px;
}

.banner {
    /* background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url('../img/IMG_7873-resize.png');
    background-position: center; */
    background: #000;
    padding: 20px 20px;
}

.page-content {
    margin-top: 28px;
}

.about-logo {
    /* width: 40em;
    height: 25em; */
    width: 50em;
    height: 15em;
    margin: 4em 0;
}

@media only screen and (max-width: 480px) {
    .about-logo {
        width: 22em;
        height: 8em;
    }
}

.about-title {
    /* font: 11px 'Poppins', sans-serif; */
    /* letter-spacing: .6em; */
    letter-spacing: .1em;
    color: #767676;
    text-transform: uppercase;
    margin: 1.12em 0;
}

.site-about-content p.sb-p {
    margin: 2.1em 0;
}

.site-about-content p {
    line-height: 2em;
}

.center {
    text-align: center;
}

a.cta {
    display: inline-block;
    width: 50%;
    position: relative;
    background: #141414;
    overflow: hidden;
}

a.cta img {
    width: 100%;
    display: block;
    height: auto;
    opacity: .7;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    transition: all 150ms;
}

a.cta h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font: 400 45px/1 'Cinzel', serif;
    color: #fff;
    text-transform: uppercase;
    padding-top: 6px;
    margin: 0;
}

.sidebar-list a.cta h2 {
    font-size: 20px;
}

.sidebar-list a.cta {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

#abt-img {
    width: 28em;
}

.black-bg {
    background: #191919;
    color: #bbbbbb;
}

.buyer {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)), url('../img/buying.png') top/cover;
    padding: 120px 0 100px;
    min-height: 20em;
}

.seller {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../img/listing.png') center/cover;
    padding: 120px 0 100px;
    min-height: 20em;
}

.decor {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../img/decor.jpeg') center/cover;
    padding: 120px 0 100px;
    min-height: 20em;
}

.buyer h1, .seller h1, .decor h1 {
    font: 400 80px/1 'Cinzel', serif;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (max-width: 480px) {
    .buyer h1, .seller h1, .decor h1 {
        font-size: 55px;
    }
}

.blockquote {
    padding: 60px 80px 40px;
    position: relative;
}
.blockquote p {
    font-family: "Utopia-italic";
    font-size: 35px;
    font-weight: 700px;
    text-align: center;
}

.blockquote:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    top: 0;
    content: "\f10d";  
    font-size: 200px;
    color: rgba(0,0,0,0.1);   
}
  
.blockquote::after {
      content: "";
      top: 20px;
      left: 50%;
      margin-left: -100px;
      position: absolute;
      border-bottom: 3px solid #bf0024;
      height: 3px;
      width: 200px;
}

.entry-form {
    /* text-align: center; */
    /* background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url('../img/kingston.png') center/cover no-repeat; */
    /* background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url('../img/kingston.png'); */
    /* padding: 59px 0 99px; */
    padding: 59px 0 0px;
}

.form-img {
    background: url('../img/kingston.png') top left/cover no-repeat;
    width: 29.1%;
    display: table-cell;
}

.form-title {
    margin-bottom: 37px;
    display: block;
    text-align: left;
    font: 400 60px/1 'Cinzel', serif;
    text-transform: uppercase;
    text-align: left;
    margin: .59em 0;
    /* color: #fff; */
}

.form-title span {
    display: block;
    font: 600 18px/1 'Poppins', sans-serif;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

.form-title span em {
    font-style: normal;
    position: relative;
    display: inline-block;
}

.form-title span em:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 45%;
    height: 1px;
    width: 68px;
    /* background: #fff; */
    background: #000;
    opacity: .5;
    margin-left: 15px;
}

.entry-form .form-data {
    font-size: 0;
    padding: 0 18px;
    letter-spacing: 0;
}

@media only screen and (max-width: 480px) {
    .no-display {
        display: none;
    }
}

.black {
    color: #333;
}

.video {
    width: 650px;
    height: 350px;
}

@media only screen and (max-width: 480px) {
    .video {
        width: 320px;
        height: 240px;
        display: block;
        margin: 20px auto 0;
    }
}

/* .form-group {
    position: relative;
    margin-bottom: 32px;
    border-bottom: 1px solid #e5e5e5;
} */

input {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
}

/* .form-group select, .form-group select:focus {
    border: none;
} */
/* 
.input-2 {
    padding: 9px 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}  */

.form-control {
    height: calc(1.75em + 0.75rem + 2px);
    color: #666;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 0;
}

/* .form-group {
    position: relative;
    margin-bottom: 32px;
    border-bottom: 1px solid #e5e5e5;
    width: 40%;
}

.form-control {
    padding: 9px 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
} */

fieldset {
    margin-bottom: 2rem;
    border: 1px solid silver;
    padding: 0px 20px;
    border-radius: 5px;
}

legend{
    padding: 2px;    
}

.notification {
    width: 100%;
    top: 0;
    z-index: 8;
    position: fixed;
    left: 0;
}

.alert-success {
    background-color: #A4524A !important;
    border-color: #A4524A !important;
    color: #fff !important;
}

.alert-success p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0rem;
}

/* .site-about-content ul {
    list-style: none;
}
      
.site-about-content ul li:before {
    content:"\2713\0020";
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
} */

/* rgb(25,25,25) */
/* .bg-about {
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url('../img/IMG_7873-resize.png');
    margin-top: 28px;
}
 */
