/*
Theme Name: Writing Child
Description: Child theme for the Bostan
Author: Ahmad Salah
Template: writing
*/

@import url("/prx/000/http/marcofolio.net/wp-content/themes/writing/style.css");

pre
{
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    background-color: #1d1f21;
}

code
{
	width: 910px;
    margin: 0 auto;
}

#reading_progress
{
	height:3px;
}

@media screen and (min-width: 769px) {
	.logo_mf { display: block; float:left; margin-top: 5px; }
	.logo_mf img { height:40px; }
	.main_nav { display:block; float:left; margin-left:30px; }
}

@media screen and (max-width: 768px) {
	.logo_mf { display:none; }
	.sticky_header { top:0px !important; }
}

a.btn_post
{
	font-size: 16px;
	height:38px;
	padding: 0 22px;
	line-height: 38px;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #f47e00;
	color: inherit;
	transition: all  0.1s ease-in;
}

a.btn_post:hover
{
	background-color: #f47e00;
	color: #fff;
}

.break
{
	clear:both;
}