/*
Theme Name: Albasta
Theme URI: Author URI: https://www.albasta.com
Description: My Theme
Author: ThemeinProgress.
Author URI: https://www.albasta.com
*/


@font-face { font-family: logo; src: url(Somar-Bold.otf); }
@font-face { font-family: thetitle; src: url(Kalligraaf_SemiBold.woff); }
@font-face { font-family: contentfont; src: url(Kalligraaf-Light.ttf); }
@font-face { font-family: fact; src: url(Wafeq-Light.otf); }
@font-face { font-family: articletitle; src: url(Wafeq-SemiBold.otf); }
html {
    height: 100%;
    min-height: 100%;
    direction: rtl;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: #F4F4F4;
}

.wrapper {
    margin: 0 auto;
    background-color: #FFF;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding-bottom: 20px;
	background-color:#FFF; 
	border-bottom:1px solid #EEE;
}

.share-icon {
  position: absolute;
  bottom: 8px;
  left: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #555;
}

.share-icon:hover {
  color: #007bff;
}

.logo {
    width: 50%;
    font-family: 'logo';
	font-weight: normal;
    font-size: 45px;
    text-align: center;
    margin: 0;
	padding-top: 15px;
	color:#595F6B;
}

.logo a {
    text-decoration: none;
	color:#595F6B;

}


.tools {
    width: 25%;
    text-align: left;
    padding: 15px 0 0 10px;
}

.container {
    margin: 0 auto;
    padding: 20px;
    background-color: #FFF;
}
article{font-size: 20px; font-family: fact; line-height:2em}
article p{margin-top: 0; margin-bottom: 0;}

em{
	font-size:16px;
	display: block;
	font-family:thetitle;
	font-style:normal;
	color: #000;
	font-weight:bold;
	margin: 30px 0 5px 0;
}


blockquote {
	background: #F5F4F6;
	padding:10px 15px 10px 15px;	
	margin:20px 0 20px 0;

}


blockquote p{
	padding:0;
	margin:0;
    color: #7F7F7F;
	font-weight: normal;
}


blockquote strong{
	font-weight:medium;
	font-size: 16px;
	color:#F9B61A;
}



.wpcf7-textarea, .wpcf7-text {
    text-align: right;
}

.wpcf7-email, .wpcf7-url {
    text-align: left;
}

.wpcf7-submit {
    font-family: contentfont;
}

.toolbar {

    border-top: solid 1px #000;
	font-family: contentfont;
    font-size: 14px;
    color: #6A6A6A;
	height: 20px;
	margin-top:15px;
	width:100%;
}

.div1 {
    float: right;
    text-align: right;
}

.div2 {
    float: left;
    text-align: left;
	padding:5px 3px 0 0; 
	display:block;"
}

.menu {
    background-color: #FFF;
    text-align: right;
    font-family: 'contentfont';
    font-size: 13px;
    padding: 3px 10px 3px 10px;
	border-bottom:1px solid #EEE; 
	color:#000;
}

.menu a {
    text-decoration: none;
    color: #000;
}

.menu a:hover {
    text-decoration: underline;
    color: #404640;
}

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

.spacer {
    height: 20px;
    margin-bottom: 20px;
}

h2 {
	font-weight: normal;
    text-align: right;
    line-height: 0.1em;
    margin: 10px 0 30px 0;
    font-family: thetitle;
}

h2 span {
    font-size: 20px;
    background: #FFF;
    padding-left: 10px;
}

.label {
    border-bottom: 3px solid #CCC;
    margin-bottom: 18px;
    color: #464646;
    padding: 0;
	font-weight:bold;
}

.title {
	font-family: articletitle;
    border-bottom: 1px dotted #000;
    margin-bottom: 2px;
    color: #000;
    padding: 0 0 5px 0;
    font-size: 20px;
 	text-align:right;
	margin-bottom:15px;
}

.label a {
    text-decoration: none;
    color: #000;
}

.label a:hover {
    color: red;
}

h3 {
    text-align: right;
    border-bottom: 1px dotted #CCC;
    line-height: 0.1em;
    margin: 0 0 30px 0;
    font-family: thetitle;
    font-size: 18px;
}

h3 span {
    color: #CC1919;
    background: #FFF;
    padding-left: 10px;
}

h3 a {
    color: red;
}

.box{
	font-family: contentfont;
	border-radius: 3px; 
	border:1px solid #CCC; 
	padding:10px 15px 10px 15px; 
	text-align:justify;
	margin-bottom: 20px;
}




.facthome { font-size:14px; }

.fact {
	font-family: fact;
	font-size: 15px;
    margin-bottom: 20px;
	
}

.fact a{
color:#000;
text-decoration:none;
}


.fact a:hover{
 color:#9AA39A;

}

.facttitle{
	color: #000;
	font-family:articletitle; 
	font-size:14px;
	padding:10px 0 0px 0;
}

.facttitle a{
color:#000;
text-decoration:none;
}


.facttitle a:hover{
 color:red;
}

article strong{font-size:16px;}
.factbox{
	font-family: contentfont;
	border-radius: 3px; 
	border:1px solid #CCC; 
	padding:5px 15px 0px 15px; 
	text-align:justify;
	margin-bottom: 5px;
	font-size: 16px;
}


.post-tag{
	font-size:12px;
	background: #FFF;
	color: #2C8A82;
	padding: 1px 2px 1px 2px;
	margin-left: 2px;
}

.contribute{
	font-size:12px; 
	border-radius:3px; 
	padding: 5px 10px 5px 10px;
	border:1px #CCC solid; 
	background:#567B95; 
	color:#FFF;
	font-weight:bold; 
	font-family:contentfont;
	height:30px;
}

.post-tag a{color: #2C8A82;}


.post-category{
	font-size:12px;
	border: 1px #B6BABA solid;
	border-radius: 3px;
	background: #F1F8F5;
	color: #2C8A82;
	padding: 0px 2px 0px 2px;
	margin-left: 2px;
}

.post-category a{color: #2C8A82;}


.mainbox{

	font-family:contentfont;
	text-align: justify;
	margin-bottom:10px;
	background:#EFEFEF; 
	padding:15px; 
	/*border:#EFEFEF 1px solid;*/
	border-radius:3px;
}

.seplist {
    border-top: 1px dotted #CCC;
    margin: 5px 0;
    text-align: justify;
}

.footer {
	margin:0 auto;
    color: #000;
    background-color: #F4F4F4
    text-align: center;
    padding: 10px 15px 15px 15px;
    height: 30px;
	border-top: 1px solid #EEE;
	font-family: 'contentfont';
    font-size: 16px;
	
}

.footer a {
    color: #000;
}

.bottom-nav {
    font-family: contentfont;
    font-size: 20px;
    width: 100%;
    margin: 10px 0 20px;
}

.bottom-nav a {
    color: #232323;
    text-decoration: none;
}

.bottom-nav-left {
    float: left;
}

.bottom-nav-right {
    float: right;
}


a{text-decoration:none;}

@media screen and (max-width: 320px) {
    .wrapper {
        width: 100%;
    }
	
	.fact{font-size:16px;}
	article{font-size:15px;}

}

@media screen and (min-width: 321px) and (max-width: 480px) {
    .wrapper {
        width: 100%;
    }
    .label {
        width: 100%;
        color: #000;
    }
		.fact{font-size:14px;}
		article{font-size:15px;}

}

@media screen and (min-width: 768px) {
    .wrapper {
        width: 600px;
    }
}


.tag-cloud-link{
	margin:10px;
	padding:10px;
}

input{
	width: 80%;
	height:35px;
}

button
{
	width: 20%;
	vertical-align: middle;
	height:35px;
}

textarea{
		width: 80%;
}






/* contact7 */
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}