@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('/css/font-awesome.min.css');

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.urbanist-m2s {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

#main{
padding: 0;
margin: 0;
}

html, body {
  scroll-behavior: smooth;
  transition: all 0.1s ease;
  color:#242424;
  background: #FFFBF2;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;

}
p{
  font-size:18px;
}
.edit-link{
	display: none;
}
.bg-dark{
  background-color: #6B705C!important;
}

.post, #comments{
  margin: 100px 0 0 5%;
}
a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: 500;
}
a:hover{
  color: #E9B4BE;
  text-decoration: none;
}


.navbar-brand img {
  height: 60px;
}

.navbar nav ul li .sub-menu li {
  padding: 5px;
margin: 0 -6px;
}
 .offcanvas-end {
    width: 250px;
}
.nav-link span {
    display: block;
    font-size: 1.2rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255, 1);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #E9B4BE;
}
.navbar-light .navbar-toggler-icon {
background-color: #fff;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: transparent;
}
.sidebar-footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.sidebar-footer .rounded-social-buttons a {
    margin: 0 10px;
    color: #FFF;
}


.box {
    border: 1px solid #ddd;
    color: #222;
    padding: 20px;
    margin: 10px;
    text-align: center!important;
    border-radius: 5px;
}
.box i {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #007bff;
}

ul{
  list-style-type: none!important;
  padding-left: 0!important;
  letter-spacing: .05rem;
}

ul li{
  padding-bottom: 12px;
}
ul li a{
  color: #242424;
}

#theservices {
width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/_images/home-interior-221509408.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#thecontactme {
width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/_images/house-keys-agent-308034537.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#thediscover {
width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/_images/san-luis-obispo-237485251.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#theaboutme {
width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/_images/san-luis-obispo-237485251.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


#thehero {
    width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(rgba(0,0,0,0.25),rgba(0,0,0,0.25)),url(/_images/two-chairs-view-275464064.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.the-inner {
	background-color: rgba(256,256,256,0.8);
	padding: 1rem;
}

.the-inner h1{
color: #222;
font-weight: 800;
line-height: 2.4rem;
font-size: 2.1rem;

}
.the-inner p {
color: #222;
text-align: left;
font-size: 1.4rem; 
line-height: 2rem;
font-weight: 400; 
}

.the-inner span {
color: #222;
text-align: left;
font-size: 1rem; 
line-height: 1.4rem;
font-weight: 500; 
}

.the-inner a {
color: #222;
}




.back-top {
	display: none!important;
}
.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
  display: none!important;
}
.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}
.accordion .card-header:after {
	font-family: 'FontAwesome';
	content: "\f068";
	float: right;
	display: none!important;
}

.girl-gradient-1 {
  background: #F4E3BE;
  /*background: -webkit-linear-gradient(to right, #F4E3BE, #FFFBF2);
  background: linear-gradient(to right, #F4E3BE, #FFFBF2);*/
}
.girl-gradient-2 {
  background: #C89AA3;
  background: -webkit-linear-gradient(to left, #FFFBF2, #E9B4BE);
  background: linear-gradient(to left, #FFFBF2, #E9B4BE);
}

.pinkish{
	background: #B7B7A4;
}

.formFooter{
  display: none!important;
}


.btn-primary {
	color: #222;
	background-color: #B7B7A4;
	border-color: #B7B7A4;
    font-weight: 500;
  }
.btn-primary a{
	color: #222!important;
    font-weight: 500;
	}
.btn-primary:hover{
	color: #FFFFFF!important;
	background-color: #B7B7A4;
	border-color: #B7B7A4;
    font-weight: 500;
	}

.btn-outline-primary {
	background-color: #FFFFFF;
	border-color: #B7B7A4;
	color: #B7B7A4;
  font-weight: 500;

}

.btn-outline-primary a {
	color: #B7B7A4;
  font-weight: 500;

}
.btn-outline-primary:active {
  color: #fff;
  background-color: #B7B7A4;
  border-color: #B7B7A4;
  font-weight: 500;

}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #B7B7A4;
	border-color: #B7B7A4;
  font-weight: 500;

}



.owl-nav{
	display: none;
}


.svg-inline--fa {
  vertical-align: -0.200em;
}

.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
		  transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-tiktok, .fa-youtube, .fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.tiktok {
  background: #222222;
}

.rounded-social-buttons .social-button.tiktok:hover, .rounded-social-buttons .social-button.tiktok:focus {
  color: #222222;
  background: #fefefe;
  border-color: #222222;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}



.videoyo {
  position: relative;
  background-color: #222;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.videoyo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.videoyo .container {
  position: relative;
  z-index: 2;
}

.videoyo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #222;
  opacity: 0.25;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  .videoyo {
	background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  .videoyo video {
	display: none;
  }
}

/*———————————————FORM —————————————————*/
  /* Container Styling */
  .custom-form {
    width: 600px;
    margin: 0 auto;
    border-radius: 10px;
  }
  
  /* Input and Textarea Styling */
  .custom-form input[type="text"],
  .custom-form input[type="email"],
  .custom-form input[type="tel"],
  .custom-form input[type="textarea"],
  .custom-form input[type="file"] {
    width: 100%;
    height: 64px;
    padding: 24px;
    margin-bottom: 15px;
    border: 1px solid #1e1e1e;
    border-radius: 12px;
    font-size: 18px;
    box-sizing: border-box;
  }
  
 /* Submit Button Styling */
 .custom-form input[type="submit"] {
      position: relative;
 display: inline-block;
  color: #222;
 background-color: #B7B7A4;
 border-color: #B7B7A4;
   font-weight: 500;
 }

 
 .sub-menu-parent { position: relative;
     padding-right: 60px;
  }
 .sub-menu { 
   visibility: hidden; /* hides sub-menu */
   opacity: 0;
   position: absolute;
   top: 75px;
   left: -15px;
   background-color: #6B705C!important;
   width: max-content;
   transform: translateY(-2em);
   z-index: -1;
   transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
 }
 .sub-menu li{
   list-style-type: none!important;
   margin: 0;
   padding: 0;
   left: -15px;
 }
 
 .sub-menu-parent:focus .sub-menu,
 .sub-menu-parent:focus-within .sub-menu,
 .sub-menu-parent:hover .sub-menu {
   visibility: visible; /* shows sub-menu */
   opacity: 1;
   z-index: 1000;
   transform: translateY(0%);
   transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
 }
 
  
  
  
  /* Error States */
  .wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  
  .wpcf7-form-control.wpcf7-not-valid {
    border-color: #e74c3c;
  }
  
  .custom-form input[type="text"]:focus,
  .custom-form input[type="email"]:focus,
  .custom-form input[type="tel"]:focus,
  .custom-form input[type="textarea"]:focus,
  .custom-form input[type="file"]:focus {
    border-color: #3498db;
    outline: none;
    /*box-shadow: 0 0 5px rgba(52, 152, 219, 0.5);*/
  }
  
  /* File Upload Field Styling */
  .custom-form input[type="file"] {
    border: 1px solid #1e1e1e;
    font-size: 18px;
    padding: 24px;
    border-radius: 100px;
    color: #1e1e1e;
    background: #fff;
  }
  
  /* Label for File Upload */
  .custom-form .wpcf7-file-label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #1e1e1e;
  }

.wpcf7 form.sent .wpcf7-response-output {
      border-color: transparent!important;
      color: #fff!important;
  }
  
  .wpcf7 form .wpcf7-response-output {
      margin: 2em 0.5em 1em;
      padding: 0.2em 1em;
      border: 2px solid #fff;
  }
  @media (max-width: 992px) {
      .sub-menu{
      display: none;
    }
    }
  @media (max-width: 768px) {
    .sub-menu{
      display: none;
    }
  }
  @media (max-width: 576px) {
      .sub-menu{
      display: none;
    }
  
   }