/*
Theme Name: FaceBank Offshore
Theme URI: https://wearetraction.io
Template: Divi
Author: Traction
Author URI: https://wearetraction.io
Description: FaceBank Offshore by Traction
Tags: traction
Version: 4.0.11.1580139321
Updated: 2020-01-27 15:35:21

*/

/*CODES FOR HOMEPAGE MENU*/
.home #logo{
	content:url(ccb-logo.png)
}
.home #main-header{
	background-color:rgba(255,255,255,0) !important;
	box-shadow:none;
	border-top:1px solid #666;
}

#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:#27383c !important;
}

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

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

.home #top-menu a{
	color:#fff;
}
.home #top-header{
	background-color:rgba(255,255,255,0) !important;
}

.home #top-header a{
	color:#fff;
}

.home #et-secondary-nav li ul{
	background-color:rgba(39,56,60,0.97);
}

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

/*CHANGE LOGO ON SCROLL*/
.et-fixed-header #logo {
content: url(ccb-logo.png);
}

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

.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 #EF1C2F;
    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: #EF1C2F;
    padding: 10px 30px !important;
    border: 1px solid #EF1C2F;
    border-radius: 30px;
	color:#fff !important;
	line-height:1.7em;
}
.et-fixed-header #top-menu .mcb-menucta a{
background-color: #EF1C2F;
    padding: 10px 30px !important;
    border: 1px solid #EF1C2F;
    border-radius: 30px;
	color:#fff !important;
}

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

.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 .et_pb_blurb_container{
	padding-left:25px;
}

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

#mcb-testi .mcb-tt{
	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-2{
	float:right;
}

#media_image-3{
	max-width:50%;
}


#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:#27383C;
	font-size:12px;
}

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

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

#mcb-wi a{
	color:#EF1C2F;
}

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

/*LOANS PAGE*/
.et_header_style_left #logo{
	content:url(logo-red.png)
}

#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 #EF1C2F;
    padding-bottom: 0;
    padding-left: 20px;
    line-height: 1em;
    margin-bottom: 20px;
    left: -25px;
    position: relative;
	width:65%;
}
#ccb-a2 h2{
	margin-top:50px;
}
#ccb-a2 h4{
	font-size:21px;
	margin-bottom:30px;
}

#mcb-wix{
	max-height: 560px;
    overflow: scroll;
	overflow-x: hidden;
}

#ccb-goalss h4{
	font-size:21px;
	text-shadow:none;
}

#ccb-goalss .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description{
	padding:0;
}

#ccb-goalss .et_pb_slide_title{
	text-shadow:none;
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
	#et_mobile_nav_menu .mobile_menu_bar:before{
		color:#fff;
	}
	.et-fixed-header #et_mobile_nav_menu .mobile_menu_bar:before{
		color:#ef1c2f;
	}
	#mcb-hs1 .mcf-dt{
		display:none;
	}
	#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-stars{
		max-width:30%;
	}
	#media_image-3{
		max-width:30%;
	}
	#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;
	}
	/*ABOUT PAGE*/
	#ccb-goalss .et_pb_slide{
		width:85%;
		float: none;
    margin-right: auto;
    margin-left: auto;
	}
	/*CONTACT PAGE*/
	#ccb-a1 .et_pb_module_header{
		width:100%;
	}
}

@media (max-width: 980px) {
		#et_mobile_nav_menu .mobile_menu_bar:before{
		color:#fff;
	}
	.et-fixed-header #et_mobile_nav_menu .mobile_menu_bar:before{
		color:#ef1c2f;
	}
	.home .stuff{
		content:none;
	}
	.home .stuffo{
		content:none;
	}
	#mobile_menu .stuff {
		display:none;
	}
	#mobile_menu .menu-item-has-children{
		display:none;
	}
	#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 .stuff{
		display:none;
	}
	#et-secondary-menu .stuffo{
		display:none;
	}
} 