#rocket-mobile-menu {
	top: var(--main-header-height);
	position: fixed;
	left: 100%;
}


@media screen and (max-width: 1366px){
.cta-wrapper a.btn.btn-phone-number {
    font-size: 20px;
}
.cta-wrapper {
    align-items: baseline;
	}
}
@media screen and (max-width: 1234px){
	.cta-wrapper a.btn.btn-header-cta {
		font-size: 14px;
	}
	.cta-wrapper a.btn.btn-phone-number {
		font-size: 18px;
	}
}
@media screen and (max-width: 1152px) {
	
	/* Mobile Menu */
	.rocket-mobile-button {
		display: block;
	}
	.rocket-mobile-button .hamburger {
		padding: 0;
	}
	.rocket-mobile-button .hamburger.is-active:hover {
		opacity: 1;
	}
	.rocket-mobile-button .hamburger.is-active:focus {
		outline: none;
	}
	/* .rocket-mobile-button .hamburger.is-active::before {
        content: 'CLOSE';
		display: inline-block;
		color: #fff;
        font-size: 18px;
		font-weight: 700;
        vertical-align: super;
        margin-right: 5px;
        margin-bottom: 0px;
    }
	.rocket-mobile-button .hamburger.is-active .hamburger-box .hamburger-inner, 
    .rocket-mobile-button .hamburger.is-active .hamburger-box .hamburger-inner:after, 
    .rocket-mobile-button .hamburger.is-active .hamburger-box .hamburger-inner:before {
    
    } */
	
	#rocket-mobile-menu {
		top: 115px;
	}
	#rocket-mobile-menu .widget {
		margin: 0 !important;
	}
	
	#rocket-mobile-menu #menu-mobile-menu {
		margin: 0;
		padding: 30px 40px 0;
	}
	
	#rocket-mobile-menu #menu-mobile-menu .menu-item {
		position: relative;
		font-size: 30px;
		text-transform: uppercase;
		text-align: left !important;
		line-height: normal;
		margin: 0 !important;
		padding: 0 !important;
	}
	#rocket-mobile-menu #menu-mobile-menu .menu-item.menu-item-has-children::after {
		content: '\f105';
		display: block;
		position: absolute;
		top: 15px;
		right: 0;
		color: #1E2C43;
		font-family: 'Font Awesome 5 Free';
		font-weight: 700;
	}
	#rocket-mobile-menu #menu-mobile-menu .menu-item.menu-item-has-children .sub-menu {
		padding: 0 0 0 20px;
	}
	#rocket-mobile-menu #menu-mobile-menu .menu-item.menu-item-has-children.subitem-active::after {
		content: '\f107';
	}
	
	#rocket-mobile-menu .btn-header-cta {
		display: block;
		max-width: 300px;
		width: 100%;
		background-color: #1E64D2;
		border-radius: 7px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		margin: 38px auto 25px;
		padding: 10px 25px;
	}
	
	.rocket-mm-open #rocket-mobile-menu {
		background-color: #f3f9fc;
		padding: 0;
		
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	
	.rocket-mm-open #rocket-mobile-menu::-webkit-scrollbar {
		display: none;
	}
	
	.cta-wrapper a.btn.btn-phone-number {
		margin-right: 10px;
	}
	
}

@media screen and (max-width: 1024px) {
	
	div#rocket-mobile-menu {
		height: 85%;
	}
	
	#rocket-mobile-menu .dark-container {
		background-color: #262626;
		color: #fff;
		padding: 28px 40px 48px;
	}
	
	#rocket-mobile-menu .btn-phone-number {
		display: block;
		max-width: 300px;
		background-color: #FF9913;
		border-bottom: 3px solid #d07e12;
		border-radius: 50px;
		color: #fff;
		font-size: 28px;
		font-weight: 700;
		margin: 0 auto 20px;
	}
	#rocket-mobile-menu .btn-portfolio {
		display: block;
		max-width: 300px;
		border: 2px solid #fff;
		border-radius: 50px;
		color: #fff;
		font-size: 28px;
		font-weight: 700;
		margin: 0 auto 30px;
	}
	#rocket-mobile-menu .logo {
		display: block;
		margin: 0 auto 30px;
	}
	#rocket-mobile-menu .social-media-list {
		font-size: 32px;
		text-align: center;
		margin: 0;
	}
	#rocket-mobile-menu .social-media-list li {
		display: inline-block;
		margin-right: 20px;
	}
	#rocket-mobile-menu .social-media-list li:last-child {
		margin-right: 0;
	}
	
	.main-header {
		position: fixed;
		width: 100%;
		padding: 20px 0;
		z-index: 999;
	}	
	.main-header .d-view {
		display: none;
	}
	
	.main-header .container .col-lg-2 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	#primary {
		padding-top: 115px;
	}
	
}

@media screen and (max-width: 800px) {
	
	div#rocket-mobile-menu {
		height: 90%;
	}
	
}

@media screen and (max-width: 767px){
    .text-center-mobile {
        text-align: center;
    }
    .order-mobile-0 {
        order: 0;
        margin-top: 20px;
    }
    .order-mobile-1 {
        order: 1;
        margin-top: 20px;
    }
    .order-mobile-2 {
        order: 2;
        margin-top: 20px;
    }
}
@media screen and (max-width: 640px){
    .mobile {
        display:block;
    }
    .desktop {
        display:none;
    }
    .cta-before-footer {
        padding: 30px 0px;
    }
    .cta-before-footer .container {
        max-width: 100%!important;
        border-radius: 0px;
        padding: 40px 15px;
        background-size: cover;
        background-position: 10% 100%;
    }
    footer.footer .logo-column {
        text-align: center;
    }
    footer.footer .row > * {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 375px) {
	
	div#rocket-mobile-menu {
		height: 85%;
	}
		
	#rocket-mobile-menu .social-media-list {
		font-size: 26px;
	}
	
}



