/*
Theme Name: Cornerstone, for WordPress Child
Template: cornerstone-main
Author: Colin Neal
Description: A customized version of the Cornerstone theme originally developed by Stephen Mullen
Version: 5.3.0.1748482516
Updated: 2025-05-29 01:35:16

*/

.custom-logo {
    position: absolute;
    top: -8px;
    margin-left: 10px;
    z-index: +15;
    box-shadow: 2px 0px 3px #000000;
    transition: width 0.3s ease;
}

.custom-logo ::after {
    background-color: #000000;
}

#widemenu {
    position: fixed;
    width: 100%;
    box-shadow: 0px 1px 5px #000000;
    z-index: +50;
    background-color: #ffffff;
    transition: background-color 0.5s ease;
    border-top: 4px solid #1562cd;
}

.top-bar ul {
    background: none;
}

.top-bar-right ul.dropdown.menu {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

#widemenu .menu-item a {
    color: #000000;
    transition: color 0.5s ease;
}

#widemenu .menu-item a:hover {
    color: #5990db !important;
}

.title-bar {
	font-size: 22px;
	height: 70px;
}

.menu .active > a {
    background-color: #000000;
    color: #ffffff !important;
    transition: color 0.1s ease;
}

.off-canvas {
	z-index: +50;
    background-color: #161616;
}

ul.vertical.menu.accordion-menu {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

ul.vertical.menu.accordion-menu li {
    border-bottom: 1px solid #2f2f2f;
}

ul.vertical.menu.accordion-menu li a:hover {
    background-color: #cccccc;
    padding-left: 20px;
    transition: padding 0.5s ease;
}

.title-bar-title {
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}

#primary {
    margin-top: 65px;
}

.et-db #et-boc .et-l .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
    margin-top: 85px;
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,1) !important;
}

.et_pb_fullwidth_header_0 {
    box-shadow: 0px 5px 20px #000000;
}

.et-db #et-boc .et-l .et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
    box-shadow: inset 0 0 50px #000000;
}

.et-db #et-boc .et-l .et_pb_slider {
	border-top: 2px solid #66e7d1;
}

.et-db #et-boc .et-l .et_pb_slider .et_pb_slide {
	box-shadow: inset 0 0 50px #000000;
}

#footer {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #000000;
    border-top: 5px solid #66e7d1;
    border-bottom: 30px solid #021d41;
}

.footerLogoContainer {
    border-bottom: 1px solid #323232;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul#menu-main-menu-2 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 70px;
}

.sitePurposeContainer {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    color: #ffffff;
}

footer .menu-item a {
    color: #ffffff;
}

footer .menu-item a:hover {
    color: #5990db !important;
}

footer .menu-item .current_page_item a:hover {
    color: #5990db !important;
}

@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 {
        position: fixed;
        z-index: +50;
        width: 100%;
    }

    .off-canvas.is-open {
        z-index: +60;
    }

	#primary {
        margin-top: 0px;
    }

    #content {
        margin-top: 70px;
    } 

    .custom-logo {
        top: 0px;
    }
    
}

@media screen and (max-width: 750px) {
    
    .custom-logo {
        top: 0px !important;
        width: 140px !important;
    }
    
    
}


.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}