/*
Theme Name: adforest child
Description: Adforest classified, responsive, multi-purpose, corporate, business theme. It comes with 11 home variations with all necessary pages. Adforest theme filled with extra functionality of modern web technologies. The clean design with latest version of Bootstrap framework makes its fit for anywhere.
Author: Scripts Bundle
Theme URI: http://adforest.scriptsbundle.com/demos/
Author URI: http://scriptsbundle.com/
Version: 1.0.0
Template:     adforest
License: Themeforest Split Licence
License URI: https://themeforest.net/user/scriptsbundle/
Text Domain: adforest
Tags: featured-images, sticky-post, translation-ready
*/

/* remove owner txt from ads description */

.adforest-owner-text{
	display:none;
}

/* remove part of main hero section one from search part */

.adt-marketplace-hero-content{
	display:none;
}



@media (min-width: 200px) and (max-width: 767px) {
    .adt-marketplace-hero-content {
        padding-bottom: 30px;
        display: none;
    }
	.adt-classified-search-box{
		margin-top:20px !important;
	}
	
	.adt-classified-search-box .title-box{
		display:none !important;
	}
	
	.adt-ads-filter-content .ad-alert-box{
		display:none;
	}
	
/* set width of pop up start chat on mobile	 */

	.sbchat-modal-content{
		width:80%;
	}
}

/* mobile logo set */

@media (min-width: 320px) and (max-width: 575.98px) {
    .adt-header-secondary .sb-header-container {
        height: 85px !important;
    }
}


.single-blog.blog-detial form#registerform {
  display: flex;
  flex-direction: column;   /* puts text on top, button under */
  align-items: center;      /* centers them HORIZONTALLY */
  text-align: center;       /* makes the text inside <p> centered */
}

.single-blog.blog-detial form#registerform input[type=submit] {
  background-color: red;
  color: #fff;
  padding:10px 20px;
  border: none;
  border-radius: 8px;          /* Slightly more rounded */
  font-size: 22px;             /* Larger text */
  font-weight: 600;            /* Bolder text */
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hide on mobile */
@media (max-width: 768px) {
  .adt-searchbar-wrapper .adt-extra-buttons {
    display: none !important;
  }
}

@media (min-width: 768px) {
    .adt-header-secondary .logo {
        padding: 10px 40px 10px 0 !important;
    }
}

/* home search buy btn */

.adt-classified-search-box .select-user-type li:first-child label {
    margin-left: 0;
    display: none;
}

.adt-classified-search-box .title-box {
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 0px !important;
    flex-wrap: wrap;
    margin-bottom: 10px !important;
}

.adt-classified-search-box .title-box h4{
	color:red !important;
}