/*
Theme Name: FEEDS MISK
Theme URI: 
Author: Ayad CHOKRI
Author URI: http://ayadchokri.com/
Version: 1.0.0
*/
body {
	font-family: 'Changa', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 20px;
	color: #000000;
    direction: rtl;
    text-align: right;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6 {	
	font-weight: 700;
    line-height: 1.6;
}

*:focus {
	outline: none !important;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
ul {
	margin: 0;
}
*{
	outline: none;
    box-sizing: border-box;
}
iframe, img {	
    max-width: 100%;
    height: inherit;
}
p {
    margin-bottom: 10px;
    line-height: 1.6;
}
.header_content {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.header_content .logo_wrapper {
    max-height: 76px;
}
.header_content .logo_wrapper img {
	max-height: 160px;
}
.header_content .publish_date {
    margin-right: auto;
    line-height: 1.6;
    border-right: 4px solid #0062BF;
    padding-right: 10px;
}
.header_content .publish_date span {
	display: block;
}
.header_content .publish_date span.label {
    font-weight: 600;
    color: #0062BF;
}

.container {
	width: 800px;
	margin: auto;
}

.header_area {
	margin-bottom: 30px;
}
h1.title_article {
    color: #0062BF;
    font-size: 32px;
    padding-right: 20px;
    border-right: 10px solid #0062BF;
}
.section_links {
	margin-bottom: 30px;
    border-top: 1px solid #dbdbdb;
}
.section_head {
    display: flex;
    align-items: center;
}
.section_head h3 {
    font-size: 24px;
    white-space: nowrap;
}
/*
.section_head:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    margin-right: 20px;
}*/
.simple_posts_wrapper {
	    text-align: justify;
}
.list_links {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.list_links .link_wrapper a {
    border: 1px solid #bdbdbd;
    padding: 20px;
    border-radius: 20px;
    height: 140px;
    display: flex;
    align-items: center;
}
.list_links .link_wrapper img {
    height: 70px;
}
.logo-x {  
  height: 30px;
  margin-right: 15px;
}
.main_footer .container_section {	
    position: relative;
}
.main_footer .misk_info {	
    position: absolute;
    top: 20px;
	right: 0;
    font-size: 18px;
    display: flex;
    gap: 20px;
}
.main_footer .misk_info a .mail__misk_img {	
    height: 40px;
}
.footer__misk_img {
	display: block;
    margin: auto;
}
img.img-alriyadh {
	height: 60px !important;
}
img.img-ajel {
	height: 70px !important;
}
img.img-okaz {
	height: 40px !important;
}
img.img-alyaum {
	height: 40px !important;
}