/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.side-nav a {
    line-height: 20px;
}

footer h5 {
    margin-top: 0.6em;
}

.quote {
    font-size: 1.4em;
    line-height: 1.2em;
    margin-top: 0;
}

.sidebar .card {
    margin: 0;
    margin-top: -5px;
}

.widget img {
    border: 0.5px solid #ccc;
}

h1 {
    font-family: "bebas-neue", sans-serif;
    font-size: 3em;
}

h4, h5 {
    font-family: "bebas-neue", sans-serif;
    font-size: 1.9em;
    margin: 0; padding: 0;
    line-height: 0.9em;
}

li.widget {
    clear: both;
    padding-top: 20px;
    padding-bottom: 30px;
}

#mc-embedded-subscribe {
    margin-bottom: 30px;
}

main {
    padding-top: 2em;
}

.widget-area li {
    list-style-type: none;
}

h2.widgettitle {
    font-size: 0.8em;
    text-transform: uppercase;
    border-top: 1px solid black;
    padding-top: 5px;
    margin-right: 0.75rem;
    margin-top: 0px;
}

.widget .col {
    padding-left: 0 !important;
}

.input-field label {
    left: 0;
}


.menu-item a {
    color: black !important;
}

.menu-item-has-children>a:after {
    content: ' ▾';
}

.main-nav ul.sub-menu, .side-nav ul.sub-menu {
    display: none;
}

.main-nav ul.sub-menu {
    width: 15em;
    opacity: 1;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.main-nav .sub-menu li {
    line-height: 1.5rem;
    width: 100%;
    padding: 14px 16px;
}

.footer-nav .menu-item a {
    color: white !important;
}

.footer-nav .menu-item-has-children>a {
    background-color: white;
    color: black !important;
    padding: 2px;
}

.footer-nav {
    border-top: 3px solid white;
}

.footer-nav .sub-menu {
    border-bottom: 3px solid white;
    padding-bottom: 5px;
}

.icon-block {
  /* padding: 0 15px; */
  padding: 2em;
}

.icon-block .material-icons {
	font-size: inherit;
}

ul.hide-on-med-and-down {
	/* border-top: 5px solid #F44336; */
	margin-right: 10px;
}

div.entry li {
    list-style-type: square;
    font-size: 1.2em;
}

nav {
	border-bottom: 1px solid #F44336;
    margin-bottom: 2em;
}

html {
	/* font-family: Helvetica, Arial, sans-serif; */
	/* background: #ececec; */
    /* background: linear-gradient(#afb5c3, #fff); */
    background: linear-gradient(#ececec, #fff);
}

a {
    color: #F44336;
}

/* footer tweets */
.status a, .meta a {
    color: #F44336;
}

h4 a, h5 a {
    color: black;
}

.posts {
    padding-right: 20px;
}

.entry p {
    font-size: 1.2em;
    line-height: 1.5em;
}


/* responsive images */
img {
    max-width: 100%;
    height: auto;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
