/*
Theme Name: MaterialWP Child
Theme URI: http://wprace.com/themes/materialwp-materialwp-child/
Template: materialwp-materialwp
Author: Brad Williams
Author URI: http://braginteractive.com
Description: Material Design WordPress Theme
Version: 0.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: materialwp-child
Tags: right-sidebar, fluid-layout, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
*/

.address-column {width:50%; float:left; padding-right: 10px;}
@media(max-width:1000px) {.address-column{width: 50%;}}
@media(max-width:600px) {.address-column{width: 100%;}}

/* column lists */
.body-column {width:33%; float:left; padding-right: 10px; margin-bottom: 0px;}
@media(max-width:800px) {.body-column{width: 50%;}}
@media(max-width:400px) {.body-column{width: 100%;}}

.sidebar-column {width:50%; float:left; padding-right: 10px; margin-bottom: 0px;}
@media(max-width:800px) {.sidebar-column{width: 50%;}}
@media(max-width:400px) {.sidebar-column{width: 100%;}}

.footer-widget-header {
	font-weight: bold;
}

.footer-widget-body ul {
	margin-left: -8px;
}

.wpcf7-form input, textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}

h1,h2 {
	text-transform: capitalize;
}


/* hyphens */
#primary, #secondary {
	word-wrap: normal;
	-ms-word-break: normal;
     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: normal;
     /* Non standard for webkit */
     word-break: normal;
	-webkit-hyphens: none;
  	-moz-hyphens: none;
    hyphens: none;
}
