/*Body*/
.body-wrapper {
    margin-left: 118px !important;
}
@media (max-width: 992px) {
  .body-wrapper {
    margin-left: unset !important;
}
}

/*Menu*/
div#sp-logo {
    display: none;
}
.d-none.d-lg-flex.header-modules.align-items-center .sp-module .sp-profile-wrapper {
    display: none !important;
}
.d-lg-flex {
    display: flex!important;
    flex-direction: column;
}
/*Homepage*/
div#sp-top-bar {
    display: none;
}
.container-inner {
    text-align: center !important;
}
div#column-wrap-id-1668412626588 {
    text-align: -webkit-center;
}
.cf-content-text span {
    font-size: 80px !important;
    font-family: 'Bebas Neue';
}
input#form1_name, #form1_email ,#form1_tel_3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-top: unset;
  border-left: unset;
  border-right:unset;
}
button.cf-btn.cf-btn-style-flat {
    border-radius: 5px !important;
    padding: 20px 20px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    background-color: #282727 !important;
}
span.cf-btn-text {
    font-family: 'Lato';
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {
   
    color: #000000 !important;
    font-weight: 600 !important;
   
}

/*Footer*/
#sp-footer, #sp-bottom {
    background: #111111 !important;
}
/*Sidebar*/


.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    max-width: 120px;
    height: 100vh;
    background: #191919;
    overflow: hidden;
    z-index: 9999;
}
.logo img {
	width: 100%;
}

.sidebar .wrapper {
  height:100%;
}

.sidebar .logo {
  padding:20px 10px;
  background: #00000000;
  margin-bottom: 20px;
}
.sidebar .logo span {
  width:100px;
  text-align:center;
  display: block;
}

.sidebar .link {
  margin: 8px 0px;
  color: #888;
  padding: 0;
width: calc(100vh - 240px);
    top: 40%;
    left: 35%;
    position: absolute;
  -webkit-transform-origin: center center;
  max-width: max-content;
      font-size: 18px;
 
}
.sidebar .link span {
   writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  
}

.icon {
    color: white;
    top: 87%;
    left: 38%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

i.fa.fa-heart {
    font-size: 23px;
        padding-bottom: 30px;
}
i.fa.fa-user {
    font-size: 23px;
}	


.offcanvas-inner .sp-module ul li a {
    font-family: 'Ubuntu Condensed' !important;
    font-size: 18px !important;
}

/*Google Review Component*/


.grp-widget-box {
    font-family: 'Ubuntu Condensed' !important;
    font-size: 16px !important;
}
.grp-reviews-review-text {
    font-size: 25px !important;
    line-height: 35px !important;
}
.grp-reviews-review-author-name {
    font-size: 26px !important;
    font-weight: 600 !important;
}
.grp-widget-box-request-action {
    font-size: 19px !important;
    line-height: 20px !important;
    font-family: 'Ubuntu Condensed' !important;
}
.grp-widget-load-more-btn {
    font-size: 19px !important;
    text-transform: uppercase !important;
    font-family: 'Ubuntu Condensed'!important;
}
.grp-style-box .grp-reviews-review-author-pic {
    
    width: 52px !important;
    height: 52px !important;
}
