/* 
 Theme Name:     The Best Me I Can Be
 Author:         Online Influence
 Author URI:     http://onlineinfluence.com.au
 Template:       thebestme
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.footerblock { width: 50%; float: left; margin-bottom: 20px; }
#top-menu li.current-menu-item > a { color: #8ac766 !important; }
.testidiv { float: left; width: 320px; }
#main-content .container:before { background: #fff; }
.mc4wp-form-theme-light button, .mc4wp-form-theme-light input[type=submit] { border: 2px solid #8ac766 !important; }
.mc4wp-form-theme-light input[type=submit] { color: #8ac766 !important; }


/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	#footer-right {
   		float: none !important;
    		text-align: center !important;
	}
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	#footer-right {
   		float: none !important;
    		text-align: center !important;
	}
}


