/*
Theme Name:         CSFCU
Theme URI:          https://primitivesocial.com
Description:        Custom Theme
Version:            8.4.0
Author:             Primitive Social
Author URI:         https://primitivesocial.com
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


.navbar-default {
	border-radius:0px;
	border:0px;
	background:#3F4A5A; 
	height:100px;
	margin-bottom:0px;
}

.navbar-brand {
    padding: 5px 15px;
    padding-left:50px;
}

.navbar-brand img {
	max-height:90px;
}

.navbar-default .navbar-nav>li>a {
    padding:0px;
    line-height: 100px;
    color:#fff;
    font-family:"Roboto";
    font-size:20px;
    padding-left:20px;
    padding-right:20px;
}

@media only screen and (max-width: 1164px) {
	.navbar-default .navbar-nav>li>a {
	    font-size:16px;
	    padding-left:10px;
	    padding-right:10px;
	}
}

@media only screen and (max-width: 920px) {
	.navbar-default .navbar-nav>li>a {
	    font-size:14px;
	    padding-left:5px;
	    padding-right:5px;
	}
}
.navbar-default .navbar-nav>li>a:hover {
	background:#0095DD;
	color:#fff;
}

.navbar-default .navbar-nav>li>a.login-btn {
	background:#F3CA00;
	margin-right:50px;
	color:#3F4A5A;
}

.navbar-default .navbar-nav>li>a.login-btn:hover {
	color:#fff;
}

.hero {
	min-height:60vh;
	background:url('/wp-content/themes/csfcu/assets/images/hero.webp');
	background-size:cover;
	background-position:center center;
	position: relative;
}

.hero-msg {
	position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    min-width:50vw;
    background:#F3CA00;
    bottom:-110px;
    font-family: "roboto";
    color:#444;
    text-align: center;
    padding:20px;
}

.sub-pg-hero-msg {
	bottom:-50px;
}

.hero-msg h1 {
	font-weight: 300;
	color:#fff;
	text-transform: uppercase;
	font-size:42px;
}

.hero-msg h4 {
	font-weight: 500;
	text-transform: uppercase;
}

.intro {
	font-family: "roboto";
	padding-top:120px;
	text-align: center;
	background:#3F4A5A;
	
}

.intro div {
	padding:20px;
	min-height:130px;
}

.intro div img {
	max-width: 80px;
    margin-top: -60px;
    margin-bottom: 20px;
}

.intro h2 {
	font-weight: 300;
	padding-bottom:70px;
	color:#fff;
	margin-bottom: 0px;
}

.light-grey {
	background:#F6F5F1;
}

.dark-grey {
	background:#E8E8DF;
}

.online-intro {
	background:#E74F2E;
	padding:30px;
	z-index:-1;
}

.mobile-app {
    margin: 40px;
    max-height: 500px;
    position: absolute;
    right: 0;
    z-index:99 !important;
}

.online-msg {
	color: #f2f2f2;
    font-family: "Roboto";
    margin-top: 70px;
    padding: 20px;
    border-radius: 6px;
    border: 2px dashed #B21900;
}


.sub-hero {
	min-height:55vh;
	background:url('/wp-content/themes/csfcu/assets/images/home-sub-hero.webp');
	background-size:cover;
	background-position:center center;
	position: relative;
	z-index:1;
}

.sub-msg-wrap {
	position: relative;
	overflow: hidden;
}

.sub-msg {
	position: absolute;
	bottom:-50px;
	padding:20px;
	font-family: "roboto";
	text-align: center;
	left:60%;
}

.sub-msg h1 {
	font-weight: 300;
	font-size:32px;
	text-transform: uppercase;
}

.ps-crafted {
	color:#c2c2c2;
	font-family: 'Roboto';
	letter-spacing: 1px;
	margin-top:10px;
	font-size:12px;
	line-height: 1.1;
	text-align: right;
	padding-top:50px;
}

.ps-crafted a {
	color: #868827;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.footer {
	border-radius:0px;
	border:0px;
	background:#3F4A5A; 
	height:100px;
	padding:10px;
	color:#fff;
	font-family: "Roboto";
}

.footer img {
	max-height: 90px;
	margin-right:20px;
	display: inline-block;
}

.footer img.small-img {
	max-height: 60px;
}


.check-icon {
	max-height: 40px;
}

.sub-online-msg a {
	color:#fff;
}

.sub-online-msg a:hover {
	color:#3F4A5A;
	text-decoration: none;
}

.sub-online-msg p {
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.membership-wrap {
	    margin: 0 auto;
    margin-top: 70px;
    max-width: 700px;
}


.privacy-wrap {
	    margin: 0 auto;
    margin-top: 70px;
    max-width: 500px;
}

.sub-page-content {
	color:#555;
	font-family: "Roboto";
	font-weight: 300;
}

.sub-page-content h1 {
	padding-top:50px;
	
}

.sub-page-content img {
	margin-top:50px;
	padding-bottom:50px;
}

.sub-intro div {
	min-height:200px;
}

.sub-train {
	min-height:55vh;
	background:url('/wp-content/themes/csfcu/assets/images/train-bg.webp');
	background-size:cover;
	background-position:center center;

	z-index:2;
}

.services-box {
	margin-top:30px;
	padding:14px;
	color:#fff;
	font-family: "Roboto";
}

.dark-blue {
	background:#3F4A5A;
	margin-bottom:20px;
}

.light-blue {
	background:#0095dd;
}

.red {
	background:#e74f2e;
}

.contact-box {
	margin-top:30px;
	padding:14px;
	color:#fff;
	font-family: "Roboto";
	background:#e74f2e;
	min-height: 160px;
    text-align: center;
}

.contact-box h4 {
	text-transform: uppercase;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: transparent;
    border:0px;
    border-bottom: 1px solid #455c77;
}

.list-group-item:first-child {
    border-radius: 0px;
    border-top: 1px solid #455c77;   
}

.light-blue .list-group-item {
	border-bottom: 1px solid #51aace;
}

.light-blue .list-group-item:first-child {
    border-radius: 0px;
    border-top: 1px solid #51aace;
}


.red .list-group-item {
	border-bottom: 1px solid #d87868;
}

.red .list-group-item:first-child {
    border-radius: 0px;
    border-top: 1px solid #d87868;
}

 #map {
        width: 100vw;
        height: 500px;
       
    }
    
.map-icon {
    max-width: 100px;
	margin-top: -90px;
  }
  
  
 @media only screen and (max-width: 767px) {
	 
	 .hero {
		 position: inherit;
	 }
	 
	 .hero-msg {
	    position: inherit;
	    left: auto; 
	    transform: none;
	    width:100vw;
	    background: rgba(243,202,0,.6);
	    	    bottom: auto;
	    font-family: "roboto";
	    color: #444;
	    text-align: center;
	    padding: 20px;
	    z-index:1;
    }
    
    .navbar-brand {
	    padding-left:10px;
    }
    
    .navbar-toggle {
	    position: relative;
	    float: right;
	    padding: 19px 20px;
	    margin-top: 28px;
	    margin-right: 15px;
	    margin-bottom: 8px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 0px;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    	border:0px;
		background:#3F4A5A;
	}
	
	.navbar-default .navbar-nav>li>a {
	    font-size: 20px;
	    padding-left: 5px;
	    padding-right: 5px;
	    line-height: 60px;
	    text-align: center;
	}
	
	.navbar-default .navbar-nav>li>a.login-btn {
	    background: #F3CA00;
	    margin-right: 0px;
	    color: #3F4A5A;
	}
	
	.intro {
	    padding-top: 30px;
	    overflow: hidden;
	}
	
	.intro div p {
		padding-bottom:30px;
	}
	
	.sub-msg {
	    position: absolute;
	    bottom: 0px;
	    padding: 20px;
	    font-family: "roboto";
	    text-align: center;
	    left:auto;
	    background:rgba(250,250,250,.85) !important;
	}
	
	.footer img {
	    max-height: 80px;
	    margin-right: 0px;
	}
	
	.ps-crafted {
	    padding-top: 10px;
	    padding-bottom: 20px;
	}
	
	.online-intro {   
	    padding: 0px;
	        padding-bottom: 30px;
	}
	
	.check-icon {
	    max-height: 20px;
	}
	
	.map-icon {
	    max-width: 100px;
	    margin-top: -40px;
	}
 }