/*------------------------------------------------------------------
[Theme Unit Default Style]
Theme Name: Metiro
Version:        1.0.0
-------------------------------------------------------------------*/
body.page-template-default,
body.post-template-default {
	font-size: 17px;
}


.wp-block-pullquote {
	padding: 1em 0;
}

p.logged-in-as {
	font-size: 14px;
	margin-bottom: 15px !important;
}

p.logged-in-as a {
	font-weight: normal;
	color: red;
}

.blog-single-section #comments p.logged-in-as {
	margin-bottom: 1.5em;
}

.wp-block-image {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
	margin: 30px 0;
}

/*.post h1 {
	font-size: 50px;
}

.post h2 {
	font-size: 40px;
}

.post h3 {
	font-size: 35px;
}

.post h4 {
	font-size: 30px;
}

.post h5 {
	font-size: 25px;
}

.post h6 {
	font-size: 20px;
}*/


.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
	margin: 20px 0;
}

/*Table Design*/

table {
    width: 100%;
}

table th {
    background: #ef233c;
    color: #fff;
    transition: .3s;
    font-weight: 500;
}

table tbody tr th {
    background: #ef233c;
    color: #fff;
}

table tbody tr th a,
.blog-content table tbody tr th a {
    color: #fff;
    font-weight: normal;
}

.blog-content table thead th {
	background: #ef233c !important;
}

table th:hover {
    background: #333;
}

table tbody tr th:hover {
    background: #333;
}

table tbody tr th:hover a {
    color: #fff;
}

table tbody tr td a {
    color: #838383;
}

.page-wraper table tbody tr th {
    background: #ef233c;
    color: #fff;
}

.page-wraper table tbody tr th:hover {
    background: #333;
}

td,
th {
    border: 1px solid #ebebf1;
    padding: 10px;
    font-size: 15px;
    color: #838383;
}

table+h2 {
    padding-top: 20px;
}

ul+h2 {
    padding-top: 20px;
}

ol+h2 {
    padding-top: 20px;
}

th a,
th a:hover {
    color: #fff;
    font-size: 15px;
}

dt {
    font-weight: 500;
}

ul {
    list-style: disc;
    padding-left: 40px;
}

.blog-sidebar ul {
    list-style: none;
    padding-left: 0px;
}