/*
Theme Name: NitroPlus
Author: Ahmad Akal
Version: 1.0
*/

@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.8em;
	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;
}

body {
	margin: 0;
}

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

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

iframe  {

    max-width: 100%;
}

input  {

    padding: 8px;
}

textarea  {

    width: 90%;
}

h1 {
	margin: 0 0 15px 0;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 26px 0px 6px 0px;
	background: linear-gradient(to right, #ffffff, #f3f3f3);
	display: block;
	padding: 10px;
	border-right: 5px solid var(--main-color);
	color: #000;
}

p {
	margin: 0px 0px 15px 0px;
}

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;
	z-index: 10;
	width: 100%;
top: 0;
    right: 0;
    left: 0;
}

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

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

.logo a {
	/*width: 130px;*/
	height: 45px;
	/* background: url(images/logo.webp) no-repeat right top; */
	background-size: contain;
	float: right;
	font-family: BoutrosNewsH1, arial, tahoma;
	line-height: 1.1;
	color: #fff;
}

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

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

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

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

.search .search-btn {
	height: 100%;
	width: 20%;
	background: url(images/search.webp) center no-repeat;
	background-size: 35px 35px;
	border: 0 none;
	outline: none;
	cursor: pointer;
	float: left;
	margin-left: 10px;
}

main {
	max-width: 950px;
	margin: 0 auto;
	margin-top: 85px;
	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;
	text-align: right;
	text-transform: uppercase;
	background: #202020;
	padding: 25px;
	font-size: 14px;
	border-top: 1px solid #131313;
	font-family: "droid", Arial, sans-serif, tahoma;
}



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

.footer-count {
	break-inside: avoid;
	padding: 15px;
	margin: 0;
	line-height: 1.8;
	background-color: rgba(0, 0, 0, .15);
	border-color: rgba(0, 0, 0, .3);
	border: 1px solid #131313;
	margin: 0px 0px 10px 0px;
	min-height: 140px;
}

.footer-count-title {
	color: #ffffff87;
    font-size: 19px;
    padding: 0 0 10px;
    display: block;
}

footer a {
	color: #fff;
}

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

.footer-count li {
	margin-right: 20px;
}


.footer-copyright {
	text-align: center;

}

.footer-copyright li {
		display: block;
	    margin: 10px;

}



.footer-copyright a {
	padding: 5px;
}

.footer-copyright a span {
	font-size: 40px;
}

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

.columns-in {
	padding: 10px;
}



aside {
    float: left;
    width: 37%;
}
aside h2{
margin: 0;
}

.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;
margin: 10px 0;
}

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





/* style classic
.columns-in a {
display: block;
border: 1px solid #ddd;
}

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

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


/* 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);
}

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

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

.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: 14px;
	margin-top: 14px;
	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;
}




.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;
}


.title-all-categories {
    width: 100%;
    max-width: 950px;
    display: block;
    position: relative;
    margin: 35px auto;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    text-align: center;
    color: #333;
    font-family: "droid", Arial, sans-serif, tahoma;
}

.title-all-categories strong {
    width: 190px;
    display: inline-block;
    position: absolute;
    top: -24px;
    right: 50%;
    margin-right: -95px;
    padding: 5px 10px;
    background-color: #fff;
    color: var(--main-color);
}























.main-category-boxs {
	column-gap: 0;
}

.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);
}

.navigation {
	margin-top: 30px;
	;
	margin-bottom: 30px;
}

.navigation ul {
	margin: 0;
	padding: 10;
}

.navigation,
.navigation li {
	font-weight: 300;
}

.navigation li {
	margin-left: 5px;
	direction: rtl;
	float: right;
}

.navigation li:last-child {
	margin-left: 0px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration: none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #616161;
	border-radius: 3px;
	cursor: pointer;
	padding: 5px 15px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: var(--main-color);
}

.category-box .cat4::before {}

@media screen and (min-width: 0px) and (max-width: 340px) {
	.main-category-boxs,
	.footer-in {
		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;
	}   
}

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

@media screen and (min-width: 500px) and (max-width: 670px) {
	.main-category-boxs,
	.footer-in {
		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: 670px) and (max-width: 850px) {
	.main-category-boxs,
	.footer-in {
		column-count: 2;
	}
	.columns-out {
		width: 25%;
	}
	.columns-out-more-posts {width: 25%;}
	.columns-out-related-posts {width: 25%;}
}

@media screen and (min-width: 850px) {
	.main-category-boxs,
	.footer-in {
		column-count: 3;
	}
	.columns-out {
		width: 20%;
	}
	article {
    width: 60%;
    float: right;
    }
    .columns-out-more-posts {width: 50%;}
    .columns-out-related-posts {width: 33.333%;}
    
    aside .columns-in {
	    padding: 7px 2px 7px 14px;
    }



}

@media screen and (max-width: 850px) {
aside {width: 100%;}
    

}




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

}








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



.scroll {
cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: -80px;
    border-radius: 100%;
    background-color: var(--main-color);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    transition: 300ms;

}

.scroll i {
  margin-top: 10px;
  text-shadow: 0 0 2px #fff;
}

.scroll:hover i {
  animation-name: rotate;
  animation-duration: 300ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

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