/*!
Theme Name: peacockandowl
Theme URI: https://digitalguider.com/
Author: DG Development Team
Author URI: https://digitalguider.com/
Description: A custom WordPress theme for peacockandowl.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: peacockandowl
*/
.office-info-text p a{
	color: #484653;
}
#lender-loader{
	margin-top:30px;
}
:root{
  --gap: 1.25rem;
  --accent: #2b6cb0; 
  --bg: #fff;
  --muted: #6b7280;
  --radius: 12px;
  --pad: 1rem;
}

.two-col-list{
  list-style: none;
  margin: 0;
  padding: var(--pad);
  background: linear-gradient(180deg, rgba(43,108,176,0.06), transparent 60%);
  border-radius: var(--radius);
  column-count: 2;         
  column-gap: var(--gap); 
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;

}

.two-col-list li{
  break-inside: avoid; 
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: 0.98rem;
  color: #111827;
}

/* simple bullet icon */
.two-col-list li::before{
  content: "•";
  color: #c29125;
  display: inline-block;
  width: 1.1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: .15rem;
  font-size: 1.05rem;
}

.section-padding-bootm {
	padding-bottom:60px;
}

@media (max-width: 720px){
  .two-part{ grid-template-columns: 1fr; }
}

.bafg-twentytwenty-container img {
    height: 315px;
    object-fit: cover;
}
.wpo-testimonial-section .testimonial-wrapper .testimonial-text h3, .wpo-testimonial-section-s2 .testimonial-wrapper .testimonial-text h3{
	height: 70px;
    overflow: auto;
}
.page-id-258 .contact-info{
	padding-top:0px;
}
 .page-id-277 .wpo-service-section li {
    color: #fff !important;
}
/*
.page-id-277 .white-bg {
    padding-bottom: 20px;
}
.page-id-277 .white-bg:first-of-type {
    padding-bottom: 20px;
} */

.page-id-13758 .white-bg {
    padding-bottom: 20px;
}
.page-id-13758 .white-bg:first-of-type {
    padding-bottom: 20px;
}

.page-id-13770 .white-bg {
    padding-bottom: 20px;
}
.page-id-13770 .white-bg:first-of-type {
    padding-bottom: 20px;
}
.page-id-13803 .white-bg {
    padding-bottom: 20px;
}
.page-id-13803 .white-bg:first-of-type {
    padding-bottom: 20px;
}
.page-id-13754 .white-bg {
    padding-bottom: 20px;
}
.page-id-13754 .white-bg:first-of-type {
    padding-bottom: 20px;
}

.page-id-13921 .contact-info {
	padding-bottom:80px!important
}

@media (max-width: 767px){
	.landing-banner .wpo-contact {width: unset!important;}
	.page-id-13921 .navbar-header{display:none;}
	.landing-banner .wpo-service-text {padding: 19px;}
	.landing-banner .wpo-contact {padding: 19px!important;}
}
