/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

p, h1, h2, h3, h4, h5, figcaption, body {
	font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.navbar-toggle {
	background: #103B69;
	padding: 12px 10px;
}

.mm-menu {
	background: #FFF;
	color: #0B53A3;
}

.mm-list > li > a, .mm-list > li > span {
	line-height: 30px !important;
	font-size: 18px;
}

.mm-list > li >f a:active {
	color: #EEF7FF;
}

.entry-content blockquote {
	border-left: solid 3px #ccc;
	font-style: normal;
	font-family: Merriweather, sans-serif;
	font-size: 16px;
	margin: 45px 40px;
	padding: 0 0 0 40px;
}

.yikes-easy-mc-submit-button {
	background-color: #4B84C2;
	-webkit-transition-duration: .4s;
/* Safari */
	transition-duration: .4s;
}

.yikes-easy-mc-submit-button:hover {
	background-color: #1B4778;
}

.EMAIL-label {
	padding-top: 20px;
}


.site-sidebar {
	color: #444 !important;
}

.site-footer {
	color: #A0C0E4 !important;
}

.yikes-easy-mc-form select,
 .yikes-easy-mc-form input[type="text"],
 .yikes-easy-mc-form input[type="url"],
 .yikes-easy-mc-form input[type="email"],
 .yikes-easy-mc-form input[type="number"] {
	background-color: #FFF !important;
	border: 2px solid rgba(51,51,51,0.4) !important;
}

.yikes-easy-mc-form select:focus,
 .yikes-easy-mc-form input[type="text"]:focus,
 .yikes-easy-mc-form input[type="url"]:focus,
 .yikes-easy-mc-form input[type="email"]:focus,
 .yikes-easy-mc-form input[type="number"]:focus {
	outline: 2px solid rgba(0,98,207,0.9) !important;
}
.infinite-scroll .navigation {
	display: block;
}

.tag_list a {
	padding: 6px 13px;
	margin: 7px 8px 5px 0px;
	background-color: #EDEDED;
	color: #5F5F5F;
	border-radius: 20px;
	border: 0px;
}

.tag_list a:hover {
	background-color: #B8B8B8;
}

.tag_list {
	margin-top: 25px;
}

.entry-content a {
	text-decoration: none;
}

input:focus,
textarea:focus {
	border-color: #2d64a1;
	outline: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	background-color: #2d64a1;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	border: none;
	color: white;
}

/* Navigation */
div.navigation {
	position: relative;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	margin: 15px 0;
}

div.navigation a {
	padding: 6px 12px;
	margin: 0 4px;
	display: inline-block;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	border: 1px solid #e6e6e6;
	border-radius: 0px;
	color: #666;
}

div.navigation a:hover {
	background-color: #f2f2f2;
}

div.navigation span.current {
	padding: 6px 12px;
	margin: 0 4px;
	font-weight: 500;
	border-radius: 0px;
	color: #fff;
	background: #2d64a1;
	display: inline-block;
}

div.navigation span.pages {
	margin-right: 15px;
	display: none;
}

div.navigation span.dots {
	color: #999;
	line-height: 100%;
	margin: 0 5px;
}

div.navigation .alignleft, div.navigation .alignright {
	margin: 0;
}

div.navigation .prev, div.navigation .next {
	position: absolute;
	padding: 8px 20px;
	border: 1px solid #e6e6e6;
	color: #666;
	border-radius: 0px;
}

div.navigation .prev {
	left: 0;
}

div.navigation .next {
	right: 0;
}

a {
	color: #2d64a1;
	text-decoration: none;
}

.navbar {
	position: relative;
	z-index: 200;
	color: #fff;
	background: #2d64a1;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}

.entry-title a:hover {
	color: #2d64a1;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #2d64a1;
}

.single .post_author .author-title a:hover {
	color: #2d64a1;
}

.widget .feature-posts-list li a:hover {
	color: #2d64a1;
}

.wpzoom-featured-cat h3.title a:hover {
	color: #2d64a1;
}

#news-ticker dd a:hover {
	color: #2d64a1;
	text-decoration: none;
}

.entry-title a:hover {
	color: #2d64a1;
	text-decoration: none;
}

.infinite-scroll #infinite-handle span {
	display: block;
	width: 100%;
	line-height: 50px;
	font-size: 18px;
	border-radius: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	background: #2d64a1;
	color: #fff;
	font-weight: normal;
	-webkit-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}

.site-footer .widget .feature-posts-list li {
	border-bottom: 0px solid #2D64A1;
}

.site-footer-separator {
	border-color: #2D64A1;
}

.site-footer .widget .feature-posts-list li a {
	color: #A0C0E4;
}

.site-footer a {
	color: #A0C0E4;
}

.empty-slider a,
#slider .more_link {
	color: #A0C0E4;
}

.site-info .designed-by {
	text-align: right;
	display: none;
}

.site-info .copyright,
.site-info .designed-by {
	width: 50%;
	float: left;
	color: #6095D2;
}

.textwidget {
	color: #A0C0E4;
}

.single .share a.gplus:before {
	content: "\f0d5";
	font-family: "FontAwesome";
}

.recent-posts .post,
.recent-posts .type-page {
    margin-bottom: 80px;
}

.recent-posts .post-thumb img {
    border-radius: 0px;
		box-shadow: 0px 0px 33px -9px rgba(163,163,163,0.7);
}

.site-widgetized-section {
    background-color: #F9F9F9;
    padding: 60px 0 0;
}

.grid-items-wrap:before {
	color: #ADADAD;
	font-size: 2.5em;
	display: block;
	line-height: normal;
	text-align: center;
	margin-top: 80px;
  content: "Keep your finger on the pulse in the mining sector.";
}

.grid-items {
	padding-bottom: 0px;
	}

.wpzoom-featured-cat img {
		box-shadow: 0px 0px 33px -9px rgba(163,163,163,0.4);
    border-radius: 0px;
}

.scroll-back-to-top-wrapper {
	line-height: 43px;
}

.post-hero img {
	height: 500px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	margin-top: 0px;
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
	background-color: #EDEDED;
}

.post-hero {
	padding-bottom: 50px;
	width: 1170px;
  margin: 0 auto;
}

.home-about {
 padding: 10px 10% 0px 10%;
}

.entry-info {
 border-bottom: 0px !important;
}

.entry-date {
 font-size: 16px;
}

.search-field {
 font-size: 16px;
	border-width: 2px;
	border-color: #ADADAD;
	padding: 10px 10px 10px 12px;
}

.search-submit {
 font-size: 16px;
	border-width: 2px;
	padding: 12px 16px 12px 15px;
	border-radius: 0px;
}