@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

.page-id-4265 #wpadminbar{
	display: none;
	
}

.post-38 p, .post-147 p{
 text-align: justify;	
}

.page-id-4265 .wpforms-views-table{
	 overflow-x: auto;
	width: 100%;
	 direction: rtl;
} 

.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page-id-4346 #adminmenumain{
 display:none !important;	
}


.page-id-4265 .wpforms-views-table th{
	min-width: 150px;
	text-align: center;
	vertical-align: middle;
}

.page-id-4265 .pure-table td:first-child, .page-id-4265 .pure-table th:first-child{
	    border-left-width: 1px;
}

.page-id-4280 div.wpforms-container-full{
	background: #f1efe7;
  padding: 50px 50px 50px 10px;
	margin-top: 30px;
}

.page-id-4280 div.wpforms-container-full input{
	display: block !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    width: 100% !important;
    padding: 8px !important;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border: 2px solid #fff !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.33) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.33) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.33) !important;
}

.page-id-4280 div.wpforms-container-full .wpforms-form input[type=submit], .page-id-4280 div.wpforms-container-full .wpforms-form button[type=submit],  .page-id-4280 div.wpforms-container-full .wpforms-form .wpforms-page-button{
	  font-size: 1.5em;
    padding: 10px;
    border-radius: 10px;
    width: 96%;
	  background: #927849;
	  color: #ffffff;
	  margin-top: 50px;
}

.page-id-4280 div.wpforms-container-full .wpforms-form input[type=submit]:hover, .page-id-4280 div.wpforms-container-full .wpforms-form button[type=submit]:hover,  .page-id-4280 div.wpforms-container-full .wpforms-form .wpforms-page-button:hover{
	  background: #614c27;
	  color: #ffffff;
}

.page-id-4280 div.wpforms-container-full .wpforms-form .wpforms-one-half, .page-id-4280 div.wpforms-container-full .wpforms-form .wpforms-three-sixths, .page-id-4280 div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 46%;
	  float: right;
	  height: 100px;
}

.page-id-4280 div.wpforms-container-full .wpforms-form .wpforms-field-label{
	margin: 0 0 15px 0;
	font-weight: 600;
}

.page-id-4280 div.wpforms-container-full .wpforms-form .wpforms-field-label{
	float: right;
	margin-left: 5px;
}

.page-id-4280 div.wpforms-container-full .wpforms-form .wpforms-field-description-before{
	margin: 2px 5px 8px 5px;
	padding-right: 10px;
}

.page-id-4280 .title-form-id{
	background-color: #ac9366 !important;
	width: 96% !important;
  padding: 10px !important;
  margin-bottom:30px !important;
}

.page-id-4280 .title-form-id h3{
	color: #fff !important;
  font-weight: bold !important;
}

.otherform a {
  background-color: #ad0808 !important;
  color: white !important;
  padding: 1em 1.5em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
	direction: rtl;
	font-size: 13px;
}

.otherform a:hover {
  background-color: #555 !important;
}

.otherform a:active {
  background-color: black !important;
}

.author-press td{
	width: 14%;
	text-align: center !important;
}

.rtl .author-press td{
	text-align: center !important;
	
}

.arrow_box {
	position: relative;
	background: #cdc5a5;
	border: 2px solid #9e987f;
	padding: 30px 20px 30px 20px;
  color: #fff;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(205, 197, 165, 0);
	border-right-color: #cdc5a5;
	border-width: 20px;
	margin-top: -20px;
}
.arrow_box:before {
	border-color: rgba(158, 152, 127, 0);
	border-right-color: #9e987f;
	border-width: 23px;
	margin-top: -23px;
}

.arrow_box_EN {
	position: relative;
	background: #cdc5a5;
	border: 2px solid #9e987f;
	padding: 30px 20px 30px 20px;
        color: #fff;
}
.arrow_box_EN:after, .arrow_box_EN:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_EN:after {
	border-color: rgba(205, 197, 165, 0);
	border-left-color: #cdc5a5;
	border-width: 20px;
	margin-top: -20px;
}
.arrow_box_EN:before {
	border-color: rgba(158, 152, 127, 0);
	border-left-color: #9e987f;
	border-width: 23px;
	margin-top: -23px;
}

@media only screen and (max-width: 767px){
.arrow_box_EN {
	position: relative;
	background: #cdc5a5;
	border: 2px solid #9e987f;
}
.arrow_box_EN:after, .arrow_box_EN:before {
	top: 118%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_EN:after {
	border-color: rgba(205, 197, 165, 0);
	border-top-color: #cdc5a5;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box_EN:before {
	border-color: rgba(158, 152, 127, 0);
	border-top-color: #9e987f;
	border-width: 23px;
	margin-left: -23px;
}
	
	.arrow_box {
	position: relative;
	background: #cdc5a5;
	border: 2px solid #9e987f;
}
.arrow_box:after, .arrow_box:before {
	top: 118%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(205, 197, 165, 0);
	border-top-color: #cdc5a5;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(158, 152, 127, 0);
	border-top-color: #9e987f;
	border-width: 23px;
	margin-left: -23px;
}
	
	.author-press td{
		width: 35%;
    display: inline-block;
	
	}
	
}

