/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

:root {
  --gp-slideout-width: 100% !important;
}




/* Submenu Items */
@media screen and (min-width: 1039px) {
  #menu-item-40-sub-menu,
	#menu-item-42-sub-menu,
	#menu-item-44-sub-menu
	{
    white-space: nowrap;
    padding: 8px;
    width: fit-content;
    min-width: 250px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #menu-item-40-sub-menu li a,
	#menu-item-42-sub-menu li a,
	#menu-item-44-sub-menu li a
 {
    border-radius: 5px !important;
  }
  #menu-item-268025,
	#menu-item-268033,
	#menu-item-268040,
	#menu-item-268047,
	#menu-item-268054{
    margin-top: 10px;
  }

  .dropdown-click .main-navigation ul ul li:last-child > ul.toggled-on {
    width: 100% !important;
  }

  .dropdown-click .main-navigation ul.toggled-on,
  .dropdown-click .main-navigation ul li.sfHover > ul.toggled-on {
    width: 100%;
  }
	    .dropdown-click .main-navigation ul.toggled-on, .dropdown-click .main-navigation ul li.sfHover > ul.toggled-on {
			padding-left:15px;
	}
}




/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/

#generate-slideout-menu:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--global-color-8);
}

.offside-js--interact .offside,
.offside-js--interact .offside-sliding-element {
  transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99) !important;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.offcanvas-logo img {
  width: 100px !important;
  height: 100px !important;
}

.slideout-navigation button.slideout-exit {
  display: flex;
  justify-content: flex-end;
  color: #fff !important;
}

.slideout-logo {
  width: 200px;
  margin-bottom: 20px;
  padding-left: 20px;
}


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
   .what-we-offer {
            font-family: Arial, sans-serif;
	   position:relative;

        }
.what-we-offer p {
	margin-bottom:0;
}

        .what-we-offer__headline {
            cursor: pointer;
            display: flex;
            align-items: center;
			margin-bottom:0;
		
        }

        .what-we-offer__headline-icon {
            margin-left: 0.5rem;
            height: 10px;
            width: 10px;
        }

        .what-we-offer__offer {
            display: none;
            width: 300px;
            transition: 0.3s;
            border-left: 4px solid transparent;
            font-size: 14px;
        }

        .what-we-offer__offer--visible {
            display: block;
            box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
			position:absolute;
			right:0;
			z-index:99999;
			 height: 600px;
            overflow-y: auto;
        }

        .what-we-offer__offer-box {
            background-color: #fff;
            border-bottom: 2px solid #eaeaea;
            padding: 10px 14px;
            border-left: 4px solid #fff;
        }
.what-we-offer__offer-box p {
	color:#000;
}


        .what-we-offer__offer-box:hover {
          
            border-left: 4px solid #0768B2;
            background-color: #fafafa;
        }

        .what-we-offer__highlight {
            color: #0568b3;
            font-weight: bold;
        }

        .what-we-offer__call {
            text-align: center;
            font-weight: bold;
            color:#000;
            padding:10px;
			
			background:#fff;
        }
.what-we-offer__call p {
	margin-bottom:0;
}



@media only screen and (max-width: 768px) {
    .site-logo {
        width: 150px;
    }
}
