/*
 Theme Name:   Hemingway Child
 Theme URI: http://www.andersnoren.se/teman/hemingway-wordpress-theme/
 Description:  Hemingway Child Theme
 Author:       Brad Messenger
 Author URI:   http://example.com
 Template:     hemingway
 Version:      1.0.0
 Tags: black, dark, white, green, two-columns, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
 Text Domain:  hemingway-child-theme
*/

@import url("../hemingway/style.css");

.wp-caption-text {   
 font-size: 0.85em;
    padding-top: 0.5em;
    color: #1ABC9C;
   padding-bottom: 5px;
    background-color: #1D1D1D;
    text-align: center;
}

/*Static Home*/
.tst-static-content h2 {
	font-size: 45px;
}
.tst-static-content h2,
.tst-static-content h4 {
	font-family: Georgia, Times New Roman, serif;
	text-align:center;
}
.tst-static-content .post-header {
	margin-bottom: 3%;
	margin-top: 3%;
}
.tst-static-content .post-content * {
	text-align: center;
}
.tst-static-content .post-content ul {
	list-style: none;
}


/*Global
-------------------------------------------------------------- */
body {
	font-size: 16px;
}

body.page-id-782 {
	background: url('images/parchment-bg.jpg') repeat 0 0 scroll rgb(126, 87, 28);
}
body.page-id-1792 {
	background: url('images/parchment-bg.jpg') repeat 0 0 scroll rgb(126, 87, 28);
}
.big-wrapper {
	border-top: 3px solid #dc861b;
}
.wrapper {
	margin-top: 50px;
}
.content {
	width: 69%;
	margin-right:2%;
}
.sidebar {
	width:26%;
	margin-left: 2%;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: Georgia, Times New Roman, serif;
}
h1, .h1 {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2, .h2 {
	font-size: 35px;
}
h3, .h3 {
	font-size: 20px;
}
h4, .h4 {
	font-size: 17px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 13px;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
/**Makeshift Grid - Front Page*/
.container {
	width: 1040px;
	margin-right: auto;
 	margin-left: auto;
  	padding-left: 10px;
  	padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-4 {
	width: 33.33333333%;
	float: left;
	text-align: center;
}
.ts-box-link {
	margin-top: 15px;
}
.ts-bl-img {
	max-width: 300px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.ts-bl-img img {
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}

.ts-bl-img:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}
.ts-bl-txt {
	position: relative;
	z-index: 999;
	width: 300px;
	background: #bf7518;
	color: #fff;
	height: 100px;
	padding: 10px;
	margin: -50px auto 0;
}
.ts-bl-txt h4 {
	font-size: 28px;
	text-align: center;
	display: inline-block;
	margin: 5px 0;
}
.ts-bl-txt a {
	color: #fff;
}

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

.header.section{
	min-height: 0px;
}
.header-cover img {
	margin:0 auto;
}
.header-cover .section {
	padding: 0;
}
/*Main Menu*/
.blog-menu .menu-item a {
	font-family: Georgia, 'cursive';
	color: #1ABC9C;
	//padding: 20px 26px 20px 25px;
	padding: 20px 25px 20px 13px;
	font-size: 14px;
}
.blog-menu > li:before {
    display: none;
}
.blog-menu > .has-children:after, 
.blog-menu > .page_item_has_children:after {
	right: 11px;
}
.blog-menu ul.sub-menu {
	width:1040px;
	//margin: 0 0 0 -85px;
	height: 20px;

}
.blog-menu ul.sub-menu li:first-child {
	border-bottom-left-radius: 5px;
}
.blog-menu ul.sub-menu li:last-child {
	border-bottom-right-radius: 5px;
}
/*.blog-menu ul.sub-menu li:first-child {
	padding-left: 85px;
}
.blog-menu ul.sub-menu li:first-child:before {
	content:"INCLUDES: ";
	position:absolute;
	color: #FFF;
	font-style:italic;
	font-family: Georgia, 'serif';
	font-weight: 700;
	font-size: 14px;
	height: 18px;
	left:0;
	top: 0;
	background-color: #1ABC9C;
	padding: 2px 10px 5px;
	line-height:20px;
	border-bottom-left-radius: 5px;
} */
.blog-menu > .has-children:after, .blog-menu > .page_item_has_children:after {
    border-color: #dc861b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.blog-menu ul.sub-menu li {
	width: auto;
	padding: 0;
	float:left;
	background-color: #dc861b;
	margin:0;
}
.blog-menu ul.sub-menu li a,
.blog-menu li.current-menu-item:hover ul li a {
	padding: 2px 10px 5px;
	font-size: 14px;
	color: #fff;
	background-color: #dc861b;
	margin: 0 10px;
   	pointer-events: none;
   	cursor: default;
   	font-family: Georgia, 'serif';
   	line-height: 18px;
}
.blog-menu ul a {
	border-bottom: none;
}
.blog-menu li.current-menu-item,
.blog-menu li.current-menu-item:hover a {
	background-color: #2d2d2d;
}
/*Sidebar
-------------------------------------------------------------- */
.section.bg-dark-light {
background: url('images/bg_banner.png') repeat;
}
.section.bg-dark-light.fresh {
	background: url('images/lead-banner.jpg') repeat center top scroll transparent;
}
.header {
background: no-repeat center;
background-size: auto 360px;
-moz-background-size: auto 360px;
-webkit-background-size: auto 360px;
}
h3.widget-title {
	font-family: Georgia, 'cursive';
	font-size: 21px;
	margin-bottom: 5px;
}
.widget_text .torch-quote {
	color: #DC861B;
    font-family: Georgia;
    font-size: 21px;
    font-style: italic;
    text-align: center;
}
.widget_recent_entries ul li {
	padding: 2px 0;
	border-bottom: 1px solid #eee;
}
.widget_recent_entries ul li a {
	font-size:18px;
	display:block;
	transition: all 0.2s ease-in-out 0s;
}
.widget_recent_entries ul li a:hover {
	text-decoration: none;
	color: #1d1d1d;
}
.widget_recent_entries ul li span.post-date {
	width: 100%;
	font-size: 13px;
	color: #1ABC9C;
}
.widget_search .widget-title {
	display: none;
}
.widget-content label.mc_header_text,
.widget-content #mc_mv_FNAME,
.widget-content #mc_mv_LNAME,
.widget-content #mc-indicates-required,
.widget-content .mc_header_email {
	display: none;
}
.widget-content .mc_form_inside {
	position: relative;
}
.widget-content .mc_merge_var {
	margin-bottom: 0;
}
#mc_signup_form input {
	height: 52px;
}
.widget.widget_recent_entries {

}
.widget.widget_recent_entries h3.widget-title {
	background: none repeat scroll 0 0 #1ABC9C;
	padding: 10px;
	color: #FFF;
	font-weight: 400;
	text-align:center;
	padding-bottom: 0% !important;
	padding-bottom: 10px !important;
	margin-bottom: 0;
	border-bottom: 4px solid #DC861B;
}
.widget_recent_entries .widget-content ul li {
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #666;
	background-color: #444;
	border-top: none;
}
.widget_recent_entries ul li a {
	font-size: 15px;
	color: #FFF;
}
.widget_recent_entries ul li a:hover {
	color: #DC861B;
}
.widget_recent_entries .widget-content ul {
	border-bottom: 4px solid #DC861B;
}
/*Index - Content
-------------------------------------------------------------- */

/*Home Page Roll*/
.tango-loop .post-header,
.tango-loop .featured-media {
	margin: 0;
}
.tango-loop .post-meta {
	margin-bottom: 10px;
}
.tango-loop figure.entry-thumbnail {
    margin-left: 15px;
    //max-height: 200px;
    max-width: 45%;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ddd;
}
.tango-loop h2.post-title {
	font-size: 35px;
	font-family: 'Lato';
	font-weight: 300;
}
.tango-loop .post-content p {
	line-height: 140%;
}
.tango-loop .featured-media img {
	border-radius: 0;
}
.tango-loop .post-content {
	margin-bottom: 10px;
}
.post, .page {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.post-title {font-size: 50px !important;
	color: #dc861b !important;
	font-family: Georgia, Times New Roman, serif !important;
	-moz-hyphens: none !important;
	white-space: normal;
}
.really_simple_share.really_simple_share_button.robots-nocontent.snap_nopreview {
	max-height: 33px !important;
	overflow:hidden;
}

/*Category / Search
-------------------------------------------------------------- */
.category .page-title,
.search .page-title {
	text-align: left;
	border-bottom: 4px solid #EEEEEE;
}
.category .page-title h4 {
	font-size: 50px;
	color: #dc861b;
	border-bottom: 0;
}
ul.footer-nav {
	display:inline;
	list-style:none;
}
ul.footer-nav li {
	float: left;
	padding: 0 10px;
}

/*Search
-------------------------------------------------------------- */

.search .page-title h4 {
	font-size: 20px;
	color: #dc861b;
	border-bottom: 0;
}
.search .page-title .search-terms {
	display:inline;
	color: #2d2d2d;
}

/*Galleries
-------------------------------------------------------------- */
.gallery-item {
	//margin: 5px;
}

/* Footer
-------------------------------------------------------------- */
.section.large-padding {
    padding: 20px 0;
}
.footer.section.bg-dark {
	border-top: 3px solid #dc861b;
}
.credits-inner {
	border-top: none;
	padding: 0 0 20px 0;
}
.credits-left,
.credits-right {
	padding-top: 10px;
}
/*Subscribe*/
.subscribe-form {
	position:relative;
}
.subscribe-form input {
	 height: 52px;
}
.footer-subscribe label {
    color: #FFFFFF;
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 28px;
}
.footer .footer-subscribe {
	width: 400px;
	margin: 20px auto 0;
	text-align:center;
}
.footer .footer-subscribe form input#mc_mv_EMAIL,
.widget-content form#mc_signup_form input#mc_mv_EMAIL {
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DDDDDD -moz-use-text-color #DDDDDD #DDDDDD;
    border-image: none;
    border-radius: 3px 0 0 3px;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    font-family: 'Lato',sans-serif;
    font-size: 1rem;
    padding: 18px 95px 18px 18px;
    width: 99%;
}
.footer .footer-subscribe form input#mc_signup_submit,
.widget-content form#mc_signup_form input#mc_signup_submit {
    background: none repeat scroll 0 0 #1ABC9C;
    border: 1px solid #1ABC9C;
    border-radius: 0 3px 3px 0;
    color: #FFFFFF;
    font-family: 'Lato',sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 85px;
}
.footer .footer-subscribe form input#mc_signup_submit:hover,
.widget-content form#mc_signup_form input#mc_signup_submit:hover  {
  	background-color: #089D80;
    border-color: #089D80;
    cursor: pointer;
}
.footer #mc_signup_submit,
.widget-content #mc_signup_submit {
	margin-top: 0;
}
.updated {
	display: block;
	width: 100%;
	margin: 10px 0;
	font-size: 13px;
	font-weight: 400;
}

/* -------------------------------------------------------------------------------- */
/*	14. Responsive
/* -------------------------------------------------------------------------------- */

/* Extra small screen */
@media (max-width: 767px) {
	
	
	body { font-size: 15px; }
	
	.content {width:100%};
	
	/* Header ---------------------------------------*/ 
	
	.header.section { padding: 30px 0; }
	
	/*Sidebar*/
	
	.sidebar { display: none; }
	
	/* Post ---------------------------------------*/ 
	
	.tango-loop figure.entry-thumbnail {
		float: none !important;
		max-width: 100%;
		max-height: 100%;
	}
	
	.post-title { font-size: 1.75em;
	}
	
	.post-author { display: none; }
	.post-header .date-sep:nth-of-type(2) { display: none; }
	
	.media-caption-container {
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		margin: -3px 0 0 0;
	}
	
	.media-caption {
		padding: 10px;
		border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		-webkit-border-radius: 0 0 4px 4px;
		background: #EEE;
		color: #666;
		width: 100%;
	}
	
	.media-caption:hover { background: #EEE; color: #666; }
	
	/* Single post ---------------------------------------*/ 
		
	.post-cat-tags p { display: block; }
	.post-cat-tags p:last-child { margin-left: 0; margin-top: 10px; }
	
	.single .post-nav { padding: 0; font-size: 1em; }
	
	.single .post-nav a,
	.single .post-nav .post-nav-newer { 
		max-width: 100%;
		float: none; 
		text-align: left;
		padding: 20px 0;
	}
	
	.single .post-nav .post-nav-newer { border-top: 1px solid #EEE; }	
	.single .post-nav .post-nav-newer h5 { text-align: left; }
	
	/* Post formats ---------------------------------------*/ 
	
	.blog .format-quote .post-content,
	.archive .format-quote .post-content,
	.search .format-quote .post-content {
		padding: 20px;
	}
	
	.blog .format-quote .post-content blockquote,
	.archive .format-quote .post-content blockquote,
	.search .format-quote .post-content blockquote {
		font-size: 1em;
	}
	
	.blog .format-quote .post-content blockquote cite,
	.archive .format-quote .post-content blockquote cite,
	.search .format-quote .post-content blockquote cite {
		font-size: 0.75rem;
	}
	
	/* Comments ---------------------------------------*/ 
	
	.comment-meta-content { margin-left: 65px; }
	
	.comment-content { margin-left: 0; }
	
	/* Pagination ---------------------------------------*/
	
	.archive-nav { margin-top: 40px; }
	
	.archive-nav a { font-size: 0.8rem; }
	
	.post-nav span,
	.archive-nav span,
	.comment-nav-below span { display: none; }
	
	/* Footer ---------------------------------------*/
	
	.footer { margin-top: 40px; }
	
	/* Navigation --------------------------------------- */
	
	.navigation-inner { max-width: 100%; }
			
	.blog-menu { display: none; }
	
	.toggle-container { 
		display: block; 
		background: #1D1D1D;
	}
	
	.toggle {
		display: inline-block;
		position: relative;
		height: 57px;
		width: 32px;
		padding: 20px 0px;
	}
	
	.toggle:hover { cursor: pointer; }
	
	.nav-toggle { float: left; margin-left: 7%; }
	.search-toggle { float: right; margin-right: 7%; }
		
	.nav-toggle:hover { cursor: pointer; }
	
	.nav-toggle .bar {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: 4px;
		background: #1ABC9C;
	}
	
	.nav-toggle .bar:first-child { margin-top: 0; }
		
	.nav-toggle.active .bar { background-color: #FFF; }
	
	.search-toggle .metal,
	.search-toggle .glass,
	.search-toggle .handle {
		position: absolute;
	}
	
	.search-toggle .metal {
		width: 24px;
		height: 24px;
		top: 14px;
		left: 6px;
		border-radius: 999px;
		-moz-border-radius: 999px;
		-webkit-border-radius: 999px;
		background: #555;
	}
	
	.search-toggle .glass {
		width: 14px;
		height: 14px;
		top: 19px;
		left: 11px;
		border-radius: 999px;
		-moz-border-radius: 999px;
		-webkit-border-radius: 999px;
		background: #1D1D1D;
	}
	
	.search-toggle .handle {
		height: 5px;
		width: 14px;
		top: 36px;
		left: 0px;
		background: #555;
		border-radius: 2px 0 0 2px;
		-moz-border-radius: 2px 0 0 2px;
		-webkit-border-radius: 2px 0 0 2px;
		-webkit-transform:rotate(-45deg);
	}
	
	.search-toggle.active .metal,
	.search-toggle.active .handle { background: #FFF; }
	
	.blog-search,
	.navigation { background: #282828; }
	
	.mobile-menu a {
		display: block;
		padding: 24px;
		font-size: 12px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		background: #282828;
		display: block;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-family: 'Playfair Display', 'serif';
		color: #1ABC9C;
		font-size: 13px;
	}
	
	.mobile-menu a:hover,
	.mobile-menu .current_menu_item a { color: #FFF; }
	
	.mobile-menu ul a { width: 100%; }
	
	.mobile-menu ul a { padding-left: 40px; }
	.mobile-menu ul ul a { padding-left: 60px; }
	.mobile-menu ul ul ul a { padding-left: 80px; }
	.mobile-menu ul ul ul ul a { padding-left: 100px; }
	.mobile-menu ul ul ul ul ul a { padding-left: 120px; }
	
	.blog-search { padding: 8%; }
		
	.blog-search .searchform { 
		position: relative; 
		overflow: hidden; 
	}
	
	.blog-search #s {
		width: 97.5%;
		padding: 18px 100px 18px 20px;
		background: #FFF;
		font-family: 'Lato', sans-serif;
		font-size: 1em;
		color: #444;
		border: none;
		border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		-webkit-border-radius: 4px 0 0 4px;
		margin: 0;
	}
	
	.blog-search #s:focus { outline: none; }
	
	.blog-search #searchsubmit {
		position: absolute;
		right: 0;
		top: 0;
		width: 85px;
		padding: 20px 0;
		line-height: 1;
		border: none;
		margin: 0;
		background: #1abc9c;
		border: 1px solid #1abc9c;
		color: #FFF;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 0.8rem;
		font-family: 'Lato', sans-serif;
		border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		-webkit-border-radius: 0 4px 4px 0;
	}
	
	.blog-search #searchsubmit:hover { 
		cursor: pointer;
		background-color: #089D80;
		border-color: #089D80;
	}
	ul.sub-menu {
		display:none;
	}
	
	/*Footer*/
	.footer-subscribe,
	.credits-left,
	.credits-right {
		float: left;
		clear:left;
		width: 100% !important;
		text-align: center !important;
	}
	
}

/* Small screen */
@media (min-width: 768px) and (max-width: 991px) {
	
	.content,
	.sidebar {
		width: 100%;
		float: none;
	}
	
	.sidebar { display: none; }
	
	.section.large-padding,
	.section.medium-padding { padding: 40px 0; }
	
	.footer { margin-top: 60px; }
	
	/* Navigation --------------------------------------- */
	
	.navigation-inner { max-width: 100%; }
			
	.blog-menu { display: none; }
	
	.toggle-container { 
		display: block; 
		background: #1D1D1D;
	}
	
	.toggle {
		display: inline-block;
		position: relative;
		height: 57px;
		width: 32px;
		padding: 20px 0px;
	}
	
	.toggle:hover { cursor: pointer; }
	
	.nav-toggle { float: left; margin-left: 7%; }
	.search-toggle { float: right; margin-right: 7%; }
		
	.nav-toggle:hover { cursor: pointer; }
	
	.nav-toggle .bar {
		display: block;
		width: 24px;
		height: 3px;
		margin-top: 4px;
		background: #1ABC9C;
	}
	
	.nav-toggle .bar:first-child { margin-top: 0; }
		
	.nav-toggle.active .bar { background-color: #FFF; }
	
	.search-toggle .metal,
	.search-toggle .glass,
	.search-toggle .handle {
		position: absolute;
	}
	
	.search-toggle .metal {
		width: 24px;
		height: 24px;
		top: 14px;
		left: 6px;
		border-radius: 999px;
		-moz-border-radius: 999px;
		-webkit-border-radius: 999px;
		background: #555;
	}
	
	.search-toggle .glass {
		width: 14px;
		height: 14px;
		top: 19px;
		left: 11px;
		border-radius: 999px;
		-moz-border-radius: 999px;
		-webkit-border-radius: 999px;
		background: #1D1D1D;
	}
	
	.search-toggle .handle {
		height: 5px;
		width: 14px;
		top: 36px;
		left: 0px;
		background: #555;
		border-radius: 2px 0 0 2px;
		-moz-border-radius: 2px 0 0 2px;
		-webkit-border-radius: 2px 0 0 2px;
		-webkit-transform:rotate(-45deg);
	}
	
	.search-toggle.active .metal,
	.search-toggle.active .handle { background: #FFF; }
	
	.blog-search,
	.navigation { background: #282828; }
	
	.mobile-menu a {
		display: block;
		padding: 24px;
		font-size: 12px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		background: #282828;
		display: block;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-family: 'Playfair Display', 'serif';
		color: #1ABC9C;
		font-size: 13px;
	}
	
	.mobile-menu a:hover,
	.mobile-menu .current_menu_item a { color: #FFF; }
	
	.mobile-menu ul a { width: 100%; }
	
	.mobile-menu ul a { padding-left: 40px; }
	.mobile-menu ul ul a { padding-left: 60px; }
	.mobile-menu ul ul ul a { padding-left: 80px; }
	.mobile-menu ul ul ul ul a { padding-left: 100px; }
	.mobile-menu ul ul ul ul ul a { padding-left: 120px; }
	
	.blog-search { padding: 8%; }
		
	.blog-search .searchform { 
		position: relative; 
		overflow: hidden; 
	}
	
	.blog-search #s {
		width: 97.5%;
		padding: 18px 100px 18px 20px;
		background: #FFF;
		font-family: 'Lato', sans-serif;
		font-size: 1em;
		color: #444;
		border: none;
		border-radius: 4px 0 0 4px;
		-moz-border-radius: 4px 0 0 4px;
		-webkit-border-radius: 4px 0 0 4px;
		margin: 0;
	}
	
	.blog-search #s:focus { outline: none; }
	
	.blog-search #searchsubmit {
		position: absolute;
		right: 0;
		top: 0;
		width: 85px;
		padding: 20px 0;
		line-height: 1;
		border: none;
		margin: 0;
		background: #1abc9c;
		border: 1px solid #1abc9c;
		color: #FFF;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-size: 0.8rem;
		font-family: 'Lato', sans-serif;
		border-radius: 0 4px 4px 0;
		-moz-border-radius: 0 4px 4px 0;
		-webkit-border-radius: 0 4px 4px 0;
	}
	
	.blog-search #searchsubmit:hover { 
		cursor: pointer;
		background-color: #089D80;
		border-color: #089D80;
	}
	ul.sub-menu {
		display:none;
	}
	/* Pagination --------------------------------------- */
	
	.archive-nav { margin-top: 60px; }
	
	/*Footer*/
	.footer-subscribe,
	.credits-left,
	.credits-right {
		float: left;
		clear:left;
		width: 100% !important;
		text-align: center !important;
	}


/* Medium screen */
@media (min-width: 992px) and (max-width: 1199px) {

	body { font-size: 16px; } 	
	
	/* Header --------------------------------------- */
	
	.header.section { padding: 60px 0; }
	
	.blog-info { padding: 20px; }
	.blog-description:before { margin: 15px auto; }
	
	/*Nav*/
	.blog-menu .menu-item a {
	font-size: 15px;
	}
	
	/* Main content --------------------------------------- */
	
	.post {
		padding-bottom: 35px;
		margin-bottom: 35px;
	}
	
	.post:last-child { padding-bottom: 0; border-bottom: none; margin-bottom: 0; }
	
	.featured-media { margin-bottom: 25px; }
	
	.post-header { margin-bottom: 25px; }
	
	.post-title { margin-bottom: 12px; }
	
	.post-meta-bottom { margin-top: 40px; }
	
	/* Post content --------------------------------------- */
	
	.post-content h1,
	.post-content h2,
	.post-content h3,
	.post-content h4,
	.post-content h5,
	.post-content h6 {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	
	.post-content .alignleft,
	.post-content .alignright { 
		float: none; 
		width: auto;
		margin: 0 auto 1.2em auto;
	}
	
	.post-content .alignleft img,
	.post-content .alignright img { 
		display: block;
		margin: 0 auto;
	}
		
	/* Comments --------------------------------------- */
	
	.comments { padding-top: 40px; margin-top: 40px; }
	.comment-respond { margin-top: 40px; }
	
	.post + .comment-respond { padding-top: 40px; }
	
	.comments-title, #reply-title { font-size: 1.5em; }
	.comments-title { margin-bottom: 20px; }
	
	.comment-meta-content { padding-top: 9px; }
	
	.comment-actions { margin-top: 10px; }
	
	.comment-meta .comment-actions { display: none; }
	
	.comment-content .comment-actions {
		display: block;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 1em;
	}
			
	.comment-content h1,
	.comment-content h2,
	.comment-content h3,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	
	/* Respond --------------------------------------- */
	
	.content form input[type="text"], 
	.content form input[type="email"], 
	.content form input.password, 
	.content form textarea,
	.content form textarea {
		padding: 10px;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	
	.content #respond form input { width: 100%; }
	
	/* Footer --------------------------------------- */
	
	.footer { margin-top: 60px; }
	
	.footer .column {
		width: 100%;
		margin-left: 0;
		padding-top: 40px;
		border-top: 4px solid rgba(255,255,255,0.1);
		margin-top: 40px;
	}
	
	.footer .column:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
	
	.widget {
		margin-bottom: 40px;
		border-bottom: 4px solid rgba(255,255,255,0.1);
		padding-bottom: 40px;
	}
	
	/* Credits --------------------------------------- */
	
	.credits.section { border-top: 1px solid rgba(255,255,255,0.1); }
	
	.credits-inner { 
		padding: 30px 0; 
		border-top: 0;
		text-align: center;
	}
	
	.credits p { float: none; display: inline; }
	
	.credits .right,
	.credits span { display: none; }
	
}


}

/* Large screen */
@media (min-width: 1200px) {

	.blog-menu .menu-item a {
		font-size: 17px;
		padding: 20px 25px 20px 27px;
	}

}



}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}