/* I am not a refugee, I'm a front-end developer */

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

body {
	background-color: #f8f8f1;
	background-color: #fff;
	color: #2a6fd3;
	top:0;
	left: 0;
	font-family:"LabGrotesque-Bold", Helvetica, sans-serif;
	overflow: auto;
	font-size: 14px;
}

body#arabic {
	font-family:'baldufa_arabicbold';	
}

body.home {
	background-color: #fff;
	background-color: #e0eff1;
}

/* Typography */


a:link, a:visited, a:active {
	color: #2a6fd3;
}


h2 {
	font-family: "LabGrotesque-Light";
	font-weight: normal;
}

/* Blocks */


div.full_block {
	position: relative;
	padding: 0 120px;
	width: 100%;
	float: left;
}

.content {
	width: 100%;
	height: auto;
	padding: 100px 0;
	padding-bottom: 60px;
	float: left;
	position: relative;
}


div.full_block.home {
	height: 80%;
	min-height: 600px;
	z-index: 2000;
}

div.full_block.form {
	height: auto;
	background-color: #fff;
	padding: 0 60px;
}

div.full_block.form.new {
	height: auto;
	background-color: #fbfefd;
}


div.full_block.form.hidden {
	height: 0;
	overflow: hidden;
}

.arrow_down {
	background-image: url(assets/arrow_down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 40px;
}


@media only screen and (max-width: 1140px), only screen and (max-device-width: 1140px){
div.full_block {
	padding: 0 40px;
	margin-top: 0;
}
}


/* Header */

div.header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background-color: #fff;
	position: relative;
	float: left;	
	
}


figure {
 margin: 20px 0 8px 0;
}

figcaption.wp-caption-text {
font-size: 9px;
color: #999;
font-family: "LabGrotesque-Light";
text-align: right;
}


/* Main Nav */



.menu {
	float: left;
	width: 100%;
	padding: 0 40px;
	height: 80px;
	margin-top: 0;
}

.menu ul {
	width: 100%;
	height: 40px;
	margin: 0;
	margin-top: 20px;
	list-style: none;
	text-decoration: none;
	padding: 0;
	float: left;
}

.menu ul li {
	line-height: 40px;
	height: 40px;
	float: right;
	margin: 0;
}

body#arabic .menu ul li {
	float: left;
}



.menu ul li.logo {
	float: left;
}

.menu ul li.logo a.the_logo {
	height: 40px;
	width: auto;
	padding: 0 10px;
	display: block;
	float: left;
	display: block;
	background-color: #2a6fd3;
	font-family:"LabGrotesque-Bold";
	color: #fff;	
}

.menu ul li.logo a.the_logo:hover {
	background-color: #fff;
	color: #2a6fd3;	
}

body.home .menu ul li.logo a.the_logo{ display: none;}


.menu ul li.logo div.single_name {
	height: 40px;
	width: auto;
	padding: 0 10px;
	display: block;
	float: left;
	font-size: 24px;
	font-family:"LabGrotesque-Bold";
	color: #2a6fd3;	
	cursor: default;
}



body.home div.header {
	position: fixed;
	background-color: transparent;
	float: none;
}


li.facebook {
	float: left;
	list-style: none;
}

body#arabic .menu ul li.facebook {
	float: right;
	text-align: right;
}

body#arabic .menu ul li.facebook .fb-like {

}







.menu ul li a {	
	line-height: 40px;
	font-size: 14px;
	transition: all .1s;
	text-decoration: none;
	font-size: 24px;
	font-family:'baldufa_arabicbold';	
}

body#arabic .menu ul li a {
	font-family:"LabGrotesque-Bold", Helvetica, sans-serif;
}

.menu ul li a:hover {
	
}

.menu ul li.current-menu-item a {
	text-decoration: underline;
}



@media only screen and (max-width: 760px), only screen and (max-device-width: 760px){

	div.header {
		width: 100%;
		height: auto;
		position: relative;
		float: left;
		top: 0;
		left: 0;
		z-index: 1000;
		padding-bottom: 40px;
		padding-top: 20px;
		
	}
	
	.menu ul li.facebook {
	}
	

}

/* Intro typewriter */


div.intro {
	position: relative;
	top: 45%;
	margin: 0 auto;
	margin-top: -120px;
	font-size: 94px;
	width: 100%;
	color: #fff;
	cursor: default;
}

.first_line, .second_line {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 1.2;
}

body#arabic .first_line, body#arabic .second_line {
	height: auto;
	line-height: 1;
	padding: .4em 0;
}

.second_line {
	margin-top: .4em;
	padding-left: 0;
	
}

body#arabic .second_line {
	margin-top: .5em;
} 

.r_intro, .r_role, .r_role_pre {
	background-color: #2a6fd3;	
	width: auto;
	height: auto;
	line-height: 1;
	clear: both;
	padding: .1em 0;
	letter-spacing: .02em;
}
.r_role_pre {clear: none;}

.r_role, .r_role_pre {
	color: #2a6fd3;
	background-color: #fff;
}

body#arabic .r_intro, body#arabic .r_role, body#arabic .r_role_pre {
	padding: 0;
	letter-spacing: 0;
}


body#arabic div.intro {
	float: right;
}



@media only screen and (max-width: 1080px), only screen and (max-device-width: 1080px){

	div.intro {
		font-size: 76px;
	}

}

@media only screen and (max-width: 760px), only screen and (max-device-width: 760px){


	div.full_block.home {
		height: auto;
		min-height: 320px;
		padding-bottom: 300px;
	}


	div.intro {
		position: relative;
		top: 170px;
		margin: 0 auto;
		margin-top: 0;
		font-size: 48px;
	}
	
	.first_line, .second_line {
		height: auto;
		line-height: 1;
	}
	
	


}


@media only screen and (max-width: 520px), only screen and (max-device-width: 520px){


	div.full_block.home {
		height: auto;
		padding-bottom: 200px;
	}


	div.intro {
		top: 40px;
		font-size: 28px;
	}
	

}

@media only screen and (max-width: 410px), only screen and (max-device-width: 410px){



	


}


p.about {
	width: 60%;
	float: left;
	padding: 0 40px 0 0;
	font-size: 28px;
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
}

body#arabic p.about {
	padding: 0 0 0 0;
	font-family:'baldufa_arabicregular';
}


body#arabic p.about {
	float: right;
}



#user-submitted-posts {
	float: left;
	position: relative;
	width: 100% !important;
	padding: 0 20px;
	height: auto;
	max-width: 600px;
}


@media only screen and (max-width: 800px), only screen and (max-device-width: 800px){
	div.full_block {
		padding: 0 20px;
	}
	p.about {
		width: 100%;
		padding: 0 20px 0 0;
		font-size: 24px;	
	}
	
	body#arabic p.about {
		padding: 0 0 0 20px;	
	}	
	
	#user-submitted-posts {
		width: 100% !important;
		padding: 0 0;
	}

	
}

body#arabic #user-submitted-posts {
	float: right;
	
}

div#user-submitted-posts fieldset label {
	font-size: 14px;
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
	padding: 20px 0 4px 0 !important;
	float: left;
	width: 100% !important;
}


div#user-submitted-posts fieldset label.what_you_do {
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
	font-size: 10px;
	padding: 10px 0 10px 0 !important;
	float: left;
}

div#user-submitted-posts fieldset input.usp-input {
	background: transparent;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #2a6fd3;
	padding: 0 12px;
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
	border: 1px solid #2a6fd3;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
}

div#user-submitted-posts textarea.usp-textarea {
	background: transparent;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100px;
	resize: none;
	font-size: 16px;
	color: #2a6fd3;
	padding: 12px 12px;
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
	border: 1px solid #2a6fd3;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
}

div#user-submitted-posts select {
   background: transparent;
   width: 100%;
   height: 50px;
   padding: 0 12px;
   border: none;
   border-radius: 0;
   -webkit-appearance: none;
   cursor: pointer;
   font-size: 16px;
   color: #2a6fd3;
   outline: none;
   font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
   border: 1px solid #2a6fd3;
   border-radius: 0;
   outline: none;
	 background: url(assets/form_arrow.svg) no-repeat right transparent;
	 background-size: 35px 18px;
	 overflow: hidden;
   }
   
body#arabic div#user-submitted-posts select {

	 background: url(assets/form_arrow.svg) no-repeat 12px transparent;
	 background-size: 35px 18px;
	 overflow: hidden;
   }
   
div#user-submitted-posts fieldset #user-submitted-image {
	width: 100%;
}   

div#user-submitted-posts fieldset input.usp-input.image_type{
	border: none;
	background-color: #fbfefd;
}

   
   
button, input[type="submit"] {
	border: none;
	width: 100%;
	height: 50px;
	border-radius: 0;
	background: #2a6fd3;
	box-shadow: none;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-shadow: none;	
	margin-top: 0px;
	font-size: 24px;
	letter-spacing: .03em;
	
} 

button, input[type="submit"]:hover {
	border: none;
	width: 100%;
	height: 50px;
	border-radius: 0;
	background: #2a6fd3;
	box-shadow: none;
	color: #fff;
	text-align: center;
	font-weight: normal;
	text-shadow: none;	
} 


::-webkit-input-placeholder {
   color: #2a6fd3;
}

:-moz-placeholder { 
   color: #2a6fd3;  
}

::-moz-placeholder {
   color: #2a6fd3;  
}

:-ms-input-placeholder {  
   color: #2a6fd3;  
}



div.footer {
	width: 100%;
	float: left;
	height: 80px;
	background-color: #fff;
}

div.footer a:link, div.footer a:visited, div.footer a:active{
	line-height: 40px;
	height: 40px;
	margin: 0 40px 0 0;
	margin-top: 20px;
	text-decoration: none;
	float: right;
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
}
    
    
body#arabic div#user-submitted-posts fieldset label, body#arabic div#user-submitted-posts fieldset label.what_you_do, body#arabic div#user-submitted-posts fieldset input.usp-input, body#arabic div#user-submitted-posts textarea.usp-textarea, body#arabic div#user-submitted-posts select, body#arabic div.footer a:link, body#arabic div.footer a:visited, body#arabic div.footer a:active {
	font-family:'baldufa_arabicregular';
}


/* The Form Button */


.the_form_button {
	border: none;
	height: 50px;
	float: left;
	border-radius: 0;
	background: #2a6fd3;
	box-shadow: none;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	text-shadow: none;	
	font-size: 24px;
	letter-spacing: .03em;	
	cursor: pointer; 
	position: relative;
	width: 100% !important;
	padding: 10px 20px;
	height: auto;
	max-width: 370px;
	
}

.the_form_button_email {
	border: none;
	height: 50px;
	float: left;
	border-radius: 0;
	background: #2a6fd3;
	box-shadow: none;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	text-shadow: none;	
	font-size: 24px;
	letter-spacing: .03em;	
	cursor: pointer; 
	position: relative;
	width: 100% !important;
	padding: 10px 20px;
	height: auto;
	max-width: 370px;
	
}

.the_form {
	display: none;
	float: left;
	width: 40%;
	max-width: 600px;
}

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px){

.the_form {
	width: 100%;
}
}

/*------------------------------------*\
    Stand Overview
\*------------------------------------*/


div.full_block.people {
	position: relative;
	padding: 0 60px;
	width: 100%;
	float: left;
	background-color: #fff;
}

.catering_stands {
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}



.catering_stands li {
	width: 100%;
	float: left;
	position: relative;
	list-style: none;
	border: 2px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	height: auto;
	margin-bottom: 40px;
}

.user_image {
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 40%;
	min-height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
}

.user_image .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(42, 111, 211, 0.4 );
	opacity: 0;	
}


.catering_stands li h5 {
	color: #2a6fd3;
	margin-top: 20px;
	font-size: 34px;
	text-transform: capitalize;
	letter-spacing: .05em;
	margin: 0;
	padding: 10px 0;
	padding-bottom: 0;
	word-break: break-word;
	float: left;
	width: 100%;
}

.catering_stands li div.iam {
	color: #2a6fd3;
	float: left;
	background-color: #fff;
	padding: 0 0 20px 0;
	font-size: 12px;
	letter-spacing: .02em;
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
}

body#arabic .catering_stands li div.iam {
	font-family:'baldufa_arabicregular';
	float: right;
	margin-left: 0;
	margin-right: 20px;
}

p.stand_short {
	float: left;
	color: #2a6fd3;
	font-size: 18px;
	padding-right: 20px;
	max-width: 640px;
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
	margin: 0;
	clear: both;
}


@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px){
	div.full_block.people { padding: 0 30px;}
}

/*
	about
*/

body.page-id-134 {
	background-color: #2a6fd3;
	color: #fff;
	min-height: 100%;	
}

body.page-id-134 .full_block {
	color: #fff !important;
	min-height: 100%;
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
	letter-spacing: .02em;
}

body.page-id-134 .full_block .content h3 {
	font-family:"LabGrotesque-Bold", Helvetica, sans-serif; font-weight:900; font-style:normal;
}

body.page-id-134 a:link, body.page-id-134 a:visited, body.page-id-134 a:active {
	color: #fff !important;
	text-decoration: none;
}


body.page-id-134 a:hover {
	text-decoration: underline;
}

body.page-id-134 div.footer {
	background-color: #2a6fd3;
}

    
    
/* Single Post */

.content.single {
	background-color: #fff;
	width: 100%;
	height: auto;
	float: none;
	position: relative;
	margin: 0 auto;
	max-width: 640px;
	padding: 40px 20px;
	padding-top: 0;
	
}

.content.single img {
	background-color: #fff;
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
	
}

.featured_image {
	width: 100%;
	min-height: 480px;
	height: 50%;
	z-index: 900;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;	
}



.summary {
	position: relative;
	width: 100%;
	z-index: 900;
	margin: 0 auto;
	text-align: center;
	padding: 20px 20px;
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;	
	font-size: 16px;
	padding: 10px 20px;
	background-color: #2a6fd3;
	color: #fff;
}

.interview p, .interview h3, .interview h1 {
	color: #000;	
} 

.interview p {
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;	
	line-height: 1.7;
	font-size: 14px;
} 

.interview h3 {
	color: #000;
	font-size: 16px;	
} 

.interview h1 {
	font-size: 48px;
	line-height: 1.2;
	color: #2a6fd3;	
	margin-bottom: 20px;;
} 

p.date {
	font-size: 12px;
	color: #2a6fd3;
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
	margin-bottom: 30px;
}

.interview blockquote p {
	text-align: center;
	font-family:"LabGrotesque-Light", Helvetica, sans-serif; font-weight:200; font-style:normal;
	font-size: 24px;
	color: #2a6fd3;
	padding: 30px 0;
}


body.single .the_form_button {
	margin: 40px 0;
}

.featured_image.basic {
	width: 640px;
	height: 640px;
	margin: 0 auto;
	margin-top: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;	
	position: relative;
}

.gen_name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 40px;
	color: #fff;
	font-size: 52px;	
}

.gen_name span {
	padding: 4px 14px;
	background-color: #fff;	
	color: #2a6fd3;		
}


.gen_name .name {
	background-color: #2a6fd3;	
	color: #fff;
}
