/*
Theme Name: Cornerstone, for WordPress Child
Theme URI: https://www.thewirelessguy.co.uk
Template: cornerstone-main
Author: Colin Neal
Author URI: https://www.colinneal.com
Description: A customized child theme based on the Cornerstone theme developed by Stephen Mullen
Version: 5.3.0.1766773413
Updated: 2025-12-26 18:23:33

*/

#widemenu {
    position: fixed;
	height: 97px;
    width: 100%;
    z-index: +50;
	box-shadow: 0px 1px 5px #000000;
	border-bottom: 3px solid #f3c9ff;
}

.foundation-5-top-bar {
  background: #33003d;
  color: #fefefe;
}

.foundation-5-top-bar .menu {
  background: none;
}

.foundation-5-top-bar .menu a {
  color: #fefefe;
}

.foundation-5-top-bar .is-dropdown-submenu {
  border: 0;
}

/*.foundation-5-top-bar .is-dropdown-submenu-item.opens-right a::after {
  border-color: transparent transparent transparent #fefefe;
}

.foundation-5-top-bar .js-drilldown-back > a::before {
  border-color: transparent #fefefe transparent transparent;
}

.foundation-5-top-bar .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fefefe;
}

.foundation-5-top-bar .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #fefefe transparent transparent;
}*/

.top-bar {
	padding: 0;
	height: 97px;
}

.top-bar ul {
   background: none;
}

.custom-logo {
	max-width: 90%;
}

.menu li:not(.is-dropdown-submenu .menu-item) {
	border-right: 1px solid #461f4d
}

.menu-item a {
	font-family: "Cabin", sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #ffffff !important;
}

.menu-item a:hover {
	color: #ffffff !important;
	background-color: #7f368c !important;
}

.menu .active > a {
	background: #7f368c;
}

.menu .menu-text {
    padding: 0rem;
}

.dropdown.menu > li > a {
	padding: 2.1rem 1rem; 
    height: 85px;
}

.dropdown.menu > li > a.custom-logo-link {
    padding: 0rem 3rem;
}

/*.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #ccc transparent transparent !important;
} */

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	display: none !important;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
	padding-right: .8rem;
}

.menu.vertical {
	z-index: +40;
	/*background-color: #ffffff;*/
	border-radius: 0px 0px 20px 20px;
	margin-top: 0px;
	box-shadow: 0px 1px 5px #000000;
	background: #33003d;
}

.is-dropdown-submenu {
    min-width: 220px;
}

.is-dropdown-submenu > li {
    height: 50px;
	/*padding-top: 7px;
    padding-bottom: 10px;*/
}

.is-dropdown-submenu > li a {
	height: 50px;
}

.dropdown .is-dropdown-submenu a {
	padding: 1rem 1rem;
}

.is-dropdown-submenu > li:not(:first-of-type) {
    border-top: 1px solid #512359;
}

.is-dropdown-submenu > li.menu-item:last-of-type a:hover {
	border-radius: 0px 0px 20px 20px;
	height: 48px;
}

.is-dropdown-submenu > li.menu-item:last-of-type a {
	border-radius: 0px 0px 20px 20px;
	height: 48px;
}

.off-canvas {
	background-color: #333333;
}

.off-canvas.is-open {
	z-index: +55;
	background-color: #290031;
}

.off-canvas .menu.vertical {
	border-radius: 0px;
	background-color: inherit;
	box-shadow: none;
}

.off-canvas .menu.vertical li {
	border-bottom: 1px solid #441d4b;
}

.off-canvas .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	border-color: #fefefe transparent transparent;
}

/* Hides dropdown menus while editing in Divi */
li.menu-item > ul.menu:not(.menu.vertical) {
	display: none;
}

#content {
	margin-top: 97px;
}

.et_pb_slide_description {
	margin-top: 240px !important;
}

/* Foundation 6 List Group Overrides */
.list-group {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem !important;
  border: 3px solid #f3c9ff !important;
  border-radius: 15px !important;
  background: #33003d !important;
  box-shadow: 3px 3px 5px #767676 !important;
  overflow: hidden !important;
  color: #0a0a0a Imp !important;
  font-size: 18px;
}

.list-group > :last-child {
  margin-bottom: 0 !important;
}

.list-group-item {
  padding: 1rem !important;
  border-bottom:  none;
}

.list-group-item.heading, .list-group-item.heading:hover {
	background-color: #560566 !important;
	color: #ffffff !important;
	font-size: 19px;
	border-bottom: 1px solid #f3c9ff !important;
}

.list-group-item > :last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.list-group-item.active {
  color: #fefefe !important;
  background-color: #7f368c !important;
}

.list-group-item:hover, .list-group-item:focus {
  background-color: #7f368c !important;
}

.list-group-item:hover.active, .list-group-item:focus.active {
  background-color: #560566 !important;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus, .list-group-item[disabled], .list-group-item[disabled]:hover, .list-group-item[disabled]:focus {
  color: #8a8a8a !important;
  cursor: not-allowed;
  background-color: #fefefe !important;
}

.et-db #et-boc .et-l .et_pb_module .list-group-item a {
	color: #cecece!important;
}

.et-db #et-boc .et-l .et_pb_module .list-group-item.active a {
	color: #ffffff !important;
}

#footer {
	padding-top: 80px;
	padding-bottom: 150px;
	background-color: #33003d;
	border-bottom: 50px solid #080808;
}

#menu-footer-menu {
    margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #602b69;
	border-bottom: 1px solid #602b69;
}

footer .menu li {
    border-right: 0px !important;
}

.footerLogoContainer {
    margin-bottom: 50px;
}

.footerBottom {
	color: #ffffff;
	padding-bottom: 25px;
	border-bottom: 1px solid #461f4d;
}

#footer a {
    color: #ffffff;
}

@media print, screen and (min-width: 40em) {

	.top-bar .top-bar-left {
		margin-top: 9px;
		height: 85px;
	}

}

@media screen and (min-width: 1024px) {
	
	/* Hides the mobile navigation bar while editing in Divi */
	.title-bar {
		display: none;
	}

}

@media screen and (max-width: 1023px) {
    
	/* Hides the desktop navigation bar while editing in Divi */
    #widemenu {
		display: none;
	}

	.title-bar {
		height: 99px;
        position: fixed;
        z-index: +50;
        width: 100%;
		background-color: #33003d;
		border-bottom: 3px solid #f3c9ff;
		box-shadow: 0px 1px 5px #000000;
    }
	
    .title-bar-title {
        font-family: "Cabin", sans-serif;
		font-size: 20px;
    }

	.title-bar-right {
		padding-right: 25px;
	}
    
    .off-canvas.is-open {
        z-index: +60;
    }

	#primary {
        margin-top: 0px;
    }

    #content {
        margin-top: 99px;
    } 

	div.et_pb_column .list-group {
		display: none;
	}

	#menu-footer-menu{
		padding-bottom: 0px;
	} 

	footer .menu.align-center li {
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px solid #441d4b;
	}
}

/* @media screen and (min-width: 981px) {
    
	.et-db #et-boc .et-l .et_pb_section, .et-db #et-boc .et-l .et_pb_row {
        padding: 0;
    }	
} */

@media screen and (max-width: 980px) {

	
	/*.et-db #et-boc .et-l .et_pb_section {
        padding: 0;
    }*/	
}

@media screen and (max-width: 767px) {

	.et_pb_slide_description {
		margin-top: 350px !important;
	}
    
}