/*
Theme Name:     Dotted Child
Theme URI:      http://demo.oceanthemes.net/dotted/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         OceanThemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       dotted
*/

@import url("../dotted/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.menu-image-title-after.menu-image-title {
    font-size: 1.6em!important;
}
#crbanner{background: rgba(0%, 0%, 0%, 0.75)!important;padding:40px;}
.white{color:#ffffff!important;}
#crbanner h1{color:#ffffff!important;}
.mobile-header{display:none!important;}
.btn-menu-mobile {
    top: 50%!important;
    font-size: 30px!important;
}
#menu{display:none;}
.topbar-info-2 {
    margin-top: 30px!important;
}
.topbar-info li {
    font-size: 25px!important;
}
@media only screen and (max-width: 600px) {
    #menu{display:block;}
    #quoteft{position: fixed;bottom: 0;width:100%;}
	.mobile-header{display:block!important;padding: 0px!important;margin-top:100px!important;}
	.mobile-call, .mobile-quote{float: left; width:50%; padding:10px 0px!important}
	.mobile-call{background:#000;}
	.mobile-quote{background:#cf2e2e;}
	.mobile-call a, .mobile-quote a{color:#fff!important;}
}
