/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.directorist-single-info__label {
    min-width: auto !important;
}

.directorist-single-info.directorist-single-info-textarea {
    color: #161c26;
    line-height: 1.5;
    margin-left: 2em;
  }

  .directorist-single-info.directorist-single-info-textarea .fa{
    margin-right: 1rem;
  }

  h3.black_title {
    color: #fff;
    background-color: black;
    font-size: 1.3rem;
    padding: 1rem;
    text-align: center;
  }

  .directorist-single-info.directorist-single-info-socials {
    margin-left: 1em;
  }


  .vertical-center {
  
    display: flex;
    align-items: center;
  }

  .banner-wrap {
    margin-bottom: 35px;
  }

  .single-call-to-action {
    margin-bottom: 35px;
}

.cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    border-radius: 4px;
    width: 100%;
}

.single-call-to-action a {
    color: #fff;
}

.single-call-to-action a:hover {
    color: #fff;
}

.phone-button {
    background-color: var(--e-global-color-primary) !important;
    color: #000 !important;
}

.whatsapp-button {
    background-color: #25D366;
    color: white;
}

.cta-button i {
    margin-left: 8px;
    font-size: 2rem;
}


.my-align-space-betwen {
    justify-content: space-between;
    align-items: center;
}

.my-align-space-betwen h2, .my-align-space-betwen div {
    margin: 0;
    width: auto;
}

.directorist-single-info-socials .fa {
    color: #fff;
}

.directorist-single-info-socials .whatsapp-button {
    background-color: #25D366 !important;
}


.directorist-single-info-socials .whatsapp-button {
  background-color: #25D366 !important;
}


.single .directorist-social-links .facebook {
background-color: #3b5998 !important;
}

.single .directorist-social-links .youtube {
background-color: #cd201f !important;
}

.single .directorist-social-links .instagram {
background-color: #c32aa3 !important;
}

.single .directorist-social-links .linkedin {
background-color: #007bb5 !important;
}

.single .directorist-social-links .twitter {
background-color: #1da1f2 !important;
}


.directorist-listing-details__listing-title {
	font-weight:900 !important;
	font-size: 32px !important;
}

.banner-wrap {
	width:100%;
}

.banner-wrap img {
	margin: 0 auto;
	display: block;
}
