/*
Theme Name: My Community Bank
Theme URI: https://wearetraction.io
Template: Divi
Author: We Are Traction
Author URI: https://wearetraction.io
Description: My Community Bank by We Are Traction.
Tags: traction
Version: 4.0.11.1579833511
Updated: 2020-01-27 02:38:31

*/

/*CODES FOR HOMEPAGE MENU*/
.home #logo{
	content:url(../../uploads/2020/01/Bitmap-3-1.png)
}
.home #main-header{
	background-color:#fff !important;
	box-shadow:none;
	border-top:1px solid #fff;
}

#main-header{
	box-shadow:none;
}

.home .et-fixed-header{
	border-top:1px solid #fff !important;
}

.home .et-fixed-header#top-header{
	background-color:#F4F5F7 !important;
}

.home .et-fixed-header#top-header a{
	color:#133455 !important;
}

.home #page-container {
padding-top: 70px!important;
}

.home .et-fixed-header#main-header{
	background-color:#fff !important;
}

.home #top-menu a{
	color:#133455 !important;
}
.home #top-header{
	background-color:#F4F5F7 !important;
}

.home #top-header a{
	color:#133455 !important;
}

.home #et-secondary-nav li ul{
	background-color:rgba(19,52,85,0.97);
}

.home .stuff{
    content: url(../../uploads/2020/01/cfnlw.png);
	width:30%;
	top:3px;
}
.home .stuffo{
	content:url(../../uploads/2020/01/cfnlg.png);
	width:30%;
	top:3px;
}

/*CHANGE LOGO ON SCROLL*/
.et-fixed-header #logo {
content: url(../../uploads/2020/01/Bitmap-3-1.png);
}

#et-secondary-nav li li{
	padding:0 1em;
}
#et-secondary-nav li li a{
	padding:5px;
}
.stuff{
    content: url(../../uploads/2020/01/cfnlg.png);
	width:30%;
	top:3px;
}
.stuffo{
	content:url(../../uploads/2020/01/cfnlg.png);
	width:30%;
	top:3px;
}
#main-header{
	border-top:1px solid transparent;
}

.et-fixed-header{
	border-top:1px solid #fff;
}

#et-secondary-menu{
	text-align:right;
}

/*HOMEPAGE STYLES*/
#mcb-hs1 .et_pb_button_one{
background-color:#F14312;
font-family:Montserrat, sans-serif;
border:1px solid #F14312;
border-radius:30px;
font-weight:500;
}

#mcb-hs1 .et_pb_button_two{
border:1px solid #fff;
border-radius:30px;
font-family:Montserrat, sans-serif;
font-weight:500;
}

#mcb-hs1 .et_pb_module_header{
    border-left: 4px solid #F14312;
    padding-bottom: 0;
    padding-left: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    left: -25px;
    position: relative;
	width:65%;
}

/*DISCOVER AND DOWN BUTTON*/
#mcf-floaters{
	margin-top:0px;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#mcf-floaters .mcf-da{
	float:right;
	margin-top:-100px;
}

#mcb-hs1 .mcf-dt{
	transform:rotate(90deg);
	color:#fff;
	font-family:'Montserrat', sans-serif;
	float:right;
	margin-right:-30px;
	margin-top:-100px;
	font-size:14px;
}


.mcb-menucta a{
	background-color: #F14312;
    padding: 10px 30px !important;
    border: 1px solid #F14312;
    border-radius: 30px;
	color:#fff !important;
	line-height:1.7em;
}
.et-fixed-header #top-menu .mcb-menucta a{
background-color: #F14312;
    padding: 10px 30px !important;
    border: 1px solid #F14312;
    border-radius: 30px;
	color:#fff !important;
}

#top-menu .mcb-menucta a,
#top-menu .mcb-menucta a:hover,
#top-menu .mcb-menucta a:focus,
#top-menu .mcb-menucta a:active,
#top-menu .mcb-menucta a:visited,
.et-fixed-header #top-menu .mcb-menucta a,
.et-fixed-header #top-menu .mcb-menucta a:hover,
.et-fixed-header #top-menu .mcb-menucta a:focus,
.et-fixed-header #top-menu .mcb-menucta a:active,
.et-fixed-header #top-menu .mcb-menucta a:visited{
	color:#fff !important;
}

/* Day-one launch: hide customer portal login menu item */
.mcb-menucta{
	display:inline-block;
}

.mcb-button{
    font-size: 16px;
	font-weight:600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-bottom: 3px;
    line-height: 1.5em;
	color:#133455;
}

.mcb-buttonw{
    font-size: 16px;
	font-weight:600;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding-bottom: 3px;
    line-height: 1.5em;
	color:#fff;
}

.mcb-button:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: .1rem solid;
    transition: all .8s cubic-bezier(.555,.205,.295,.975);
    box-sizing: border-box;
}

.mcb-buttonw:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: .1rem solid;
    transition: all .8s cubic-bezier(.555,.205,.295,.975);
    box-sizing: border-box;
}

/*BUTTON LIKE TRACTION*/

.mcb-button:hover:after{
	-webkit-animation: footer-link-hover .8s cubic-bezier(.58,.3,.005,1) 0s 1;
    animation: footer-link-hover .8s cubic-bezier(.58,.3,.005,1) 0s 1;
}

.mcb-buttonw:hover:after{
	-webkit-animation: footer-link-hover .8s cubic-bezier(.58,.3,.005,1) 0s 1;
    animation: footer-link-hover .8s cubic-bezier(.58,.3,.005,1) 0s 1;
}

@-webkit-keyframes footer-link-hover {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes footer-link-hover {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	50% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}
	50.01% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

#mcb-blurb .et_pb_image_wrap{
	    background-color: #F4F5F7;
    padding: 30px;
    border: 1px solid #F4F5F7;
    border-radius: 50%;
}

#mcb-blurb .et_pb_main_blurb_image{
	width:128px;
}

#mcb-blurb{
	box-shadow:none;
}

#mcb-blurbss{
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.09);
}

#mcb-testi h5{
	font-size:16px;
	margin-bottom:50px;
}

.mcb-sn{
	font-weight: 500;
    font-size: 15px;
}
.mcb-stars{
	max-width:13%;
	margin-right:15px;
}
#footer-info{
	font-size: 14px;
    width: 100%;
    text-align: center;
	font-weight:400;
	font-family:'Montserrat', sans-serif;
}

#footer-bottom {
    padding: 25px 0 15px;
	border-top:1px solid #666;
}

#text-4 p:not(.has-background):last-of-type{
	width:fit-content;
}

#media_image-3{
	float:right;
}


#main-footer .footer-widget h4{
	font-weight:600;
}

.mcb-aff{
	display:block;
	margin-top:70px;
}
.mcb-aff img{
	display:inline;
	max-width:45%;
}
.mcb-aff .mcb-sl{
	margin-left:15px;
}

/*SAVINGS PAGE*/
#mcb-s1 p{
	color:#133455;
	font-size:12px;
}

#mcb-s1 img{
	max-width:7%;
}

#mcb-wi img{
	max-width:35%;
}

#mcf-fscs a{
	color:#000;
	border-bottom:1px solid #000;
}

/*LOANS PAGE*/
#mcb-s2 p{
	color:#fff;
	font-size:12px;
}

#mcb-s2 img{
	max-width:7%;
}
/*ABOUT PAGE*/
#ccb-a1 .et_pb_module_header{
    border-left: 4px solid #F14312;
    padding-bottom: 0;
    padding-left: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    left: -25px;
    position: relative;
	width:65%;
}

/* Keep inner hero height consistent on selected pages */
.page-id-990 #mcb-hs1,
.page-id-1063 #mcb-hs1{
	min-height: 420px;
	display: flex;
	align-items: center;
}
#ccb-a2 h2{
	margin-top:50px;
}
#ccb-a2 h4{
	font-size:21px;
	margin-bottom:30px;
}

/*CONTACT US*/
#mcb-con a{
	color:#133455;
}

.mcb-maintenance-banner{
	background:#f4f5f7;
	border-top:1px solid #dde2e8;
	border-bottom:1px solid #dde2e8;
	padding:40px 0 34px;
}

.mcb-maintenance-banner .container{
	max-width:1080px;
	text-align:left;
}

.mcb-maintenance-title{
	display:block;
	margin:0 0 16px;
	padding-left:14px;
	border-left:4px solid #f14312;
	color:#133455;
	font-family:'Montserrat', sans-serif;
	font-size:34px;
	font-weight:700;
	line-height:1.05;
}

.mcb-maintenance-banner p{
	margin:0 0 10px;
	color:#133455;
	font-family:'Montserrat', sans-serif;
	font-size:18px;
	line-height:1.6;
}

.mcb-maintenance-banner p:last-child{
	margin-bottom:0;
}

.mcb-maintenance-phone{
	color:#f14312;
	font-weight:700;
}

/* Centralized simple banner defaults (previously inline on every page) */
.simple-banner{
	display:none;
	position:fixed;
	bottom:0;
	background:#024985;
	z-index:99999;
}

.simple-banner .simple-banner-text{
	font-size:10px;
	color:#ffffff;
}

.simple-banner .simple-banner-text a{
	color:#f16521;
}

@media (min-width: 981px) {
	#footer-widgets{
		display:flex;
		align-items:flex-start;
		justify-content:space-between;
		gap:12px;
	}
	#footer-widgets .footer-widget{
		float:none !important;
		margin-right:0 !important;
	}
	#footer-widgets .footer-widget:nth-child(1){
		flex:0 0 12%;
	}
	#footer-widgets .footer-widget:nth-child(5){
		flex:0 0 10%;
	}
	#footer-widgets .footer-widget:nth-child(2){
		flex:3 1 0;
	}
	#footer-widgets .footer-widget:nth-child(3){
		flex:3 1 0;
	}
	#footer-widgets .footer-widget:nth-child(4){
		flex:4 1 0;
	}
	#footer-widgets .footer-widget img{
		max-width:100%;
		height:auto;
	}
	#footer-widgets .footer-widget:nth-child(1) img{
		max-width:200%;
	}
	#footer-widgets .footer-widget:nth-child(5) img{
		max-width:70%;
	}
	#footer-widgets .footer-widget:nth-child(4) .textwidget p{
		word-break:normal;
		overflow-wrap:normal;
	}
	#footer-widgets .footer-widget:nth-child(4) a[href^="mailto:"]{
		white-space:nowrap;
		display:inline-block;
	}
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
	#mcb-hs1 .mcf-dt{
		display:none;
	}
	.page-id-990 #mcb-hs1,
	.page-id-1063 #mcb-hs1{
		min-height: 260px;
	}
	#mcf-floaters .mcf-da{
		margin-top:-130px;
	}
	h2{
		font-size:35px;
	}
	#mcb-blurb .et_pb_main_blurb_image{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	#mcb-blurb .et_pb_blurb_container{
		padding-left:0;
	}
	#mcb-blurb .et_pb_main_blurb_image{
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.mcb-stars{
		max-width:30%;
	}
	#media_image-2{
		max-width:50%;
	}
	#footer-info{
		font-size:11px;
	}
	.home #et-secondary-menu .stuff{
		display:none;
	}
	.home #et-secondary-menu .stuffo{
		display:none;
	}
	#et-secondary-menu .stuff{
	display:none;
	}
	#et-secondary-menu .stuffo{
	display:none;
	}
	.mcb-menucta{
		text-align:center;
	}
	
	.home #main-header{
		top:60px;
	}
	/*LOANS PAGE*/
	#mcb-s2 img, #mcb-s1 img{
		max-width:30%;
	}
	#mcb-need h2{
		text-align:center;
	}
	#mcb-need .et_pb_button_module_wrapper{
		text-align:center;
	}
	.et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header{
		top:60px;
	}
	.container.et_menu_container{
		margin-top:20px;
	}
	#mobile_menu .stuff{
		display:none;
	}
	#mobile_menu .stuffo{
		display:none;
	}
	#mobile_menu .menu-item-has-children{
		display:none;
	}
	.home #et-secondary-menu .mobile-subo{
		background-color:rgba(247,247,247,0.97);
	}
	#et-main-area{
		margin-top:-25px;
	}
	#main-footer .footer-widget h4{
		font-size:17px;
	}
	
}

@media (max-width: 980px) {
	#top-header, div#et-secondary-menu, ul#et-secondary-nav {
		display: block !important; 
	}
	#top-header .container {
		padding-top: 0.5em !important;
	}
	#mcb-hs1 .mcf-dt{
		display:none;
	}
	#mcf-floaters .mcf-da{
		margin-top:-150px;
	}
	#mcb-need h2{
		text-align:center;
	}
	#mcb-need .et_pb_button_module_wrapper{
		text-align:center;
	}
	.mcb-aff{
		margin-top:0;
	}
	#media_image-2{
		max-width:50%;
	}
	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}
	.home #et-secondary-menu .stuff{
		display:none;
	}
	.home #et-secondary-menu .stuffo{
		display:none;
	}
	#et-secondary-menu .stuf f{
		display:none;
	}
	#et-secondary-menu .stuffo{
		display:none;
	}
}