/*
Theme Name: Addsen Directory & Listings
Theme URI: http://sensonmedia.net/
Author: Arindam Roy
Author URI: https://sensonmedia.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability.
Version: 1.0.1
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sensonmedia
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options
*/


/************************************ Blog pages ******************************************/
.article_wrap {

    font-size: 15px;

}

.article_wrap .entry-desc h3 {
    font-size:18px !important;
    font-weight: 700;
}

.article_wrap .entry-content {

        font-size: 15px;
        text-align: justify;

}

.listing_review_info .icon {
    font-size: 25px;
}

.listing_review_info .bar {
    font-size: 25px;
}

.blockmargin {
    bottom:10px;
}

.listing_info h3 {
    font-size: 25px;
}

.listing_info h4 {
    font-size: 16px;
    color: brown;
}

    .product-wrapper p {
     text-align: justify !important; 
     line-height: 25px !important; 

    }


/*******************************************************************************/
.profile-container{
width:900px;
margin:auto;
background:white;
padding:20px;
}

.top-section{
display:flex;
gap:30px;
}

.profile-image img{
width:100%;
max-width:350px;
}

.profile-content{
flex:1;
}

.profile-content h2{
margin-bottom:15px;
}

.profile-content p{
line-height:1.6;
color:#555;
}

.contact-icons{
text-align:center;
margin:25px 0;
}

.contact-icons a{
font-size:30px;
margin:0 20px;
text-decoration:none;
}

.call{
color:#1a73e8;
}

.whatsapp{
color:#25d366;
}

.bottom-section{
display:flex;
gap:60px;
}

.bottom-section h3{
font-size:14px;
margin-bottom:10px;
}

.bottom-section ul{
list-style:none;
padding:0;
}

.bottom-section li{
padding:8px 0;
border-bottom:1px solid #ddd;
}

.btn_group {
    background-color: #6a0915 !important;
}


.block-text {
    background:#f1f1ef;
    color:#000;
    padding:30px 30px;
    text-align:justify;
}

.protitle {
    padding:20px 0;
    font-size:28px;
}

.float {
    padding:0;
    position: fixed;
    display:inline;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999999;
}

.float1 {
    padding:0;
    position: fixed;
    display:inline;
    width: 60px;
    height: 60px;
    bottom: 220px;
    right: 40px;
    background-color: #0000FF;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999999;
}

.add_listing_info {
   margin:10px;
   padding:10px;
   border-radius: 20px;
   border:2px solid #3333;	
}

.btn-primary {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

