/*
Theme Name: MudgeeMade Blog
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.2.1
License: 
License URI: 
Text Domain: 
Tags: 
*/

/* =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. */
}
html {}
body {
	background: #fbfbfb;
  color: #4c4c4c;
	font-family: 'Raleway', Arial;
	margin: 0;
}
.container {
	width: 1290px;
	margin: 0 auto;
}
.body-wrap {
  overflow: hidden;
}

/*HEADER*/
header#header {
  overflow: hidden;
  padding: 65px 0 50px;
}
.mm-logo {
  float: left;
}
.head-right {
  float: right;
  margin-top: 10px;
}
.menu-nav {
  float: left;
}
.mm-menu {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.mm-menu li {
  display: inline-block;
  margin-right: 14px;
}
.mm-menu li a {
  color: #1d1d1d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
  text-decoration: none;
  text-transform: uppercase;
}
.mm-menu li a:hover {
  color: #b99d61;
}
.mm-head-social {
  float: left;
}
.mm-head-social > ul {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mm-head-social li {
  display: inline-block;
}
.mm-head-social a {
  color: #b99d61;
  font-size: 18px;
  padding: 10px;
}
.mm-head-social a:hover {
  color: #1d1d1d;
}
.mm-blog-head {
  border-bottom: 2px solid #dddddd;
  margin: 0 0 35px;
  overflow: hidden;
  padding: 0 0 40px;
}
.mm-title {
  float: left;
}
.mm-title h3.header_top {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
h1.single_title { font-size: 22px; margin: 0 0 25px;  }
.mm-search {
  float: right;
  width: 30%;
}
.mm-search > input[type=text] {
  background: rgba(0, 0, 0, 0) url("images/search-icon.png") no-repeat scroll right center;
  border: medium none;
  box-sizing: border-box;
  font-weight: 700;
  height: 40px;
  padding: 10px;
  width: 100%;
}
.mm-search > input[type="text"]:focus {
  background-color: #eeeded;
}

/*BODY*/
.mm-blog-content {
  float: left;
  width: 835px;
}
.mm-blog-posts {
  overflow: hidden;
}
.mm-blog-post {
  background: #fff;
  float: left;
  margin-bottom: 45px;
  margin-right: 25px;
  width: 405px;
}
.mm-blog-post:nth-child(2n+2) {
  margin-right: 0;
}
.mm-post-thumb {
  text-align: center;
}
.mm-post-thumb img {
	max-width: 1005;
}
.mm-post-content {
  padding: 25px;
}
.mm-blog-post-content {
  background: #fff;
  padding: 25px;
}
.mm-comments a,
.mm-blog-post-content,
.mm-blog-post-content a,
.mm-blog-post-content p {
  color: #4c4c4c;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}
.mm-blog-post-content h1,
.mm-blog-post-content h2,
.mm-blog-post-content h3,
.mm-blog-post-content h4,
.mm-blog-post-content h5,
.mm-blog-post-content h6 {
  margin-top: 0;
}
.mm-post-content > h3 {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.mm-post-content > h3 a {
  text-decoration: none;
  color: #000;
}
.mm-post-content > h3 a:hover {
  text-decoration: underline;
}
.mm-post-content p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 22px;
}
.mm-read-more {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 15px;
  text-decoration: none;
}
.mm-read-more:hover {
  background: #C7AC77;
}
.mm-pagination {
  text-align: center;
}
.page-numbers {
  color: #000000;
  display: inline-block;
  font-weight: 700;
  padding: 10px 15px;
  text-decoration: none;
}
.page-numbers.current {
  background: #000000 none repeat scroll 0 0;
  color: #ffffff;
}

/*SIDEBAR*/
.mm-sidebar {
  background: #ffffff none repeat scroll 0 0;
  box-sizing: border-box;
  float: right;
  padding: 25px;
  width: 435px;
}
.mm-sidebar img { max-width: 100%; height: auto; }
.mm-widget-title {
  font-size: 18px;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.mm-widget-box ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.mm-widget-box ul li {
  margin: 0 0 5px;
}
.mm-widget-box ul li a {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.mm-widget-box {
  margin: 0 0 35px;
}
.mm-widget-box,
.mm-widget-box a,
.mm-widget-box p {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}
.mm-widget-search {
  position: relative;
}
.mm-widget-search > input[type="text"] {
  background: #eeeded none repeat scroll 0 0;
  border: medium none;
  box-sizing: border-box;
  font-weight: 700;
  height: 35px;
  padding: 5px 15px 5px 35px;
  text-align: right;
  width: 100%;
}
.mm-widget-search > input[type="image"] {
  left: 8px;
  position: absolute;
  top: 8px;
}

/*FOOTER*/
footer#foot {
  background: #ededed none repeat scroll 0 0;
  margin: 60px 0 0;
  padding: 90px 0 50px;
}
.foot-social {
  text-align: center;
}
.foot-social > ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.foot-social li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.foot-social li a {
  color: #9e9e9e;
  padding: 0 10px;
}
.foot-social li a:hover {
  color: #b99d61;
}
.foot-copyright {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 500;
  margin: 60px 0 0;
  text-align: center;
}
.foot-copyright > a {
  color: #9e8348;
  text-decoration: none;
}

.slicknav_menu {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: none;
  float: right;
  padding: 0;
}
.slicknav_btn {
  margin: 0;
}
.slicknav_nav {
  background: #222222 none repeat scroll 0 0;
  clear: both;
  color: #ffffff;
  font-size: 0.875em;
  margin: 0;
  width: 220px;
}

.clear { clear: both; }
.one_half_last,
.one_half { float: left; width: 50%; padding-right: 15px; -moz-box-sizing: border-box;
       box-sizing: border-box; }
.one_half_last img,
.one_half img { max-width: 100%; height: auto; }
.one_half_last { float: right; padding-right: 0; padding-left: 15px; }


@media only screen and (max-width: 1289px) {
	.container { 
		width: 1100px;
	}
	.mm-blog-content {
		width: 65%;
	}
	.mm-sidebar {
		width: 33%;
	}
	.mm-blog-post {
		width: 48%;
		margin-right: 3%;
	}
	.mm-blog-post img {
		max-width: 100%;
		height: auto;
	}
	.mm-blog-post:nth-child(2n+2) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1099px) {
	.container { width: 948px; }
}
@media only screen and (max-width: 960px) {
	.container { width: 748px; }
	.menu-nav { display: none; }
	.slicknav_menu { display: block; }
	.head-right {
  float: none;
}
.mm-head-social {
  float: right;
  margin-right: 30px;
}
}
@media only screen and (max-width: 767px) {
	.container { width: 300px; }

.one_half_last,
.one_half { float: none; width: auto; padding: 0; margin-bottom: 15px; }
.one_half_last { float: none; padding-right: 0; padding-left: 0px; }


	header#header {
  overflow: hidden;
  padding: 30px 0;
}
.mm-head-social {
  float: left;
  margin: 0;
}
.mm-blog-head {
	padding: 0 0 20px;
}
	.mm-title {
		  float: none;
		}
	.mm-search {
		  float: none;
		  width: 100%;
		}
	.mm-blog-content,
	.mm-sidebar {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.mm-blog-post {
		width: 100%;
		margin: 0 0 10px;
	}

  .mm-sidebar { padding: 0;  }

}