/*   
Theme Name: Style Me
Theme URI: working-out.info
Description: Minimal WP Theme
Author: working-out.info
Author URI: working-out.info
Version: 1.0
.
����������� ���� Wordpress.
.
*/

html {
/*     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
	margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif, Arial;
    font-weight: 400;
	color: #292c33;
	 line-height: 1.5;
	}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
img {
	max-width: 100%;
    height: 100%;
}
iframe {
    border: 0
}
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:active,
a:hover {
    outline: 0;
	text-decoration: none;
}
a {
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	    color: #7e8594;
}
a:hover {
	text-decoration: none;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #f26739;
}
ol,ul {
    margin-top: 0;
    margin-bottom: 10px;
	list-style: none;
	}
ul li {
	list-style: none;
}
ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
	font-weight: 600;
    line-height: 1.2;
}
h2 {
    font-size: 32px;
	font-weight: 300;
    line-height: 1.3;
}
h3 {
    font-size: 26;
    line-height: 1.4;
	font-weight: 600;
}
h4 {
    font-size: 14;
    line-height: 1.4;
}
h5 {
    font-size: 16px;
    line-height: 1.4;
}
h6 {
    font-size: .875rem;
    line-height: 1.4;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
header {
	background: #f7f7f7;
    display: inline-block;
    width: 100%;
}
.main-menu-top {
	display: inline-block;
    width: 100%;
    background: #eee;
}
.content {
	float: left;
	padding: 10px;
}
.content-sd-one {
	width: 66.66666666%;
}
.content-sd-two{
	width: 60%;
}
.sidebar {
	width: 33.33333333%;
	float: left;
	padding: 10px;
}
.sidebar-two {
	width: 20%;
}
footer {
	display: inline-block;
	background: #f7f7f7;
	width: 100%;
}
.foot {
	width: 33.33333333%;
	float: left;
	padding: 10px;
}
.blog-list a img {
    float: left;
}
.blog-list ul li {
	display: inline-block;
    width: 100%;
	margin-bottom: 15px;
}
.blog-list a img {
    float: left;
    margin-right: 15px;
}
.taxonomy-description {
	display: inline-block;
}

