/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.loading {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    z-index: 999999;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.fbox-sm .fbox-icon i {
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .mobile {
        padding: 48px 10px !important;
    }
    .mobileme {
        padding: 0 10px 0 25px !important;
    }
    .mobileme .row {
        margin-bottom: 15px !important;
    }
    #template-contactform-submit {
        width: 100%;
    }
}
.red {
    background: red !important;
    color: #fff !important;
}

.green {
    background: green !important;
    color: #fff !important;
}