.djc_title{

  font-size: 16px;
  
}

/**hide result set in main page**/

.itemid-101 .djc_result_set {
  display: none;
}


.djc_readon .readmore{

    border: 1px solid black;
    display: flex;
    width: 30%;
    margin: 0 auto;
    justify-content: center;
    
}


.header{
  
  width: 95%;
  margin: 0 auto;
  margin-top: 5px;
  background: white;
  
}

.header .container-below-top{
     
  display: flex;
  width: 99%;
  margin: 0 auto;
  margin-top: 3px;
  justify-content: center;
  background: white;
  color: black;
}

.header .container-nav {
  justify-content: center;
  width: 99%;
  margin: 0 auto;
  margin-top: 3px;
  margin-bottom: 3px;
  
}


/********/

/**Google ads Styles**/

.centeradd{
  
  	width: 95%;

	margin: 0 auto;

  	text-align: center;
  
}


.djc_title a{

	font-size: 14px;

}

/** change old price color**/

.djc_price_old{

	color: red;

}

/**hide result set in main page**/

/**adjust font-size on title modules**/

/**bottom a position**/

.bottom-a .card-header{

    font-size: 15px;
    margin-top: 25px;
}

/**title size on Google adds module**/

.bottom-b .adstitle{

    font-size: 22px;

}

/**hide result set in main page**/

.itemid-101 .djc_result_set {
  display: none;
}

/**testing section begins here**/



/**testing section ends here**/

/**mobile styles**/

/**mobile styles start here**/
/**mobile styles start here**/
/**mobile styles start here**/

@media (max-width: 567px) {
  
  .hideOnMobile{
    
    display: none;    
}

  .header .container-nav {
    
     justify-content: center !important;
}

} /**main bracket closes here**/
 
