/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
.BNFont{
	font-family: BebasNeue !important;

	font-weight: normal;

}
.BNBoldFont{
	font-family: BebasNeueBold !important;
	font-weight: bold;
	line-height:1em;
}

.blackFont{
	color:black;
}

.BNBookFont{
	font-family: BebasNeueBook !important;
 
	font-weight: normal;
}
 
.BNBookBoldFont{
	font-family: BebasNeueBook !important;
 
	font-weight: bold;
}
.TxtBlocks{
	font-size: 23px !important;
	line-height: 1.5em;
}
div.FormSection
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	/*border-bottom-style: solid;
	border-bottom-color: darkgrey;
	border-bottom-width: thin; */
}

div.FieldSet {
  display: grid;  
  grid-gap: 1rem; 
  /* grid-auto-flow: column dense;  */
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
/*
@media (min-width: 600px) {
  div.FieldSet { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  div.FieldSet { grid-template-columns: repeat(3, 1fr); }
}*/

div.AlignRight{
	float:right;
}
label
{
	color: #b9bbc6;
	margin-bottom: 10px;
}

 .lqd-contact-form select, .lqd-contact-form input, .lqd-contact-form textarea, .lqd-contact-form .ui-selectmenu-button 
{
	margin-bottom: 2px !important;
}
 
.logoGallery .wpb_wrapper-inner {
    display: grid;
    grid-template-columns:auto auto  ;/* repeat(2, 1fr);
    grid-template-rows: repeat(2, 5vw);*/
	 grid-template-rows: auto auto;
    grid-gap: 20px ;
	grid-auto-flow: column ;
	align-items: center;
	/*margin-right: 5vw;
	margin-top: 1vh; */
}

.logoGallery .wpb_wrapper-inner>div {
  
	 width: 100%;
    height: 100%;
	border-radius: 10px;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.09);  
	  display: flex;
      justify-content: center;
      align-items: center;
	margin: 0;
	padding: 20px;
}
 
 
.logoGallery .wpb_wrapper-inner:before, .logoGallery .wpb_wrapper-inner:after
{
	display: none;
}

 
@media  (max-width: 1200px) {
	
		 .logoGallery  .logoUSJ 
		{ 
			grid-row-end: span 1;
		}
	
		 .logoGallery .wpb_wrapper-inner {
			 grid-template-columns:auto    ;
			 grid-auto-flow: row ;
	}
}
 

.boxShadow > div
{
	border-radius: 10px;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.09);  
}

.centerAlign{
	 display: flex;
      justify-content: center;
      align-items: center;
	margin: 0;
}

.copyright{
	font-size:12px
}

.square {
  width: 50vw;
  height: 50vw;; 
}
/*
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
*/

.hide{
	
	visibility: hidden !important;display: none !important;
}


/**********************************/

input[type=file].french,input[type=file].arabic
{
	margin: 0 !important;
    padding: 0 !important;
    display: inline !important; 
	
}
 
 input[type=file].french::-webkit-file-upload-button , 
 input[type=file].arabic::-webkit-file-upload-button{
  visibility: hidden;
  width: 0px;
}
 

 input[type=file].french::before,input[type=file].arabic::before {
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff; 
  width: 11em;   
  text-align: center;
}

input[type=file].arabic::before
{
  content:'إختر الملف';
}

input[type=file].french::before {
  content: 'Sélectionner un fichier';
}
  
.wpcf7-file.french:hover::before,.wpcf7-file.arabic:hover::before {
  border-color: black;
}

.wpcf7-file.french:active::before,.wpcf7-file.arabic:hover::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
} 
 
/*****************ASSOCIATE Box *****************/
.associateBox { 
  border: none;
  padding: 10px;
  margin: 10px;
  min-width:  200px;
  min-height: 200px;
  background-color: white;
  overflow:visible !important;
	border-radius: 10px; 
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.09);  
}

/*
.associatePhotoBox
{   
	width: auto;
	top: 60px;
	z-index: 10;
	left: 30px;
}*/

.associateCatMenu
{
	font-family: BebasNeue !important; 
	font-weight: normal;
}
 
.associatePhoto 
{
	position: relative;
	top: -40px; 
	margin-bottom: -20px !important;
}
 

.associateBox .associateicon
{
	
}

.associateBox .associatetwitter
{
	
}

.associateBox .associatefacebook
{
	
}

.associateBox .associatelinkedin
{
	
}


.associateBox .associateTitle
{
	font-size: 15px !important;
	font-weight: 700;
	line-height: 1em;
	margin-top: 10px;
	color: #000000;
}

.associateBox .associateText
{
	font-size: 12px !important;
	line-height: 1em;
	margin-bottom: 15px;
}

.GridLearnMoreButton a{
	border: #1d1d5d 1px solid !important;
	color: #1d1d5d !important;
	font-family: BebasNeueBook !important; 
	font-weight: bold;
	font-size: 0.7em !important;
	line-height: 1.2em !important;/**/
	/*padding: 8px !important;*/
}

.GridPostTitle h4
{
	color: #1d1d5d !important;
}


.TxtBlocks a 
{
	 text-decoration: underline;
}

 
/***  Fix for arabic language menu  ***/
@media screen and (max-width: 767px){
.navbar-header > * {
    flex: 0 0 auto !important;
}
	.lqd-mobile-modules-container {
    display: block;
}
 
 }

.blog-single-content figure

{

                margin-top: 0 !important;

}
