/**hide website label**/

.sitio_web .label_title {
display:none;
} 

/**ends here**/

.site-grid {
    grid-template-areas:
      ". banner banner banner banner ."
      ". top-a top-a top-a top-a ."
      ". top-b top-b top-b top-b ."
      ". side-l comp comp side-r ."
      ". . bot-a bot-a bot-a ."
      ". bot-b bot-b bot-b bot-b .";
  }

/**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**/

/**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**/
  	
}

@media only screen and (max-width: 576px) {
	.site.has-sidebar-left .site-grid {
    		display: flex;
    		flex-direction: column;
    		gap: 20px; 
	}
}

@media screen and (max-width: 1000px) {
.djcftheme-default .profile_box {
  flex-direction: column;
}
}
