/**pagination background links**/

#dj-classifieds .pagination ul li a {

	background-color: #80bfff;
  
}

/**header styles begin here**/

.container-header {
  
  	background-color: white;  
	background-image: none;
}

.header .container-topbar{

  width: 99%;
  margin: 0 auto;
  margin-top: 3px;
  
  display: flex;
  justify-content: center;
  
}

.header .container-below-top{

     border: 0px solid grey;     
     width: 99%;
     margin: 0 auto;
     margin-top: 3px;
     background: white;
     color: black;
     
     display: flex;
     justify-content: center;

}

.header .container-nav {

  display: flex;
  width: 99%;
  margin: 0 auto;
  margin-top: 3px;
  justify-content: center;
  background: white;
  color: black;

}

/**header styles end here here**/

/**container bottom styles begin here**/

.container-bottom-a{

    width: 70% !important;
    margin: 0 auto;

    margin-top: 15px;

    display: flex;
    justify-content: center;
}

/**container bottom styles end here**/

/**google adds styles begin here**/

.googleAddsStyles{

  width: 98%;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;

}

.addsTitle{  
  font-size: 10px;
  text-align: center;
}

.bottomAdds{

  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 5%;
}

/**google adds styles end here here**/


/**center registracion form**/

.djcf_registration_outer{
  
    width: 70%;  
  	margin: 0 auto;  
  	margin-bottom: 5%;
}


/**center pagination**/

#dj-classifieds .pagination{

  width: 99%;
  display: flex;
  justify-content: center;

  flex-wrap: wrap;
  
}

/**adjust title of bottom menus**/

.bottommenu{
  
  font-size: 14px;
    
}

/**adjust log in form size and aligment**/

.com-users-login{
 
  width: 50%;
  
  margin: 0 auto;

}

/**hide category tittle**/

.cat_row_title {
  display: none;
}

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

#dj-classifieds a {

    font-size: 15px;

}

#dj-classifieds h1{

	font-size: 18px;

}

.main_cat_title .profile_name{

	font-size: 18px;

}



/**adjust module header styles**/

.moduleHeaderStyles{

font-size: 14px;  
  
}

/**testing section begins here**/

.form-check-input{

  border: 2px solid gray;
  
}

/**testing section ends here**/

/**mobile styles start here**/

@media screen and (max-width: 567px) {

.hideOnMobile{

	display: none;
}

.container-header .container-below-top {
  
  width: 75%;
  margin: 0 auto;
  justify-content: center;
   
}

/**adjust log in form size and aligment**/

.com-users-login{
 
  width: 95%;
  
  margin: auto;

}

/**center registracion form**/

.djcf_registration_outer{

	width: 95%;
  
  	margin: 0 auto;
  
  	margin-bottom: 5%;

   flex-wrap: wrap;
}

/**testing begins here section**/
  
/**testing section ends here**/
  
	
}