/*
Theme name: Wise 2023
Author: Leverage
Version: 1.0
Description: Custom Theme for Wise Property Management
*/

:root{
  --main-color: #41c166;
  --dark-blue: #16315a;
	--light-gray: #dadde5;
	--medium-gray: #8d8d8d;
  --title-overlay: rgba(22, 49, 90, 0.8);
}

@font-face {
    font-family: ProximaNova;
    src: url('fonts/proximanova-bold-webfont.woff');
    font-weight: bold;
  }
  
  @font-face {
    font-family: ProximaNova;
    src: url('fonts/proximanova-extrabold-webfont.woff');
    font-weight: 800;
  }

  @font-face {
    font-family: ProximaNova;
    src: url('fonts/proximanova-regular-webfont.woff');
    font-weight: normal;
  }

  html {
    margin-top: 0 !important;
  }

  body {
    font-family: ProximaNova;
    font-size: 1.5rem;
    background-color: #fff;
    padding: 0;
    margin: 0;
  }

	#content-wrapper h1 {
		font-size: 2.5rem;
		font-weight: bold;
	}

	#content-wrapper h2 {
		font-size: 2rem;
		font-weight: bold;
	}

	#content-wrapper h3 {
		font-size: 1.8rem;
		font-weight: bold;
	}

	#content-wrapper h4 {
		font-size: 1.5rem;
		font-weight: bold;
	}

	#content-wrapper h5 {
		font-size: 1.3rem;
		font-weight: bold;
	}

  #title-wrap {
    color: #fff;
    background-color: var(--dark-blue);
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
  }

  #title-wrap h1 {
    font-weight: bold;
  }

	.white-title {
    font-weight: bold;
    color: #fff !important;
  }

  .white-title::before {
    display: block;
    content: '';
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 10px 0;
  }

	/*=== Widgets ===*/
	#side-bar {
		padding-left: 4rem;
	}

	#side-bar h3 {
    color: var(--dark-blue);
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin: 1rem 0;
  }

	#side-bar h3::before {
    display: block;
    content: '';
    width: 70px;
    height: 7px;
    background-color: var(--dark-blue);
    margin: 0 auto 1rem;
  }

	#side-bar .widget {
		margin-bottom: 3rem;
	}

	#recent-posts-2 ul {
		padding: 0;
		list-style-image: url('images/arrow-bullet-small.png');
	}

	#recent-posts-2 ul li {
		margin-bottom: 12px;
	}
/*		
	#recent-posts-2 ul li::marker{
		content: "\203A  ";
		font-weight: 800;
		font-size: 36px;
		color: var(--dark-blue);
	}
*/
	#recent-posts-2 ul li a {
		color: var(--medium-gray);
		text-decoration: none;
	}

	#recent-posts-2 ul li a:hover {
		text-decoration: underline;
	}

	.gform_widget {
		background-color: var(--light-gray);
		padding: 20px;
	}

	.gform_widget input[type="submit"] {
		background-color: var(--main-color);
		padding: 15px 18px;
		border-radius: 30px;
		border: 0;
		color: #fff;
		font-weight: bold;
	}

  #main-menu .menu-item {
    margin-left: 1.8rem;
    display: flex;
    align-items: center;
    font-weight: bold;
		font-size: 1rem;
  }

  #main-menu .menu-item a {
    color: #000;
    text-decoration: none;
  }

	#main-menu > li:nth-last-child(2){
    background-color: var(--dark-blue);
    padding: 15px 18px;
    border-radius: 30px;
  }

	#main-menu > li:nth-last-child(2) a{
    color: #fff;
  }

  #home-slider #main-menu .menu-item a,
  #main-menu > li:last-child a {
    color: #fff;
  }

  #main-menu > li:last-child{
    background-color: var(--main-color);
    padding: 15px 18px;
    border-radius: 30px;
  }

  #home-slider #main-menu > li:nth-last-child(2){
    background-color: #fff;
  }

  #home-slider #main-menu > li:nth-last-child(2) a{
    color: #000;
  }

  header svg {  fill: #043368; }

  #home-slider { position: relative; }

  #home-slider header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  #home-slider header svg {  fill: #fff; }

  #home-slider .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");;
  }

  #home-slider .navbar-toggler {
    border: 1px solid #fff8;
  }

  #home-carousel .carousel-item {
    height: 100vh;
    background-size: cover;
  }

  #home-carousel .carousel-inner .fa-angle-double-down {
    font-size: 3rem;
    z-index: 300;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 10px;
    color: #fff;
  }

  #home-carousel .btn {
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 1.5rem;
  }

  #home-carousel h2 {
    font-weight: 800;
    font-size: 2.5rem;
    color: #fff;
  }

  #home-content,
  #sub-content {
    padding: 6rem 0;
    color: var(--medium-gray);
    font-size: 1.5rem;
    line-height: 2.8rem;
  }

  #home-content h1,
  h2.wise-heading,
	.wise-heading {
    color: var(--dark-blue);
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1.6rem;
  }

  #home-content h1::before, 
	.wise-heading::before {
    display: block;
    content: '';
    width: 200px;
    height: 8px;
    background-color: var(--dark-blue);
    margin: 0 auto 2rem;
  }

  .wise-block{
    color: #fff;
  }

  .wise-block{
    background-image: url('images/block_bg.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #2c436f;
    padding: 4rem 2.5em;
		font-size: 1.3rem;
  }

  #work-section .wise-block i {
    font-size: 4rem;
    margin-top: 2rem;
  }

  #stats-section { color: #fff; }
  #stats-section h2 { text-align: center; }
  #stats-section h2, #stats-section h3 { color: #fff; }
  #stats-section h3,
	#work-section .wise-block h3 {
    font-weight: bold;
    margin-top: 3rem;
		font-size: 2rem;
  }

	#stats-section h3::before,
  #work-section .wise-block h3::before,
  #latest-posts .wise-block h3::before {
    display: block;
    content: '';
    width: 60px;
    height: 7px;
    background-color: #fff;
    margin: 0 0 1.2rem 0;
  }

  #work-section .wise-block h3 a,
  #latest-posts .wise-block h3 a {
    color: #fff;
    text-decoration: none;
  }

  #testimonials{
    background-image: linear-gradient( to right, #ced3dd 0%, #ced3dd 50%, #b1b6c3 50%, #b1b6c3 100% );
    color: var(--dark-blue);
  }

  #testimonials .container{
    background-image: url('images/testimonials_bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #testimonials h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }

  #testimonials h2::before{
    display: block;
    content: '';
    width: 200px;
    height: 7px;
    background-color: var(--dark-blue);
    margin: 0 auto 2rem;
  }

  #testimonials-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  }

  #testimonials-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  #testimonials-carousel .carousel-control-next, #testimonials-carousel .carousel-control-prev {
    width: 40px;
  }

  #testimonials-carousel .carousel-item {
    padding: 0 4rem;
    text-align: center;
  }

	.wise-box {
		background-image: url('images/box_bg.gif');
		background-size: cover;
		background-position: right;
		background-repeat: no-repeat;
		background-color: #2c436f;
		padding: 3rem 2.5em;
		font-size: 1.3rem;
		color: #fff;
	}

	.wise-box h2 {
		font-size: 6rem;
		font-weight: 800;
	}

  #latest-posts{
    background: linear-gradient( to right, #2d436f 0%, #2d436f 50%, #233f78 50%, #233f78 100% );
  }

  #latest-posts .wise-block {
    font-size: 1rem;
  }

  #latest-posts .wise-block h3 {
    font-weight: bold;
    margin-top: 3rem;
		font-size: 1.7rem;
  }

	/*=== ABOUT ===*/
	#main-content {
		padding: 5rem 0;
		color: var(--medium-gray);
	}

	#main-content h2 {
		color: var(--dark-blue);
		font-weight: bold;
		font-size: 2rem;
	}

	.sub-content .container {
		padding: 5rem 0;
	}

	.sub-content.content-bg{
    background-image: linear-gradient( to right, #ccd1dc 0%, #ccd1dc 50%, #9fa7b6 50%, #9fa7b6 100% );
    color: var(--dark-blue);
  }

	.sub-content.content-bg .container {
		background-image: url('images/section_bg.jpg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right center;
	}

	#team {
		padding: 5rem 0;
	}

	.team-member img {
		object-fit: cover;
		width: 100%;
		object-position: center;
		height: 500px;
	}

	.team-member .member-info {
		background-color: var(--dark-blue);
		color: #fff;
		padding: 15px;
	}

	#sub-content-2 {
		background-color: var(--dark-blue);
		color: #fff;
	}

	#sub-content-2 h2 {
		font-weight: bold;
    color: #fff;
	}

	#about-cta {
		background-color: #ccd1dc;
		color: var(--dark-blue);
		text-align: center;
	}

	.cta-btn {
		background-color: var(--dark-blue);
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		padding: 1rem 1.5rem;
		border-radius: 30px;
		margin-top: 2rem;
	}

	#awards {
		padding: 5rem 0;
	}

	#awards .col-12 {
		text-align: center;
	}

	#awards .col-12 img {
		margin: 0 5px;
    max-width: 100%;
	}
		

	/*=== RESOURCES ===*/
	#resources {
		padding: 5rem 0;
	}

	.resource-form{
		height: 0;
		padding: 2.5rem 2.5rem 60%;
	}

	.resource-form h4 a {
		color: #fff;
		text-decoration: none;
	}

	#resources-cta-1 {
		text-align: center;
		background-image: url('images/cta_bg.jpg');
		background-size: cover;
		background-position: center;
		background-color: var(--light-gray);
	}

	#resources-cta-2 {
		background-color: var(--dark-blue);
		text-align: center;
		color: #fff;
	}

	#resources-cta-2 .wise-heading {
		color: #fff;
	}

	#resources-cta-2 .wise-heading::before {
		background-color: #fff;
	}

	#resources-cta-2 .cta-btn {
		background-color: var(--main-color);
		color: #fff;
	}

	#resources-cta-3 {
		text-align: center;
		background-color: var(--light-gray);
	}

	/*=== SERVICES ===*/
	body.services #content-wrapper h2 {
		color: var(--dark-blue);
		font-weight: bold;
	}

	#services-items {
		padding: 5rem 0;
	}

	.service-item {
		height: 0;
		position: relative;
		padding-bottom: 50%;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.service-item h4 a {
		color: #fff;
		text-decoration: none;
	}

	.service-desc {
		position: absolute;
		width: 100%;
		background-color: #0008;
		padding: 15px;
		left: 0;
		bottom: -100%;
		transition: all 0.2s ease;
	}

	.service-item:hover .service-desc {
		bottom: 0;
	}

	/*=== FOOTER ===*/
  footer {
    padding: 3rem 0;
		font-size: 1.2rem;
  }

  .footer-logo svg {
    fill: var(--dark-blue);
  }

  footer .lvrg-logo {
    display: flex;
    align-items: center;
  }

  footer .lvrg-logo img {
    max-width: 200px;
  }

  .footer-address {
    color: var(--dark-blue);
    font-weight: bold;
    margin-top: 1.5rem;
  }

  .footer-copyright {
    text-align: center;
    margin-top: 2rem;
  }

  .footer-copyright a {
    color: var(--main-color);
  }

  .mail-to {
    color: inherit;
    text-decoration: none;
  }

  .footer-awards img { width: 100px; }

  .mail-to a:hover {
    text-decoration: underline;
  }

  #home-carousel .btn:hover,
  .btn:hover {
    color: var(--medium-gray);
  }

  #home-slider #main-menu .menu-item a:hover,
  #main-menu > li:last-child a:hover
  #main-menu .menu-item a:hover {
	color: var(--medium-gray);
}

  @media screen and (max-width: 992px){
    /*
    header .col-12,
    header .container-fluid {
      padding-left: 0;
      padding-right: 0;
    }
    */
		#side-bar {
			padding-left: calc(var(--bs-gutter-x) * .5);
		}

    ul#main-menu { background-color: #16315aee; }

    #main-menu .menu-item {
      margin-left: 0;
      justify-content: center;
      padding: 8px 0;
    }

		#home-slider #main-menu > li:nth-last-child(2),
    #main-menu > li:nth-last-child(2),
    #main-menu > li:last-child {
      background-color: transparent;
      padding: 8px 0;
      border-radius: 0;
    }

		#home-slider #main-menu > li:nth-last-child(2) a,
    #main-menu > li:nth-last-child(2) a {
      color: #fff;
    }

		#main-menu .menu-item a {
			color: #fff;
		}

    #testimonials{
      background-color: #ced3dd;
      background-image: none;
    }

    #testimonials .container{
      background-image: none;
    }

    #testimonials-carousel .carousel-item {
      padding: 0 2rem;
    }

    footer .lvrg-logo {
      justify-content: center;
      padding-top: 3rem;
    }
  }