
.navbar .nav > li{float: right !important;}
.navbar .nav > li > a{font-size:17px;}
.subtitle {
	font-weight:700;
	font-size:14px;
	font-family:'Tajawal', sans-serif;
	text-align:right;
}

.title{
    color:#1283B3;
    font-weight:700;
    font-size:26px;
    font-family:'Tajawal', sans-serif;
}
.title1{
    color:#1283B3;
    font-weight:700;
    font-size:16px;
    font-family:'Tajawal', sans-serif;
    
}
strong, b{
    font-family:'Tajawal', sans-serif;
}
.pg_content{
    padding-top:15px;
}
p{
    font-size:18px !important;
}
.tag-item{
    float:right;
    display:inline-block;
    margin-left:5px;
    border-radius:5px;
    background-color:#d0caca;
    text-align:center;
    padding:5px;
}
.tag-item:hover{
    background-color:#ccc;
}
.tag-item a {
    font-size: 0.8rem;
    color: #1e1d1d;
}
.active-page a{
    background-color:#ccc;
}
.sub-cat {
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 21px;
    vertical-align: middle;
    min-height: 110px;
    padding-top:30px;padding-bottom:30px;
}
.sub-cat:hover{
    background-color:#ccc;
}

.imagein img {
    max-width: 100%;
}
.text {
    font-size: 18px;
}
.text1{
    font-size:16px;
}
.pagination > li {
    float: right;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius: 0px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.table th{
    font-family:'Tajawal', sans-serif !important;
}
.date{
	font-size:13px;
}
.meta-item{
    font-size:1.2rem;
    float:right;margin-left:5px;padding:5px;background-color:#0094ff;color:white;
    text-align:center;border-radius:3px;
}
.meta-item:hover{background-color:#1283B3;}
.meta-item:hover a{
    color:white !important;
}

    .blog-wrap {
        text-align: right;
        font-size: 1.8rem;
    }
h3.title {
    color: #1e1d1d;
    font-weight: 700;
    font-size: 1.9rem;
    text-align: center;
}
.right_menu{
}

.rightContent {
    border: solid 1px #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

.mainLi a {
    font-weight: 700 !important;
}

h1,h2,h3,h4,h5{
    font-weight:700 !important;
}
.text-right{
    text-align:right !important;
}
.text-left{
    text-align:left !important;
}
.ckeditor-content table {
    border-collapse: collapse;
}

.ckeditor-content thead,
.ckeditor-content tbody,
.ckeditor-content tfoot,
.ckeditor-content tr,
.ckeditor-content td,
.ckeditor-content th {
    border: 1px solid black !important; /* Use !important to ensure it overrides Bootstrap */
    border-width: 1px !important; /* Ensure border width is set */
    padding: 8px !important; /* Optional: add padding for better readability */
}



.post.Opinions-post .content .title a:hover {
    color: #ff58c8;
}

.post.post-Opinions-border .post-wrap {
   
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f1f1f1;
   
}

.post.post-Opinions-border:last-child .post-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.post .post-wrap .content .titlepost {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .post .post-wrap .content .titlepost {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479px) {
    .post .post-wrap .content .titlepost {
        font-size: 14px;
        line-height: 18px;
    }
}

.post .post-wrap .content .titlepost a {
    color: #000;
    padding: 0 5px 0 20px;
    font-family: HelveticaNeue;
}

    .post .post-wrap .content .titlepost a:hover {
        color: #000;
    }