/*
Theme Name: NitroPlus
Description: Very Fast, SEO Full compatible, for Arabic encyclopedia blogs.
Author: Ahmad Akal
Theme URI: https://www.facebook.com/StrikeLap
Author URI: https://www.facebook.com/StrikeLap
Version: 1.8.7
*/

@font-face {
	font-family: 'greta';
	src: url(fonts/Greta_Arabic_Regular.eot);
	src: url(fonts/Greta_Arabic_Regular.eot?#iefix) format('embedded-opentype'), url(fonts/Greta_Arabic_Regular.woff) format('woff'), url(fonts/Greta_Arabic_Regular.otf) format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'droid';
	src: url(fonts/DroidArabicKufi-Regular.eot);
	src: url(fonts/DroidArabicKufi-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/DroidArabicKufi-Regular.woff2) format('woff2'), url(fonts/DroidArabicKufi-Regular.woff) format('woff'), url(fonts/DroidArabicKufi-Regular.ttf) format('truetype');
	font-display: swap;
}


div::before {
	content: " ";
	display: table;
}

div::after {
	content: " ";
	display: table;
	clear: both;
}




html {
	height: 100%;
	font-size: 18px;
	line-height: 1.6em;
	color: #212529;
	background-color: #fff;
	font-family: "greta", Arial, sans-serif, tahoma;
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}

.category-boxs-title {
	font-family: "droid", Arial, sans-serif, tahoma;
}

.main-category-boxs {
	font-family: "droid", Arial, sans-serif, tahoma;
	column-count: 3;
	column-gap: 0;
}

body {
	margin: 0;
}

a {
	text-decoration: none;
	color: var(--main-color);
}

img {
	height: auto;
    max-width: 100%;
	display: block;
}

iframe  {

    max-width: 100%;
}

textarea  {

    width: 90%;
}

.submit, button, .button {

    padding: 4px 20px;
    background: var(--main-color);
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    color:#fff;
    font-size: 16px;
    cursor: pointer;
    margin: 10px auto 0 auto;
    display: inline-block;
    text-shadow: 0.5px 1px #000;
    box-shadow: 0 -2px 0 0 rgba(0,0,0,0.2) inset;
    font-family: "greta", Arial, sans-serif, tahoma;

}

input[type="submit"]:hover, button:hover, .button:hover {
    box-shadow: 0 0 0 100px rgba(0,0,0,.2) inset;

}

.twitter {
    background: #1da1f2;
}

.facebook {
    background: #4267b2;
}

.whatsapp {
    background: #04bc4a;
}


h1 {
	margin: 0 0 15px 0;
}

h2 {
    margin: 30px 0 8px 0;
    background: linear-gradient(to right, #f8f8f8, #f3f3f3);
    display: block;
    padding: 7px 12px;
    border-right: 3px solid var(--main-color);
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.54);
}


h3, h4, h5, h6 {
	margin: 30px 0 8px 0;
	display: block;
	color: #000;
	font-weight: bold;
}

p {
	margin: 0 0 15px 0;
}

ul a:hover {
	opacity: .8;
}

.header {
	padding-top: 12px;
	background-color: var(--main-color);
	z-index: 10;
	display: flex;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
	position: fixed;
	width: 100%;
    top: 0;
    right: 0;
    left: 0;
}

.header-in {
	width: 950px;
	margin: 0 auto;
}

.logo {
	float: right;
	margin-right: 10px;
}

.logo a {
	width: 150px;
	height: 40px;
	float: right;
	font-family: BoutrosNewsH1, arial, tahoma;
	line-height: 1.1;
	color: #fff;
}

.logo a:hover {
	opacity: .8;
}

.search {
	float: left;
	width: 50%;
	margin-left: 10px;
	margin-bottom: 12px;
}

.search form {
	width: auto;
	background: #fff;
	padding: 2px;
	height: 35px;
	margin: 0;
	border-radius: 5px;
	position: relative;
}

.search .search-field {
	border: 0 none;
	outline: none;
	line-height: 28px;
	width: 100%;
	padding-right: 10px;
	font-size: 16px;
	font-family: tahoma;
	height: 100%;
}

.search .search-btn {
	height: 30px;
    width: 30px;
	background: url(images/search.webp) center no-repeat;
	background-size: 30px;
	border: 0 none;
	cursor: pointer;
	position: absolute;
    left: 8px;
    top: 5px;
}

main {
	max-width: 950px;
	margin: 0 auto;
	margin-top: 110px;
	margin-bottom: 10px;
	word-break: break-word;
}

.main-in {
    padding: 15px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	background-color: #fff;
}

.article {
	padding-bottom: 20px;
}

.footer {
	color: #fff;
	background: #202020;
	padding: 20px;
	font-size: 14px;
	border-top: 1px solid #131313;
	font-family: "droid", Arial, sans-serif, tahoma;
}



.footer-in {
	max-width: 950px;
	margin: 0 auto;
}

.footer .count {
text-align: center;
margin: 6px 0;
}

.footer .count a {
	color: #fff;
}

.footer .count ul {
    margin: 0;
    padding: 0;
}

.footer .count li {
    display: inline-block;
    margin: 0 10px;
}

.silver {
    color: #aaa;
}



.columns-out {
	float: right;
}
.columns-out-related-posts {float: right;}

.columns-in {
	padding: 10px;
}






.columns-out-more-posts
{
    float:right;
}


.list-posts {

    font: normal normal 16px/1.4 'droid', sans-serif, Arial;
    font-weight:700;
}

.list-posts ul {
    
    padding: 0 10px 0 10px;
    margin: 10px 0;
}

.list-posts li{
    display: block;
    margin-bottom: 20px;
}





/* style classic */
/*
.columns-in a {
display: block;
box-shadow: 0 0 1px rgba(0,0,0,.5);
}

.columns-in img {
width: 100%;
height: 110px;
display: block;
}

.columns-in .title {
height: 40px;
display: block;
padding: 5px 6px 6px 6px;
color: var(--main-color);
word-wrap: break-word;
text-align: center;
font-weight: bold;
line-height: 1.3em;
font-size:16px;
overflow: hidden;
}
*/


/* style new */

.columns-in a {
	display: block;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	min-width: 150px;
	min-height: 150px;
}

.columns-in a:hover img {
	filter: brightness(120%);
}

.columns-in img {
	width: 100%;
	height: 150px;
	display: block;
}

.columns-in .title {
	display: block;
	position: absolute;
	background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 0px,rgba(0,0,0,0.95) 100%) repeat scroll 0 0;
	color: #fff;
	padding: 30px 6px 5px 6px;
	text-align: center;
	bottom: 0;
	font-size: 16px;
	line-height: 20px;
	text-shadow: 0 1px 1px #000;
	right: 0;
	left: 0;
}


/* style new */













.breadcrumbs {
	padding: 5px;
	background-color: #efefef;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	background: linear-gradient(to right, #ffffff, #f3f3f3);
	margin-bottom: 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .3);
	 white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs li {
	display: inline;
	margin-right: 5px;
}

.by {
	color: #999;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1;
}

.post_thumbnail {
    max-height: 310px;
    width: 100%;
    height: auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}


.toc {
	background: linear-gradient(to right, #ffffff, #f3f3f3);
	border-right: 5px solid var(--main-color);
	margin-bottom: 25px;
	margin-top: 25px;
	font-weight: bold;
	font-size: 20px;
	padding: 15px 15px 15px 0;
}

.toc-header {
    margin-top: -27px;
    margin-bottom: 14px;
    margin-right: 14px;
}

.toc-title {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--main-color);
    color: white;
}

.toc-title::before {
    right: -12px;
    position: absolute;
    top: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid black;
}
.toc-title::after {

    left: -12px;
    position: absolute;
    top: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid black;

}

.toc ul {
	list-style-type: decimal;
	margin: 0;
	padding: 0 10px 0 0;
}

.toc ul ul ul, .toc ul ul ul ul,.toc ul ul ul ul ul,.toc ul ul ul ul ul ul {
font-weight: normal;
}

.toc li {
    margin: 0;
    padding: 5px 0;
    line-height: 1.1;
}




.wp-caption {
    position: relative;
    max-width: 100%;
    width: auto!important;
}

.post-caption, .wp-caption-text {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 80%;
    padding: 8px 10px;
    background: rgba(0,0,0,.7);
    line-height: 1.3;
    color: #fff;
    font-size: 14px;
}


.article-body div {
max-width: 100%;
}


table {
  max-width: 100%;
  text-align: center;
  width: 100%;
  
}

table, td, th {
  border: 1px solid #cecece;
  border-collapse: collapse;
  
}

.tags div {
	margin: 5px;
	font-size: 14px;
	padding: 1px 10px 1px 10px;
	float: right;
	background: linear-gradient(to right, #f8f8f8, #e7e7e7);
}

.tags div:hover {
	background: #e3e3e3;
}


.share-buttons  {
margin-top: 15px;
margin-bottom: 15px;
}


fieldset {
	padding: 0;
    border-top: solid 1px #ddd;
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin-top: 15px;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bolder;
}

legend {
	color: var(--main-color);
	margin:0 auto;
	font-family: "droid", Arial, sans-serif, tahoma;
	padding: 0 10px 0 10px;
}





.category-box-out {
	page-break-inside: avoid;
	padding: 8px;
}

.category-box {
	border: 1px solid #ddd;
	text-align: right;
	break-inside: avoid;
}

.category-box h2 {
	margin: 0px;
}

.category-title {
	font-weight: bold;
	background-image: linear-gradient(to bottom, #f3f3f3, #fff);
	border-bottom: solid 1px #ddd;
	color: var(--main-color);
}

.category-title:hover {
	color: #fff;
	background: var(--main-color);
}

.category-title a {
	display: block;
	padding: 10px 15px 10px 10px;
}

.category-category-text {
	padding-right: 5px;
	vertical-align: middle;
}

.category-subs {
	padding: 0;
	margin: 10px;
}

.category-subs li {
	padding: 4px;
	list-style: none;
}

.category-subs a {
	color: #000;
}

.category-subs a:hover {
	color: var(--main-color);
}


@media screen and (min-width: 0px) and (max-width: 340px) {
	.main-category-boxs { column-count: 1; }
	.columns-out { width: 100%; }
	.search { display: none; }
	.columns-out-more-posts {width: 100%;}
	.columns-out-related-posts {width: 100%;}
	.columns-in a {
	    min-width: auto;
    min-height: auto;
	}
	.logo {
	  float: none;
	      margin: 0 auto;
    display: table;
    margin-bottom: 12px;
	}   
}

@media screen and (min-width: 341px) and (max-width: 500px) {
	.main-category-boxs { column-count: 1; }
	.columns-out { width: 50%; }
	.columns-out-more-posts { width: 50%; }
	.columns-out-related-posts { width: 50%; }
}

@media screen and (min-width: 501px) and (max-width: 670px) {
	.main-category-boxs { column-count: 2; }
	.columns-out { width: 33.333%; }
	.columns-out-more-posts { width: 33.333%; }
	.columns-out-related-posts { width: 33.333%; }
}

@media screen and (min-width: 671px) and (max-width: 850px) {
	.columns-out { width: 25%; }
	.columns-out-more-posts {width: 25%;}
	.columns-out-related-posts {width: 25%;}
}



@media screen and (max-width: 950px) {
	.header-in { width: 100%; }
}

@media screen and (min-width: 600px) {
.share-buttons  {
width: fit-content;
margin-left: auto;
margin-right: auto;
}

}

@media screen and (max-width: 601px) {
.share-buttons .button {
width: -webkit-fill-available;
}

}








.adsense {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}



.scroll {
cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: -80px;
    border-radius: 100%;
    background-color: var(--main-color);
    text-align: center;
    transition: 300ms;

}

.scroll span {
    
    font-size: 30px;
    padding: 8px 16px;
    display: block;
}

.visible {
  right: 30px;
  transition: all 400ms;
  transform: rotate(360deg)
}





.comment-list {
    margin: 0;
    padding: 0;
    font-size:16px;
}


.comment-list .comment-body  {
    margin: 10px 0;
    background: #f6f7f9;
    border-top: 2px solid rgba(0,0,0,.06);
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    border-radius: 5px;
}

.comment-list .comment-meta {
    position: relative;
    padding: 5px 10px;
    overflow: hidden;
}

.comment-list li{
    display: block;
}

.comment-list .comment-author {
    float: right;
}

.comment-list .comment-metadata {
    float: left;
}

.comment-list .comment-author img{
    vertical-align: middle;
    border-radius: 50px;
    margin-left: 8px;
}

.comment-list .comment-author .fn{
    margin-left: 8px;
}

.comment-awaiting-moderation {
    display: block;
    margin-top: 50px;
}

.comment-list .comment-content, .comment-list .pingback .comment-body {
    padding: 5px 10px;
    line-height: 1.5;
}

.comment-list .reply {
    padding: 5px 10px;
    text-align: left;
}

.comment-list .says {
    display: none;
}


.comment-list .comment-reply-link {
    display: inline-block;
    padding: 3px 25px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    text-align: center;
    border-radius: 2px;
}

.comment-list .comment-reply-link:hover {
    background: var(--main-color);
    color:#fff;
}

.comment-list .comment-metadata, .comment-list .comment-metadata a {
    color: #777;
}


.comment-navigation {
        text-align: center;
    margin: 15px;
    font-size: 16px;
}

.comment-navigation .page-numbers {
    
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 15px;
    background-color: #616161;
    color:#fff;
    display: inline-block;
    margin: 4px 2px;
    
}

.comment-navigation .page-numbers:hover {
    
    background-color: var(--main-color);
    
}

.comment-navigation .current {
    
    background-color: var(--main-color);
    
}


.comment-respond {
    text-align: center;
}

.comment-form {
width: 80%;
    margin: 0 auto;
}

.comment-form label{
    display: block;
    text-align: right;
}

.comment-form input[type="text"],textarea{
    -webkit-appearance: none;
    padding: calc(0.375em - 1px) calc(0.625em - 1px);
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    color: #363636;
    box-shadow: 0 1px 2px rgba(10,10,10,.1) inset;
    width: 100%;
}
