/**
 * Theme Name: Houses
 * Theme URI: http://demo.minionthemes.com/houses/
 * Version: 0.0.1
 * Author: Dicky Syaputra
 * Author URI: http://facebook.com/dickecil
 * Description: Theme for home design.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
 
/*---------------------------------------------------------------------------*/
/* Import CSS reset and clearfix
/*---------------------------------------------------------------------------*/

@import url('assets/styles/reset.css');

/*---------------------------------------------------------------------------*/
/* Global elements
/*---------------------------------------------------------------------------*/

body, input, textarea, select { font: normal 15px/20px "Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif; }

body { 
	line-height: 1.6em;
	overflow-y: scroll;
	background: #f0f2f3;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

a { text-decoration: none; }

img {
	max-width: 100%;
	height: auto;
}

input[type=text],
textarea,
select {
	padding: 9px 15px;
	background: #fff;
	border: 1px solid #d8dbde;
}
input[type=text]:focus,
textarea:focus,
select:focus { border-color: #cdd1d4; }

input[type=submit] {
	cursor: pointer;
	padding: 9px 15px;
	border: none;
	color: #fff;
}
input[type=submit]:active { background-color: #545c60; }

table {
	border: 1px solid #d8dbde;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

a,
#menu li ul {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

#menu,
#menu li ul,
#menu .search form,
.hentry,
.author-info,
.related-posts,
.comments-list .comment-content,
#secondary .widget,
.to-top {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/*---------------------------------------------------------------------------*/
/* Layouts
/*---------------------------------------------------------------------------*/

.center { text-align: center; }
.left { float: left; }
.right { float: right; }

.container {
	width: 1130px;
	margin: 0 auto;
}

#header {
	padding: 30px 0;
	background: #fff;
}

#menu {
	background: #fff;
	border-top: 1px solid #e0e3e5;
}
#menu.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	border-top: none;
}

#main { margin: 30px 0; }

#primary-main { 
	width: 100%; 
	margin-right: -360px;
}
#primary-main #primary { margin-right: 390px; }
#secondary { width: 360px; }

.attachment #primary-main,
.attachment #primary-main #primary,
.page-template-page-full-php #primary-main,
.page-template-page-full-php #primary-main #primary { margin-right: 0; }

.footer-widgets { 
	padding-bottom: 30px;
	margin-top: 30px; 
	border-top: 1px solid #e0e3e5; 
}

#footer {
	width: 100%;
	padding: 25px 0; 
	font-size: 14px;
	border-top: 1px solid #e0e3e5; 
}

/*---------------------------------------------------------------------------*/
/* Header
/*---------------------------------------------------------------------------*/

#header .site-info .name,
#header .site-info .logo { display: block; }
#header .site-info .name { font-size: 24px; }
#header .site-info.full {
	width: 100%;
	text-align: center;
}

#header .site-info .logo,
#header .ads { line-height: 0; }

#header .ads { width: 100%; max-width: 728px; overflow: hidden; }
#header .ads.full { 
	float: left !important;
	width: 100%;
	margin-top: 30px;
}

/*---------------------------------------------------------------------------*/
/* Menu
/*---------------------------------------------------------------------------*/

#menu .container { position: relative; }
#menu ul, 
#menu li { float: left; }
#menu li { position: relative; }
#menu li ul,
#menu.mobile .menu,
#menu .search form {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 9999;
	top: 100%;
	margin-top: -3px;
	left: -1px;
	width: 200px;
	background: #fff;
	border-top: 3px solid transparent;
}
#menu.mobile .menu {
	visibility: visible;
	opacity: 1;
	top: 40px;
	left: 0;
	width: 260px;
}
#menu li ul li ul {
	left: 100%;
	margin-left: 10px;
	top: 0;
}
#menu.mobile .menu li ul {
	position: static;
	visibility: visible !important;
	opacity: 1 !important;
	border-top: none;
	width: 100%;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#menu.mobile .menu li ul li a { padding-left: 30px; }
#menu li a {
	display: block;
	position: relative;
	line-height: 40px;
	padding: 0 15px;
	border-right: 1px solid #e0e3e5;
}
#menu li:first-child > a { border-left: 1px solid #e0e3e5; }
#menu li:hover > a,
#menu .current_page_item > a,
#menu .current_page_ancestor > a,
#menu .current-menu-item > a,
#menu .current-menu-ancestor > a { background: #f6f8f9; }
#menu li ul li:hover > a,
#menu.mobile .menu li:hover > a { padding-left: 20px; }
#menu li ul li:hover > a,
#menu li ul .current_page_item > a,
#menu li ul .current_page_ancestor > a,
#menu li ul .current-menu-item > a,
#menu li ul .current-menu-ancestor > a,
#menu.mobile .menu li a { background: none; }
#menu li ul li,
#menu.mobile .menu li { float: none; }
#menu li ul li a,
#menu.mobile .menu li a {
	border: none;
	border-bottom: 1px solid #e0e3e5;
}
#menu li ul li:first-child > a { border-left: none; }
#menu li ul li:last-child > a { border-bottom: none; }
#menu li a:before {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	content: '';
	bottom: 0;
	left: -1px;
	width: 100%;
	height: 3px;
	padding: 0 1px;
}
#menu li:hover > a:before,
#menu .current_page_item > a:before,
#menu .current_page_ancestor > a:before,
#menu .current-menu-item > a:before,
#menu .current-menu-ancestor > a:before,
#menu.no-mobile li:hover > ul { 
	visibility: visible;
	opacity: 1;
}
#menu li ul li a:before,
#menu li ul .current_page_item > a:before,
#menu li ul .current_page_ancestor > a:before,
#menu li ul .current-menu-item > a:before,
#menu li ul .current-menu-ancestor > a:before,
#menu.mobile .menu li a:before { display: none; }

#menu .toggle-menu { display: none; }

#menu .search { float: right; }
#menu .search li a { 
	width: 40px;
	padding: 0;
	text-indent: -99999em;
}
#menu .search li a span {
	float: left;
	position: relative;
	top: 12px;
	left: 12px;
	width: 16px;
	height: 16px;
	background: url("assets/images/sprites.png") -80px -60px no-repeat;
}
#menu .search form {
	display: none;
	left: auto;
	right: 0;
	width: 240px;
	visibility: visible;
	opacity: 1;
}
#menu .search form input {
	width: 100%;
	border-color: transparent;
}

/*---------------------------------------------------------------------------*/
/* Social Links
/*---------------------------------------------------------------------------*/

.social-links a {
	float: left;
	position: relative;
	margin-right: 10px;
	background: #fff;
	border: 1px solid #c0c4c9;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
}
.social-links span {
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -8px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 16px;
}
.social-links a:last-child { margin-right: 0; }
.social-links .facebook span { background: url("assets/images/sprites.png") 0 -60px no-repeat; }
.social-links .facebook:hover > span { background: url("assets/images/sprites.png") 0 -76px no-repeat; }
.social-links .twitter span { background: url("assets/images/sprites.png") -16px -60px no-repeat; }
.social-links .twitter:hover > span { background: url("assets/images/sprites.png") -16px -76px no-repeat; }
.social-links .pinterest span { background: url("assets/images/sprites.png") -32px -60px no-repeat; }
.social-links .pinterest:hover > span { background: url("assets/images/sprites.png") -32px -76px no-repeat; }
.social-links .google-plus span { background: url("assets/images/sprites.png") -48px -60px no-repeat; }
.social-links .google-plus:hover > span { background: url("assets/images/sprites.png") -48px -76px no-repeat; }
.social-links .rss span { background: url("assets/images/sprites.png") -64px -60px no-repeat; }
.social-links .rss:hover > span { background: url("assets/images/sprites.png") -64px -76px no-repeat; }

/*---------------------------------------------------------------------------*/
/* Related Posts
/*---------------------------------------------------------------------------*/

.related-posts { 
	margin-bottom: 30px;
	background: #fff; 
}
.related-posts div.title {
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
}
.related-posts .contents { padding: 30px 0 30px 30px; }
.related-posts .contents .post {
	float: left;
	width: 33.333333333333%;
	padding-right: 30px;
}
.related-posts .contents .post span { display: block; }
.related-posts .contents .post .thumb { line-height: 0; }
.related-posts .contents .post .title { 
	position: relative;
	margin: -30px 15px -15px 15px;
	padding: 10px 15px;
	font-size: 14px;
	background: #fff;
	border-top: 4px solid transparent;
}

/*---------------------------------------------------------------------------*/
/* Content
/*---------------------------------------------------------------------------*/

.archive-title {
	margin: -5px 0 25px 0;
	font-size: 18px;
}

.breadcrumbs { margin-bottom: 25px; }
.breadcrumbs .delimiter { margin: 0 3px; }

.hentry {
	margin-bottom: 30px;
	background: #fff;
}
.hentry:last-child { margin-bottom: 0; }

.entry-thumbnail { line-height: 0; }
.entry-thumbnail img { 
	width: 100%;
	height: auto;
}

.entry-details-main { padding: 30px 30px 0 30px; }

.entry-details {
	position: relative;
	margin-top: -120px;
	background: #fff;
}

.entry-meta {
	padding: 10px 30px;
	font-size: 14px;
}
.entry-meta,
.entry-meta a { color: #fff; }

.entry-title {
	padding: 22px 30px 0 30px;
	line-height: 1.4em;
	font-size: 26px;
}

.entry-content { padding: 15px 30px 0 30px; }
.single .entry-content,
.page .entry-content { padding-bottom: 25px; }
.entry-content p,
.entry-content blockquote,
.entry-content ul,
.entry-content ol,
.entry-content h1,
.entry-content h2,
.entry-content h3 { margin-bottom: 20px; }
.entry-content p:last-child,
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content blockquote:last-child { margin-bottom: 0; }

.entry-content h1,
.entry-content h2,
.entry-content h3 {
	font-size: 18px;
	font-weight: bold;
}

.entry-content .alignnone {
	margin-top: 5px;  
	width: 100%;
	height: auto;
}
.entry-content .alignleft {
	float: left;
	margin: 5px 30px 15px 0;
}
.entry-content .alignright {
	float: right;
	margin: 5px 0 15px 30px;
}
.entry-content .aligncenter {
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 25px;
}
.entry-content .wp-caption { 
	width: auto !important; 
	text-align: center;
	font-size: 14px;
}

.entry-content .sitemap-content .sitemap { margin-bottom: 20px; }
.entry-content .sitemap-content .sitemap:last-child { margin-bottom: 0; }
.entry-content .sitemap-content a { font-weight: normal; }
.entry-content .sitemap-content h3 { margin-bottom: 5px; }

.entry-content blockquote { 
	padding: 0 30px; 
	font-style: italic;
}

.entry-content ul {	
	margin-left: 15px;
	list-style: disc;
}

.entry-content ol {	
	margin-left: 17px;
	list-style: decimal;
}

.entry-content a { font-weight: bold; }

.entry-more { padding: 17px 30px 23px 30px; }

.entry-ads { 
	margin: 0 30px 30px 30px; 
	line-height: 0;
	overflow: hidden;
}

.entry-attachments { padding: 0 20px 30px 30px; }
.entry-attachments .title { margin-right: 10px; }
.entry-attachments .title span { 
	display: inline-block;
	position: relative;
	padding: 8px 15px;
	color: #fff;
}
.entry-attachments .title span:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 0;
	right: -30px;
	border-bottom: 40px solid transparent;
	border-right: 30px solid transparent;
}
.entry-attachments .attachment-items .item {
	float: left;
	width: 20%;
	line-height: 0;
	padding-right: 10px;
	margin-top: 10px;
}

.entry-share { padding: 0 30px 30px 30px; }
.entry-share .title { 
	font-size: 18px;
}
.entry-share .social-links { margin-top: 10px; }
.entry-share a {
	width: 40px;
	height: 40px;
}
.entry-share a:last-child { margin-right: 0; }

.entry-tags { margin: -5px 30px 25px 30px; }
.entry-tags strong { font-weight: normal; }

.attachment .entry-title { 
	margin-bottom: 20px;
	text-align: center; 
}
.attachment .attachment-ads {
	margin: 20px 30px 30px 30px; 
	line-height: 0; 
	text-align: center;
	overflow: hidden;
}
.attachment .attachment-ads.bottom { margin-top: 0; }
.attachment .entry-main { 
	position: relative;
	margin: 0 30px 30px 30px; 
}
.attachment .entry-main .att-img img {
	width: 100%;
	height: auto;
}
.attachment .entry-main .nav a,
.attachment .entry-main .nav span {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 0;
	width: 60px;
	height: 60px;
	text-indent: -99999em;
	background: #5fc4b2 url("assets/images/sprites.png") 0 0 no-repeat;
}
.attachment .entry-main .next a,
.attachment .entry-main .next span {
	left: auto;
	right: 0;
	background-position: -60px 0;
}
.attachment .entry-main .nav span { background-color: #e6e9ea; }
.attachment .entry-main .nav a:hover { background-color: #545c60; }

.attachment .entry-content { 
	padding: 0;
	margin: 0 90px;
	line-height: 0;
}

.attachment .entry-share { padding-bottom: 25px; }
.attachment .entry-share .title { margin-top: 5px; }
.attachment .entry-share .social-links a { 
	float: none;
	display: inline-block;
	margin-right: 6px;
}

.attachment .attachment-info { margin: -5px 30px 20px 30px; }
.attachment .attachment-info .title { 
	margin-bottom: 20px;
	font-size: 18px;
}

.attachment .related-posts-main .related-posts { margin-bottom: 0; }
.attachment .related-posts-main .related-posts .post { width: 25%; }
.attachment .entry-attachments .attachment-items .item { width: 10%; }

/*---------------------------------------------------------------------------*/
/* Author Info
/*---------------------------------------------------------------------------*/

.author-info {
	background: #fff;
	padding: 30px;
}
.author-info .author-avatar {
	float: left;
	width: 80px;
	line-height: 0;
}
.author-info .author-description { margin-left: 110px; }
.author-info .author-description .title { 
	margin: -5px 0 15px 0;
	font-size: 18px;
}
.author-info .author-description .description { margin-bottom: -5px; }

/*---------------------------------------------------------------------------*/
/* Pagination
/*---------------------------------------------------------------------------*/

.pagination { margin-top: 30px; }
.pagination a,
.pagination span {
	display: inline-block;
	padding: 2px 10px;
	margin: 0 2.5px;
	font-size: 14px;
}
.pagination a:hover,
.pagination .current { color: #fff; }

/*---------------------------------------------------------------------------*/
/* Comments
/*---------------------------------------------------------------------------*/

#comments { margin-top: 30px; }

.required { color: #f57c7c; }

.comments-title,
.comment-reply-title {
	margin: -5px 0 25px 0;
	font-size: 18px;
}
.comment-reply-title { margin-bottom: 0; }

.comments-list li { margin-top: 30px; }
.comments-list .depth-1:first-child { margin-top: 0; }
.comments-list li ul { margin-left: 30px; }
.comments-list .comment-avatar {
	float: left;
	width: 80px;
	line-height: 0;
}
.comments-list .comment-content { 
	margin-left: 110px; 
	padding: 25px 30px;
	background: #fff;
}
.comments-list .comment-author { font-weight: bold; }
.comments-list .comment-author .by-author {
	margin-left: 15px;
	font-size: 14px;
	font-weight: normal;
}
.comments-list .comment-meta {
	margin-bottom: 20px;
	font-size: 14px;
}
.comments-list .comment-meta span { margin: 0 3px; }

.comments-list .comment-moderation { margin-bottom: 20px; }

.have-comments #respond { margin-top: 30px; }
.comments-list li > #respond { margin: 30px 0 0 110px; }
.comments-list .has-child > #respond { margin-bottom: 30px; }
.comments-list .no-child.parent:last-child > #respond,
.comments-list .has-child.parent:last-child > ul .no-child:last-child > #respond { margin-bottom: 0; }

.comment-reply-title { margin-bottom: 20px; }
.comment-reply-title #cancel-comment-reply-link { 
	margin-left: 7px;
	font-size: 15px;
}

#respond p,
#mt-contact-form p { margin-bottom: 15px; }
#respond .form-submit,
#mt-contact-form .submit { margin: -4px 0 0 0; }
#respond p label,
#mt-contact-form p label { 
	display: block; 
	margin-top: -5px;
}
#respond p input[type=text],
#mt-contact-form p input[type=text] { width: 50%; }
#respond p textarea,
#mt-contact-form p textarea { 
	width: 100%; 
	height: 200px;
}

#mt-contact-form { margin: 0 30px 30px 30px; }
.no-content#mt-contact-form { margin-top: -25px; }
#mt-contact-form .loader {
	display: none;
	position: relative;
	top: 4px;
	margin-left: 8px;
}
#mt-contact-form #response .success { color: #54c0a0; }
#mt-contact-form #response .error { color: #f57c7c; }
#mt-contact-form #response .message:first-child { margin-top: -5px; }
#mt-contact-form #response .message:last-child { margin-bottom: 25px; }

/*---------------------------------------------------------------------------*/
/* Widget
/*---------------------------------------------------------------------------*/

#secondary .widget {
	margin-bottom: 30px;
	padding: 20px 30px;
	background: #fff;
}
#secondary .widget:last-child { margin-bottom: 0; }
#secondary .widget-title {
	margin: -20px -30px 25px -30px;
	padding: 15px 30px;
	font-size: 26px;
	color: #fff;
}
#secondary .widget-title a { color: #fff; }

.widget_search form,
.widget_mt_social .subscribe-form form { position: relative; }
#secondary .widget_search form { margin: 30px 0 10px 0; }
.widget_search label { display: none; }
.widget_search input[type=text],
.widget_mt_social .subscribe-form input[type=text] { 
	width: 100%; 
	padding-right: 55px;
}
.widget_search input[type=submit],
.widget_mt_social .subscribe-form input[type=submit] { 
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	padding: 9px 0;
	text-indent: -99999em;
}
.widget_search input[type=submit] { background: transparent url("assets/images/sprites.png") -96px -60px no-repeat; }
.widget_search input[type=submit]:active,
.widget_mt_social .subscribe-form input[type=submit]:active { background-color: #545c60 !important; }

.widget_archive select,
.widget_categories select { 
	margin: 5px 0 10px 0;
	width: 100%; 
}

.widget ul li ul { margin-left: 15px; }

.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss ul li { margin-bottom: 17px; }
.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_rss ul li:last-child { margin-bottom: 0; }

.widget_recent_entries ul li .post-date,
.widget_rss ul li .rss-date,
.widget_rss ul li cite { 
	display: block; 
	font-size: 14px;
}

.widget_rss ul li .rsswidget { font-weight: bold; }

#secondary .widget_tag_cloud { padding-bottom: 30px; }
.widget_tag_cloud a {
	float: left;
	padding: 2px 10px;
	margin: 5px 5px 0 0;
	font-size: 12px !important;
	background: #f0f2f3;
}
.widget_tag_cloud a:hover { color: #fff !important; }

#wp-calendar { margin-bottom: 10px; }
#wp-calendar caption { margin-bottom: 8px; }
#wp-calendar th, 
#wp-calendar tr, 
#wp-calendar td { 
	text-align: center;
	border: 1px solid #d8dbde; 
}
#wp-calendar th,
#wp-calendar td { padding: 5px 0; }
#wp-calendar a { font-weight: bold; }

#secondary .widget_mt_posts .widget-title { margin-bottom: 30px; }
.widget_mt_posts .post { margin-bottom: 25px; }
.widget_mt_posts .post:last-child { margin-bottom: 0; }
.widget_mt_posts .thumb { line-height: 0; }
.widget_mt_posts .content { 
	position: relative;
	margin: -30px 15px 0 15px;
	background: #fff;
	border-top: 4px solid transparent; 
}
.widget_mt_posts .content .title {
	display: block;
	padding: 10px 15px 0 15px;
}

.widget_mt_social .social-links { margin: 30px 0 25px 0; }
.widget_mt_social .social-links a {
	width: 52px;
	height: 52px;
}
.widget_mt_social .subscribe-form { margin-bottom: 10px; }
.widget_mt_social .subscribe-form p {
	margin: -5px 0 10px 0;
	line-height: 1.6em;
	font-size: 14px;
}
.widget_mt_social .subscribe-form input[type=submit] { background: transparent url("assets/images/sprites.png") -136px -60px no-repeat; }

.widget_mt_ads { 
	line-height: 0; 
	overflow: hidden;
}
#secondary .widget_mt_ads { 
	padding: 0 30px; 
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*---------------------------------------------------------------------------*/
/* Footer Widgets
/*---------------------------------------------------------------------------*/

.footer-widgets .widget {
	float: left;
	width: 260px;
	margin: 30px 30px 0 0;
}
.footer-widgets .widget:nth-child(4n+4) { margin-right: 0; }
.footer-widgets .widget-title {
	margin: -7px 0 20px 0;
	font-size: 26px;
}
.footer-widgets .widget_search form { margin-top: 25px; }
.footer-widgets .widget_tag_cloud a { background: #fff; }
.footer-widgets .widget_mt_posts .content { background: #f0f2f3; }
.footer-widgets .widget_mt_social .social-links { margin-top: 25px; }
.footer-widgets .widget_mt_social .social-links a { 
	width: 44px;
	height: 44px;
}
.footer-widgets .widget_mt_social .subscribe-form { margin-bottom: 0; }

/*---------------------------------------------------------------------------*/
/* Footer
/*---------------------------------------------------------------------------*/

.to-top {
	display: none;
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 15px;
	right: 15px;
	background: #fff url("assets/images/sprites.png") -176px -60px no-repeat;
}

/*---------------------------------------------------------------------------*/
/* Responsive
/*---------------------------------------------------------------------------*/

@media (max-width: 1190px) { 
	.container { width: 630px; }
	#header .container { overflow: hidden; }
	#primary-main, #primary-main #primary { margin-right: 0; }
	#secondary { 	
		float: left !important;
		width: 690px; 
		margin-top: 30px;
	}
	.footer-widgets .widgets { width: 690px; }
	.widget,
	.footer-widgets .widgets .widget	{
		float: left;
		width: 300px;
		margin-right: 30px;
	}
	.footer-widgets .widgets .widget { 
		padding-top: 30px;
		border-top: 1px solid #e0e3e5; 
	}
	.footer-widgets .widgets .widget:nth-child(-n+2) { 
		padding-top: 0;
		border-top: none;
	}
	.attachment .entry-attachments .attachment-items .item { width: 20%; }
	#secondary .widget_mt_ads { padding: 0; }
	#secondary .widget_mt_social .social-links a { 
		width: 40px; 
		height: 40px;
	}
}

@media (max-width: 690px) { 
	.container { width: 300px; }
	.entry-details-main { padding: 0; }
	.entry-details { margin-top: 0; }
	#secondary,
	#secondary .widget,
	.footer-widgets .widgets { width: 100%; }
	.entry-attachments .attachment-items .item { width: 50% !important; }
	.related-posts .contents { padding-right: 30px; }
	.related-posts .contents .post {
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 30px;
	}
	.related-posts .contents .post:last-child { margin-bottom: 0; }
	.author-info .author-avatar,
	.comments-list .comment-avatar { float: none; }
	.author-info .author-description,
	.comments-list .comment-content { margin: 30px 0 0 0; }
	.comments-list li ul,
	.comments-list li > #respond { margin-left: 0; }
	.attachment .entry-content { margin: 0; }
	.attachment .entry-main .nav { display: none; }
	#respond p input[type=text],
	#mt-contact-form p input[type=text] { width: 100%; }
	#secondary .widget,
	.footer-widgets .widget { margin-right: 0; }
	.footer-widgets .widgets .widget:nth-child(-n+2) { 
		padding-top: 30px;
		border-top: 1px solid #e0e3e5; 
	}
	.footer-widgets .widgets .widget:first-child { 
		padding-top: 0;
		border-top: none; 
	}
}

@media (max-width: 360px) { 
	.container { 
		width: auto; 
		margin: 0 30px;
	}
	.footer-widgets .widgets .widget { width: 100%; }
}

/*---------------------------------------------------------------------------*/
/* Retina
/*---------------------------------------------------------------------------*/

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	#menu .search li a span,
	.social-links a span,
	.attachment .entry-main .nav a,
	.attachment .entry-main .nav span,
	.widget_search input[type=submit],
	.widget_mt_social .subscribe-form input[type=submit],
	.to-top {
		background-image: url("assets/images/sprites-2x.jpg") !important;
		background-size: 216px 100px !important;
	}
}